﻿.overlay {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(239 239 239 / 0%);
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.sk-chase {
    width: 70px;
    height: 70px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    margin: auto;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #0068a5;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header-page {
    width: 100%;
    background-color: #213258;
    height: auto;
    padding: 0px;
    text-align: center;
}

.logo-header {
    height: 61%;
    margin-top: -18px;
}



.notifications {
    width: 100%;
    float: left;
    border-right: 1px solid #fff;
    padding-top: 9px;
    padding-right:13px;
}

.name-user {
    width: 100%;
    float: right;
}

.notifications > p {
    font-size: 16px;
}

.user-detail {
    width: 100%;
    
    padding: 13px 0px 0px 0px;
    color: #fff;
}

.media-body > span {
    font-weight: 700;
}

.img-user {
    width: 52px;
    height: 52px;
    border: 2px solid;
    border-radius: 50%;
}

.media-body {
    font-size: 16px;
    padding-top: 9px;
}



.btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    color: white;
    cursor: pointer;
    padding: 2px 2px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #023a5d;
}

    .btn-top > span {
        font-size: 35px;
    }


#sidebar .logo {
    width: 100%;
    height: auto;
}

.nav-link {
    color: #213258 !important;
}

    .nav-link:hover {
        /*font-weight: 500 !important;*/
        text-decoration: underline;
        color: #213258;
    }

/*@media (min-width: 992px) {*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    text-align: center;
    background-color: #213258 !important;
}

.dropdown-item {
    color: #fff;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #0D1B37;
    }
/*}*/



@media (max-width: 991px) {
   
    .navbar-toggler {
        width: 100% !important;
        border-radius: 0px !important;
    }
}

@media (max-width: 768px) {
    .user-detail{
        text-align:center!important
    }

    .notifications {
        border-right: 1px solid #213258;  
    }

    .img-user{
        display:none;
    }

    .m-t-3 {
        margin-top: -3px !important;
    }

    .m-t-23 {
        margin-top: -23px !important;
    }

    .m-t-34{
        margin-top: -34px!important;
    }
}

#close-seccion{
    color:#FFF ;
    cursor:pointer;
 
}

.dropdown-menu {
    padding: 0px 1px !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem #213258 !important;
}

.navbar-light .navbar-toggler {
    border-color: rgb(33 50 88) !important;
}