/*
MDT Application Specific styles. Do not modify custom.css.
*/


.egovfooter {
    background:white !important;
    color: #6E9699 !important;
    border-top:1px solid #E0E0E0 !important; border-top:none;
    padding:0;
}
.egovfooter .nav-item:hover {background:#eee; text-decoration: none; }
.egovfooter	a { display:block; font-size:1em; color: #005288 !important; }
.egovfooter .nav-item {height:50px;}

.nav-link {
    font-weight: 500 !important;
    color: #ffffff;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgb(0 0 0 / 70%);
}

.bootstrap-select .btn {
    border: 1px solid #ced4da;
}

.ext-nav-top{
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


/** SPINNER CREATION **/
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}




