/* HEADER ORDER SECTIONS */
@import url('/skins/skin01/basecss/evoapplication_ordertotal.css');
@import url('/skins/skin01/customcss/evoapplication_ordertotal.css');

#bc {
	margin: auto;
    max-width: 1127px;
    display: none;
}

#HeaderPerm {
	margin: 0em;
	padding: 0em;
}

#app_spacer {
	height: 2rem;
}

#app_main {
    border-radius: 5px;
    border: 1px solid #dddddd;
    background: white;
}

#app_main h2 {
	padding: 1rem;
	margin: 0rem;
}

#navbuttondiv .column {
	padding: 0px;
}

#navbuttondiv .ui.basic.segment {
	margin: 0px;
}

#navbuttondiv .ui.basic.segment .ui.button {
	padding: .7rem .5rem;
	width: 100%;
	min-width: 140px;
}

#navbuttondiv .ui.basic.segment .ui.button table {
	font-size: 1rem;
}

#evocard.ui.card.apptypepopup {
	width: 100%;
	margin-bottom: 0px;
}

#countryselect, #willcallselect, #languageselect {
	margin-bottom: 2rem;
}

.MemberTypeDistributorBubble {
	padding: 10px;
	width: 90%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #dddddd;
	cursor: pointer;
	border: 2px solid white;
 	margin: 10px auto;
}

.MemberTypeDistributorBubble:hover {
	border: 2px solid #db2828;
	background-color: #eeeeee;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 4px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 4px 5px 0px rgba(50, 50, 50, 0.41);
}

.MemberTypeCustomerBubble {
	padding: 10px;
	width: 90%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #cccccc;
	cursor: pointer;
	border: 2px solid white;
	margin: 10px auto;
}

.MemberTypeCustomerBubble:hover {
	border: 2px solid #db2828;
	background-color: #eeeeee;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 4px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 4px 5px 0px rgba(50, 50, 50, 0.41);
}

#DistributorImageColumn,
#CustomerImageColumn {
	display: none;
}

.membertypeimg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
    border-radius: 10px;
}

.MemberTypeHeaderText {
	font-weight: bold;
	font-size: 18px;
}

.OA_TypeOfApplicantHeader {
	text-align:center;
	margin: .5rem 0rem;
}

.OA_NavButton {
	color: #ffffff;
	text-align: center;
	width: 100%;
}

.OA_NavButton td.navarrow {
	width: 30px;
}
	
#appprogresstable {
	width:100%;
	table-layout: fixed;
	margin:0 auto;
}
	
#appprogresstable td {
	text-align:center;
}

#appprogresstable #step {
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    border-radius: 1.25rem;
    font-size: 1.5rem;
    padding-top: 7px;
    display: none;
    line-height: 20px;
}

#appprogresstable #step.active {
    opacity: 0.9;
    display: block;
}

#appprogresstable #step.complete {
    display: block;
}

/* APPLICATION ORDER */
.totalsDiv {
	position: relative;
}

#OA_ApplicationOrderTop {
	padding: 0rem 1rem;
}

#marketing a {
    text-decoration: none;
}

.appOrderUpgradeBtn {
    background-color: #A62203;
    width: 100%;
    max-width: 310px;
    font-size: 19px;
    padding: 10px;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 35px 0px black;
    margin: auto;
}

.appOrderUpgradeBtnText4.AddToAS {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.accent {
	color: #9E1E21;
    font-size: 14px;
}

.startupkitwrapper {
	position:relative;
    width: 265px;
    margin:0 auto;
	height:auto;
}

.StarterKitBubble, .FavoritesBubble {
	padding:5px;
	width: 260px;
	min-height:280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:#db2828 1px solid;
	margin-right:15px;
}

#starterkitinfo.ui.basic.table td, #favoritesinfo.ui.basic.table td {
	padding-top: 0rem;
	padding-bottom: .5rem;
}

#starterkitinfo.ui.basic.table, 
#starterkitdetails.ui.basic.table,
#favoritesinfo.ui.basic.table, 
#favoritesdetails.ui.basic.table {
	margin: 0rem;
}

#starterkitinfo.ui.basic.table,
#favoritesinfo.ui.basic.table {
	border-bottom: 1px solid rgba(34,36,38,.15);
}

#starterkitdetails.ui.basic.table td, #favoritesdetails.ui.basic.table td {
	padding-top: 0rem;
	padding-bottom: .5rem;
	width: 50%;
}

#starterkitadd.ui.basic.table, #favoritesadd.ui.basic.table {
	margin-top: .5rem;
}

#starterkitadd.ui.basic.table tr td, #favoritesadd.ui.basic.table tr td {
	border-top: 0px;
}

.StarterKitBubble img, .FavoritesBubble img {
	max-height:140px;
	max-width: 140px;
	height: 100%;
	width: 100%;
}

.StarterSmallFont {
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	color: #333333;
	line-height: normal;
}

#editattachment {
	text-align: center;
}

#productdetailtable td {
	width: 50%;
}

#productdetailtable .productdetailname {
	font-weight:bold;
	font-size:18px;
}

#productdetailtable .productdetailimage {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#productdetailtable .productdetaildesc {
	vertical-align: top;
}

#productdetailtable .productdetailinfo {
	text-align: center;
	font-weight: bold;
}

.ui.segment.blank_additional_item {
	padding: 0px;
}

.ao_additionalItemTable {
	width: 100%;
}

.ao_additionalItemTable td {
	text-align: center;
}

#AdditionalInfo {
	font-size: .8rem;
}

.AdditionalItemBubbleimg {
	max-height: 50px;
	max-width: 50px;
	height: auto;
	width: auto;
}

.blank_additional_item_desc {
	font-size: .8rem;
}

#categoryitemgrid .column {
	padding: 1rem 0rem 3rem 0rem !important;
}

#categoryitemgrid .ui.shape {
	width: 100% !important;
	height: 225px !important;
}

#categoryitemgrid .ui.shape.animating .sides {
	transition-timing-function: ease;
	transition-duration: .5s;
	width: 100%;
}

#categoryitemtable {
	width: 100%;
	min-height: 205px;
}

#categoryitemtable td.itemimage {
	width: 25%;
	vertical-align: middle;
	padding-right: 1rem;
}

#categoryitemtable h2 {
	padding: 0rem;
}

#categoryitemtable td.carticon {
	text-align: right;
}

#categoryitemtable td img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 175px;
	border-radius:5px;
}

#categoryitemtable td hr, #itemdetailordertable td hr {
	height: 2px;
	border: 0px;
}

#categoryitemtable.addtocart td {
	width: 50%;
}

#addqty {
	width: 4rem;
}

#categoryitemtable.addtocart td.addbutton {
	width: 100%;
}

#addqtytocartdiv,
#addqtytocartdiv .column {
	padding: 1rem 0rem !important;
}

#itemdescdiv {
	width: auto;
	height: 7rem;
}

#itemdescdiv h3, #itemdetailheader h1 {
	margin: 0px;
}

#pageheader, #pageheader2 {
	font-size:2.2rem;
	line-height:1em;
}

.categoryretailprice, .categorywholesaleprice, #itemdetailordertable label.detailitemprice {
	font-size: 1.2rem;
	font-weight:bold;
}

.categoryretailprice2, .categorywholesaleprice2, #itemdetailordertable label.detailitemprice2 {
	font-size:28px;
}
.categoryretail, .categoryretailprice, .categorywholesale, .categorywholesaleprice {
	line-height: 1.8rem;
}

.categoryretailprice {
	text-decoration: line-through;
}

#categoryitemtable td hr, #itemdetailordertable td hr {
	background-color: #cccccc;
}

.categoryretail, .categoryretailprice, .itemdetailretailprice {
	color: #cccccc;
}

#PagingDiv {
	margin-top: 1rem;
	margin-bottom: -3rem;
}

#PagingDiv i {
	margin-right: 0em;
}

#PagingDiv .pageseparator {
	font-size: 2em;
	vertical-align: sub;
}

#PagingTotalPages {
	background-color: #eeeeee;
}

/* APPLICATION FORM */
#ApplicationOrderFormConfirmAddr {
	padding: 0 1rem;
}

/* APPLICATION PAYMENT */
#evocard.ui.card.ordersummary {
	margin: auto;
}

#OA_OrderSummarySubtotals {
	margin-right: 0px;
	padding-right: 0px;
}

#OA_selectshipping {
	margin-top: -1rem;
	margin-right: 0rem;
    padding: 1rem 0rem 0rem 0rem;
    min-width: 250px;
}

#OA_PromoCodeDiv {
	margin: -1rem 0rem 2rem 0rem;
    padding: 1rem 0rem 0rem 0rem;
    min-width: 250px;
}

#PromoCodeApply {
	margin-top: 23px;
}

.OA_ShippingOptions {
	border-bottom: 1px solid #cccccc;
    margin-bottom: 1rem;
    font-weight: bold;
}

.OA_SelectedShipping {
	float: left;
	margin-top: 5px;
}

.OA_SelectedShippingEdit {
	float: right;
}

#ASShippingOptionsBox .ui.form .fields, #ShippingOptionsBox .ui.form .fields, #OA_PromoCodeDiv .ui.form .fields {
	float: right;
}

#ShippingOptionsBox #ShipVia_Warehouse, #ASShippingOptionsBox #ASShipVia_Warehouse {
	margin-top: -5px;
}

#paymentinfodiv {
	margin: 0px;
	padding: 0rem 1rem;
}

#paymentcardicons {
	padding: 0rem;
}

#paymentcardicons i.icon {
	font-size: 3em;
	color: #767676;
}

#OA_CCexpirefields.fields>.twelve.wide.field {
	margin: 0em;
}

#OA_CCexpirefields.fields>.field {
	padding-left: 0em;
}

#whatisthislink {
	float: left;
	margin-top: -1rem;
}

.CVVHelpImage {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

.OA_PhoneFormat {
	margin: -1rem 0rem 1rem 0rem;
	font-size: .8rem;
}

#paymentinfosubmit {
	margin-top: 0rem;
	padding: 0rem;	
}

#AddressCountry {
	padding-bottom: 1rem;
}

.OA_RaiseText {
	z-index: 100;
    position: relative;
}

@media (min-width: 360px) {
	#navbuttondiv .ui.basic.segment .ui.button {
		min-width: 150px;
	}
}

@media (min-width: 450px) {
	.startupkitwrapper {
		width: 285px;
	}
	
	.StarterKitBubble, .FavoritesBubble {
		width: 280px;
	}
}

@media (min-width: 600px) {
	#navbuttondiv .column {
		padding: 1rem;
	}
	
	#navbuttondiv .ui.basic.segment .ui.button {
		padding: .7rem 1.5rem;
	}

	#AdditionalInfo {
		font-size: 1rem;
	}
	
	.blank_additional_item_desc {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	#bc {
	    display: block;
	}
	
	#HeaderPerm {
		display: none;
	}
	
	#DistributorImageColumn,
	#CustomerImageColumn {
		display: block;
	}
	
	.MemberTypeContinue{
		display: none;
	}

	.startupkitwrapper {
		width: 580px;
	}
	
	#categoryitemgrid .column {
		padding: 0rem 1rem 3rem 1rem !important;
	}
	
	#OA_CCexpirefields.fields>.twelve.wide.field {
		padding-left: 0em;
	}
	
	#OA_CCexpirefields.fields>.field {
		padding-left: 0.5em;
	}
	
	#whatisthislink {
		float: right;
	}
}

@media (min-width: 992px) {
	.startupkitwrapper {
		width: 880px;
	}
}

.month_title {
	color: #505b60;
	font-size: 18px;
	padding-left:10px;
}
.active_day, .selected_day, .inactive_day{
	padding:15px;
	text-align:center;
}

.selected_day{
	background-color:#ff0000;
}

.selected_day a div{
	color:#ffffff;
	text-align:center;
}

.inactive_day{
	background-color:#d3d3d3;
	border:1px solid #ffffff;
}