/*Login Page*/

#header { background-color: #023355; text-decoration: none; }
#header a { text-align: left; text-decoration: none; }


/*Admin Portal Styling*/
.navbar-default {
    background-color: #023355 !important;
    border-radius: 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    border: none;
    margin-bottom: 0;
    border-color: #023355 !important;
}

.navbar {
    border-radius: 0 !important;
}

.side-menu {
    bottom: 0;
    top: 0;
    width: 240px;
    z-index: 2;
    background: #023355;
}

#sidebar-menu > ul > li > a.active {
    background: #023355 !important;
    border-left: 3px solid rgba(255, 255, 255, 0.4);
    color: #023355 !important;
}


.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #ffffff !important;
    color:  !important;
}

.user-box .user-status.away i {
    color: #ffffff;
}

.label-default {
    background-color: #ffffff !important;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

.nav-pills > .active > a > .badge {
    color: #ffffff !important;
}

.nav-pills-custom li a {
    padding: 5px 18px;
    border-radius: 20px;
    color: #ffffff !important;
    line-height: 28px !important;
}

.nav-pills-custom li.active a {
    background-color: #ffffff !important;
    color: #ffffff !important;
}

.text-custom {
    color: #ffffff !important;
}

.badge {
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 1px;
    background-color: #ffffff;
}

.popover .popover-title {
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

code {
    color: #ffffff;
    background-color: #ffffff;
    border-radius: 4px;
}

