.alert {
    display: none;
}

#avisoPrivacidad {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

#avisoPrivacidadContenido {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 10px 15px;
    overflow-y: scroll;
    height: calc(100% - 80px);
}

#iconCloseAvisoPrivacidad {
    cursor: pointer;
    float: right;
}

.avisoBorrador {
    color: #23527c;
}

.bienvenido {
    font-size: .8em;
    color: #B32D36;
    font-weight: bold;
    padding: 0 0 10px 50px;
}

.btn,
.btn-sm {
    border-radius: 0;
    padding: .4rem .8rem;
}

.form-control {
    border-radius: 0 !important;
}

.btn-sm-1 {
    padding: .15rem .5rem;
    font-size: .750rem;
    line-height: 1.5;
}

.btn-sm-2 {
    padding: .15rem .5rem;
    font-size: .5rem;
    line-height: 1.5;
}

#content {
    padding-bottom: 30px;
    position: relative;
    isolation: isolate;
}

#content::before {
  content: "";
  position: absolute;
  inset: 0; /* Modern shortcut for top/left/right/bottom: 0 */
  z-index: -1;
  background-image: url('/imagenes/bg_demo.png');
  background-size: cover;
  opacity: 0.3; /* Adjust this for transparency level */
}

#copyRight {
    font-size: .7em;
    color: #FFF;
}

.divContador {
    float: right;
    color: #23527c;
    font-size: .65em;
    font-weight: bold;
}

a.download-files,
a.download-files:hover,
a.download-files:visited {
    color: #000;
}

.dropdown-divider {
    margin: 0;
}

.dropdown-item {
    color: #fff;
    font-size: 0.8em;
}

.dropdown-menu {
    background-color: rgb(9, 37, 51, .9);
    border: 1px solid #000;
    font-size: .9rem;
}

.espacio-derecho {
    margin-right: 20px;
}

.fecha {
    font-size: .8em;
    color: #B32D36;
    font-weight: bold;
    text-align: right;
    text-align: -webkit-right;
    padding: 0 50px 10px 0;
}

.first-chk-opt {
    margin-left: 20px;
}

.form-check-label {
    font-size: .8em;
}

.form-control {
    border: 0;
    width: 100%;
    padding: 8px 5px;
    height: 36px;
    font-size: .8em;
    color: #000;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

#imgUserTop {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-left: 10px;
}

.img-user-list {
    height: 30px;
    width: auto;
    border-radius: 50%;
}

.img-casa-list {
    height: 30px;
    width: auto;
}

.label,
label {
    font-weight: bold;
}

.loader32 {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #092533;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loader64 {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #092533;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loader128 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #092533;
    width: 128px;
    height: 128px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

#logo-ppal {
    width: 250px;
    height: auto;
}

.logos-footer {
    height: 50px;
    margin: 0px 30px;
}

.multaCancelada {
    color: #dc3545;
}

.multaPagoCubierto {
    color: #419641;
}

.multaPagoPendiente {
    color: #0023ad;
}

.navbar {
    padding: .1rem 1rem;
    font-size: 0.8em;
    z-index: 1000;
    position: sticky;
    top: 0;
}

.nav-link {
    padding: .2rem 1rem;
}

.nota-general {
    font-size: 0.7rem;
    font-weight: bold;
    float: right;
    color: #0023ad;
}

.pie-de-pagina {
    background-color: #092533;
    padding: 10px;
}

.radio-inactive,
.radio-inactive:hover {
    background-color: #126c7a;
    border-color: #126c7a;
}

.requerido {
    font-size: .8em;
    color: #F00;
}

.rowCursorPointer,
.rowCursorPointerNoEdit {
    cursor: pointer;
}

.row-nomargins {
    margin-left: 0;
    margin-right: 0;
}

.row-success {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
}

.show {
    display: block;
}

.submenu-active {
    color: chartreuse;
    background-color: rgb(220, 20, 60, .5);
}

.text-info-sm {
    color: #17a2b8 !important;
    font-size: .7rem;
    font-weight: normal;
}


/* Utilizado para la animación de cargando de las clases: loader32, loader64 y loader128 */

@keyframes spin {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@media screen and (max-width: 800px) {
    .btn {
        padding: 5px;
        font-size: .8em;
    }
    .btn-sm-1 {
        padding: 4px 7px;
        font-size: .5rem;
        border-radius: .2rem;
    }
    .fecha {
        text-align: left;
        text-align: -webkit-left;
        padding: 0 10px;
    }
    .bienvenido {
        padding: 0 10px;
        text-align: left;
        text-align: -webkit-left;
    }
    label,
    .form-control {
        font-size: .7em;
    }
    #imgUserTop {
        margin-left: 0;
    }
    .img-user-list,
    .img-casa-list {
        height: 20px;
        width: auto;
    }
    #logo-ppal {
        width: 150px;
        height: auto;
    }
    .logos-footer {
        height: 20px;
        margin: 0px 10px;
    }
    .offset-1,
    .offset-3 {
        margin-left: 0;
    }
    .pie-de-pagina {
        padding: 10px 0px;
    }
    .pie-de-pagina>div {
        padding-left: 0;
    }
    .rowHeader>th,
    .rowCursorPointer>td {
        font-size: .6rem;
    }
    .text-center-mini {
        text-align: center!important;
        padding: 10px 0 20px 0!important;
    }
}

@media print {
    .not-to-print {
        display: none;
    }
    #content {
        background-size: 0em;
    }
}