
.top {
    border-bottom: solid 1px darkgray;
}


.d-background{
    background:#0c768a;
}

.d1-background{
    background:#0c768a;
}

.d-bg{
    background:#0c768a;
}

.d-color{
    color:#0c768a;
}

.white{
    color:white;
}

.d-background a,.d1-background .nav>li>a{
    color:white !important;
}

.d-bg th{
    color:white !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
    color: #555555;
    background-color: #7b77c5 !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a {
    color: #555555;
    background-color: #7b77c5 !important;
}

.navbar-brand{
    padding-bottom: 0px !important;
}

@media (min-width: 767px){
    .header .navbar-nav {
        margin-top: 0px;
    }
}

.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    background: none;
    color:#555;
    border-bottom: 2px solid #555299;
}

.tab-v1 .nav-tabs > li > a:hover {
    color:#555;
    background-color: #d5d5df;
}

.tab-v1 .nav-tabs {
    border-bottom: solid 0px #555299;
}

.tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 9px 18px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #555299;
    border-color: #555299;
    z-index: 0;
}

.pagination li a:hover {
    background: #555299;
    border-color: #555299;
}

.table.table-bordered thead > tr {
    background-color: #555299;
    color:white;
}



@media (min-width: 767px){
    .header .dropdown-menu li a {
        color: #687074 !important;
        background: #fdfdfd;
    }

    .header .dropdown-menu {
        border-top: solid 2px #555299;
        border-bottom: solid 2px #7b77c5;
    }

    .header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
        color: #fdfdfd !important;
        background: #7b77c5 !important;
    }
    
}

.header .dropdown-menu li:hover a {
    color: #fff !important;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #7b77c5;
}

.btn-u-default {
    background: #555299 !important;
}
.bell-slash {
    position: absolute;
    top: -7px;
    left: 4px;
    font-size: 24px;
    font-weight: bold;
    transform: rotate(30deg);
}

#logo-header {
    width: 126px;
    height: 47px;
    margin-top: -12px !important;
}

.header .navbar-brand {
    height:42px;
    padding-top:6px;
}

.badge {
    --bs-badge-padding-x: 1em;
    --bs-badge-padding-y: 0.49em;
    --bs-badge-font-size: 0.81em;
    --bs-badge-font-weight: 600;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: #28c76f !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #ea5455 !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}