/*
## Account
********************************************************************/



.accountNav .headline{
    margin:0 0 20px 0;

    background-color: #F6F6F6;
    border-bottom: 1px solid #A5A5A5;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
    text-transform: uppercase;
    white-space: nowrap;

}


.accountNav ul{
    margin: 0 0 20px 0;

}

.accountNav li.active{
    font-weight:bold;
     background-color: #F6F6F6;

}



.customAccount{
	margin:0 -20px 0 0;
	width:810px;
}


.customAccount .tile{
	border:1px dotted #a5a5a5;
	padding:0 20px 20px;
	width:343px;
	margin:0 20px 20px 0;
	height:100px;
}

.customAccount .tile .headline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px;
}

.customAccount .tile .headline a{
	display:block;
}

.accountContentPane {
	border: 0px dotted #a5a5a5;
	padding:0 0px 0px;
	width:787px; 
	margin:0;

}
.accountContentPaneSalesRep {
	border: 0px dotted #a5a5a5;
	padding:0 0px 0px;
	width:948px;
	margin:0;

}

.accountContentPane .headline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin:0 0 20px;
}

.accountContentPane .orderHeadline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin:0 0 20px;
	width: 948px;
}

.accountContentPane .addressItem{
	border-bottom:1px dotted #a5a5a5;

	padding:20px 0;
	position:relative;
}


.accountContentPane .addressItem .buttons{
	position:absolute;
	right:0;
	top:20px;

}

.account-profile-data tr > td {
	min-width: 70px;
	padding: 0 5px 5px 0;
}


.accountContentPane .paymentItem{
	border-bottom:1px dotted #a5a5a5;
	float: left;
	padding:20px 0;
	position:relative;
	width: 100%;
}


.accountContentPane .paymentItem .buttons{
	position:absolute;
	right:0;
	top:20px;

}

.accountContentPane .span-6.order-totals {
	float: right;
	margin: -5px 5px 10px 0;
}


.accountContentPane .i18nAddressForm{
	margin-right:-20px;
}
.accountContentPane .control-group{
	float:left;
	width:305px;
	margin-right:20px;
}


.accountContentPane  .form-actions{
	clear:both;
}

.accountContentPane  .orderBoxes {
	margin: 20px -20px 0 0;
	clear: left;
}

.accountContentPane  .orderBoxes .orderBox{
	width:322px;
	margin:0 20px 20px 0;
	position: relative;
	left: 41px;
}

.negotiate-quote {
	margin: 25px 0 40px 0;
}

.quote-metadata {
	margin: 25px 0 40px 0;
}

.delivery_stages .orderBox {
	width: 190px;
}

.delivery_stages {
	margin: 40px 0;
}

.replenishment-detail .orderListTable {
	margin: 10px 0;
}

.address-removal-confirm-popup{
	padding: 20px;
}

.address-removal-confirm-popup .addressItem{
	margin-bottom: 20px;
}

.replenishment-detail .payment {
    width: 230px;
}

.replenishment-confiramtion-details .re_schedule .headline,
div.delivery_stages .headline{
	height: auto;
}

.replenishment-confiramtion-details .address{
	margin-right: 20px;
}

.replenishment-confiramtion-details .payment{
	margin-right: 0;
}

.myaccount_payment_head {
    border-bottom: 1px solid #333333;
    float: left;
    padding-top: 15px;
    width: 100%;
}

.myaccount_payment_head span{
	color: #333333;	
	font-weight: bold;
	font-size: 14px;
}




/*
* accountnavigationcollectioncomponent
*/


.accountContentPane .accountnavigationcollectioncomponent{
    margin:0 -20px 0 0;
}


.accountContentPane .accountnavigationcollectioncomponent .accountNav{
    border:1px dotted #a5a5a5;
    padding:0 20px 20px;
    width:340px;
    margin:0 20px 20px 0;
    height:100px;
    float: left;
}

.accountContentPane .accountnavigationcollectioncomponent .accountNav .headline{
    background: none;
    padding: 0;
}

.accountContentPane .accountnavigationcollectioncomponent .accountNav  a {
    display: block;
}

/* new css */
.delivery_stages{margin:20px 0!important;}
.approvereject_fixcls{
	margin-top:50px !important;
    clear:both;
}
/*css fix for Profile alignment */

.accountContentPane .headline{
	padding: 0px;
}
.accountContentPane .control-group {
	width:400px;
}
.control-group.error input{
	width:250px;
}
.accountContentPane .control-group input{
	width:250px;
}
.accountContentPane .accountnavigationcollectioncomponent .accountNav{
	  height: auto;
}
.accountContentPane .accountnavigationcollectioncomponent .accountNav .headline{
	color: #0b4f04;
}
.b2BCustomerFormList .control-group.error input{
	width: 100% !important;
}
.b2BCustomerFormList .control-group select{
	width: 100% !important;
}


/* new css */
.accountContentPane .headline{color:#0b4f04;}
.accountContentPaneSalesRep .headline{color:#0b4f04;}

.yCmsComponent.siteLogo{
	float: left;
	width: 25%;
}

#catalogManagementList{
	float: right;
	width: 75%;
	margin-top: 5%;
	
}

#catalogManagementList ul{
	margin-bottom: 10px;
	overflow: hidden;
}

#catalogManagementList ul li{
	float: left;
	margin-right: 10px;
    font-weight: bold;
    color: #0643f9;
}

#trainingVideoTable tr{
	padding-bottom: 10px;
}

#trainingVideoTable td{
	vertical-align: middle;
	border-bottom: 1px dotted #a70808;
}
#trainingVideoTable tr:last-child td{
	
	border-bottom: none;
}
#trainingVideoTable td:last-child{
	vertical-align: top;
}

.yCMSbrandImages{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	min-height: 84px;
}

.yCMSbrandImages img{
	width : 80%;
}