.menu {

  background: #007bff;
  height: 55px;
  max-height: 100%;
 /* margin-top: 10px;*/
}


.btn-menu {
  background: #007bff!important;
  padding-bottom: 0;
  margin-left: 2PX;
  height: 55px;
  width: 150px;
  max-width: 100%;
  font-size: 12pt!important;
  font-family: 'Arial';
  border: 0px;
  padding: 1px;

}

.btn-menu:hover{

  background:#135f93!important;
  transition: all .6s ease-in-out;

}


.dropdown-item:hover{

 background:#007bff;
 color: #FFFF;
}

.badge-info{

   background: #007bff!important;

}



a.active  {

  color: #fff!important;
  background-color: #34495e!important;
  border-color: #000!important;
}

a:hover {
   /* color: #cf112b!important;
    text-decoration: none!important;
    background-color: transparent!important;*/
    transition: all .8s ease!important;
}

/*.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #007bff;

}*/


/* Tablas */
table.dataTable thead {
   background: #007bff!important;
    /*background: #6f7173;*/
   color:white;
}

/*.table-hover tr:hover{

  background: #37697c!important;
  color: #FFF!important;
  transition: all .8s ease!important;

}*/



.page-item.active .page-link {
    z-index: 1!important ;
    color: #fff!important;
    background-color: #007bff!important ;
    border-color: #007bff!important ;
}

.paginate_button .page-item .active{

  background-color: #FFF!important;

}


.caja{
  /* border: 1px solid; */
  padding: 5px!important;
  box-shadow: 10px 10px 50px 1px #7c7c81!important;
  border-radius: 10px!important;
}

/* Modales */

.modal-header{
  background: #007bff!important;
  color: #FFFF!important;

}


.modal-mediano{
  width: 500px!important;
}


/* Seccion */

.color-liga {

    color:#007bff!important;
}




/* radios */
/*
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]:checked + label span {
  opacity: 1;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;

}*/