@charset "utf-8";
html,body {
    height: 100%;
}
body {
    font-family: Roboto, sans-serif;
    color: #424242;
    font-weight: 400;
}
a {
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	color: #0872b9;
}
a:hover {
	color: #003f86;
}
.full-height {
    height: 100vh;
}
#login-message {
    transition: .4s all;
    margin-bottom: 0;
}
li.nav-item.active {
    font-weight: 700;
}
.account-nav .nav-link i {
    color: #0872b9
}
.account-nav .dropdown-toggle:after {
    border-top-color: #0872b9;
}
.account-nav li.dropdown .dropdown-menu {
    width: 220px;
    padding: 0 0 7px;
    left: -178px;
    position: absolute;
    z-index: 999999;
}
.account-nav li.dropdown .dropdown-menu:after, .account-nav li.dropdown .dropdown-menu:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute;
}
.account-nav li.dropdown .dropdown-menu:after {
    left: auto;
    right: 13px;
    border-bottom-color: #0872b9;
}
.account-nav li.dropdown .dropdown-menu .user-info {
    background-color: #0872b9;
    color: #fff;
    overflow: hidden;
    padding: 15px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 7px;
}
.account-nav li.dropdown .dropdown-menu .user-info .user-name {
    display: block;
    font-size: 1.3rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.account-nav .dropdown-item {
    color: #424242;
}
.account-nav .dropdown-item span {
    margin-right: 7px;
}
.navbar .nav-link {
    color: #0872b9 !important;
}
.navbar .nav-link:hover {
    color: #003f86 !important;
}
.right-col {
    margin: 1rem 0;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}