.profile-navs.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #fafafa !important;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-family:worksans-semibold;
    margin: 0px;
}
.profile-navs.nav-tabs>li>a {
    border-radius: 0px;
}
.profile-navs.nav>li>a {
    position: relative;
    display: block;
    padding: 12px;
}
.profile-navs.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.profile-nav-container{
	border: 1px #e4eff7 solid;
}

.profile-header{
	border-bottom: 2px #d9d9d9 solid;
}
.edit-profile-logo{
	position:relative;
	bottom:2px;
}
.saved-carts-entry{
	border-bottom: 1px #d9d9d9 solid;
}
.saved-carts-entry:hover{
	background-color:#fafafa;
}

.tablink.active>a>span.change-color-active{
	color: #0054A4;
}

.vc-btn, .vc-btn:hover{
	width: 100px;
    outline: none;
    border: 1px solid #0c54a3 !important;
    color: #0c54a3;
    background-color: #fff;
}
.restore-cart-btn {
	width: 100px;
	outline: none;
    border: 1px solid #0d579e;
    color: #fff;
    background-color: #0d579e;
}

.btn-next-gen.restore-cart-btn {
	width: 120px;
}

.gotocart-btn {
	width: 110px;
	outline: none;
    border: 1px solid #0d579e;
    color: #fff;
    background-color: #0d579e;
}
.cart-restored-btn {
	padding: 5px 25px 5px 38px !important;
	border: 0px;
	border: none;
	outline: none;
	background-color: #88C654 !important;
	cursor: text;
}
.icon-input-btn .fa {
    display: inline-block;
    position: absolute;
    left: 0.8em;
    top: 25%;
}
.p-val {
	font-size: 15px;
}
.edit-logo {
	position: relative;
    bottom: 0px;
}
.font-color-profile {
	color: #0054a4;
}
.font-color-profile-editing {
	color: #82abcf;
}
.red-text {
	color: #ff0000;
}

.instructions-title {
	font-size: 17px;
	color: rgb(0, 84, 164);
}

.info-msg {
	font-size: 12px;
	font-style: italic;
	color: rgb(137, 156, 175);
}

.cb-lbl-style {
	color: rgb(0, 84, 164);
}

/*FOR DASH PROFILE*/
.dash-products-container {
	margin-bottom: 30px;
}

.dash-products-container .dash-products-header th {
	text-transform: uppercase;
    font-size: 10px;
    color: #92a5b3;
    font-weight: bold;
    background-color: unset;
	box-shadow: unset;
	padding: 20px 0px;
}

.product-row {
    font-weight: bold;
	font-size: 13px;
	padding: 20px 20px;
}

.product-row td {
    padding: 20px 0px;
}

.product-row .product-select-col {
    width: 5%;
}

.product-row .line-number {
    width: 5%;
}

.product-row .ndc {
    width: 15%;
}

.product-row .description {
    width: 50%;
}

.product-row .dash-qty {
    width: 15%;
}

.product-row .dash-qty .dash-qty-input {
    width: 60px;
}

.product-row .uom {
    width: 10%;
}

.zpir-address {
    padding-left: 11rem !important;
}

.payer-address-container {
    display: flex;
}

.payer-address-container div {
    display: inline-block;
}

.required-label {
    color: #FF0000;
    font-size: 12px;
    margin-top: 10px;
}

.direct-title {
    font-size: 20px;
	color: #0054A4;
}