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;
}
.hidden-nav {
    display:none;
}
.navbar-brand {
    text-align: center;
    margin: 0 auto;
    display: block;
}
    .navbar-brand img {
        width: 200px;
        height: auto;
    }
nav .container-fluid {
    justify-content: center !important;
    width: 100%;
}
.login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    max-width: 360px;
    flex-wrap: wrap;
    margin: 80px auto 0;
    padding: 20px 10px;
    width: 100%;
}
    .login-box .btn {
        padding: 15px 0;
        text-align: center;
        margin: 15px;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        opacity: 1;
        width: 100%;
    }
    .login-box .btn:hover {
        opacity: 0.8;
    }
        .login-box .btn i {
            background: white;
            padding: 10px;
            margin-right: 10px;
        }
.google-btn {
    background: #4285F4 !important;
    border: 1px solid #4285F4 !important;
}
.login-box .btn.google-btn i {
    color: #4285F4;
}
.microsoft-btn {
    background: white !important;
    color: #00A3EE !important;
    border: 1px solid #00A3EE !important;
}
.login-txt {
    margin-bottom: 20px;
}

/**Loader Styles*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff82;
    z-index: 1050;
}

    .loader-container .loader-content {
        position: fixed;
        left: 47%;
        top: 47%;
    }

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 10px solid #fff;
        border-color: #009fe5 transparent #002d59 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
.sietes img {
    width: 100%;
    max-width: 100px;
    margin-top: 20px;
}
nav .container-fluid .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
    width: 200px !important;
    display: inline-block !important;
    flex-grow: initial !important;
    flex-basis: initial !important;
}
#HeaderFiltros {
    text-align: center;
}
    #HeaderFiltros > a {
        text-align: center;
        text-decoration: none !important;
        color: #073861;
        font-weight: bold;
    }
.dt-layout-cell.dt-layout-full {
    border-radius: 5px;
    overflow: hidden;
}
.dataTable th {
    background: #2a6f9b;
    color: white;
}
.dataTable tbody tr td {
    color: #515151;
    border-bottom: 1px solid lightgray !important;
}
.dataTable tbody tr:nth-child(2n) td {
    background-color: #f7f7f7;
}
.dt-paging-button {
    color: white;
    border: none;
    background: #2b72a0;
    border-radius: 3px;
    margin: 0 2px;
    padding: 3px 10px 5px;
    font-weight: bold;
    font-size: 14px;
}
footer div {
    text-align: center;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}