/*Estilo en común para todas las páginas de UNINMAR*/

.border {
    border: 1px solid black !important;
}

.relative {
    position: relative;
}

/*Backgrounds*/
.bg-blue {
    background-color: #ddffff !important;        
}

/*Botones y links*/
.pointer {
    cursor: pointer !important;
}

/*Texto*/
.text-orange {
    color: #ff6347;
}

.text-orange:hover, .text-orange:active, .text-orange:focus {
    color: orangered;    
}

.text-orange-bold {
    color: orangered;    
}

/*Tamaño de íconos que no trae por default bootstrap*/
.fa-8x {
    font-size: 8em !important;
}

.fa-5x {
    font-size: 5em !important;
}

/*Scroll*/
.scroll {
    overflow: scroll;
}

/*Posición fixed*/
.fixed {
    position: fixed; 
}

/*Puntero*/
.pointer {
    cursor: pointer;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none !important;
}

/*Tamaños para los modal*/
.modal-lg {
    max-width: 1200px !important;
}

.medium-modal {    
    max-width: 80% !important;
    max-height: 80% !important;    
}

.medium-modal-content {
    height: 600px;
}

.contentModalFilters {
    max-height: 300px !important;
    width: 100%;
    overflow: auto;   
}

/*Tamaños generales*/
.h100 {
    height: 100vh;
}

.h100Nav {
    height: 69.8vh;
}

.h50 {
    height: 50vh;
}

/*Sin navBar*/
.bodySimple {
    margin-top: 0rem;
}

.noInput {
    border: none;
}

.panelFacets {    
    overflow: scroll;
    max-height: 120px;    
}