
/* elimina efecto icono */
.altura {
     height: 100% !important;
}

.pintarojo {
    color: #e94442 !important;
}

.small-box .icon {
    /*-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
     transition:all .3s linear; */
    position:absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color:rgba(0, 0, 0, 0.15)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

/* Login- register pages */

.login-register {
  background: url(../../assets/template/dist/img/fondo_login.jpg) no-repeat center center / cover !important;
  height: 100%;
  position: fixed;
}
.center-bloque {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.text-luz {
    color: #67f165;
}

.izquierda {
     float:left !important;
}
.derecha {
     float:right !important;
}

.thead-light {
      color: #495057;
      background-color: #e9ecef;
      border-color: #dee2e6;
    }

.th-title {
      color: #72afd2;
      background-color: #e9ecef;
      border-color: #dee2e6;
    }

.h1-title {
      color: #4527a0;
    }

.btn-title {
      margin-top: 25px;
    }

.btn-title-15 {
          margin-top: 15px;
        }

.btn-abajo {
      margin-top: -25px;
    }

.btn-secondary {
        color: #fff;
        background-color: #9fafb6;
        
    }
.dataTableLayout {
        table-layout:fixed;
        width:100%;
    }

th.hide_me, td.hide_me {
        display: none !important;
    }

.text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

/*  IOS Checkhox*/
input[type="checkbox"].tgl-ios {
    position: absolute;
    margin: 8px 0 10px 16px;
}
input[type="checkbox"].tgl-ios + label {
    position: relative;
    padding: 5px 0 10px 50px;
    line-height: 2.0em;
}
input[type="checkbox"].tgl-ios + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].tgl-ios + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].tgl-ios + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].tgl-ios:checked + label:after {
    margin-left: 26px;
}
input[type="checkbox"].tgl-ios:checked + label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].tgl-ios-sm {
    margin: 5px 0 10px 10px;
}
input[type="checkbox"].tgl-ios-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}
input[type="checkbox"].tgl-ios-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].tgl-ios-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].tgl-ios-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].tgl-ios-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].tgl-ios-lg {
    margin: 10px 0 10px 20px;
}
input[type="checkbox"].tgl-ios-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
input[type="checkbox"].tgl-ios-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].tgl-ios-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].tgl-ios-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].tgl-ios-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}

table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 7px !important;

}

.row .rotulo{
    margin: 2px 2px 12px 2px;
    
    background-color: rgba(86,61,124,.15);
   
    border: 1px solid rgba(86,61,124,.2);
  }

.form-control.vencimiento.datepicker  {
    position:unset!important;
    z-index: 1101 !important; /* has to be larger than 1050 */
}

.box .datepicker-inline td:hover, .box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline>table td:hover, .box .datepicker-inline .datepicker-days>table td:hover {
    background: #eee !important;
    cursor: pointer;
}

.textocentrado {
    color: rgb(8, 59, 109);
    font-size: 4em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
}