/*para mostrar el dropdown de seleccion multiple de checkbox por encima de la dtt*/
.dropdown-menu {
    overflow: overlay !important;
    overflow-x: overlay !important;
    overflow-y: overlay !important;
}

.dataTables_scrollHead {
    position: relative;
    width: 100%;
    overflow: initial !important;
    overflow-x: initial !important;
    overflow-y: initial !important;
    min-height: 0
}

/*https: //stackoverflow.com/questions/52164002/bootstrap-modal-on-hiding-adds-padding-right-to-html-body/65027287#65027287*/
body {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

body {
    color: #000000;
    background: #136097;
}

.itemOrdenSeleccionado {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.left_col {
    background: #136097;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #0b85dd;
}

.nav-md ul.nav.child_menu li:before {
    background: #0b85dd;
}

.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#136097, #0c6fb6), #0b85dd;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.nav_title {
    background: #136097;
}

a {
    color: #136097;
    text-decoration: none
}

.dropdown-menu>li>a {
    color: #136097
}

.sidebar-footer {
    background: #136097;
}

.nav-sm ul.nav.child_menu {
    background: #136097;
}

.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 5px solid #0b85dd
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #0b85dd
}

.color-verde-rb{
    color: #136097;
}

.bck-verde-rb {
    background-color: #136097;
}

.color-usabilidad {
    color: #3CC0EE;
}

.bck-usabilidad {
    background-color: #3CC0EE;
}

.btn-ingreso {
    background-color: #D1F0FB;
    color: #000000;
}

.btn-soporte-tecnico {
    background-color: #3CC0EE;
    color: #000000;
    border-radius: 3px;
    padding: 10px;;
}

@media (min-width: 992px) {
    .login-footer-enlaces {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .login-footer-soporte {
        margin-top: 10px;
    }
}

.btn-usabilidad {
    background-color: #3CC0EE;
    color: #ffffff;
}

.cursor-pointer{
    cursor: pointer;
}

.ocultar {
    display: none !important;
}

/* validaciones */
.msj-validacion {
    text-align: left;
    background-color: red;
    color: white;
    display: inline-block;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 0;
    /* animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    width: 100%; */
}
/* /validaciones */

.disabled-blanco {
    background-color: #ffffff !important;
}

.negrita{
    font-weight: bold;
}

.color-rojo {
    color: #e01b22 !important;
}

.color-default {
    color: #777 !important;
}

.btn-rojo {
    background-color: #e01b22;
    color: #ffff;
}