html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .wrapper-form {
        margin: 17% auto;
        max-width: 500px;
    }
}

@media(max-width: 1023px) {
    .wrapper-form {
        margin: 35% auto;
        max-width: 450px;
    }
}

.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.fondo {
    background: url(../img/back_login.jpg) no-repeat;
    background-size: cover;
    background-repeat: repeat;
}

.header-logo {
    height: 10px !important;
    margin-top: 70px;
}

    .header-logo img {
        position: relative;
        top: -220px;
    }

.lbl-ultima-act {
    text-align: center;
    font-size: 12px;
    color: white !important;
    display: block;
}

.sesion {
    background-color: white;
    color: black;
}

.swal2-confirm, .dropdown-item:hover {
    background-color: #FBB03B;
    color: black
}

.btnLogin {
    font-size: 19px;
    text-transform: uppercase;
    background-color: #FBB03B;
    border-radius: 15px;
    width: 100%;
    box-shadow: none;
    border-color: transparent;
}

.p-inline {
    color: #002242;
    font-size: 16px;
    text-decoration: none;
}

/*loader*/
.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 100000;
    visibility: hidden;
}

.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 10% auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .modal-overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .modal-overlay.show {
        opacity: 1
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu-home {
    background-color: #002242;
    color: white;
}

    .menu-home .nav-link {
        color: white;
        text-decoration: none;
    }

.text-menu {
    position: relative;
    top: -5px;
}

li.dropdown {
    padding-top: 6px;
    margin: 0 10px;
}

.navbar-nav .nav-link.show {
    color: white !important;
}

.dropdown-menu, .dropdown-item {
    background-color: #002242;
    color: white;
}

.dt-container {
    width: 100% !important;
}

.cabecera-tabla {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    background-color: #002242 !important;
    padding: 15px !important;
    text-align: left !important;
    vertical-align: middle;
}

.boton-tabla {
    background-color: #002242 !important;
    color: white !important;
    border-radius: 10px;
    border: 1px solid white;
    margin-left: 25px !important;
}

    .boton-tabla .boton-texto {
        position: relative;
        top: -7px;
        padding-right: 4px;
    }

.tabla-accion {
    text-decoration: none !important;
    color: #002242;
}

.form-switch .form-check-input {
    height: 25px !important;
    width: 45px !important;
    margin-right: 10px;
}

.form-switch .form-check-label {
    padding-top: 3px;
}

col[data-dt-column="4"] {
    display: none;
}

.permiso-header {
    font-size: 12px;
    font-weight: bold;
}

.modal-content {
    overflow: auto !important;
}

.form-check-input {
    border: 1px solid black;
}

.notificacion-boton {
    width: 60px !important;
    margin: 0 5px;
    border: none;
    outline: none;
    color: #002242 !important;
}

    .notificacion-boton .material-icons {
        font-size: 35px !important;
    }
