.ui.dimmer {
	z-index: 5000;
}

.ui.modal {
	z-index: 5001;
}

#bc {
    display: block;
    padding-top: 0.5em;
}

#appprogresstable {
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

#appprogresstable td {
    text-align: center;
    font-size: 10px;
}

#appprogresstable #step.active {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1;
    background-color: #ffffff;
    color: #ffffff;
    border: 4px #95C0F1 solid;
	position: relative;
	z-index:1;
}

#appprogresstable #step.inactive {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1;
    background-color: #ffffff;
    color: #ffffff;
    border: 3px #cccccc solid;
	position: relative;
	z-index:1;
}

#appprogresstable #step.complete {
    display: block;
	margin-top:0px;
	background-color: #95C0F1;
    color: #ffffff;
    padding-left: 4px;
    font-size: 10px;
}

#appprogresstable #step {
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
    border-radius: 1rem;
    font-size: 1rem;
    padding-top: 1px;
    display: none;
    line-height: 20px;
}

#appprogresstable #activelineright {
	background-color: #95C0F1;
	display:block;
	height:2px;
	width:100%;
	margin-top:-12px;
	width:46%;
	position: relative;
  	float: right;
	z-index:0;
}

#appprogresstable #activelineleft {
	background-color: #95C0F1;
	display:block;
	height:2px;
	width:100%;
	margin-top:-12px;
	width:46%;
	position: relative;
  	float: left;
	z-index:0;
}

#appprogresstable #inactivelineright {
	background-color: #cccccc;
	display:block;
	height:2px;
	width:100%;
	margin-top:-12px;
	width:46%;
	position: relative;
  	float: right;
	z-index:0;
}

#appprogresstable #inactivelineleft {
	background-color: #cccccc;
	display:block;
	height:2px;
	width:100%;
	margin-top:-12px;
	width:46%;
	position: relative;
  	float: left;
	z-index:0;
}

#overlay2 {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 1;
	display:none;
}

#overlay2.overlay_layer {
	min-height: 1700px;
}

#PopUp {
	position: absolute;
	top: 0;
	z-index: 4000;
	width: 100%;
	height: auto;
}

#PopUpHeader {
	z-index: 1;
}

#PopUpHeader.ui.primary.segment:not(.inverted),
#Header.ui.primary.segment:not(.inverted) {
  border-top: 5px solid #A25EB5;
}

#PopUpBanner {
	margin-top: -1em !important;
}

#PopUpBanner img {
	width: 100%;
}

.continuebutton {
	min-width: 250px;
}

#APPNFROTG {
	z-index: 5000;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

#NFROTGHeader {
	margin-top: 3em;
}

#NFROGTImg {
	width: 100%;
}

#OA_PurchasingChoiceText {
	font-size: 16px;
	font-weight: 800;
}

#OA_PurchasingChoiceSelections label {
	font-weight: normal;
}

.OA_PurchasingChoiceOptionHeader {
	font-size: 24px;
	font-weight: 800;
}

.TWNCheckHeader {
	color: #bd83ca;
}

#ApplicationTypeHeader.ui.segment,
#NICEFormHeader.ui.segment,
#ApplicationFormHeader.ui.segment,
#ApplicationOrderHeader.ui.segment,
#ApplicationAutoshipHeader.ui.segment {
	margin-top: 1.5em;
    margin-bottom: 1em;
}

#ApplicationASSelectDayHeader.ui.segment {
	margin-top: 1em;	
}

#MemberTypeWholesaleBubble,
#MemberTypeDistributorBubble,
#MemberTypeCustomerBubble {
	cursor: pointer;
}

#MemberTypeWholesaleBubble:not(.disabled) i.check.icon,
#MemberTypeDistributorBubble:not(.disabled) i.check.icon,
#MemberTypeCustomerBubble:not(.disabled) i.check.icon {
	font-weight: 600;
}

#WholesaleCustomerSelect,
#DistributorSelect,
#CustomerSelect {
	position: absolute;
    top: 1em;
    left: 1em;
}

#WholesaleCustomerSelect h2,
#DistributorSelect h2 {
	color: #ffffff;
}

#DistributorSelectDiv,
#CustomerSelectDiv {
	background-color: #f5eef7;
	min-height: 6em;
}

#WholesaleCustomerInfoDiv .ui.list .item,
#DistributorInfoDiv .ui.list .item {
	padding: 0.5em 0;
}

#OA_LeftProgressButton {
	text-align: left;
}

.leftcolumn {
	padding-right: 4rem !important;
}

.rightcolumn {
	padding-left: 4rem !important;
}

.ui.basic.segment.pageheader {
	font-size: 30px;
	font-weight: 800;
}

.ui.basic.segment.sectionheader,
.ui.basic.segment.sectionheader h3 {
	font-size: 24px;
	font-weight: 800;
}

#OA_RightProgressButton {
	text-align: right;
}

#OA_FRAEveningPhoneGridDiv.ui.grid,	/* WF164193 - Chris H */
#OA_FRACellPhoneGridDiv.ui.grid,	/* WF164193 - Chris H */
#OA_FRAFaxGridDiv.ui.grid,			/* WF164193 - Chris H */
#OA_KOREveningPhoneGridDiv.ui.grid,
#OA_KORCellPhoneGridDiv.ui.grid {
	margin-top: 0em;
	margin-bottom: 1em;
}

#OA_BirthdayGridDiv.ui.grid,
#OA_AuthDateDiv.ui.grid {	/* WF137494 - Chris H */
	margin-top: 0em;
	margin-bottom: 0em;
}

.noenrollerid {
	margin-top: 1em;
}

#secureDiv,
#whyDiv,
#placementDiv,
#coAppDiv {
	background-color: #DAE8F0;
	color: #505B60;
}

#OA_GaiyoTermsDiv,
#OA_TermsDiv {
	margin-top: 0px;
}

#OA_AppFormButtons.ui.basic.segment {
	padding: 0px;
}

.StarterKitBubble img {
	height: 140px;
}

.OA_StarterKitInfoTable {
	width: 100%;
}

.OA_StarterKitPrice {
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
	width: 50%;
}

.OA_StarterKitPV {
	font-weight: bold;
	color: #A25EB5;
	padding-left: 1em;
	width: 50%;
}

.OA_StarterKitItemName {
	height: 4em;
	vertical-align: top;
	text-align: center;
}

.OA_StarterKitItemName a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #9b9b9b;
}

.OA_StarterKitItemCode {
	color: #d1d1d1;
	text-align: center;
}

#ProductDetailHeader {
	background-color: #eeeeee;
}

#ProductDetailImg img {
	margin: auto;
}

#qaddsearch_text_front_page {
	border: 1px solid #9b9b9b;
	border-radius: 2em;
	padding-left: 1em;
	background-color: #f5eef7;
}

#PaymentInvoiceTable.ui.table {
	color: #9b9b9b;
}
/*.ui.form .grouped.fields:last-child{
		float: right;
	}*/

#PaymentInvoiceTable tr.creditrow td {
	border-top: 2px solid #9b9b9b;
}

#PaymentInvoiceTable .pv {
	color: #A25EB5;
}

#OA_AddedToCart.ui.segment {
    z-index: 1;
    padding: 1em;
    position: absolute;
    width: 100%;
    top: 0;
	display: none;
}

.ui.basic.segment.Success {
	background-color:#7bb739;
	color: #ffffff;
}

.ui.basic.segment.CompleteTitle {
	color: #bd83ca;
}

.OA_userid {
	font-weight: bold;
	font-size: 18px;
	color: #a253b5;
}

#OA_ASSteps .OA_ASStepheader {
	font-size: 3em;
	font-weight: bold;
}

#OA_ASSteps .OA_ASStepdesc {

}

#OA_ASSteps .active.step {
	color: #bd83ca;
}

#OA_ASSteps .step {
	color: #d1d1d1;
}

.ui.basic.segment.OA_LRPMessage {
	background-color: #95c0f1;
	padding: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 1px #5597e2 solid;
}

.OA_LRPMessage1 {
	font-weight: bold;
	font-style: italic;
}

.OA_LRPMessage2 {

}

.resp-loyalty-iframe-container {
	position: relative;
	overflow: hidden;
	padding-top: 57%;
}

.resp-loyalty-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 1;
}

#calendarTable table,
#calendarKey table {
	width: 100%;
}

#calendarKey table .left.aligned {
	text-align: left;
}

.bad_day {
	border: 2px solid #fff;
	color: #ccc;
	font-size: 20px;
	background-color: #fff;
	line-height:30px;
}

.deactive_day {
	border: 2px solid #95c0f1;
	color: #000;
	font-size: 20px;
	background-color: #eeeeee;
	line-height:30px;
}

.active_day {
	border: 2px solid #95c0f1;
	color: #bd83ca;
	font-size: 20px;
	background-color: #eeeeee;
	line-height:30px;
}

.selected_day {
	color: white;
	font-size: 20px;
	background-color: #bd83ca;
}

.active_day a {
	color: #bd83ca;
	font-size: 20px;
}

.deactive_day a {
	color: #000;
}

.selected_day a {
	color: white;
}

.month_title {
	color: #9b9b9b;
}

#ASH_mainbg {
    background-color:#95c0f1;
}

.OA_ASCompleteInfo {
	font-weight: bold;
	font-size: 1.4em;
	color: #a25eb5;
}

.OA_ASCompleteTrainingLink li {
	padding: 0.4em 0em;
}

.OA_ASCompleteTrainingLink {
	color: #a25eb5;
	font-size: 1.2em;
}

#KitErrorDiv {
	width: 50%;
	margin: 0% 25% !important;
	margin-top: 10% !important;
	display: none;
	position: absolute;
	z-index: 1;
}

.KitBubble {
	position: relative;
}

.ui.form.kitupdateqty {
	position: absolute;
	width: 80%;
	margin: 0% 10%;
	bottom: 0;
}

/* START WF143966 - Chris H */
.ui.segment.lookupResults:hover {
	cursor: pointer;
	background-color: #f5eef7;
}
/* END WF143966 */

@media only screen and (max-width: 767px) {
	#bc {
	    display: none;
	}
	
	#MemberTypeDistributorBubble {
		margin-top: 2em;
	}
	
	#OA_AppFormButtons.ui.basic.segment {
		padding: 0.4em 0.6em;
	}
	
	#OA_LeftProgressButton,
	#OA_RightProgressButton {
		text-align: left;
	}
}

@media only screen and (max-width: 599px) {
	#OA_AppFormButtons.ui.basic.segment {
		padding: 0.4em 0.4em;
	}
	
	#PaymentInvoiceTable.ui.table img {
		max-width: 50px;
	}
}

@media only screen and (max-width: 449px) {
	#OA_AppFormButtons.ui.basic.segment {
		padding: 0.2em 0.2em;
	}
	
	#ProductSearch.ui.table {
		font-size: 1.4em;
		line-height: 1em;
	}
	
	.ui.segment.mobilepadding {
		padding: 0em 0.2em !important;
	}
	
	#PaymentInvoiceTable.ui.table img {
		max-width: 35px;
	}
}


@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.ui.container {
	    width: 933px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.ui.container {
	    width: 1127px !important;
	}
}

/*START:WF157369*/
.notification__copy {
    float: left;
    width: calc(100% - 100px);
    font-weight: 700;
    font-size: 14px;
}
.notification--danger {
    background-color: #F2C4C4 !important;
    border-bottom: 5px solid #DE6C6C;
}
@media screen and (min-width: 768px)
.notification {
    align-items: center;
}
.notification {
    overflow: hidden;
    margin: 0;
    margin-bottom: -5px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
    border-bottom: 5px solid transparent;
    align-items: center;
    z-index: 9999999;
    padding: 0.75em 1.5em;
    transition: margin-top .3s, opacity .3s .3s !important;
}
.notification__icon {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.icon--xs {
    font-size: 9.6px;
}
.icon--error-fill {
    width: 1.9375em;
    height: 1.9375em;
    background-image: url(../../../evo/images/error-fill.svg);
     background-size: 1.9375em 1.9375em;

}
/*END:WF157369*/

/* START WF163998 */
.kitonlyimage img {
	max-width: 100%;
}

.kitonlyname,
.kitonlyname a {
	font-weight: 700;
	font-size: 20px;
	color: #9B9B9B;
}
.kitonlynumber,
.kitonlynumber a {
	font-weight: 700;
	font-size: 16px;
	color: #9B9B9B;
}

.kitonlyprice,
.kitonlyqty {
	font-weight: 700;
	font-size: 14px;
}

.kitonlypv {
	font-weight: 700;
	font-size: 14px;
	color: #A05BB4;
	text-align: right;
}

.kitonlyadd {
	text-align: right;
}

#AddAdditionalItemDiv {
	margin-top: 4em;
}

#qaddsearch_text_front_page.productonlyquicksearch {
	background-color: #ffffff;
	border-color: #a05bb4;
	color: #999999;
}

#ProductSearchTable {
	width: 100%;
}

#ProductSearchTable td.right.aligned {
	text-align: right;
}

#ProductSearchTable td select {
	border-radius: 2em;
}

#ProductSearchTable td .ui.basic.button {
	font-size: 14px;
	padding: 0.5em;
	
}

@media only screen and (max-width: 767px) {
	.kitonlyimage,
	.kitonlyname,
	.kitonlyprice,
	.kitonlypv,
	.kitonlyadd,
	.kitonlyqty {
		text-align: center;
	}	
}
.addkit {
	width:161px;
    padding: 2px 2px 2px 2px;
    box-sizing: border-box;
    box-shadow: none;
    font-family: 'Raleway-Bold', 'Raleway Bold', 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    height: 47px;
}
.continuebutton {
	width: 233px;
    height: 47px;
}
.changekitbuttonsfooter {
	width: 256px;
    height: 47px;
}
.addtocartsearchbutton {
	height: 30px;
	padding:0px!important;
	padding-left:10px!important;
	padding-right:10px!important;
	min-width:118px!important;
}
.changekit, .removeproduct {
	width: 100%;
	max-width: 250px;	
}
.productpageqtyselect {
    height: 25px!important;
    width: 68px!important;
    border-color: rgba(160, 91, 180, 1)!important;
	padding: 0 0 0 0!important;
}
.changekitmodal2-content {
    padding: 10px 25px 0;
}
.changekitmodal2-headertext {
	line-height: 1.2;
    color: #354657;
	font-size: 22px;
	text-align:center!important;
	align:center;
	width:100%;
	font-weight:bold;
}
.changekitmodal2-headertop {
	padding:20px!important;
}
.changekitmodal2 {
    padding-bottom: 20px!important;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.18)!important;
    border: 1px solid!important;
    border-top: 6px solid transparent!important;
    border-color: #BD8BCA!important;
    border-radius: 5px!important;
	position: relative!important;
    /*background-color: #fff;*/
    background-clip: padding-box!important;
	outline: 0!important;
}

.changekitmodal2-title {
    color: #354657;
    font-size: 22px;
	margin: 0;
    line-height: 1.42857143;
}
/* END WF163998 */