﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#ededed;
	width: 100%;
}

body a, body a:hover {
	text-decoration:none
}

.wrapperlangue{
	width: 100%;
}

.hidden {
 visibility: hidden;
}

.wrapperlangue,.wrapperlangue *{

	background-color:#000000;
	text-align:right;
	color:white;
	font-size:12px;
	text-decoration:none;
	font-weight:400;
	vertical-align:middle;
	line-height:12px;
	display:inline-block;
	padding:2px 0;
}
.wrapperlangue a:hover{
	font-weight:600;
	text-decoration:none;
}
.wrapperlangue span{
	position:relative; 
	right:10px;
}

.optFinitionItem{
	background-color:#EFEFEF;
	width:130px;
	display:inline-block;
}

.optFinitionItem label{
	margin: 0; 
	padding: 0;
	min-height:56px;
	max-width:100px;
}

.body-green{
	border-top:6px solid #000000;
}

.tiret{
	line-height:34px;
	
}

.cie_name{
	 content: "Miralis";
}


body *{
	font-family:"Myriad Pro", arial, helvetica, sans-serif;
	/*font-size:18px;*/
	color:#5f6062;
}
a{
	text-decoration:none;
}
a.logo{
	background:url(/Images/logo-miralis.png);
	width:196px;
	height:58px;
	display:inline-block;
}
#service_rows{
	margin-top:14px;
}


a:hover{
	text-decoration:underline;
}

.wrapper{
	/*
	width:1200px;
	margin:auto;
	padding: 0 10px;
	position:relative;
	*/
	
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
	padding: 0 10px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
}
.header{
	width: 100%;
	padding: 25px 0;
	margin: 0;
	position:relative;
}
.mainbody{
	padding:30px 0 50px 0;
}

.section-menu{
	position:fixed;
	z-index:2;
	width:210px;
	top:15%; 
	right: 10px;
	
	border: 1px solid #cfcfcf; /* stroke */

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;

	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f9f9f9; /* layer fill content */
	display:inline-block;
	
	padding:20px;
}
.section-menu-title{
	color: #5f6062; /* text color */
	font-size: 24px;
	font-weight: bold;
}
/*
.section-legrabox-visa{
    position:fixed;
    z-index:2;
    width:200px;
    top:15%;
    right:10px;
    display:inline-block;
    padding:20px;
}
*/
/*.remove_service_row{
	position:absolute;
	top:180px;
}*/

.section-menu ul{
	list-style:none inside;
	padding:0;
	margin:0;
}
.section-menu ul li a{
	color: #000000; /* text color */
	font-size: 17px;
	font-weight: bold;
	display:block;
	padding:8px 0;
}
.section-menu ul li a.gray{
	color: #bfbfbf; /* text color */
}

.section-menu ul li a .arrow{
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	
	border-left: 7px solid #000000;
	display:inline-block;
}
.section-menu ul li a .arrow{
	visibility:hidden;
}
.section-menu ul li a.curr .arrow{
	visibility:visible;
}
.section-menu ul li a.curr, .menu-hlighted{
	color:#000000 !important;
}


.section-menu ul li a.curr-disabled .arrow{
	visibility:visible;
	border-left: 7px solid #bfbfbf;
}
.section-menu ul li a.curr-disabled, .menu-hlighted{
	color:##bfbfbf !important;
}


.txtarea{
	resize:none;
}

h1{
	color: #5f6062; /* text color */
	/*font-family: "Myriad Pro";*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size: 24px;
	padding:0;
	padding-bottom:10px;
	margin:0 auto;
}

.nopadding{
	padding:0;
}
.hrofh1{
	width:250px;
	border-top:1px solid #a6a6a6;
	display:block;
	margin:auto;
}

.trait{
	border-top:1px solid #a6a6a6;
	display:block;
	margin:auto;
}

.box-title, .inner-box-title{
	color: #000000; /* text color */
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding:30px 0 20px 0;	
}



.box-title, .inner-box-title{
	padding-top:0px !important;
}
.box-title-02, tr.box-title-02 td{
	background-color:#ebebeb;
	border-bottom:1px solid #a6a6a6;
	padding:10px;
	color:#5f6062;
	margin-bottom:5px;
}
.grid-title{
	padding:10px;
	color:#5f6062;
	font-size:24px;
	text-align:center;
}

#login{
	position:absolute;
	width:660px;
	left:50%;
	height:600px;
	margin-left:-330px;
	padding: 50px 100px;	
	
	box-sizing:border-box;
}

#login a{
	color:#000000;
}


#login input[type="text"], #login input[type="password"]{
	width:100%;	
	height:30px;
	padding: 0;
}

.bold{
	font-weight: bold;
}

.semibold{
	font-weight:600;
}

.box-title{
	padding:30px 0 20px 0;
}
.inner-box-title{
	padding:10px 0 10px 0;
}
.box{
	border: 1px solid #cfcfcf; /* stroke */

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;

	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f9f9f9; /* layer fill content */
	display:inline-block;
	
	padding:20px;
}

.box.w230.h120{
	margin:0 10px;
}


.fileItem{
	height:45px;
	background-color:#ebebeb;	
	padding:8px;
	margin-top:8px;
	border-bottom:1px solid #a6a6a6;
	box-sizing:border-box;
}
.k-upload-button input{
	background-color:#000000 !important;
}
.kendo_btn_upload{
	color:#FFF;
	font-weight: normal;
	font-size:18px;
	line-height:18px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	
	padding:10px;
}

.filewrapper{
/*	min-height:1px !important;*/
	
}
.k-delete, .k-delete:hover{
	background:url(/Images/Pictures_Icons_103.png) 0 0 no-repeat;
	background-position: 0 0 !important;
	width:18px;
	height:17px;
}
.k-dropzone em, .k-upload-status{
	display:none;
}


.custom_upload_btn{
	position:relative;
	padding: 0;
	float: left;
	min-width: 360px;
	max-width:360px;
}

.custom_upload_btn_instruction{

	font-size:13px;
	z-index:1;
	position:absolute;
	/* left:0px;  /* left is set by a dynamic function in js.js*/
	top:10px;
	top:25px\9;	
}
.joindre_instruction {
	right: -80px;
	right: -90px\9;
}
.ajouter_instruction {
	right: -20px;
	right: -30px\9;		
}
.parcourir_instruction {
	right: 40px;
	right: 30px\9;		
}
.custom_upload_btn_instruction_static {
	font-size:13px;
	z-index:1;
	position:absolute;
	left:170px; 
	top:10px;
	width: 220px;
}

.k-widget.k-upload.k-header.k-upload-empty{
	float:left;
}

.sph30w5{
	min-height:30px;
	min-width:5px;
}

.custom_upload_btn_instruction *,.custom_upload_btn_instruction_static *{
	font-size:13px;
}

.btnsuppwrapper {
	height:42px;
	padding-top:4px;
	padding-bottom:4px;
	position:relative;
}

.btnsup{
	width:100%;
	color:000000;
}


.filename {
	white-space:nowrap;
	max-width:260px;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
}
.filename span{
	font-size:15px;
}

.BoxSizingBoxing{
	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;

}

/*forms*/

label{
	color: #4e5454; /* text color */
	font-size: 18px;
	padding:8px 0;
	display:block;
}
label .asterisk{
	color: #000000; /* text color */
	font-size: 18px;
}
label.error{
	position:relative;
	right:0;
	margin-top:6px;
	/*top:-28px;*/
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	background-color:#ff443b;
	color:#FFF;
	padding: 5px 8px;
	/*white-space:nowrap;*/
}
label.error span{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ff443b;
	position:absolute;
	left:10px;
	bottom:22px;
}

.valid{
	width:160px;
	display:inline-block;
}

.valid2{
	display:inline-block;
}


label.inline-block {
	color:#5f6062;
	cursor: pointer;
}

input.error{
	border:1px solid #ff443b !important;
	background:url(/Images/input-error.png) right center no-repeat;
	outline:none;
	background-color:#FFFFFF;
}
textarea, input[type="text"],input[type="password"]{
	border: 1px solid #bfbfbf; /* stroke */
	
	color: #000000; /* text color */
	font-family:"Myriad Pro", arial, helvetica, sans-serif;
	font-size: 17px;
	line-height:22px;	
	padding:5px 10px 5px 10px !important;
	height: 36px\9;
	resize:none;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus{
	outline-color:#000000;
}

input[type="text"],input[type="password"]
{
	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input.grid{
	background:url(/Images/grid-green.png) right center no-repeat #ffffff;
}
.fulltextarea{
	width: 500px;
	height: 130px;
}
a.button-color, input[type="button"].button-color, input[type="submit"].button-color,
a.button-green, input[type="button"].button-green, input[type="submit"].button-green{
	padding:10px 20px;
	border:0;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}

a.button-color, input[type="button"].button-color, input[type="submit"].button-color{
	background-color:#000000;
}
span.button-color{
    background-color:#000000;
}
div.button-color{
    background-color:#000000;
}
a.button-green, input[type="button"].button-green, input[type="submit"].button-green{
	background-color:#000000;
}
input[type="button"].graybtn, a.graybtn{
	background-color:#b2b2b2;
}
input[type="button"].block, a.block{
	display:block;
}

a.icon-remove{
	width:18px;
	height:17px;
	display:inline-block;
	background:url(/Images/Pictures_Icons_103.png) no-repeat;
	color: #000000;
	font-size:15px;
/*	padding-left:22px;  comment to correct position in tables */
	line-height:17px;
	text-decoration:none;
}
a.icon-remove:hover{
	width:18px;
	height:17px;
	display:inline-block;
	background:url(/Images/Pictures_Icons_101.png) no-repeat;
	color: #000000;
}
a.icon-remove span:hover,a.icon-remove:hover span {
	color: #000000;
	text-decoration:none !important;
}
.remove_service_row a.icon-remove {
	padding-left:22px;
	width:200px;
}

<!-- OVERRIDE kendo styles -->
.k-upload{
	border:none;
	background-color: #ededed;
}

.k-header{
 border:none;
 background-color: #ededed;
 background-image: none;
}

.k-button,.k-button:hover,.k-button.k-upload-button.k-state-focused {
	background-color:#000000;
	background-image:none;
	padding:10px 20px;
	border:0;
	border-radius:0;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
/*	height:42px;*/
}
.k-state-focused, .k-list > .k-state-focused, .k-listview > .k-state-focused, .k-grid-header th.k-state-focused, td.k-state-focused, :not(.k-state-disabled):not([disabled]).k-button:focus, .k-state-focused.k-button{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.k-button:hover, .k-button:focus, .k-state-focused.k-button, .k-textbox:hover, .k-state-hover, .k-state-hover:hover, .k-pager-wrap .k-link:hover, .k-state-hover.k-other-month .k-link, div.k-imagebrowser-dropzone em, .k-draghandle:hover{
	background-image:none;
}
.k-button.k-upload-button{
/*	min-width:280px;*/

}




.k-dropzone {
	padding:0px;
}

ul.k-upload-files {
	border:0px;
	line-height:30px;
}

li.k-file,li.k-file-error{
	border:0px;
	background-color:#fafafa;
	padding:0px;
	min-height:55px;
}
.k-upload-action{
	margin-top:10px;
}

/*widths, heights and spacings*/
.fileWrapper{
	width:360px;
	margin-top:4px;
}

#series-558-note{
	font-style:italic;
	font-size:smaller;
}


.w800{
	width:800px;
}

.w700{
	width:700px;
}

.w650{
	width:650px;
}

.w600{
	width:600px;
}

.w520i{
	width:520px !important;
}

.w550{
	width:550px;
}
.w535{
	width:535px;
}

.w525{
	width:525px;
}

.w500{
	width:500px;
}

.w450{
	width:450px;
}

.w400{
	width:400px;
}

.w390{
	width:390px;
}

.w350{
	width:350px;
}
.w330{
	width:330px;
}
.w300{
	width:300px;
}
.w250{
	width:250px;
}
.w240{
	width:240px;
}
.w230{
	width:230px;
}
.l230i{
	left:230px !important;
}
.w220{
	width:220px;
}
.w210{
	width:210px;
}

.w205{
	width:205px;
}

.w200{
	width:200px;
}

.w195{
	width:195px;
}

.w190{
	width:190px;
}

.w185{
	width:185px;
}
.w180{
	width:180px;
}

.w175{
	width:175px;
}

.w170{
	width:170px;
}

.w160{
	width:160px;
}

.w140{
	width:140px;
}
.w130{
	width:130px;
}
.w120{
	width:120px;
}
.w110{
	width:110px;
}
.w100{
	width:100px;
}
.w90{
	width:90px;
}
.w80{
	width:80px;
}

.w60{
	width:60px;
}

.w20{
	width:20px;
}


.w40pr{
	width:40%;
}
.w45pr{
	width:45%;
}
.w50pr{
	width:50%;
}
.w55pr{
	width:55%;
}

.w60pr{
	width:60%;
}
.w65pr{
	width:65%;
}
.w70pr{
	width:70%;
}
.w75pr{
	width:75%;
}
.w80pr{
	width:80%;
}
.w90pr{
	width:90%;
}
.w100pr{
	width:100%;
}
.hide{
	display:none;
}

.h3{
	height:3px;
}
.h5{
	height:5px;
}

.h10{
	height:10px;
}
.h15{
	height:15px;
}

.h20{
	height:20px;
}
.h25{
	height:25px;
}

.h30{
	height:30px;
}

.h35{
	height:35px;
}

.textbox_h{
	height:30px;
}



.h80i{
	height:80px !important;
}

.h80{
	height:80px !important;
}


.h240{
	height:240px;
}


.h200{
	height:200px;
}

.h120{
	height:120px;
}
.inline-block{
	display:inline-block;
}

/*floats and alignments*/
.float-left{
	float:left;
}
.abs-left{
	position:absolute;
	left:0;
	top:0;
}
.float-right{
	float:right;
}

.float-center{
	position:absolute;
	left:292px; /*  (50% de 850px) - (50% de 267px(largeurobjet)   */  
	top:0;
}
.abs-right{
	position:absolute;
	right:0;
	top:0;
}
.pad5{
	padding:5px;
}
.pad10{
	padding:10px;
}

.padbot0 {
    padding-bottom: 0px;
}

.padr10{
	padding-right:10px;
}
.marl20{
	margin-left:20px;
}
.padl10{
	padding-left:10px;
}
.clear{
	clear:both;
}
.block{
	display: block;
}
.relative{
	position:relative;
}
.center{
	text-align: center;
}
.grid-look-up-wrapper{
	padding:10px;
	background-color:#FFF;
	position:absolute;
	z-index:2;
	left: 341px;
	top:-20px;
	
	border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	min-width:590px;
	min-height:150px;
}
.grid-look-up{
	position:relative;
	padding:10px;
}
.grid-look-up-arrow{
	position:absolute;
	left:-19px;
	top:15px;

	width: 9px; 
	height: 27px;
	
	background:url(/Images/grid-arrow.png) no-repeat;
}
.grid-look-up-close{
	position:absolute;
	right:0;
	top:0;
}
.slider-selector,.slider-selector-main{
	border:1px solid #bfbfbf;
	text-align:center;
	padding:10px;
	float:left;
	min-width:200px;
	cursor:pointer;
}
.slider-selector:hover,.slider-selector-main:hover, .slider-select-on,.slider-select-active {
	background-color:#000000 !important;
	color:#FFF;
}
.slider-select-off{
	background-color:#FFF;
}
.slider-select-off .slider-check{
	display:none;
}

img.slider-check {
	border: none;
}	

/*fonts*/
.topcontactnumber-color, .topcontactnumber-green{
	font-size:20px;
	font-weight:600;
}
.topcontactnumber-color{
	color: #000000; /* text color */
}
.topcontactnumber-green{
	color: #000000; /* text color */
}
.color{
	color: #000000; /* text color */
}

.colori{
	color: #000000; /* text color */
}


.colorimportant{
	color: #000000;
}


.green{
	color: #000000; /* text color */
}
.red{
	color:#F00;
}
#autres-compagnies-wrap,#autres-compagnies-wrap *{
	color:#f00;
}

.red_i{
	color:#f00 !important;	
}

.gray{
	color:#999;
}
.stepnumeric{
	color: #000000; /* text color */
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: bold;
}
.stepnumeric-w-border{
	color: #000000; /* text color */
	font-family: "Source Sans Pro", sans-serif;
	font-size: 72px;
	line-height:72px;
	font-weight: bold;
	padding-right:20px;
	margin-right:20px;
	
	border-right:1px solid #a6a6a6;
}

.zoneprive-color{
	color:#000000;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 33px;
	border-left:1px solid #a6a6a6;
	font-weight:700;
	margin:10px 0;
	padding-left:12px;
}

.wrapper-zoneprive{
	/*width:450px;*/
	margin:auto;	
}

.h60{
	height:60px;
}

.normal{
	font:inherit;
	font-weight:400;;
	color:#000000;
}


.f12, .f12 *{
	font-size:12px;
}
.f14, .f14 *{
	font-size:14px;
}
.f16blue{
	font-size:16px;
	color: #000000; /* text color */
}

.readTerm{
	color: #000000; /* text color */
}
.lgray{
	color:#8c8c8c !important;
}


.placeholdercolor{
	color:#bfbfbf;
}


.arrow-down-white{
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	
	border-top: 7px solid #fff;

	display:inline-block;
}

.arrow-left-green, .arrow-left-color, .arrow-left-white{
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 

	display:inline-block;
}
.arrow-left-color{
	border-right:7px solid #000000;
}
.arrow-left-green{
	border-right:7px solid #000000;
}
.arrow-left-white{
	border-right:7px solid #fff;
}


.arrow-right-green, .arrow-right-color, .arrow-right-white{
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	
	display:inline-block;
}
.arrow-right-color{
	border-left:7px solid #000000;
}
.arrow-right-green{
	border-left:7px solid #000000;
}
.arrow-right-white{
	border-left:7px solid #fff;
}
.hr {
	border-top:2px solid #000000;
}

.inline{
	display:inline;
}

.wrapper-menu{
	margin:auto;
	position:relative;
	color:inherit;
}

.wrapper-menu-3{
	position: relative;
	width: 850px;
	margin: auto;
}

.wrapper-menu-2{
	position:relative;
	width:562px;
	margin:auto;
}


.box-menu.divcenter{
	margin:auto;
}

.wrapper-menu-1{
	margin:auto;
	text-align:center;
	position:relative;
	width:562px;
}


.wrapper-menu-1 .box-menu{
	width:520px;
	height:60px;
	position:absolute;
	top:0;
	left:0;
}

	



.box-menu{
	border: 1px solid #cfcfcf;/* gray : #cfcfcf; */
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip:padding-box;
	background-color: #f9f9f9; /* layer fill content */

	padding:25px 20px;
	
	width:225px;
	height:120px;
	
	color:#8c8c8c;
}

.box-menu:hover{
	border: 6px solid #000000; /* stroke */
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	cursor:pointer;
	padding:20px 15px;
	color:#000000;
}

.box-menu:hover ul.menu-detail li{
	color:#4e5454;
}





.box-menu-title{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 21px;
	line-height:20px;
	font-weight: bold;
	color:inherit;
    margin-left:53px;
}

#bg-logo-plus{
	background:url(/Images/Pictures_Icons_05.png);
	background-repeat:no-repeat;
	width:39px;
	height:40px;
}
.box-menu:hover #bg-logo-plus{
	background:url(/Images/Pictures_Icons_09.png);
}



#bg-logo-note{
	background:url(/Images/Pictures_Icons_30.png);
	background-repeat:no-repeat;
	width:40px;
	height:42px;
}
.box-menu:hover #bg-logo-note{
	background:url(/Images/Pictures_Icons_33.png);
	width:39px;
}



#bg-logo-send{
	background:url(/Images/Pictures_Icons_41.png);
	background-repeat:no-repeat;
	width:48px;
	height:38px;
}
.box-menu:hover #bg-logo-send{
	background:url(/Images/Pictures_Icons_44.png);
}


#bg-logo-time{
	background:url(/Images/Icons_Horloge_GRIS.png);
	background-repeat:no-repeat;
	width:44px;
	height:44px;
}
.box-menu:hover #bg-logo-time{
	background:url(/Images/Icons_Horloge_Over.png);
    width:44px;
	height:44px;
}

#bg-logo-ask{
	background:url(/Images/Pictures_Icons_07.png);
	background-repeat:no-repeat;
	width:33px;
	height:42px;
}
.box-menu:hover #bg-logo-ask{
	background:url(/Images/Pictures_Icons_11.png);
	width:32px;
}

#bg-logo-training {
	background: url(/Images/client/icone_fac.png);
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;
}

.box-menu:hover #bg-logo-training {
	background: url(/Images/client/icone_fac-over.png);
	width: 44px;
}

#bg-logo-color{
	background:url(/Images/Pictures_Icons_63.png);
	background-repeat:no-repeat;
	width:50px;
	height:40px;
}
.box-menu:hover #bg-logo-color{
	background:url(/Images/Pictures_Icons_66.png);
}


#bg-logo-star{
	background:url(/Images/Pictures_Icons_36.png);
	background-repeat:no-repeat;
	width:42px;
	height:40px;
}
.box-menu:hover #bg-logo-star{
	background:url(/Images/Pictures_Icons_39.png);
	width:41px;
}


#bg-logo-question{
	background:url(/Images/Pictures_Icons_17.png);
	background-repeat:no-repeat;
	width:43px;
	height:44px;
}
.box-menu:hover #bg-logo-question{
	background:url(/Images/Pictures_Icons_20.png);
	width:44px;
}

#bg-logo-legrabox{
	background:url(/Images/Pictures_Icons_Legrabox_NB.png);
	background-repeat:no-repeat;
	/*width:43px;
	height:44px;*/
    width:50px;
    height:40px;
}
.box-menu:hover #bg-logo-legrabox{
	background:url(/Images/Pictures_Icons_Legrabox_coul.png);
	/* width:44px; */
    width:50px;
    height:40px;
}

#bg-logo-ordersstatus {
    background: url(/Images/orders_status_gray.png);
    background-repeat: no-repeat;
    /*width:43px;
	height:44px;*/
    width: 48px;
    height: 48px;
}

.box-menu:hover #bg-logo-ordersstatus {
    background: url(/Images/orders_status_black.png);
    /* width:44px; */
    width: 48px;
    height: 48px;
}

#bg-logo-input{
	background:url(/Images/Pictures_Icons_57.png);
	background-repeat:no-repeat;
	width:38px;
	height:44px;
}
.box-menu:hover #bg-logo-input{
	background:url(/Images/Pictures_Icons_60.png);
	width:37px;
}

#bg-logo-product {
    background: url(/Images/Icon_Produits_GRIS.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 44px;
}

#bg-logo-librairie {
    background: url(/Images/icon_litterature.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 38px;
}

.box-menu:hover #bg-logo-librairie {
    background: url(/Images/icon_litterature_over.png);
    background-repeat: no-repeat;
    /*width:37px;*/
}

.box-menu:hover #bg-logo-product{
	background:url(/Images/Icon_Produits_Over.png);
    background-repeat: no-repeat;
	/*width:37px;*/
}

#bg-logo-newsletter {
    background: url(/Images/Icon_Infolettre_GRIS.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
}
.box-menu:hover #bg-logo-newsletter{
	background:url(/Images/Icon_Infolettre_Over.png);
    background-repeat: no-repeat;
	/*width:37px;*/
}


.color-inherit{
	color:inherit;
}


ul.menu-detail{
	padding-left:15px;
	margin:0;
	line-height:14px;
}
ul.menu-detail li{
	color: #8c8c8c; /* text color */
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight:400;
}

#menu-detail{
	color: #8c8c8c; /* text color */
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight:400;
	padding:4px 0;
}

#menu-detail .inline{
	font:inherit;
}

.wrapper-menu-1 ul.menu-detail li 
{
	display:inline-block;
	text-align:center;
}

.box-menu-title.abs-right.top-10{
	top:-10px;
}

.box-menu-title.abs-right.top10{
	top:10px;
}



.wrapper-menu .float-right{
	color:inherit;
}



/*Custom Checkbox*/
.checkbox_on_color,.checkbox-off-color{
	width:19px;
	height:19px;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}
.checkbox_on_color{
	background:url(/Images/checkbox-on-green.png) no-repeat center #FFFFFF;
	border: 1px solid #000000;
}




/*Custom Radio*/
.radio-on-color,.radio-off-color{
	width:21px;
	height:21px;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
}
.radio-off-color{
	background:url(/Images/radio-off.png) no-repeat;
}
.radio-on-color{
	background:url(/Images/radio-on-green.png) no-repeat;
}



/*Custom Select*/
.customSelect {
/* Styles For Your Select Box */
	/*position: relative;*/
	border: 1px solid #bfbfbf; /* stroke */
	color: #000000; /* text color */
	font-family:"Myriad Pro", arial, helvetica, sans-serif;
	font-size: 17px;
	line-height:17px;
	padding:10px;
	background:url(/Images/select-btn-green-off.png) no-repeat center right;
}

.customSelect-disabled {
	background:url(/Images/select-btn-green-disabled.png) no-repeat center right;
}

.customSelect-grid {
    background:url(/Images/grid-green.png) no-repeat center right;
}

.full-color-select .customSelect {
	background-color: #000000;
	color:#FFF;
}
.full-color-select .customSelect *, .full-color-select .customSelect * *{
	color:#FFF;
}
.button-suivant a{
	display:inline-block;
	background-color: #000000;
	color:#FFF;
	padding:10px 20px;
	text-decoration:none;
}

.customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
}

.customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
}

.customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
	background:url(/Images/select-btn-green-on.png) no-repeat center right;
}

/* We can style the inner box, too */
.customSelectInner {
	color:#000000;
}


.dynamic_row{
	width:100%;
}

.darkgray {
	color:#333;	
}

.selected-field, .selected-field *{
	color: #000000 !important;
}
.disabled-field, .disabled-field *{
	color: #aaa !important;
}

.mainbody.nodeco a{
	text-decoration:none;
}

#souvenir{
	display:inline-block;
}
	
table tr td{
	position:relative;
}

.select-custom.hasCustomSelect{
	height:39px !important;
}
.select-custom *{
	color:#000000;
}

#type-de-construction-wrap .select-custom * {
	color:#5f6062;
} 


#fini-add-note {
	display: none;
}

.bubble {
    border: 2px solid #c8c8c8;
    border-radius: 10px;
    width: 500px;
    padding: 10px;
}

#fini-legend.bubble{
	width: 600px;
}

 
.arrow_box { position: relative; background: #ffffff; border: none; width: 50px;} 
.arrow_box:after, .arrow_box:before { 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
	bottom: 10px;
	
} 
.arrow_box:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #f9f9f9; border-width: 10px; margin-left: -10px; } 
.arrow_box:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #c8c8c8; border-width: 13px; margin-left: -13px; }

#essence-wrap img, #essence-wrap-couleur img{
	background-image:url('http://placehold.it/115x115');
	min-width:115px;
    min-height:115px;
}

#essence-wrap .wrapperText label, #essence-wrap-couleur .wrapperText label{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	/*line-height:12px;*/
	cursor:pointer;
	padding:0;
	margin-right:5px;
    line-height: 18px;
}

#essence-wrap .wrapperButton, #essence-wrap-couleur .wrapperButton{
	display:inline-block;
	width:21px;
	height:67px;
	line-height:67px;
	margin-left:5px;
}

#essence-wrap .wrapperText, #essence-wrap-couleur .wrapperText{
	display:inline-block;
	width:100px;
	height:86px;
	line-height:67px;
}

#essence-wrap .itemEssence, #essence-wrap-couleur .itemEssence{
	background-color:#EFEFEF;
	text-align:center;
}

.minw10{
	min-width:10px;
}

#plaquette-wrap {
	display:  none;
}

.attention {
	color: #FF0000;
}

/* Strange Kendo remove button fix */
button.k-button:hover {
	padding: 0 !important;
}
.separator{
 border-left: 1px solid #bfbfbf;
 position:absolute; 
 top:10px;
}

#lot-projet-legend.bubble {
    border: 2px solid #c8c8c8;
    border-radius: 10px;
    width: 460px;
    padding: 10px;
}

#lot-projet-legend .arrow_box{
	left:70%;
}

#lot-projet-add-note {
    display: none;
}

#soumission-legend.bubble {
    border: 2px solid #c8c8c8;
    border-radius: 10px;
    width: 460px;
    padding: 10px;
}

#soumission-add-note {
    display: none;
}

#soumission-legend .arrow_box {
    left: 10%;
}

#commande-ferme-legend.bubble {
    border: 2px solid #c8c8c8;
    border-radius: 10px;
    width: 460px;
    padding: 10px;
}

#commande-ferme-add-note {
    display: none;
}

#commande-ferme-legend .arrow_box {
    left: 60%;
}

#porte_type-wrap {
	margin-top: 50px;
}

#porte_type-wrap .arrow_box {
	left: 70%;
}

#submit_button img {
	border: none;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder /* placeholder IE workaround */   
{
	color:#aaa;
}
td > label{
	padding:0px;
	margin-left:5px;
}
.mgt10 {
    margin-top:10px;
}



    .Echantillons {
        list-style-type: none;
        padding-left: 0px;
        width:750px;
    }
    .Echantillons ul{
        list-style-type: none;
        padding-left: 0px;
    }
     .Echantillons img {
        border-bottom: 1px solid rgb(49,49,49);
        padding-bottom: 20px;
        width: 100px;
        padding-left: 0px;
        padding-right: 40px;
    }

     .Echantillons .SdPopWrap {
        display: none;
        position: relative;
        top: -130px;
        left: 75px;
    }

     .Echantillons .SdPop {
        background-color: rgba(250,250,250,0.8);
        position: absolute;
        padding-left: 20px;
        padding-right: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 200px;
        font-weight: bold;
        

        /*white-space: nowrap;*/
    }
     .Echantillons .SdPop *{
         font-size: medium;
     }

     .Echantillons .SdPop .promo-popup-label {
         color : black;
         
     }

         .Echantillons .SdPop label {
            color: #78a22f;
        }

     .Echantillons .nom {
        font-weight: bold;
    }

     .Echantillons .modele {
        font-style: italic;
    }

     .Echantillons .url {
        display: none;
    }

     .Echantillons .SdPop .modele {
        font-style: normal;
    }
.Telechargements ul {
    list-style-type:none;
    padding-right:40px;
}

