/* varios */
:root {
	--primary: #00428C;
}
body {
    overflow: hidden;
}
#cargando {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/load.gif);
    z-index: 9999999;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.ui-menu-item-wrapper:hover, .ui-menu-item-wrapper.ui-state-active {
    background: var(--primary) !important;
    border: none !important;
}
.espaciador-20 {
    height: 20px;
}
.desplegar_busqueda {
    font-size: 24px !important;
    margin-top: 12px;
}
.desplegar_busqueda:hover {
    color: black;
    text-decoration: none !important;
}
.link_busqueda {
    font-size: 22px !important;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.link_busqueda:hover {
    color: black;
    text-decoration: none !important;
}
.barra {
    padding: 3px 10px 3px 10px !important;
    font-size: 9px !important;
}
.barra div {
    max-height: 5px;
    min-height: 5px;
    border: 1px solid #417c08;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    margin: -9px 0 0 30px;
    border-color: #666;
}
.barra div div {
    border: none;
    margin: 0;
    background: #00428C;
}
.ui-datepicker {
    z-index: 2 !important;
}
.alert-bubble {
    background: red;
    position: absolute;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 10px;
    border: 3px solid white;
    color: white;
    font-size: 11px;
    font-weight: bold;
    top: -10px;
    right: -10px;
}

/* top */
.navbar-inverse {
    background-color: #00428C;
    border-color: #00428C;
}
.navbar-inverse .navbar-brand {
    background: url("../img/logo.png?v=2025");
    width: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 10px;
}
.navbar-top-links {
    margin: 0 0 0 70px !important;
}
.navbar-left {
    display: none;
}
@media(min-width:768px) {
    .navbar-left {
        display: block;
    }
}
.navbar-inverse .navbar-nav>li>a {
    padding: 0 !important;
    min-height: 0 !important;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: -5px;
}
.navbar-inverse .navbar-nav>li>i {
    font-size: 12px;
    color: #9d9d9d;
    margin: 19px 10px 0 10px;
}
#accion_ok {
    color: green;
    margin-left: 20px;
    display: none;
}

/* menu */
.nav>li>a {
    padding: 5px 15px;
}
.nav.alto>li>a {
    padding: 10px 15px;
}
#side-menu .sub {
    background: white;
}
#side-menu .sub a {
    padding-left: 18px;
}
.custom-search-form {
    width: 100%;
}
@media(max-width:768px) {
    .nav>li>a {
        padding: 10px 15px;
        font-size: 18px;
    }
}

/* contenedor */
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-header {
    margin: 40px 0 10px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.panel-body {
    padding: 5px !important;
}

/* tabla */
.table .fa {
    font-size: 18px;
}
.table .fa:hover {
    color: black;
    text-decoration: none;
}
.table .detalles {
    display: none;
}
.table .detalles:hover, .table .detalles tr:hover {
    background: white;
}
.table td small {
    opacity: 0.5;
}
.table tr.limpia td:not(.linea) {
    border: none;
}
.table-small th, .table-small td {
    font-size: 12px;
    padding: 4px 8px !important;
}
.table-small td {
    border-top: 1px dotted #ddd !important;
}

/* form */
input.chico:not(.fecha) {
    width: 80px;
}
input.chico.fecha {
    width: 100px;
}
form label .data {
    font-weight: normal;
}
.enviar_fila {
    text-align: right;
}
input[type="file"] {
    border: none;
    padding: 0;
    box-shadow: none;
}

/* fila adaptable */
.row_fila {
    margin-bottom: 10px;
}
.row_fila.oscura {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.row_fila a {
    font-size: 20px;
    margin-right: 20px;
}
@media(max-width:768px) {        
    .row_fila [class^=col-] {
        margin-bottom: 10px;
    }
}