/*.menu {

  background: #FFF!important;
  height: 45px!important;
  max-height: 100%!important;
  margin-top: 10px!important;
}*/


/*.btn-menu {
  background: #007bff!important;
  padding-bottom: 0!important;
  margin-left: 0!important;
  height: 45px!important;
  width: 100%!important;
  max-width: 240px!important;
  font-size: 13px!important;
  border: 0px!important;

}*/

/*a {
    color: #38687e!important;
    text-decoration: none!important;
    background-color: transparent!important;

}*/

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


/*.active  {

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

/*.nav-link .dropdown-toggle {

    white-space: nowrap!important;
    color: #FFF!important;
}*/

/*.btn-menu:hover{

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

}*/


/*.nav-item .dropdown .show{
  background-color: #000!important;
}*/

/*.nav-link  .dropdown-toggle {
  color: #000!important;

}*/

/*.dropdown-item:hover {

  color: #FFF!important;
  background-color: #37697c!important;
  border-color:  #37697c!important;
  transition: all .6s ease!important;


}*/


/*.btn-primary {
    color: #fff!important;
    background-color: #37697c!important;
    border-color: #37697c!important;
}*/

/*.btn-primary:hover{

    background-color: #34495e!important;
    border-color: #34495e!important;

}*/


/*.btn-warning {
    color: #fff!important;
    background-color: #37697c!important;
    border-color: #37697c!important;
}

.btn-warning:hover{

    background-color: #34495e!important;
    border-color: #34495e!important;

}

.btn-info {
    color: #fff!important;
    background-color: #37697c!important;
    border-color: #37697c!important;
}

.btn-info:hover{

    background-color: #34495e!important;
    border-color: #34495e!important;

}

.btn-danger {
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}

.btn-success {
    color: #fff!important;
    background-color: #28a745!important;
    border-color: #28a745!important;
}*/





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

}*/



/* Tablas */
table.dataTable thead {
   background: #37697c;
    /*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: #17a2b8!important;
  color: #FFFF!important;

}


.modal-mediano{
  width: 500px!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.custom-radios input[: 44px;
}
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;*/

}