@CHARSET "UTF-8";
.btn-header-pfizerprime-active {
    background-color: #88c654;
    color: #FFFFFF;
    font-family: worksans-medium;
    font-size: 11px;
    height: 30px
}
.btn-header-active {
    background-color: #88c654;
    color: #FFFFFF;
    font-family: worksans-medium;
    font-size: 11px;
    height: 30px
}
.Vaccine {
    background-color: #42568c !important;
}
.Hemophilia {
    background-color: #e7644a !important;
}
.Trade {
    background-color: #4badee !important;
}
.Injectable {
    background-color: #002596 !important;
}
.Greenstone {
	 background-color: #4f802c !important;
}
.btn-header-inactive {
    background-color: #f1f6fb;
    color: #92a5b3;
    font-family: worksans-medium;
    font-size: 11px;
    height: 30px
}
.btn-header-active:hover {
    background-color: #76ae49;
    color: #FFFFFF;
    font-family: worksans-medium;
    font-size: 11px;
    height: 30px
}
.btn-header-inactive:hover {
    background-color: #88c654;
    color: #FFFFFF;
    font-family: worksans-medium;
    font-size: 11px;
    height: 30px
}
.account-header-div {
    border-radius: 100px;
    background-color: #f1f6fb;
    height: 30px;
    font-size: 11px;
}
.account-header-button {
    border-radius: 100px;
    height: 30px;
    font-family: worksans-medium;
    font-size: 11px;
}
.user-name {
    vertical-align: super;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#Contracts {
    width: 150px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contracts-user-option {
    padding-top: 14px;
}
#user-popover-option {
    width: 184px;
}
.dropdown-menu.mobile-header-options {
    left: 16px;
}
#user-option-popover-mobile {
    border-top: 4px solid #009cd5;
}
.popover-content,
#searchbar-mobile {
    padding: 0px !important;
}
#user-panel span,
#user-panel i,
#user-panel-mobile span,
#user-panel-mobile i {
    display: inline-block;
    vertical-align: middle;
}
#user-panel i,
#user-panel-mobile i {
    margin: 5px 0 5px 10px;
    font-weight: bold;
}
#user-panel i.fa-angle-down,
#user-panel-mobile i.fa-angle-down {
    color: #f99538;
}
#user-panel i.fa-angle-up,
#user-panel-mobile i.fa-angle-up,
#user-panel:hover i.fa-angle-down,
#user-panel-mobile:hover i.fa-angle-down {
    color: #88C654;
}
#loader-bg {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
#loader-bg i {
    width: 85px;
    height: 85px;
    font-size: 85px;
    display: block;
    margin: 20% auto;
    color: #f99538;
}
ul.ui-autocomplete {
    position: absolute;
    z-index: 999;
    background: #FFFFFF;
    border: 1px solid #E4EFF7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
ul.ui-autocomplete li.ui-menu-item {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #D9D9D9;
}
ul.ui-autocomplete li.ui-menu-item:last-child {
    border-bottom: 0;
}
ul.ui-autocomplete li.ui-menu-item a {
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    color: #3D5266;
}
.ui-menu-item > a > div.price{
	display:none;
}

.user-options-nav {
    background-color: #009CD5;
}

.current-user-triangle{
    position: relative;
    z-index: 999;
}
    
.current-user-triangle:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 19px;
    border-color: transparent transparent #009CD5 transparent;
    left: 30%;
    top: 40px;
}

.greenstone-user-options-nav{
    background-color: #7BB552;
}

.user-option-btn{
	font-family: Worksans-Regular;
	font-size: 13px;
	color: #FFFFFF;
}

.user-option-btn:hover{
	color: #FFFFFF;
}

.user-option-btn svg{
    margin-bottom: 4px;
}

.user-option-btn svg, .user-option-btn span{
    display: inline-block;
    vertical-align: middle;
}

.user-option-btn-container{
	/* width: 170px; */
    height: 54px;
    /* text-align: center; */
}

.asm-send-email-text {
    font-family: Roboto-Bold;
    font-size: 11px;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #A593FF 0%, #3A24F8 100%);
    border: 1px solid rgba(0,0,0,0.30);
    border-radius: 4px;
    text-transform: uppercase;
    height: 25px;
    text-align: center;
    padding: 5px;
}

.asm-send-email-img {
    background-image: linear-gradient(180deg, #A593FF 0%, #3A24F8 100%);
    border: 1px solid rgba(0,0,0,0.30);
    border-radius: 20px;
    padding-left: 5px;
    padding-top: 8px !important;
    position: relative;
    left: 23px;
    z-index: 999;
    width: 35px;
    top: -5px;
    height: 35px;
}

.asm-send-email-img > img {
    width: 20px;
    align-content: center;
    margin-left: 2px;
}


.user-option-btn-container a{
    text-decoration: none;
}

.display-flex{
	display: flex;
}

.align-self-stretch{
    align-self: stretch;
}

.display-table{
	display: table;
    height: 100%;
    width: 100%;	
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 300px) and (max-width: 991px) {
	.user-option-btn{
		font-size: 12px;
	}
	.sign-out{
        font-size: 12px;
	}
}

.sold-to-address-style {
	display: inline-block;
	vertical-align: middle;
}

.m-site-style {
	vertical-align: middle;
    display: inline-block;
}

.login-page-banner {
    background-color: #ECEFF4;
    color: #181994;
    border: 1px solid #BBCBDD;
}

.user-container {
    width: 45px;
	height: 45px;
	border-radius: 50%;
    color: #fff;
    background-color: #009cd5;
    font-size: medium;
    text-align: center;
    padding-top: 1.20rem !important;
}

#user-account {
	display: flex;
	align-items: center;
	justify-content: center;
}
