html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

/* Estilos para los mensajes de pantalla completa. */
.full-screen-message {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.full-screen-message-container,
.bc-full-section-message-container {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
}

.full-screen-message-content-middle,
.bc-full-section-message-content-middle {
    position: relative;
    left: 20%;
    width: 60%;
    min-height: 82px;
}

    .full-screen-message-content-middle .text,
    .bc-full-section-message-content-middle .text {
        width: 95%;
        margin: 3px 10px 3px 10px;
        float: left;
    }

    .full-screen-message-content-middle .icon,
    .bc-full-section-message-content-middle .icon {
        font-size: 95px;
        position: absolute;
        left: -22px;
        top: -24px;
    }


    .full-screen-message-content-middle .text-icon,
    .bc-full-section-message-content-middle .text-icon {
        width: 100%;
        margin: 0px 10px 0px 100px;
    }

    .full-screen-message-content-middle .ops-logo-video {
        position: absolute;
        left: -115px;
        top: -20px;
    }

    .full-screen-message-content-middle .text-ops-logo-video {
        width: 100%;
        margin: 0px 10px 0px 170px;
    }

    .full-screen-message-content-middle .fsTitle,
    .bc-full-section-message-content-middle .fsTitle {
        letter-spacing: -1px;
        font-size: 36px;
        font-weight: bold;
        font-family: 'Quantico', sans-serif;
    }

    .full-screen-message-content-middle .fsText,
    .bc-full-section-message-content-middle .fsText {
        font-size: 18px;
        font-family: 'Quantico', sans-serif;
        margin: 0 0 0px;
    }

.full-screen-message-container input, .full-screen-message-container select {
    width: 50%;
    padding: 5px;
}

.full-screen-message-button-section {
    width: 100%;
    height: 30px;
}

    .full-screen-message-button-section button {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: 700;
    }

.content-button {
    float: right;
    margin-top: -33px;
}
/* Estilos para los mensajes de pantalla completa. */

.htmx-indicator {
    pointer-events: none;
}

.htmx-request .htmx-indicator {
    pointer-events: all;
}

.htmx-request.htmx-indicator {
    pointer-events:all;
}

.custom-icom {
    background-size: 20px;
    background-repeat: round;
    height: 20px;
    width: 20px;
    display: block;
}

.icon-list {
    background-image: url(../img/ic_lista.png);
}

.icon-all-maps {
    background-image: url(../img/ic_allmap2.png);
}

.icon-notifications-bell {
    background-image: url(../img/ic_bell_off.png);
}

.icon-information {
    background-image: url(../img/ic_informacion2.png);
}

.icon-map {
    background-image: url(../img/ic_mapa2.png);
}

.icon-notifications {
    background-image: url(../img/ic_notificaciones2.png);
}

.icon-commands {
    background-image: url(../img/ic_comandos2.png);
}