
.modal .modal-dialog {
    margin-top: 0;
}
.modal-loader {
    background-color: transparent;
    box-shadow: none !important;
}
.modal-must-be-transparent {
    background-color: transparent;
    box-shadow: none !important;
}
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
} 
.card .card-header {
    padding: 5px;
}
.nav-tabs .nav-item .nav-link  {
    padding: 5px;
}

.home {
    background: url(images/big_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.borde-top {
    border-top: 1px solid #fff;
}
.borde-bottom {
    border-bottom: 1px solid #fff;
}

.panel-form {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.75);
}

.login {
    text-align: center;
    margin-top: -145px;
    color: #ffffff;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
}
.logo-login {
    max-width: 230px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.login h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.titulo-panel {
    font-size: 20px;
    font-weight: 600;
}

.opcion-side-bar {
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    cursor: pointer;
}
.opcion-side-bar:hover {
    color: rgb(80, 174, 85);
}
.opcion-side-bar-activa {
    color: rgb(80, 174, 85);
}
.titulo-opcion-side-bar {
    font-size: 12px;
}

/* Opciones Principal */
/* https://css-tricks.com/a-responsive-grid-layout-with-no-media-queries/ */
.auto-grid {
    --auto-grid-min-size: 16rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
}
.opcion-principal {
    background-color: black;
    opacity: 0.7;
    border-radius: 5px;
    border: 2px solid rgb(218, 41, 48);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 10px;
    /*
    min-width: 100px;
    min-height: 100px;
    */
    color: white;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}
.opcion-principal:hover {
    border-width: 4px;
    margin: 8px;
}
.bg-info-crs {background-color: #f2e6a2;}

.capsula-filtro {
    border: 1px solid white;
    border-radius: 5px;
    padding: 1px 6px 3px 6px;
    height: 30px;
    background-color: rgb(68, 68, 67);
    display: inline-block;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 2px;
    font-size:14px;
    color: white; 
}

.clickable {
    color: blue;
    cursor: pointer;
}
.clickable:hover {
    text-decoration: underline;
}

#cmdExcel{
    background-color: rgb(223, 238, 14);
    color: black;
}