.account-dropdown .btn.btn-default.dropdown-toggle {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Inter UI, ZawgyiOne, Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 50px;
    top: 6px;
    color: #000;
}

.account-dropdown ul li a:focus, .account-dropdown .dropdown-toggle:focus {
	outline: none !important;
}

.reschedule-appointment-links a:focus {
    outline: none!important;
}

.dashboard-highlight {
    width: 120px !important;
    border-bottom: 4px solid #e86020;
    height: 61px;
}
.logged-in {
	font-weight: 900!important;
}
.pre-login-account {
	width: 70px !important;
	margin-right: 19px !important;
	float: right !important;
}

.btn-group.account-dropdown {
	width: 125px;
}

.account-dropdown ul li a {
    line-height: 29px;
    font-size: 16px;
    text-decoration: none;
    width: 150px;
    background-color: #fff !important;
    cursor: pointer;
    color: #62707c;
}

.account-dropdown .btn .caret {
    margin-left: 0;
    margin-left: 10px;
    color: #031b30;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .account-dropdown .dropdown-toggle:active, .account-dropdown .dropdown-toggle:hover, .account-dropdown .dropdown-toggle:focus {
	background: none !important;
	box-shadow: none !important;
}

.dropdown-menu li a:hover, .account-dropdown .active {
    border-left: 4px solid #e86020;
    background: none !important;
    color: #e86020 !important;
    padding-left: 16px;
}

.account-dropdown .active a {
	color: #e65f1f !important;
}

.account-dropdown .dropdown-menu {
	margin-left: -90px;
	border: none;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	margin-top: 12px;
	width: 212px;
	float: left;
	padding-right: 35px;
}



span.caret.bottom-caret {
	color: #e86020;
	position: absolute;
	bottom: 0;
	left: 54px;
	top: 61px;
	z-index: 999999;
}

@media only screen and (max-width: 768px) {
	.btn-group.account-dropdown {
		float: left !important;
		margin-left: 15px;
		margin-top: -15px;
		margin-bottom: 15px;
	}

	.account-dropdown .dropdown-menu {
		margin-left: -3px;
		margin-top: 5px;
		padding-right: 35px;
	}
} 
