﻿@font-face{
font-family:'Electrolux_light';
    src: url('../fonts/ElectroluxFont/ElectroluxSans_2_Light.woff');
    }
@font-face{
    font-family:'Electrolux_Semibold';
    src: url('../fonts/ElectroluxFont/ElectroluxSans_4_Semibold.woff');
}
@font-face{
    font-family:'Electrolux_Thin';
    src: url('../fonts/ElectroluxFont/ElectroluxSans_1_Thin.otf');
}
@font-face{
    font-family:'Electrolux_Regular';
    src: url('../fonts/ElectroluxFont/ElectroluxSans_3_Regular.woff');
}

input[type=text]::-ms-clear 
{ 
    display: none; 

}

.FontSize10pt{
    font-size:10pt !important;
}

.FontSize9pt{
    font-size:9pt !important;
}

.FontSize8pt{
    font-size:8pt !important;
}

.FontSize11pt {
    font-size: 11pt !important;
}

.FontSize13px{
    font-size:13px !important;
}

.LightFont{
    font-family:Electrolux_light;
    font-weight:bold !important;
}


.FontSize14px{
    font-size:14px !important;
}

.RegularFont{
    font-family: Electrolux_Regular !important;
}

.dropdown-header{
    /*position:absolute;
    padding:15px;
    max-width:350px;*/
}

.ProductListContainerFull td{
    padding: 2px 0px 2px 0px;
}

#ddlOrderType .dropdown-header{
    left:25%;
}

ddlDeliveryAddress .dropdown-header {
    left:46%;
}


* {
    margin: 0px;
    padding: 0px;
    font-family: Electrolux_Semibold, Tahoma, Verdana, Arial, sans-serif;
    font-size: 8pt;
    /*font-size: 9pt;*/
    /*color: #606060;*/
    color: inherit;
    /*outline:0;
	border:0;*/
}

html
{
	height: 100%;
	width: 100%;
    margin:0;
    padding-right:1px;
    overflow-x:hidden;
}

.navbar-brand {
    padding: 6px 15px 15px 15px;
}
.navbar-brand img{
    width:180px;
}

.small-caps {
    text-decoration: wavy !important;
    font-variant: all-small-caps !important;
}

body 
{
    font-family:Electrolux_Semibold, Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
    /*height: 100%;*/
    margin: 0 auto;
    padding: 0;
    border:0;
    /*margin-top:80px;*/
    /*background: #dae8e1;*/
    /*background-image: url(../Images/bg.gif);
	background-repeat: repeat-x; /*scrollbar-face-color: #006400;     scrollbar-shadow-color: #228b22;     scrollbar-highlight-color: #98fb98;     scrollbar-3dlight-color: #8fbc8b;     scrollbar-darkshadow-color: red;     scrollbar-track-color: #000000;      scrollbar-arrow-color: #eee8aa; */ /*width: 980px;*/
    /*background: #dae8e1;*/
}

/*bootstrap changes navbar*/
/*.navbar-default{
    background-color:#ffffff;
    border-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color:#041e41;
    background-color:#ffffff;
    border:0;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#eb6852;
    background-color:#eaeef2;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color:#eb6852;
    background-color:#ffffff;
    border:0;
}
.navbar-default .navbar-nav > li > a{
    color:#041e41;
    font-weight:bold;
    font-family: Electrolux_Semibold;
    border-style:solid;
    border:0;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu{
    
    border:1px solid #eaeef2;
    border-top: 2px solid #041e41;
    border-radius:0;
    box-shadow:none;

}
.dropdown-menu > li > a{
   
    font-weight:500;
    border: 0.5px solid #eaeef2;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color:#eb6852;
    background-color:#ffffff;
}
.dropdown-menu > li > a:hover{
    color:#eb6852;
    background-color:#eaeef2;
}
.navbar-default .navbar-link{
    color:#041e41;
    font-weight:bold;
    margin:2px 15px 2px 15px;
}*/

/*bootstrap changes navbar -----------fin */

.PageContainer
{
	text-align: center;
	margin: 0 auto;
	/*width: 980px;*/
    max-width:100%;
}

.PageContainerPopup
{
	text-align: center;
	margin: 0 auto;
	/*width: 1280px;*/
    height:80%;
}

.PageContainerPopupUR
{
	text-align: center;
	margin: 0 auto;
	width: 980px;
}

a
{
	/*color: #FE4902;*/
	color:#041e41;
	text-decoration: none;
    
}


img
{
	border: none;
}

.FieldLabel, .FieldLabel span
{
	/*display:none;*/
	text-align: left;
	font-weight: bold; /*color: navy;*/
    color:#041e41;
}
.FieldValue
{
	/*color: Green;*/
	vertical-align:top;
    height:20px;
    width:250px;
}
.FieldValueNum
{
	text-align:right;
	margin-right:10px;
	/*color: Green;*/
}
/*Just for IE*/
.FieldValue option, .FieldValue span, .FieldValue input, .FieldValue
{
	/*color: Green;*/
	font-weight: normal;
}



.FieldValueHighlight {
    color: #eb6850;
}
.FieldValueHighlight input
{
	color: #FE4902;
}

.TextNormalTitle
{
	/*font-weight: bold;*/
	font-size: 10pt;
}
.TextNormal10
{
	font-size: 10pt;
	text-align: left;
}

.TextNormal8
{
	font-size: 8pt;
    /*font-size: 10pt;*/
    font-family:Electrolux_Semibold;
}

.TextNormal11
{
    font-size: 11px;
    font-family:Electrolux_Regular;
}

.LineHeight16px{
    line-height:16px;
}

.LineHeight27px{
    line-height:27px ! important;
}

.TextBig
{
	font-size: 18pt;
	color: #FE4902;
}

.ListTitle, .ListTitle span
{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}

.CategoryLabel
{
	font-size: 8pt;
	color: #606060;
}

.CategoryLabel option
{
	font-size: 10pt;
	color: #606060;
}

.GridHeaderLabel, .GridHeaderLabelCenter
{
	color: #041e41;
	font-weight: bold;
	text-align:left;
	margin-right:7px;
}

.GridHeaderLabel, .GridHeaderLabelCenter, .GridRowHighlight, .GridHeaderLabelLeft, .GridHeaderLabelCenterAvail {
    font-size: 10pt;
    font-weight: normal;
}

.Height49{
    height: 49px;
}

.GridHeaderLabel a, .GridHeaderLabel th
{
	/*color: #606060;
	font-weight: bold;*/
	margin-right: 7px;
}


.GridRowNormal
{
	color: #606060; /*color: Purple;*/
}

.GridRowHighlight
{
	color: #FE4902;
	cursor: hand;
}


.BodyContainer
{
	width: 975px;
	overflow: auto;
	min-height: 500px; /* Not work with IE6 */
	height: 100%; /*	height: 660px;*/
	background-color: White;
	text-align: left;
	margin: 0;
	padding: 0;
	/*padding-left: 5px;*/ /*position: relative;	*/
}
.BodyMasterPopup
{
	width: 850px;
	/*overflow: auto; Removed : display scrollbar in IE 6/7/8 */
	/*min-height: 500px; /* Not work with IE6 */
	height: 100%; /*	height: 660px;*/
	background-color: White;
	text-align: left;
	margin: 0;
	padding: 0;
	/*padding-left: 5px;*/
	
}
.BodyContainerPopup
{
	width: 100%;
	overflow: auto;
	min-height: 400px; /* Not work with IE6 */
	height: 100%; /*	height: 660px;*/
	background-color: White;
	text-align: left;
	margin: 0;
	padding: 0;
	/*padding-left: 5px; in comment due to the new login.jpg*/
	
}

.FrameInfo
{
	width: 100%;
	height: 400px;
	overflow: auto;
}

iframe, frame
{
	width: 100%;
	height: 100%;
	overflow: hidden;
    min-height:550px;
}

.Center
{
	text-align: center !important;
	margin: 0 auto;
}

.Left
{
	text-align: left;
	margin-right: auto;
	margin-left: 0;
}
.Right
{
	text-align: Right;
}

table
{
	border: 0;
    margin:auto;
}

th
{
	font-weight: normal;
}

.Header
{
	width: 980px;
	float: left;
}
.HeaderPopup
{
	width: 100%;
}
.Header, .HeaderPopup
{
	margin-top: 5px;
	margin-bottom: 5px;
	/*background-image: url(../Images/Logo_Electrolux.png);*/
	/*background-image: url(../Images/logo_Electrolux_new.png);*/
	background-repeat: no-repeat;
	height: 26px;
}

.AlignementVerticale
{
	width: 100%;
    background-image:none;
    background-color:#041e41;
    /*height:50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    left:30%;*/

}

#menu #wrap ul,#ProductTable{
    list-style-type:none;
}

#menu #wrap ul li h2 a{
    font-size:9pt;
    font-weight:bold;
}

.B2BButton , .B2BDefaultButton
{
	/*background-image: url(../Images/ButCorp_Bg2.png); 	background-repeat: repeat-x; 	color: White; 	cursor: pointer; 	margin: 0px; 	font-size: 10px; 	font-weight: bolder; 	padding-right: 5px !important; 	padding-left: 5px !important; 	padding: 0px; 	border: solid 1px #EF5414 !important; 	border: solid 1px #fff; 	background-color: #EF9494; 	border-collapse: inherit; 	font-variant: small-caps; 	height: 18px;*/
	font-size: 11px;
	/*font-variant: small-caps;*/
	/*font-weight: bolder;*/
	background-color: #f16556;
	/*background-color: #EF9494;
	background-image: url(../Images/ButCorp_Bg2.png);
	background-repeat: repeat;*/
	border-collapse: inherit;
	/*height: 16px;*/ /*line-height: 16px;*/
	margin: 0;
	padding-bottom: 2px;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 0;
	cursor: pointer;
	/*width:115px;88*/
	min-width: 70px;
	width : auto;
	text-align:center;
	filter : chroma(color=#000000);
}

.B2BButton{
    color: White;
    border: 1px solid #EF5414 !important;
}



.ErrorLines
{
    /*width:auto;
    width:115px;*/
}

.B2BButtonHidden
{
    /*display:none;*/
    visibility:hidden;
}

.B2BButtonDisabled
{
	font-size: 11px;
	/*font-variant: small-caps;*/
	/*font-weight: bolder;*/
	color: #FFFFFF;
	background-color: #808080;
	/*background-image: url(../Images/ButCorp_Bg2.png);
	background-repeat: repeat;*/
	border: 1px solid #808080 !important;
	border-collapse: inherit;
	/*height: 16px;*/ /*line-height: 16px;*/
	margin: 0;
	padding-bottom: 2px;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 0;	
	width:100px;/*88*/
}


.B2BButtonOS
{
	/*background-image: url(../Images/ButCorp_Bg2.png); 	background-repeat: repeat-x; 	color: White; 	cursor: pointer; 	margin: 0px; 	font-size: 10px; 	font-weight: bolder; 	padding-right: 5px !important; 	padding-left: 5px !important; 	padding: 0px; 	border: solid 1px #EF5414 !important; 	border: solid 1px #fff; 	background-color: #EF9494; 	border-collapse: inherit; 	font-variant: small-caps; 	height: 18px;*/
	font-size: 11px;
	/*font-variant: small-caps;*/
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #EF9494;
	/*background-image: url(../Images/ButCorp_Bg2.png);
	background-repeat: repeat;*/
	background-color: #f16556;
	border: 1px solid #EF5414 !important;
	border-collapse: inherit;
	height: 16px; /*line-height: 16px;*/
	margin: 0;
	padding-bottom: 2px;	
	/*padding-left: 5px !important;
	padding-right: 5px !important;*/	
	cursor: pointer;
}

.BtnHidePrice
{   
    margin-right:100px;
    *margin-right: 35px;    /* for IE7 */  
}

.divBtnNavigation, .divBtnOMVMI
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:21px;  
  background-position:right;
  background-color:#666666;
}

.divBtnNavigation2, .divBtnOMVMI2
{
  background-image: url(../Images/gray.gif);
  background-repeat:no-repeat;
  width:21px;
  height:26px;
  background-position:top;
}

.divNoPlaceOrderRightHidden
{
    display:none;
}

.divNoPlaceOrderRight span
{
    color:black;
    padding-left:10px;   
    font-size:10pt;
    line-height:26px;
}

.divNoPlaceOrderRight
{
    vertical-align:middle;
    display:inline-block;
    height:26px;
}

.SBLoadingData
{
    padding-left:179px;
    *padding-left:183px;
    color:Red;
    font-size: 7pt;
    margin-top:-1px; 
    margin-bottom: 0px;
    *margin-bottom: -2px;
}

.OMVMIButton
{
    /*margin-top:-1px;*/ 
    display: block;
/*width: 11%;*/
height: 45px;
margin-right:1px;
}

.SBLoadingData2
{
    /*margin-top:-1px;*/ 
    display: block;
/*width: 11%;*/
height: 75px;
margin-right:1px;
}


.divBtnSearchDynamic1
{
  /*padding-top:5px;
  padding-bottom:5px;
  padding-left:21px;  
  background-position:right;
  background-color:#666666;*/
}

.divBtnSearchDynamic
{
  /*background-image: url(../Images/gray.gif);
  background-repeat:no-repeat;
  width:21px;*/
  height:26px;
  /*background-position:top;*/
}

.btnNext, .btnReject, .btnSalesFolder, .btnDeleteLine
{
     margin-left:20px;
     padding-left:0px !important;
}

.btnConfirm
{
     padding: 8px 30px 8px 15px !important;
     margin-left:10px;
}

.line
{
	background: url(../Images/line.jpg) 0% 0% repeat-x;
	display: block;
	height:3px;
}

.Hidden
{
	display: none;
}

.Visible
{
	 display: block;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.Signout
{
     text-align:right;
     /*ajout*/
     font-family:Electrolux_Semibold;
     font-weight:bold;
     background-color: #ffffff;
}

.SignoutFieldValue
{
    vertical-align:baseline;
    font-family: Electrolux_Semibold;
    font-weight: bold;
}

.Spacer
{
	clear: both;
}

.ErrorMessage
{
	color: red;
}
.SBErrorMessage
{
	color: Red;
}

.Menu
{
	float: left;
	width: 70%;
	text-align: left;
}

.DivSearch
{
	margin: 0;
	float: right;
}
/*ajout*/
.DivSearch span{
    display:none;
}


.Middle
{
	display: block;
	vertical-align: middle;
    /*ajout*/
    position:absolute;
    right: 4px;
    height: 20px;
    padding:10px;
}
.Position{
    position: inherit;
    padding-left: 0;
    display: block;
	vertical-align: middle;
    right: 4px;
    height: 20px;
    padding:10px;
    padding-left: 0;
}

#Filter{
    margin-top: 37px;
}

.FilterList
{
	/*text-align: left;*/
	/*width: 182px;*/
    float:right;
    width:100%;
    margin-top: 10px;
}

.PageTitle, .PageTitle span
{
	font-family: Electrolux_Semibold, Arial, sans-serif;
	font-size: 14pt;
	/*font-variant: small-caps;*/
	font-weight: bold;
    /*margin-top:1%;*/
}

.PageSubTitle, .PageSubTitle span
{
	font-family: Electrolux_Semibold;
	font-size: 13pt;
	font-weight: bold;
}

.HorizontalLineTop
{
	border-top: solid 1px #666666;
}

.HorizontalLineBottom
{
	border-bottom: solid 1px #666666;
}

.HorizontalLineBottom3
{
	border-bottom: solid 3px #666666;
}

.BorderBottom4
{
	border-bottom: solid 4px #666666;
}

.BorderTop4
{
	border-top: solid 4px #666666;
}

.BorderAll
{
	border:#999999 2px solid
	
}

.VerticalLineLeft
{
	border-left: #999999 2px solid
}
.VerticalLineLeft1
{
	border-left: #E7E7E7 1px solid
}
.VerticalLineRight
{
	border-Right: #999999 2px solid
}
.Separator
{
	background-image: url( "../Images/CatalogueItemSeparator.png" );
	background-repeat: no-repeat;
	height: 1px;
}


.SeparatorVertical
{
    background-image:url("../Images/verticalRow.png");
    background-repeat:repeat-y;
    /*background-color:Gray;*/
    width:1%;
}

.TableWidth24
{
	width: 24%;
}
.TableWidth25
{
	width: 25%;
}

.SeparatorBlank
{
 height:1px;
}
.HeaderPage
{
	display: inline-block;
	width: 99%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	/*border-bottom: solid 1px #666666;*/
    color: #041e41;
    margin-left: 8px;

}

.HeaderLine
{
	border-left: solid 1px #666666;
    border-right: solid 1px #666666;
	display: inline-block;

}

.HeaderLineWithoutBottom
{
	border-top: solid 4px #666666;
	border-bottom: none 1px;
	background: url(../Images/BoxGradient_Top.png) 0% 0% repeat-x;
	display: inline-block;
}

.HeaderLineWithoutBG
{
	border-top: solid 4px #666666;
	border-bottom: solid 1px #666666;
	display: inline-block;
}

.HeaderLineOneLevel
{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-top: solid 4px #666666;
	border-bottom: solid 1px #666666;
	background: url(../Images/BoxGradient_Top.png) 0% 0% repeat-x;
	display: block;
	height: 20px;
}

.HeaderLineOneLevelSB
{
	padding-top: 7px;
	padding-bottom: 7px;
    padding-left: 1%;
    vertical-align: middle;
	/*border-top: solid 4px #666666;
	border-bottom: solid 1px #666666;
	background: url(../Images/BoxGradient_Top.png) 0% 0% repeat-x;*/
	height: 25px;
    border: 1px solid silver;
    /*padding-left: 15px;*/
    width:99%;
}

.SBWSQuantity{
    text-align: center;
}

#divShipTogether{
    /*width:40%;*/
    height: 25px;
    display: inline-block;
    margin:0 auto;
}

.FooterLineOneLevel
{
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 10px;
	vertical-align: middle;
	/*border-bottom: solid 4px #666666;*/
	/*background: url( "../Images/BoxGradient_Bottom.png" ) 0% 0% repeat-x;*/
	display: block;
	height: 20px;
}

.FooterLineOneLevelSB
{
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 10px;
	vertical-align: middle;
	border-bottom: solid 4px #666666;
	background: url( "../Images/BoxGradient_Bottom.png" ) 0% 0% repeat-x;
	display: block;
	/*height: 20px;*/
}
/*** WIDTH UTILITIES ***/
.Width1
{
	width: 1%;
}
.Width5
{
	width: 5%;
}

.Width10
{
	width: 9%;
}

.Width10Percent
{
	width: 10%;
}

.Width15Percent
{
	width: 15%;
}

.Width15
{
	width: 14%;
}
.Width20
{
	width: 19%;
}

.Width16px
{
	width: 16px;
}

.Width20px
{
	width: 20px;
}

.Width30
{
	width: 29%;
}

.ImgLogoProductAndOrder{
    border-width: 0px;
    width: 75px !important;
    height: auto;
    max-height: 45px;
    overflow:hidden;
}

.Width30px
{
	width: 30px !important;
}

.Width33
{
	width: 33%;
}
.Width38
{
	width: 38%;
}
.Width25
{
	width: 24%;
}

.Width25Percent
{
	width: 24%;
}

.Width23Percent
{
	width: 23%;
}

.Width40
{
	width: 39%;
}
.Width45
{
	width: 45%;
}

.Width49
{
	width: 49%;
}

.Width50
{
	width: 50%;
}
.Width60 
{
    width: 60% ;
}
.Width70
{
	width: 70%;
}

.Width79
{
	width: 79%;
}

.Width70px
{
	width: 70px;
}

.MinWidth70px
{
	min-width: 70px;
}

.Width65
{
	width: 65%;
}
.Width80
{
	width: 79%;
}

.Width35
{
	width: 35%;
}

.Width80Percent
{
	width: 80%;
}

.Width90
{
	width: 90%;
}

.Width90px
{
	width: 90px;
}
.Width95
{
	width: 95%;
}
.Width96
{
	width: 96%;
}
.Width97
{
	width: 97%;
}
.Width100
{
	width: 100%;
}

.MarginBottom10Percent
{
	margin-bottom:10%;
}

.Width100px
{
	width:100px;
}
.Width150px
{
	width:150px;
}
.Width200px
{
	width:200px;
}
.Width300px
{
	width:300px;
}

.Width350px
{
	width:350px;
}

.Width400px
{
	width:400px;
}

.width13px{
    width:13px;
}

.height13px{
    height:13px;
}

.height16px{
    height:16px;
}

.height28{
    height:28px;
}

/*** MARGIN UTILITIES ***/
.MarginRight2
{
	margin-right: 2px;
}
.MarginRight6
{
	margin-right: 6px;
}

.MarginRight10
{
	margin-right: 10px;
}

.MarginRight15
{
	margin-right: 15px;
}

.MarginRight20
{
	margin-right: 20px;
}

.MarginRight25
{
	margin-right: 25px !important;
}

.MarginRight30
{
	margin-right: 30px !important;
}

.MarginRight5
{
	margin-right: 5px;
}

.MarginRight50
{
	margin-right: 50px;
}

.MarginTop2
{
	margin-top: 2px;
}
.MarginTop3
{
	margin-top: 3px;
}
.MarginTop5
{
	margin-top: 5px;
}

.MarginTop10
{
	margin-top: 10px;
}

.MarginTop11
{
	margin-top: 11px;
}

.MarginTop14
{
	margin-top: 14px;
}
.MarginTop17
{
	margin-top: 17px;
}
.MarginTop20
{
	margin-top: 20px;
}

.MarginTop25
{
	margin-top: 25px;
}

.MarginTop30
{
	margin-top: 30px;
}

.MarginBottom5
{
	margin-bottom: 5px;
}
.MarginBottom2
{
	margin-bottom: 2px;
}
.MarginBottom10
{
	margin-bottom: 10px;
}
.MarginBottom12
{
	margin-bottom: 12px;
}
.MarginBottom3
{
	margin-bottom: 3px;
}
.MarginLeft2
{
	margin-left: 2px;
}

.MarginLeft5
{
	margin-left: 5px;
}

.MarginLeft5Percent
{
	margin-left: 5%;
}

.MarginLeft10
{
	margin-left: 10px;
}
.MarginLeft11
{
	margin-left: 11px;
}

.MarginLeft15
{
	margin-left: 15px;
}
.MarginLeft20
{
	margin-left: 20px;
}

.MarginLeft25
{
	margin-left: 25px !important;
}

.MarginLeft30
{
	margin-left: 10px;
}
.MarginLeft80
{
	margin-left: 80px;
}

.MarginLeft340
{
	margin-left: 340px !important;
}

.MarginLeft550
{
	margin-left: 550px !important;
}

.MarginLeft400
{
	margin-left: 400px;
}

.MarginLeft2Percent
{
	margin-left: 2%;
}

/*** END MARGIN UTILITIES ***/


/*** PADDING UTILITIES ***/
.PaddingBottom2
{
	padding-bottom: 2px;
}
.PaddingBottom3
{
	padding-bottom: 3px;
}

.PaddingBottom5
{
	padding-bottom: 5px;
}

.PaddingTop2
{
	padding-top: 2px;
}
.PaddingTop5
{
	padding-top: 5px;
}
.PaddingTop6
{
	padding-top: 6px;
}
.PaddingTop3
{
	padding-top: 3px;
}
.PaddingTop10
{
	padding-top: 10px;
}

.PaddingTop15
{
	padding-top: 15px;
}

.PaddingBottom10
{
	padding-bottom: 10px;
}
.PaddingLeft5
{
	padding-left: 5px;
}

.PaddingLeft2
{
	padding-left: 2px;
}


.PaddingLeft3, .PaddingLeft3 label
{
	padding-left: 3px;
}


.PaddingLeft10
{
	padding-left: 10px;
}
.PaddingLeft20 {
    padding-left: 20px;
}

.Paddingleft15
{
	padding-left: 15px;
}

.PaddingLeft200
{
	padding-left: 200px;
}
.PaddingRight3
{
	padding-right: 3px;
}
.PaddingRight5, .PaddingRight5 th
{
	padding-right: 5px;
}
.PaddingRight10, .PaddingRight10 th
{
	padding-right: 10px;
}

.PaddingRight20 {
    padding-right: 20px;
}


.Padding5{
    padding:5px !important;
}

.Padding20 {
    padding: 20px !important;
}

.PaddingRight16
{
	padding-right: 16px;
}
/*** END PADDING UTILITIES ***/

.BorderBottom
{
	border-bottom: solid 1px #666666;
}

.BorderTop
{
	border-top: solid 1px #666666;
}

.Width62
{
    width:62%;
    }

/* FILTERS */
.accordionHeader
{
	/*border-bottom: 1px solid #2F4F4F;*/
	color: red;
	background-color: #EAEEF2;
	/*font-family: tahoma;*/ /*font-size: 10px;*/ /*font-weight: bold;*/
	/*font-variant: small-caps;*/
	font-weight:bold;
	color: #76787B;
	padding: 8px;
	padding: expression( "2px" );
	padding-left: 3px;
	margin-top: 3px;
	margin-top: expression( "2px" );
	cursor: pointer;
}

.shoppingBasketHeader
{
	background-color: #EAEEF2;
	font-weight:bold;
	color: #76787B;
    padding: 8px;
}

.MediaCartHeader
{
	background-color: #EAEEF2;
	font-weight:bold;
	color: #76787B;
    padding: 8px;
}

.accordionContent
{
	/*background-color: #F6F6F6;*/
	/*border: 1px solid #D0D0D0;*/
	border-top: none;
	padding: 0;
	padding-left: 5px;
	padding-top: 2px;
	padding-top: expression("1px");
	padding-bottom: 3px;
	padding-top: expression("1px");
	color: #606060;
    
}


    .accordionContent label {
        /*color: white;*/
        margin-left: 5px;
        font-family: Electrolux_Regular !important;
        font-size: 10pt !important;
    }

.accordionLink {
    color: #76787B;
    padding: 0;
    margin: 0;
    font-size: 10.5pt !important;
    font-weight: normal;
    /*background-color: #C8CDD1;*/
}



/* END FILTERS */


.SearchProduct
{
	background-image: url(../Images/search.png);
	width: 16px;
	background-repeat: no-repeat;
}

.VerticalAlign
{
	vertical-align: text-top;
}

.VerticalAlignTop
{
	vertical-align:top;
}
.VerticalAlignBottom
{
	vertical-align: text-bottom;
}
.VerticalAlignCenter
{
	margin-top: 20%;
}
.VerticalAlignMiddle {
    vertical-align: middle !important;
}

.NoWrap
{
	white-space: nowrap;
}

.SectionTitle
{
	text-decoration: underline;
}
.SectionTitlePickUp
{
	font-weight: bold;
}


/* Print */
@media print
{
	.B2BButton
	{
		display: none;
	}
    .Printclose
     {
         display:none !important;
    }
}

/* PRICE */
.TableWidth30
{
	width: 20%;
}

.TableWidth100
{
	width: 99%;
    border-collapse:collapse;
}



.BorderRed
{
	border: solid 1px red;
}

.BorderGreen
{
	border: solid 1px green;
}

.Block
{
	display: inline-block;
}

.Border
{
	border: 1px solid red;
}
 
/*  David Guincetre - 10 nov 2009 -   datepicker jquery use for sb.aspx, frmInvoice.aspx   for all div of pages   */
.div .ui-datepicker
{
	font-size: 80%;
	width: 20em; 
}

.Height15
{
	height:15px;
	}
	
.Height18
{
	height:18px;
}

.Height20
{
	height:20px;
}

.Height22
{
	height:22px;
}

.Height25
{
	height:25px;
}

.Height22
{
	height:22px;
}

.Height30
{
	height:30px;
}

.Height40
{
	height:40px;
}

.Height50
{
	height:50px;
}
.Height80
{
	height:80px;
}

.Height100
{
	height:100px;
}
.Height200
{
	height:200px;
}
.Height400
{
	height:400px;
}

.MinHeight0
{
	 min-height:0px ! important;
}
.MinHeight200
{
	 min-height:200px;
}

.MinHeight22
{
	 min-height:22px;
}
.MinHeight350
{
	 min-height:350px;
}
.MinHeight362
{
	 min-height:362px;
}

.MinHeight100
{
	 min-height:100px;
}
	
.MinHeight80
{
	 min-height:80px;
}

.MinHeight60
{
	 min-height:60px;
}

.MinHeight70
{
	 min-height:70px;
}

.MinHeight600
{
	 min-height:600px;
}

.MaxWidth160px{
    max-width:160px;
}

.MaxWidth200px{
    max-width:200px;
}

.OnlyNumber
{
}	

.OverFlowAuto
{
	overflow:auto;
}
 .OverFlowYAuto
{
 overflow-y:auto;
 overflow-x:none;
}

/* Compare Products */
@font-face {
    font-family: 'Electrolux_Regular_Comparer';
    src: url('../fonts/ElectroluxFont/ElectroluxSans_3_Regular.otf');
}

.comparerStyles {
    font-size: 11pt !important;
    font-family: 'Electrolux_Regular_Comparer' !important;
}

.comparerStyles * {
    font-family: 'Electrolux_Regular' !important;
}

table.TableCompare {
    border-spacing: 30px 0px;
    padding: 2px 2px 2px 2px;
    table-layout: fixed;
    font-size: 10px;
}

.CellCompare {
    padding: 2px 2px 2px 2px;
    max-width: 200px;
}

    .CellCompare .productPrice {
        font-size:18px;
        font-weight:bold;
    }

    .btnCompare {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 10px;
        border-radius: 3px;
        text-align: center;
        font-family: Semibold,Noto Sans,Arial,sans-serif !important;
        border: 2px solid #011e41 !important;
        margin: 5px;
        width: auto;
        padding: 5px 15px !important;
        color: #fff;
        background: #011e41;
        cursor: pointer;
        height: 34px !important;
    }

/* Fin -  Compare Products */

.rtbText
{
    color:white;
    font-size: 11px;
	/*font-variant: small-caps;*/
	font-weight: bolder;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.rtbOuter,.rtbMiddle,.rtbInner,.rtbUL,.rtbItem,.rtbBtn
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    
}
.rtbBtn
{
    float:left;
    margin-right:2px;
}

.viewStateList {display: block; float: right; font-weight: bold; padding: 0 3px 0 0;}
.viewStateList li {display: block; float: left; height: 18px; line-height: 18px; margin: 0 10px 0 0;}
.viewStateList .viewOption {display: block; height: 18px; width: 18px; /*background-image: url(../images/viewOptionsSprite.gif);*/ text-indent: -9999px;background-repeat: no-repeat;}
.viewStateList .btn1 {background-image: url(../images/productlist.PNG);}
.viewStateList .btn2 {background-image: url(../images/HamburguerG.svg);}
.viewStateList .btn3 {background-image: url(../images/MediaView.jpg);}
.viewStateList .btn4 {background-image: url(../images/SmartListB.svg);}

.viewStateList .selected .btn1, .viewStateList .btn1:hover {/*background-position: 0 -18px;*/background-image: url(../images/productlist.PNG);opacity: 0.4;}
.viewStateList .selected .btn2, .viewStateList .btn2:hover {/*background-position: 0 -54px;*/background-image: url(../images/HamburguerG.svg);opacity: 0.4;}
.viewStateList .selected .btn3, .viewStateList .btn3:hover {/*background-position: 0 -54px;*/background-image: url(../images/MediaView.jpg);opacity: 0.4;}
.viewStateList .selected .btn4, .viewStateList .btn4:hover {/*background-position: 0 -54px;*/background-image: url(../images/SmartListB.svg);opacity: 0.4;}


/*Frm ProductCatalog*/
div.wide .horizontalItemList li {width: 290px;}
div.wide .horizontalItemList li img {padding: 0 10px 0 4px;}
.horizontalItemList .horizontalItemListSubHead, .verticalItemList .verticalItemListSubHead 
		{font-size: 1.2em; /*font-weight: bold;*/	line-height:1.3em; margin: 5px 0 0 0;}		
.horizontalItemList p {margin-bottom:4px;}
.horizontalItemList li { float:left;}
.horizontalItemList .lastItem { background-image: none; border:none; }
/*.horizontalItemList span { display:block; }*/
.horizontalList  li {float: left;}

.productsListList li {padding:11px 0px 8px 0px; width:100%; /*border-bottom: 1px solid #e6e7e9;*/}
		.productsListList .hilFirst {padding-top: 0;}
		.productsListList .priceTagSmall {display: block;}
		.productsListList .linkOne {margin-top: 10px;}

.clear {
    display: block;
}

.prodsView2 .prodsBox {
    height: auto;
}

.productsListList .hilFirst {
    padding-top: 0;
}


.subProducts h1, .subProducts h2, .subProducts h4, .subProducts h5, .subProducts h6, .subProducts #subProductHeader, .subProducts .moduleSubheader1, .subProducts .moduleSubheader2, .subProducts .horizontalItemList .horizontalItemListSubHead, .verticalItemList .verticalItemListSubHead, .subProducts .headingSpecifications, .subProducts .pd_specifications .headingSpecifications {
    color: #07546D;
}

.horizontalItemList .horizontalItemListSubHead, .verticalItemList .verticalItemListSubHead {
    margin: 6px 0 0;
}

.horizontalItemList .horizontalItemListSubHead, .verticalItemList .verticalItemListSubHead {   
    font-size: 10pt;
    /*font-weight: bold;*/
    line-height: 1.3em;
    margin: 5px 0 0;
    color:#eb6852;  
}

/*.horizontalItemList span {
    display: block;
}*/

.MarginBottom5 .prodsBoxSection1 .ImgBlock > img {
    width: 75px;
    height: 75px;
}

.prodsBoxSection1 {
    float: left;
    overflow: hidden;
    padding-top: 5px;
    width: 100px;
}


.prodsBoxSection2 {
    width: 180px;
}

.prodsBoxSection2 {
    float: left;
    overflow: hidden;
    width: 630px;
}
.prodsBoxModelD {
    height: auto;
    overflow: hidden;
}


.prodsBoxShortDesc {
    height: 55px;
    overflow: hidden;
    font-weight: normal;
    margin-top: 3px;
    color: #777;
    
}

.prodsBoxShortDesc p {
   font-size:10pt;
   font-family:Electrolux_Regular;
}

.prodsBoxMore {
    display: inline-block;
    width:24%;
    float:left;
    /*margin-top: 10px;*/
    margin-bottom:5px;
}

.prodsBoxSection3 {
    /*border-left  : 0.1em dashed #E6E7E9;*/    
    float: left;
    min-height: 100px;
    margin: 5px 0 0;
    overflow: hidden;
    padding-left: 2px;
    width: 205px;
}


.prodsBoxFeatures {
    margin-top: 10px;
}

.smallListDot {
    font-size: 11px;
}

.smallListDot {
    background: url("../Images/small_list_dot.png") no-repeat scroll left 6px transparent;
    padding-left: 11px;
}

.prodsBoxPrice {
    margin-top: 5px;
    padding-bottom: 5px;
    height:16px;
    clear: both;
}

.prodsBoxAvail {
    margin-top: 20px;
    clear: both;
    height:16px;
}

.prodsBoxCheckCompare {
    /*margin-top: 5px;
   clear : both;
   padding-top: 5px;*/
    width: 76%;
display: inline-block;

}

.prodsBoxQuantity {
    margin-top: 2px;
    padding-top:2px;
    clear:both;
}

.prodsBoxQuantityExtd {
    bottom: 0px;
    right: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 0;
}

.prodsBoxSection4 {
    /*float: Left;*/
    float:left;
    overflow: hidden;
    padding-top: 0; 
    width: 180px;   
    margin-right:30px;
    height:110px;
    text-align:right;
}

[id$="ChkCompare"]{
    margin:0px 10px 0px 0px !important;
}

a.linkArrowRightDisabled span, a.linkArrowRightDisabled:hover span, a.linkArrowLeftDisabled span, a.linkArrowLeftDisabled:hover span {
    text-decoration: none;
}

.linkArrowLeft span {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left:15px;
}

a.linkArrowLeftDisabled, a.linkArrowLeftDisabled:hover {
    color: Gray;
    text-decoration: none;
}

.cursorPointer {
    cursor: pointer;
}
.cursorDefault {
    cursor: default !important;
}

.linkArrowRight, .linkArrowLeft {
    color: #3099B0;
    font-size: 1.3em;
}

.clearBoth {
    clear: both;
}

.selectPageList {
    height: 30px;
    padding: 10px 0 6px;
    text-align: center;
       margin-bottom: 20px;
}

.clear {
    display: block;
}

.clearBoth, .clearer, .clrBoth {
    clear: both;
}

.BtnInfiniteScroll {
    /*float: left;*/
    height: 60px;
    /*width: 180px;*/
    text-align: center;
    cursor: pointer;
    margin-left:10px;
}



.nextListItem {
    float: right;
}

.linkArrowRight {
    background: url("../Images/GenericGrid/PagingNext.gif") no-repeat scroll right transparent;
}

a.linkArrowLeftDisabled, a.linkArrowLeftDisabled:hover {
    background: url("../Images/GenericGrid/PagingPrev.gif") no-repeat scroll 0 transparent;
}


.linkArrowRight span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right:15px;
}

.productRangeCategoryList {
    /*background: none repeat scroll 0 0 #F6F6F6;*/
    clear: both;
    color: #797979;
    font-size: 1.3em;
    height: 40px;
    width: 530px;
    float: left;
}

.PageSelected
{
    color:Gray;
    font-weight:bold;
}


.breadcrumb {
    /*color: #eb6852;*/
    font-family: Electrolux_Semibold;
    font-size: 12px;
    font-weight: 300;
    background: none;
    /*top: 18%;*/
    padding: 1%;
    padding-left: 20px !important;
    width: 100%;
    padding-top: 0;
    margin: 0;
    padding-bottom: 0;
}
.breadcrumb a{
    padding: 8px;
    font-family:Electrolux_Semibold;
    color: #041e41;
    font-size: 15px;
    font-weight: 600;
    position:relative;
    display: inline-block;
    padding-left: 3px;
    padding-top:0;
}
    .breadcrumb a:hover, a:active, a:focus {
    color:#ca5341 !important;
    /*background-color:#eaeef2;*/
    outline:none;
    }



#mainNav #mProducts div {
    margin-left: -4px;
    padding: 0 0;
    position: absolute;
    top: 34px;
}

#mainNav li div {
    display: none;
    position: absolute;
    top: 30px;
}

.nTb {
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 0 0 1px 0 !important;
    margin-right:3px;
}

	a.adjust{
		padding:1px;
		display:block;
		font-weight:bold;
		background:#EF9494;
		color:white;
		border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		width:25px;
		text-align:center;
		text-decoration:none;
		margin-top:10px;
		font-size:8px;
	}
		a.adjust:hover{
			background:#797979;
			color:white;
			-webkit-transition: all 400ms; /*safari and chrome */
			-moz-transition: all 400ms ease; /* firefox */
			-o-transition: all 400ms ease; /* opera */
			transition: all 400ms ease;
		}
	p.continued{
		margin-top:0;
	}
	

  #ContentHeader
    {

	z-index: 1000;
	/*position:fixed;*/
	overflow:visible;
	/*height:23em;*/
	margin: auto;
    top:0;
    left:0;
    width:inherit !important;
    margin-left:0% !important;
    margin-right:0% !important;
	/*background: #D7DDDD;
	background-image: url(../Images/bg.gif);
	background: #FFF;*/
	/*background : #eaeef2;*/
    /*change color menu to white*/
    background-color:#ffffff;
	/*width: 980px;*/
    }
    
    #Content {
	
	background:#FFFFFF;
	z-index:999; 	
	*padding-bottom:0px;
    width:inherit;
    height:100% !important;
    overflow: hidden;
    }

    #Footer {	
	z-index: 1000; 
	position: fixed;
	overflow:visible;	
	bottom:0px; 
	margin: auto;
    }
    
    
    
    .ellipsis span {

   white-space:nowrap;

   text-overflow: ellipsis; /* for internet explorer */

   -o-text-overflow:ellipsis; /* for Opera */
   -ms-text-overflow:ellipsis; /* for IE8 and more */
   
   -moz-binding: url('bindings.xml#ellipsis');
   
   overflow: hidden;

   display:block;

   max-width:100px; /* à adapter en fonction des besoins */
   width :100%;
   float:left;

}

.ellipsis {

   white-space:nowrap;

   text-overflow: ellipsis; /* for internet explorer */

   -o-text-overflow:ellipsis; /* for Opera */
   -ms-text-overflow:ellipsis; /* for IE8 and more */
   
   -moz-binding: url('bindings.xml#ellipsis');
   
   overflow: hidden;

   display:block;

   max-width:100px; /* à adapter en fonction des besoins */
   width :100%;
   float:left;

}


.ellipsis {

   clear: both;

}
.OrderDetailTable
{
    width:100%;
}
.OrderDetail
{
    padding-left:2px;
    padding-right:2px;
    vertical-align:top;
}

.OrderSolinuNum
{
    width:1%;
}
.OrderImgProduct
{
    width:7%;
    text-align:center;
}
.OrderModelDenomination
{
    width:7%;    
}
.Orderdetails
{
    width:70%;    
}
.OrderRequestedQuantity
{
    width:8.14%;
}
.OrderRequestedDate
{
    width:10.34%;
}
.OrderPropQty
{
    width:11.2%;
}
.OrderPropDelivery
{
    width:10.34%;
}
.OrderUnitPrice
{
    width:6%;
}
.OrderLinePrice
{
    width:6%;
}
.OrderLineStatus
{
    width:24.54%;
}
.OrderLineStatusValue
{
    white-space:nowrap;
}
.OrderLineType
{
    width:4%;
}
.OrderFreightNumber
{
    width:8.62%;
}
.OrderInvoiceNumber
{
    width:8.62%;
}
.OrderDeliveryNoteNumber
{
    width:8.62%;
}
.OrderStrServices
{
    /*width:300px;*/
}
.relativeOpacity0
{
	position:relative; 
	opacity:0;
	filter:alpha(opacity=0); /* for IE5-7 */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/*for IE8*/
	-moz-opacity: 0; 
	cursor: pointer; cursor: hand;/* for IE older versions */  
}  

/*.dSwitchLanguage
{
    float: right;
    /*margin-left:2px;*/
    /*margin:2px 15px 2px 15px;*/
    /*margin-right:2px;*/
    /*margin-top:1px;
    margin-left:2px;*/
    /*width:85%;
    max-width:100%;
        
}*/
    /*.dSwitchLanguage span, .dSwitchLanguage img, .dSwitchLanguage a, .dSwitchLanguage input {
        display: inline-block;
}*/
a:hover, a:focus{
    color:#eb6852;
    text-decoration:none;
}

/*.bSwitchLanguage
{
    padding:2px;
}*/
.bSwitchLanguageNotSelected:hover {
    color: #eb6852 !important;
}
.bSwitchLanguageSeparator{
    margin-right:3px;
    margin-left:3px;
}

.bSwitchLanguage a {
    color: #fff !important;
}

.warningMessage p
{
    color: Black;
}
.ui-dialog{
    max-width: 33% !important;
}
/* overrides the styles defined in CSS\smoothness\jquery-ui-1.7.2.custom.css to update the dialog box showing a warning message */
.ui-dialog .ui-dialog-buttonpane { text-align: center; border-width: 1px 0 0 0; background-image: none; margin: 0 ; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em;     background: #eaeef2; overflow: hidden; zoom: 1; }
.ui-widget-content { border: 1px solid #aaaaaa;     background: #eaeef2;; color: #041e41; }
.ui-widget-contentCR { border: 1px solid #aaaaaa; background: #eaeef2;; color: #041e41; }

.ChkServices
{
	text-align: left;
}

table#ChkServices td label
{
	 padding-left:2px;
}

.hfPlaceOrderID
{
    visibility:hidden;
    width:1px;
}

#ctl00_ContentPlaceHolder1_rfvPlaceOrderID , .visibilityHidden
{
    visibility:hidden;
}



#ui-datepicker-div{
    display:none;
}


.cbSelect
{
     vertical-align:middle;
     padding-right:2px;     
}

#dCheckBoxList
{
    /*display:table;
    margin-top: 2px;    
    *margin-top: 0px;
    margin-left:2px;*/
    margin-right: 15px;
    margin-top: 10px;
}

#dBtn
{
    margin-top: 2px;
    *margin-top: 0px;
}

.SBBtn
{
    margin-top: 2px;
    *margin-top: 0px;
    width:20%;
    margin-right: -2px;
}

.dtCb
{
    float:right;
    /*display:table-cell;
    vertical-align:middle;
    padding-top:1px;
    *padding-top:0px;
    padding-bottom:0px;
    text-align:left;*/
}

.dlCb
{
    display: block;
    float: right;
    width: 100%;
}

.InsertZoneSearch{
    height: 25px;
    padding-right: 22px;
    color: #777;
    padding-left: 8px;
}

.InsertZoneRedPlus{
    vertical-align: middle;
    cursor:pointer;
}

.InsertZoneSearchButton{
    border-width: 0px;
    position: relative;
    top: 7px;
    left: -25px;
    cursor: pointer;
}

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100% !important; height: 100%!important; }


.cmdNext
{
    height:13px;
}
.ellipsisVMI span {

   white-space:nowrap;

   text-overflow: ellipsis; /* for internet explorer */

   -o-text-overflow:ellipsis; /* for Opera */
   -ms-text-overflow:ellipsis; /* for IE8 and more */
   
   -moz-binding: url('bindings.xml#ellipsis');
   
   overflow: hidden;

   display:block;

   max-width:70px; /* à adapter en fonction des besoins */
   width :100%;
   float:left;

}

.ellipsisVMI {

   white-space:nowrap;

   text-overflow: ellipsis; /* for internet explorer */

   -o-text-overflow:ellipsis; /* for Opera */
   -ms-text-overflow:ellipsis; /* for IE8 and more */
   
   -moz-binding: url('bindings.xml#ellipsis');
   
   overflow: hidden;

   display:block;

   max-width:100px; /* à adapter en fonction des besoins */
   width :100%;
   float:left;

}


.ellipsisVMI {

   clear: both;

}
.Minheight400 {
	min-height:400px;
}

.BtnSFMiniSb, .BtnOrderMiniSb
{
     /*width:115px;*/
}

.BtnSFSB
{
      padding-right:10px;
}
.Pbar
{
  background-color: #FF3300;  
  border: 0;  
  height: 12px;  
  border-radius: 6px; 
    
}

.NewProductBox
{
    margin-bottom:0px;         
    /*margin-top:15px;*/
}

.NewProductBox img
{
    cursor:help
}

.B2BButtonAddPanier
{
	background-image: url(../Images/Butt_add.png) no-repeat top center;
	font-size: 11px;
	/*font-variant: small-caps;*/
	font-weight: bolder;
	color: White;
	border: none;
	height: 19px;
	cursor: pointer;
	width : 20px;
	text-align:center;
}
.B2BButtonAddPanier:hover
{
	background-image: url(../Images/Butt_add_h.png) no-repeat top center;
	font-size: 11px;
	/*font-variant: small-caps;*/
	font-weight: bolder;
	color: White;
	border: none;
	height: 19px;
	cursor: pointer;
	width : 20px;
	text-align:center;
}
.Popup_Plant_customer{

    overflow: auto;
    height: 100%;
    background-color: White;
    text-align: left;
    margin: 20px;
    padding: 0;
    padding-left: 5px;

}
.Popup_Title_Plant_customer{

    margin-top: 10px;
    margin-bottom: 10px;
}
.Popup_header{

    margin-left: 20px;

}

.BreadCrumbSeparartor{
    width: 10px;
display: inline-block;
text-align: center;
}

.LongWordCut{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    z-index: 20;
    white-space: normal !important;
    max-width: 400px;
    display: block;
    word-wrap: normal;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}


/************************TOGGLE SWITCH**************************/

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 12px;
  margin-bottom:0px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: -2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: -1px 2px 1px 0px #555;
}

input:checked + .slider {
  background-color: #041e41;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**********************END TOGGLE SWITCH************************/

.bouton {
display: table-cell;
padding: 1px 6px 1px 6px;

margin: 0px 1px 0px 1px;
font-size: 8pt;
}

#btnPlaceOrderDefault, #btnPlaceOrderDefault2, #btnCreateUser, [id$="BtnValidate"], [id$="BtnPrintND"], [id$="BtnReturnToOrderList"], #BtnMediaMiniSb, [id$="BtnCopyOrder"],[id$="BtnOrderModif"] {
    padding: 8px 15px 8px 15px !important;
}

[id$="btnBack"],[id$="btnBack2"],#GetAllMedia,#UploadList,#GetSelectedMedia,#GetAllMediaButton,#btnReject{
    padding: 8px 15px 8px 15px !important;
}

.B2BButton{
padding: 2px 10px 2px 10px;
font-size: 8pt;
}

.bouton:hover{
transition: background 200ms;
text-decoration: none;
outline: 0;
cursor:pointer;
}

.btn-orange,.btn-orange:focus{
background: #eb6852;
border: 2px solid #eb6852;
color: #ffffff;
cursor: pointer !important;
}

.btn-orange:hover , .shoppingBasketBtn:hover , .B2BButton:hover , .BtnCmdNext:hover , .ui-dialog .ui-dialog-buttonpane button:hover {
background-color: #ca5341 !important;
border-color: #ca5341 !important;
color:#ffffff !important;
cursor: pointer !important;
}

.btn-blanc{
border: 2px solid #041e41;
color: #041e41;
background: none;
cursor:pointer;
}

.btn-blanc_popup{
border: 1px solid #041e41;
color: #041e41;
background: none;
cursor:pointer;
height:25px;
padding:2px 10px 2px 10px;
}

.btn-blanc_popup:hover {
    background: #041e41;
    color: #ffffff;
}

.btn-blanc:hover {
    background: #041e41;
    color: #ffffff;
}

.LabelMediaCenterResum #fileUpload:hover .SpanUploadFile{
    color: #ffffff;
}

.DeleteButton{
    cursor:pointer;
}

#LblNbproductmSB , .ProductLine tr td, #CountMediaCartItem {
    font-size: 9pt !important;
    font-weight: normal;
}

.shoppingBasketHeader {
    font-size: 10pt !important;
    font-weight: normal;
    line-height:32px;
}

#CountMediaCartItem, #LblNbproductmSB {
    font-weight: bold !important;
}

.ProductLine span {
    font-size: 9pt;
}

#BtnSFMiniSb{
    font-size: 9pt;
}

.SBMultilineBtn{
    font-family: Electrolux_Semibold;
    font-size: 9pt;
    /*font-weight: bolder;*/
    color: #eb6852;
    cursor:pointer;
}

.SBMultilineBtn:hover{
    color: #ca5341;
}


.witdh70Percent{
    width:70%;
}

.witdh57Percent{
    width:57%;
}

.witdh60Percent{
    width:60%;
}
.witdh69Percent{
    width:69%;
}
.witdh20Percent{
    width:20%;
}

.witdh10Percent{
    width:10%;
}

.witdh12Percent{
    width:12%;
}

.witdh14Percent{
    width:14%;
}

.witdh55Percent{
    width:55%;
}
.witdh18Percent{
    width:18%;
}

.witdh25Percent{
    width:25%;
}

.witdh24Percent{
    width:24%;
}

.witdh30Percent{
    width:30%;
}

.OrangeFont{
    color:#eb6852;  
}
.IframeStyle{
width: 100%; 
display:none; 
border: 0
}

.MarginAuto{
    margin:0 auto;
}

.NavigationContentFilterLeft{
    /*padding-left: 5px;*/
    margin-left: 2%;
    float:left;
}

#MiniSB{
    float:right;

}
#checkCustomerRangeReplyButton{
    font-family: Electrolux_Semibold;
    margin-top: 10px;
    
}
#checkCustomerRangeReplyButton input {
    background: #eb6852;
    height: 15%;
    padding: 5px;
    }

.RefreshFilterBottom{
    text-align: center;
}

.orangeLink{
    color: #eb6852;
}

.ButtonEdit{
    background-image: url('../Images/Pencil_Orange.svg');
    background-size:20%;
    background-repeat: no-repeat;
    border: none;
    padding-left: 18px;
    background-position: center left;
    background-color: transparent;
}

.ButtonPlus{
    background-image: url('../Images/Red_plus.svg');
    background-repeat: no-repeat;
    border: none;
    padding-left: 20px;
    background-position: center left;
    background-color: transparent;
    background-size: 9px;
}


.orangeLink:hover, .OrangeFont:hover{
    color: #ca5341 !important;
    cursor:pointer;
}

.AspNet-DataList{
    height: 100px;
overflow-y: auto;
width: 200px;
border: 1px solid #e7ebf0;
margin-top: 5px;
padding-top: 5px;

}

#Buttonpnl {
    text-align: right;
}

#BtnOrderMiniSb:hover{
    color:#eb6852;
    text-decoration:none;
}

.MoreInfo{
    background-image:url('../Images/Info.svg');
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align: middle;
    background-size:100%;
}

.txtControlQty {
    color:#eb6852;  
}

.txtControl {
    color:#eb6852;
    width:80%  !important;  
    text-align:center;
}

.DivOptions {
background-color:#eaeef2;
text-align:center;
padding-top: 8px;
padding-bottom: 8px;
}

.btnorange{
    font-family:Electrolux_Semibold;
    font-size:13px;
    font-weight:bolder;
    font-variant:small-caps;
    color:#eb6852;
    }

.divmargin {
margin:10px
}

.OptionsBox {
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px;  
    /*width:14%;*/
    float:left;
    margin:1%;

}
.BtnCmdNext{
    display:block;
    height:30px;
    background-color:#eb6852 !important;
    margin:auto;
    text-align:center;
    color:white !important;
    width:70%;
    line-height:30px;
}

.LabelUpload{
    border:2px solid  #041e41;
    /*width:10%;*/
}

.InputFileUpload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.SpanUploadFile {
    text-align:center;
    cursor:pointer;
    display:block;
    color:#041e41;
    padding: 8px 15px 8px 15px;
    font-size: 13px;
    font-family: Electrolux_Regular !important;
}

.SpanUploadFile:hover {
    color:#ffffff;
}
.ColorGrey{
    color:#606060 !important;
}

.ColorRed {
    color: #f24831 !important;
}

.ColorGreen {
    color: #3ca727;
}


.ColorBleu{
    color:#041e41;
}

.TxtExplanation {
    /*font-weight:bold;*/
    font-family:Electrolux_Semibold;
    font-size:9pt; 
}

.DivMarginGlobal {
margin-left:1.5%;
margin-bottom:1%;
}

.SbMuliline{

    float:left;
    width:50%;
    margin-left:1.5%;
}

.ImageDelete {
width:20px;
height:20px;
}

.HeaderPageMultiline{
    display: inline-block;
	width: 99%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

.TextAlignLeft{
    text-align:left;
}

.TextAlignRight{
    text-align:right !important;
}

.TextAlignCenter{
    text-align:center;
}

.VerticalAlignTextBottom{
    vertical-align: text-bottom;
}

.ShoppingBasketTDPaddingLeft{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ShoppingBasketTDPaddingCenter{
    padding-top: 10px;
    padding-bottom: 10px;
}

.ShoppingBasketTDPaddingRight{
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.toggleSwitchSB{
    height: 20px;
    margin-top: 6px;
    /*width:5%;*/
    /*min-width: 100px;*/
    padding-right:5px;
}

#chkShipTogether{
    vertical-align:text-top;
}

.Bold{
    font-weight:bold;
}

.BlueFont{
    color:#041e41;
}
.lblResultSearch{
    /*margin-bottom: 1%;*/
    
}
.btnBack{
    font-family: Electrolux_Semibold;
    font-size: 14px;
    color:#041e41;
}

.DisplayNone
{
    display:none !important;
}

/********* Survey *************/
/*.surveyfront table{
    background-color: #eaeef2;
    border: 1px solid;
    font-family: Electrolux_Semibold;
    font-size: 14px;
        color:#041e41;
}*/
/***********Fin Survey********************/

.HeaderDetailTable {

    width:96%;
    height:40px;
    border:1px solid;
    margin:0;

}

.HeaderDetailTable tr td.FieldValueDetail {

    padding-left:2%;
    vertical-align:middle;
}

.HeaderDetailTable tr td.FieldLabel {

    width:16%;
    text-align:right
}

.TdSeperator {

width:1%;
text-align:center

}

.DelIntruct {
margin:20px;
font-weight:normal;
}

.TotalBasket {
float:right;
width:20%;
border-collapse: separate;
border-spacing: 0 0.3em;
}

.ValueTotalBasket{
    text-align:right;
}

.TDValueLabel {
    font-size: 11px;
}

.TdHeaderValueLabel{
    color:#041e41;
    font-size: 11px;
}

.BtnWhite {
    border: 2px solid #041e41;
    background-color: white;
    font-size: 11px;
}


.Cercle{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 8px;
}

.Green{
    background-color:#1a8740;
}

.MiddleGreen{
    background-color:#c5c313;
}

.Red{
    background-color:#d24c4f;
}

.TableBookingRequired{
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 96%;
    height: 40px;
    border: 1px solid;
}

#MyMasterForm{
    min-height:88%;
}

.ThTable{
    font-family: Electrolux_Semibold;
    font-size: 15px;
    color:#041e41;
    font-weight:normal;
    text-decoration:none;
}

label{
    font-weight:normal !important;
}


/***************************************************** For search style ****************************************************************************************/
.SearchIENoneText{
        font-family:Electrolux_Thin;
        font-size: 12px !important;
}
.SearchIEText{
        color:#4f4e53 !important;
        font-family:Electrolux_Regular !important;
        font-size: 14px !important;
}


/*********************************************************** for IE version ******************************************************************/
@media screen\0, screen\9 {
    .SearchIENoneText {
        font-family: Electrolux_light;
        font-size: 14px !important;
    }

    .SearchIEText {
        color: #4f4e53 !important;
        font-family: Electrolux_Regular !important;
        font-size: 16px !important;
    }

    .SBBtn {
        margin-top: 2px;
        *margin-top: 0px;
        width: 20%;
    }

    .ButtonPlus {
        background-size: 12px !important;
    }

    .ButtonEdit {
        padding-left: 20px !important;
    }

    .PlusInsideInput {
        top: 0px !important;
    }


    #btnPlaceOrderDefault2, #btnPlaceOrderDefault {
        display: block !important;
    }

    .ImagePlusMediaCenter {
    }

    .LabelMediaCenterResum #CountProducts {
        display: inline-block;
        vertical-align: middle;
    }

    .LabelMediaCenterResum #GetAllMediaButton {
        display: inline-block;
    }

    #GetSelectedMedia {
        display: inline-block;
    }
}
/*********************************************************** End for IE version ******************************************************************/
/***************************************************** End For search style *****/

.Div_lastUpdated {
    /*width: 25%;*/ /* Changed by HK on 02/08/2017 to solve ticket INC2565387 */
    width:565px;
    /*padding-top: 5px;*/
    right: 0px;
    position: absolute;
    z-index:3;
    height:30px;
}
.text_color {
    color:  #8d98a2;
    font-size:11px;
}
.btn-style{
	border : solid 0px #ffffff;
	font-size : 11px;
	color : #eb6852;
	padding : 0px 0px;
	background-color : #ffffff;

}
.btn-style:hover,[id$="ModelD"]:hover{
	color: #ca5341 !important;
}


.divShipTogether{

}

.FirstBlock{
    width:100%;
    height: 200px;
}

.PlusInsideInput{
    cursor: pointer;
    position: relative;
    right: 9%;
    height: 13px;
    top: 2px;

}

.PlusInsideInputOrderSearch{
    cursor: pointer;
    position: relative;
    right: 11%;
    height: 20px;
    top: 5px;

}

.height100Percent{
    height: 100%;
}

.MiddleAlignement{
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.BorderTab{
    border-top: 1px solid #e7ebf0;
    border-left: 1px solid #e7ebf0;
    border-right: 1px solid #e7ebf0;
}
.BorderTabBottom{
    border-bottom:1px solid #e7ebf0;
}

.BorderEndTab{
    border-left: 1px solid #e7ebf0;
    border-bottom: 1px solid #e7ebf0;
    border-right: 1px solid #e7ebf0;
}
.Width80Percent{
    width:80%;
}

.Width20Percent{
    width:20%;
}

.Height100Percent{
    height:100%;
}

.BoxShadow{
    box-shadow: 0px 13px 0px -11px #eb6852;
}

#SavedSalesFolderContent{
    padding: 15px 10px 15px 10px;
}

.SavedSalesFolderLine{
    border-bottom:1px solid #e7ebf0;
    display: table;
    width: 100%;
}

.SFSavedContentLeft{
    width: 24%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.SFSavedContentCenter{
    width: 66%;
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.SFSavedContentRight{
    width: 10%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.SFSavedContentLeft img{
    display:inline-block; 
    cursor: pointer;
}
.SFSavedContentLeft span{
    display:block; 
}

.DisplayBlock{
    display:block;
}

.DisplayInlineBlock{
    display:inline-block;
}

#double {
    columns:2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}

ul[id^="column_"] {
    /*columns:3;
    -webkit-columns: 3;
    -moz-columns: 3;*/
    list-style-position: inside;
    list-style-type: none;
    width: 25%;
    display: inline-block;
    vertical-align:top;
    margin-bottom: 30px;
}

ul[id^="column_"] li{
    color:#eb6852;
    height: 20px;
    font-size: 15px;
    margin: 10px 10px 10px 0px;
}

.Table_Address_spacing {
    border-collapse: separate;
    border-spacing: 0px 10px;
}


.input-file-container {
  position: relative;
  margin-left: 10px;
  display:inline-block;
}

.input-file-trigger {
  display: block;
  transition: all .4s;
  cursor: pointer;
  margin:0;
}

.input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height:100%;
  opacity: 0;
  cursor: pointer;
}



.EditCoverTable{
    margin-top:12px;
}

.PathFileLogo{
    /*border: 1px solid gray;*/
    vertical-align: middle;
    padding: 0 !important;
}

.file-return{
    margin:0 !important;
}

.imgLogoWrapper{
    position: relative;
}

#ImgDeleteLogo{
     position: absolute;
    top: -10px;
    right: -30px;
    cursor: pointer;
    opacity: .7;
}

#ImgDeleteLogo:hover{
    opacity: 1;
}

.FieldLabelGray
{
	/*display:none;*/
	text-align: left;
	/*font-weight: bold; /*color: navy;*/
    color:#777;
}

.FieldLabelProductAndOrder
{
	text-align: left !important;
    color:#041e41 !important;
    font-size:14px !important;
    font-family:Electrolux_Regular !important;
}

.FieldLabelProductAndOrderGrey
{
	text-align: left !important;
    color:#777 !important;
    font-size:14px !important;
    font-family:Electrolux_Regular !important;
    border:1px solid gray;
}

.EditCoverTable label,.SpanChkHidePrice label{
    font-weight: initial !important;
    font-family: Electrolux_Regular !important;
    font-size:14px;
}

.Textbox_withoutborder{
    border:0;
}

.Warning_MessageRefresh
{
	color: #777;
	font-size: 10px;
}

.b2bstyle label {
        font-weight: normal;
        color: #606060;
    }

.b2bstyle input[type=checkbox]:not(old),
.b2bstyle input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

    .b2bstyle input[type=checkbox]:not(old) + label,
    .b2bstyle input[type=radio ]:not(old) + label {
        display: inline-block;
        margin-left: -2em;
        line-height: 1.5em;
    }

        .b2bstyle input[type=checkbox]:not(old) + label > span,
        .b2bstyle input[type=radio ]:not(old) + label > span {
            display: inline-block;
            width: 0.875em;
            height: 0.875em;
            margin: 0.25em 0.5em 0.25em 0.25em;
            border: 0.0625em solid rgb(192,192,192);
            background: rgb(224,224,224);
            background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
            background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
            background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
            background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
            background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
            vertical-align: bottom;
        }
        .b2bstyle input[type=radio ]:not(old) + label > span {
            border-radius: 1em;
        }
    .b2bstyle input[type=checkbox]:not(old):checked + label > span,
    .b2bstyle input[type=radio ]:not(old):checked + label > span {
            background-image: -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
            background-image: -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
            background-image: -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
            background-image: -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
            background-image: linear-gradient(rgb(224,224,224),rgb(240,240,240));
        }
    

        .b2bstyle input[type=checkbox]:not(old):checked + label > span:before {
            content: '✓';
            display: block;
            width: 1em;
            color: rgb(235,104,82);
            font-size: 0.875em;
            line-height: 1em;
            text-align: center;
            text-shadow: 0 0 0.0714em rgb(115,153,77);
            font-family: Electrolux_light !important;
        }

        .b2bstyle input[type=radio]:not(old):checked + label > span > span {
            display: block;
            width: 0.5em;
            height: 0.5em;
            margin: 0.125em;
            border: 0.0625em solid rgb(235,104,82);
            border-radius: 1em;
            background: rgb(235,104,82);
            background-image: -moz-linear-gradient(rgb(235,104,82),rgb(235,104,82));
            background-image: -ms-linear-gradient(rgb(235,104,82),rgb(235,104,82));
            background-image: -o-linear-gradient(rgb(235,104,82),rgb(235,104,82));
            background-image: -webkit-linear-gradient(rgb(235,104,82),rgb(235,104,82));
            background-image: linear-gradient(rgb(235,104,82),rgb(235,104,82));
            font-family: Electrolux_light !important;
        }

        .HeightOrangeButton{
            height:21px;   
        }

        .OrangeButtonExt {
            min-width: 75px;
            text-align: center;
        }

        /*@media screen and (-webkit-min-device-pixel-ratio:0)and (min-resolution:.001dpcm) {
        .HeightOrangeButton{
            height:24px;    
            vertical-align: middle;        
        }
        .PLquantity{
            height:24px;
        }
}*/

.image-globe, .image-globe:hover, .image-globe:visited {
    padding-right: 3px !important;
    cursor: default !important;
    color: #fff !important;
}



#Buttonpnl {
    width: 100%;
    display: inline-block;
}

.RefreshFilterBottom {
    display: inline-block;
}

#BtnOrderMiniSb{
    float:right;
}

.Grey{
    color: #777;
}

.ProductListContainerFull .availabilityprogress {
    text-align: center;
}

.PLquantity .quantity{
    text-align: center;
}

#quantitycenter{
    text-align: center;
}


.ui-dialog .ui-dialog-buttonpane { 
    text-align: center; 
    border-width: 1px 0 0 0; 
    background-image: none; 
    margin: 0 ; 
    padding: .3em 1em .5em .4em; 

}
.ui-dialog .ui-dialog-content { 
    border: 0;                                 
    padding: .5em 1em; 
    background: none; 
    overflow: auto; 
    zoom: 1;
    font-family: Electrolux;
    line-height: 14pt;
}
.ui-widget-content { 
    border: 1px solid #dddddd; 
    background: #eeeeee url(smoothness/images/ui-bg_highlight-soft_75_eeeeee_1x100.png) 50% top repeat-x; 
    color: #041e41; 
    /*background: #eaeef2;*/
    font-family: Electrolux;

}
.ui-dialog .ui-dialog-titlebar{
    color:#041e41; 
    background: #eaeef2;
    font-family: Electrolux ;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: Electrolux_Regular;
    font-size: 1.2em;
    padding: 2px;
    height:13%;
}
.ui-widget select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down.svg) no-repeat right #fff;
    background-position-x: 98%;
    background-position-y: center;
    background-size: 13px;
    padding-right:20px;
    font-family: Electrolux_light;
    /*width: 100%;*/
}
.ui-widget select::-ms-expand {
        display: none;
}
.ui-widget-content .ui-state-default { 	
    background-color: #EF9494;
    background-image: url("../Images/ButCorp_Bg2.png");
    background-repeat: repeat;
    border: 1px solid #EF5414 !important;
    border-collapse: inherit;
    color: White;
    cursor: pointer;
    font-size: 11px;
    font-variant: small-caps;
    font-weight: bolder;
    height: 16px;
    margin: 0;
    padding-bottom: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0;      
    }

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: none;
    /*line-height: 1em;*/
    /*margin: 0.5em 0.4em 0.5em 0;*/
    overflow: visible;
    /*padding: 0.2em 0.6em 0.3em;*/
    /*width: 15%;*/
    height:13%;
    background: #eb6852;
    font-family: Electrolux_Regular;
    padding:8px;
}


ul.thumb {float: left;list-style: none;margin: 0; padding: 10px;width: 800px;background-color: white;}
ul.thumb li {margin: 0; padding: 5px;clear:both;position: relative;width: 100px;height: 50px;}
ul.thumb li img {width: 50px; height: 50px;padding: 5px;background: #f0f0f0;position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic;border-color: #D0D0D0 #D0D0D0 #D0D0D0 #D0D0D0;}
ul.thumb li img.hover {margin-top:15px;background:url(thumb_bg.png) no-repeat center center;border: none;}
.title{position:absolute;width:185px;height:12px;margin:0;font-weight:900;background:grey  no-repeat center center;padding:17px 0 0 0;text-align:center; color: #fff; }
.height255{ height:255px;}

.OverrideWidthForDetail{
    width: 84%;
    float: left;
}

.NoLink{
    color: #606060 !important;
    cursor:default !important;
}
.NoLink:hover{
    color: #606060 !important;
    cursor:default !important;
}

div[active="refresh"]{
    cursor:pointer;
}

.EnergyClassImg{
    transform: scale(0.5);
    border-width:0px;
}

.EnergyClassImgProductCard {
    max-height: 50px;
    max-width:70px;
    border-width:0px;
}

.SFWarningContainer{
    color: red;
}

.OSField{
    color: #777;
    font-family:Electrolux_Regular;
    font-size:10px;
    width: 200px;
    height: 27px;    
    border: 1px solid #777;
    padding-left: 3px;
}

.OSFieldDate{
    width: 84px !important;
}

.OSFieldLabel{
    color: #041e41;
    font-family:Electrolux_Regular;
    font-size:14px;
}

.titleSbSalesFolder{
    color: #041E41;
font-family: Electrolux_Semibold;
font-size: 14px;

}

.ImgDeleteCSS{
    width: 14px;
    height:14px;
    cursor: pointer;
}

.Regular14Grey{
    font-family: Electrolux_Regular;
font-size: 14px;
color: #4f4e53;

}

.SemiBold14Grey{
    font-family: Electrolux_Semibold;
font-size: 14px;
color: #4f4e53;

}

.SemiBold14{
    font-family: Electrolux_Semibold;
    font-size: 14px;
}

.CustomBullet{
    list-style-image:url('../Images/circle.svg')
}

.SalesFolderTitle,.SendToEmail{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
}

.BorderInputSalesFolder{
    border: 1px solid #e7ebf0;
}

.TableCell{
    display:table-cell;
}

.Table{
    display:table;
}

.VerticalMiddle{
    vertical-align:middle;
}

div[id$="lblLastUpdatePanel"]{
    height: 100% !important;
    display: table !important;
}

.SemiBold12 {
    font-family: Electrolux_Semibold;
    font-size:12px;
}

.rgSortAsc{
    display:inline-block !important;
    background-position: 0 0 !important;
    background-image:url('../Images/GenericGrid/up-chevron.jpg') !important;
    margin-left:10px !important;
    background-size: 10px 10px !important;
}

.rgSortDesc{
    display:inline-block !important;
    background-position: 0 0 !important;
    background-image:url('../Images/GenericGrid/down-chevron.jpg') !important;
    margin-left:10px !important;
    background-size: 10px 10px !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.pricepopup{
    padding:0px !important;
    overflow:hidden !important;
}

.dialogprice{
background-color: #fff !important;
background-image:none !important;
}

.dotted {
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color:#041e41;
}

.pricepopup_vat{
    float:left;
    width:50%;
}

.TurquoiseFont {
    color:#25cad2;
}

.Popupprice_Allowances{
    color:#606060 !important;
    font-size:7pt;
}
.spanLinePrice{
    float: left;
    clear: left;
    position: relative;
    text-align: left;
}

.TitleNews
{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    font-family:Electrolux_Semibold;
    padding-bottom:10px;
}

.SubTitleNews
{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    font-family:Electrolux_Semibold;
}

.NewsText{
    font-family:Electrolux_regular;
    font-size:14px;

}

.TableNews
{
	width: 100% ! important;
    border-collapse:collapse;
}

.TdTableNews{
    border: none;
}


.DivDisplayInlineBlock{
    display:inline-block;
    vertical-align:top;
}


.RadTabStrip .rtsIn{
    padding:7px 35px 0px 35px !important;
}



.FormatRadioButtonList label
{
  margin-right: 15px;
  margin-left:10px;
 font-size: 14px;
}

.BordercollapseSeperate{
    border-collapse:separate;
    border-spacing: 0 1em;
}

[id$="dgNewsCountry"]>tbody>tr{
    border-bottom:3px solid #7f8287;
}

#AddProductToMediaCart{
    /*padding: 0px;
    position: relative;
    left: -6%;
    padding-left: 20px;
    height: auto;*/
    border-width: 0px 0px 1px 0px;
    border-color: #777;
    border-style: solid;
    margin-left: 8px;
    font-size: 15px !important;
    padding-bottom: 2px;
    color: #90a6bb;
}

#AccordionMediaCart #IMG1{
    /*padding: 0px;
    right: 0%;
    left: 1%;
    top: 3px;
    position: relative;
    z-index: 1;
    height: auto;*/
    vertical-align: middle;
    margin-left: 3px;
}

.OrderSearchMainDiv{
    width: 120px;     
    background-color: #EAEEF2; 
    position: fixed; 
    top: 200px; 
    /*display: none; Applied in the master page to avoid showing the popup even if ctrl+F5 wasn't applied to get the latest global.css file */
    border: none;
}

.OrderSearchText{
    height: 50px; 
    width: 100%;
    font-family: Electrolux_Semibold;
    font-size: 9pt; 
    font-weight: normal; 
    color: #606060;
}

.dialogprice .ui-dialog-titlebar{
    background:none !important;
}

.dialogprice .ui-widget-header{
    border:none !important;
    background:none !important;
    color:none !important;
    font-weight:normal !important;
}

.dialogprice .ui-state-hover{
    border:none !important;
    background:none !important;
    color:none !important;
    font-weight:normal !important;
}

.BoutonPadding{
    padding:8px 15px 8px 15px !important;
}

.SavedSalesFolderTitle{
    border-bottom: 2px solid #eb6852;
line-height: 40px;
display: inline-block;
vertical-align: middle;
}


.HeaderPagePopupPrice
{
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
    color: #041e41;
}

.IFrameSFRename{
    position: absolute;
    width: 95% !important;
}

.closeattr{
    width: 25px;
    height: 25px;
    display: block;
    float: right;
}

#TranslTotalSB{
    font-size:10pt !important;
    font-family:Electrolux_Regular;
}

#tblCharges .Horizontal-Line{
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: silver !important;
}


.TotalAmount{
    font-size: 11pt !important;
    font-family: electrolux_regular !important;
    font-weight: bold !important;
}

.rtsUL{
    margin-top:2px !important;
}

.BorderMediaFilter{
    border-top: 1px solid #606060;
}

.BorderTypeGroup{
    margin-left: 15px;
    border-left: 2px solid #eb6852;
    padding-left: 5px;
    padding-bottom: 20px;
}

.ui-accordion-custom{
    background:none !important;
}

.ui-accordion-title-custom{
    border-bottom:none;
}


.MediaClassification{
   background-color:#eaeef2;
   
   background-repeat:no-repeat;
   background-position:right;
   background-size: 15px;
}

.ArrowForward{
    background-image:url(../images/Forward.png);
}

.ArrowUp{
    background-image:url(../images/Arrow-up.png);
}


.ArrowUpGrey{
    background-image:url(../images/Arrow-up-grey.png);
}

.DeleteMediaItemGray{
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.FilterMedia{
    position: relative;
    height: 100%;
    display: block;
    float: left;
    width: 100%;
}

.tooltipCss {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

 .tooltiptextCssSmall {
    margin-left: 5px;
    top: -27px !important;
}

  .tooltiptextCss {
    margin-left: 5px;
    top: -23px !important;
    min-width:180px;
}

.DisabledButton{
    color: #FFFFFF !important;
	background-color: #f5b3a8 !important;
    border-color: #f5b3a8 !important;
    cursor: default !important;
}

.DisabledButton:hover{
    color: #FFFFFF !important;
	background-color: #f5b3a8 !important;
    border-color: #f5b3a8 !important;
    cursor: default !important;
}

#tblCharges{
    line-height:25px;
}

.TxtSearched{
    font-family: Electrolux_Regular !important;
    font-weight: normal !important;
    color: #041e41 !important;
    font-size: 9pt !important;
}

.TxtHighLightSearch{
    font-family: Electrolux_Semibold !important;
    font-weight: bold !important;
    color: #041e41 !important;

}

.TxtProductTitle {
    font-family: Electrolux_Semibold !important;
    font-size: 15px !important;
    color: #041e41 !important;
}

.DatePickerProposed{
    width: 100px;
    background-image: url(../Images/calendar1.png);
    background-repeat: no-repeat;
    right: 0;
    padding: 5px 0px 5px 15px;
    background-position: 95px center;
    border: 1px solid silver;
    color: #777;
}


.Disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.WarningNDD{
    color:red;
    margin-bottom: 10px;
}


.BorderOrange{
    border:1px solid #eb6852
}

.Width42px{
    width:40px
}

.ExpectedPriceTD{
    text-align: left;
    padding-left: 20px
}

i {
    position: absolute;
    transform: translate( -6px, 0 );
    margin-left: 15px;
    margin-top:5px;
}

i:before, i:after {
        content: "";
        position: absolute;
        background-color: #eb6852;
        width: 3px;
        height: 9px;
}

i:before {
        transform: translate( 2px, 0 ) rotate( 45deg );
}

i:after {
        transform: translate( -2px, 0 ) rotate( -45deg );
    }

a.Opened > i:before {
    transform: translate( -2px, 0 ) rotate( 45deg );
}


a.Opened > i:after {
    transform: translate( 2px, 0 ) rotate( -45deg );
}

.Div_Successor{
    margin-top:1%;
    margin-left:5%;

}
.GridHeaderLabelCenterAvail{
    text-align:center;
}


.CentrePage {
   margin: 0 auto;
}

.Msg_Notification {
    background-color: #009688;
    top: 0;
    left: 0;
    right: 0;
    color: #f7f7f7 !important;
    line-height: 35px;
    box-shadow: 0px 0px 3px #ccc;
}

.Notification_Btn {
   display: inline-block;
   width: 1%;
}

.Notification_Txt{
    display: inline-block;
    width: 99%;
    text-align: left;
}

.Notification_icon {
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 20px;
    height: 20px;
    background-color: #009688;
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 10px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
}

.Notification_Click{
    color: #EB6852;
    text-decoration: underline;
    cursor:pointer;
}

.mini-cart-thumbnail{
    padding:5px 25px 5px 5px;
}

.mini-cart-thumbnail img {
    height: 60px;
    display: inline-block;
}

.mini-cart-tr {
    border-bottom: 1px solid #eee;
}

.mini-cart-tr .ModelD {
    line-height: 20px;
    color: #041e41;
}

.MiddleContentNavigation{
    width:84%;
    display:inline-block;
}

#MediaCard {
    position: absolute;
    top: 250px;
    right: 25px;
}




.product-cards-container {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    transition: opacity .3s;
    display: block;
    border-left: 1px solid #cbcfd2;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card {
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    max-width: 25%;
    border-right: 1px solid #cbcfd2;
    border-bottom: 1px solid #cbcfd2;
    border-top: 1px solid #cbcfd2;
}

.prodct-cards-p {
    overflow-y: auto;
    min-height: 100px;
    color: #041e41;
    text-align: justify;
}

.product-Thumb {
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

    .product-Thumb p {
        font-size: 11pt !important;
        font-family: 'Electrolux_Regular' !important;
    }

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
    .product-card {
        width: 25%;
    }
}

@media only screen and (min-width: 1550px) and (max-width: 1649px) {
    .product-card {
        width: 20%;
    }
}

@media only screen and (min-width: 1650px) {
    .product-card {
        width: 16.66%;
    }
}

.pl-tag {
    list-style: none;
    text-align: left;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    align-items: center;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    font-size: 12px;
    font-family: Electrolux_Regular;
    /*font-weight: 600;*/
    text-transform: uppercase;
    min-height: 20px;
    line-height: 12px;
    display: inline-block;
    justify-content: left;
    color: #FFFFFF !important;
}

.pl-tag-blue {
    background-color: #337ab7;
}
.pl-tag-red {
    background-color: #fe3921;
}
.pl-tag-gray{
    background-color:#777;
}
.pl-tag-green {
    background-color: #70a546;
}
.pl-tag-dark-blue {
    background-color: #041e41;
}

.prodsBoxQuantityExtd {
    bottom: -5px;
    right: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0deg);
    }



    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.animated {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4.9s;
}

/*Collect user email area*/
.collectEmail .ui-dialog-titlebar-close {
    padding-top: 0 !important;
}

/*EndOF - Collect user email area*/


/*User Favorite Products*/
.fav-container {
    display: inline-block;
    margin: 0 auto;
}

a.favToggleSelector {
    cursor: pointer;
}

/*EndOf - User Favorite Products*/


.PromotionalPlaceholder {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 32px;
}


.position_background {
    background-position: 80px center !important;
}