/*-----------------------------Navbar Css-------------------------------------*/
.bg-light {
    /*background-color:#2980B9 !important;*/
    background: linear-gradient(341deg, rgb(37 81 161 / 82%) 32%, #65a3e7 100%, #4f89c7 100%);
    padding: 0px 20px 0px 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 12px 11px 12px 11px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000a59;
        background-color: #ffffff;
        transition-duration: 1s;
        border-radius: 0px;
    }

/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
    }*/

.navbar-nav.mr-auto {
    margin-left: 72px;
}

.heading-logo {
    height: 60px;
}

.login-logo {
    height: 85px;
}
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
/*-----------------------------Home Css-------------------------------------*/
.title h1 {
    font-size: 22px;
    margin-top: 25px;
}

.col-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 30px 30px 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.btn-default {
    width: 100px;
    background: #5481c3;
    border: 0;
    font-weight: 400;
    margin-top: 15px;
    color: #ffff;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

#progressBackgroundFilter {
    position: absolute;
    background-color: #000;
    z-index: 2147483 !important;
    opacity: 0.5;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

#processMessage {
    position: fixed;
    top: 40%;
    left: 38%;
    margin-left: 100px;
    z-index: 100000000;
    background-color: transparent;
    text-align: center;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    background-color: #5481c3;
    color: #fff;
}
/*-----------------------------Footer Css-------------------------------------*/
/*.footer-content {
    background: #5481c3;
    text-align: center;
    color:#fff;
    position: fixed;
    width: 100%;
    bottom: 0;
}
*/