/* CSS Document */




/*pour aligner à droite le dernier button des dialog */
.ui-dialog-buttonset {
	width:100%;
}
.ui-dialog-buttonset .ui-button:last-child, .ui-dialog-buttonset button:last-child {
	float:right !important;
}
.contenant_interaction_message {
	display:inline-block;
}

/********************** MON COMPTE *****************************************/


/* Mise en forme des tabs jQuery UI */

#tabs-moncompte.ui-widget-content {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    border:0;
}

#tabs-moncompte.ui-tabs {
    padding: 0px;
	padding-left:15px;
	padding-right:15px;
}

#tabs-moncompte.ui-tabs .ui-tabs-panel {
    border: 0;
    display: block;
    padding: 0;
    margin-top: 68px;
}


#tabs-moncompte.ui-tabs-nav {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#tabs-moncompte.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 0.6em;
    text-decoration: none;
    text-transform: uppercase;
}

#tabs-moncompte.ui-tabs .ui-tabs-nav li {
    margin: 3px 3px 1px;
}

.border-bottom {
	border-bottom: 1px solid #bebebe;
}

/* Mes ECHANTILLONS */ 

.echantillon .zone-action {
 	background: none repeat scroll 0 0 #ececec;
    display: table-cell;
    height: 20px;
    padding: 5px;
    width: 166px;	
}

form.demande-echantillon {
	float: left;
	width: 340px;
}

.adresse-echantillon {
	float: right;
	width: 340px;
	margin-left: 10px;
	background: #f5f5f5;
	padding: 5px 15px;
	text-align: center; 
}

.demande-echantillon textarea {
	width: 340px;
	height:189px;
}

/* Mes DEVIS */

.devis {
	width: 100%;
	padding-bottom: 5px;
	color: #535353;
}

.devis .zone-action {
 	background: none repeat scroll 0 0 #ececec;
    display: table-cell;
    height: 55px;
    padding: 5px;
    width: 166px;	
}


.devis .zone-action ul li {
    margin-top: 8px;
}

.message-tel {
   	background: none repeat scroll 0 0 #efefef;
    float: left;
    padding: 5px;
    text-align: center;
    width: 339px;
}

.zone-commander {
	margin: 5px 0;
}

.devis .link {
	width: 170px;
	float: right;
}

/* MES COMMANDES */

.commande {
	width: 100%;
	padding-bottom: 10px;
	color: #535353;
}

.border-commande {border-bottom: 1px solid #bebebe;}

.infos-commande {
	display: table-cell;
	width: 795px;
	padding-left: 5px;}

#tabs-moncompte h1, #tabs-moncompte h2 {
	display: inline;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: normal;
    text-transform: none;
}

#tabs-moncompte h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #646464;
}

.notifications-moncompte {
  color: #000000;
    left: 260px;
    overflow: visible;
    position: absolute;
    top: 70px;
    width: auto;
    /*z-index: 1000;*/
}

.notifications-echantillon {
  	color: #000000;
    left: 20px;
    overflow: visible;
    position: absolute;
    top: 50px;
    width: auto;
    z-index: 1000;
}

.content-notifications-moncompte {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-family: "Gloria Hallelujah",cursive;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    margin-right: 5px;
    max-width: 170px;
    text-align: center;
    width: auto;
}

textarea {
	border: 1px solid #cecece;
}


/***  actions administrables ***/

/* COULEURS type de livraison, standard ou urgente */
.bleu-urgence {color: #00aae5;}
.magenta-standard {color:#ed008c;}

/* LIGNE DE TEMPS */
.temps-vert {background: url("../images/tps-vert.png") no-repeat;}
.temps-rouge {background: url("../images/tps-rouge.png") no-repeat;}
.temps-bleu {background: url("../images/tps-bleu.png") no-repeat;}
.temps-gris {background: url("../images/tps-gris.png") no-repeat;}

/* BOUTONS */

.ui-widget .bloc-formulaireechange button {
    background: #565656;
    border: 0;
    border-radius: 0;
    text-indent:0;
    width: 170px;
	height: 24px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
}

.ui-widget .bloc-formulaireechange button:hover {
    background: #424242;;
}

a.btn-general {
	width: 170px;
	height: 25px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	margin-top: 3px;
}

a.btn-general:first-child {margin-top: 0;}

.btn-rouge {background: #da0029;}
.btn-rouge:hover {background: #c40025;}

button.btn-general.btn-vert,
.btn-vert { background: #4bbf04; color: #FFFFFF; border: 0;}
.btn-vert:hover {background: #41ac00; color:#FFFFFF; border:0}

.btn-noir { background: #565656;}
.btn-noir:hover {background: #424242;}

.btn-bleu { background: #0056bb;}
.btn-bleu:hover {background: #1d6ece;}

.disabled { 
	background: #dddddd; 
	color: #acaba9;
	pointer-events: none;
   	cursor: default;}

a.disabled {color: #acaba9;}

/* Zone action */

.zone-action {
	display: table-cell;
	width: 245px;
	padding: 5px;
	padding-left:10px;
	background: #ececec;
	height: 200px;
}

.zone-action ul li {
    list-style-image: url("../images/link-compte.png");
    margin-left: 14px;
    margin-top: 6px;
}

.zone-action a {
    color: #535353;
    cursor: pointer;
    text-decoration: none;
}

.zone-action a:hover {color: #333333; text-decoration: underline;}

.zone-action h2 {
	color: #535353;
	font-size: 18px;}

/* Zone d'aperçu rapide */

.zone-rapide {padding-top:5px;
font-size: 15px;
}

.libelle 		{width: 265px; }
.montant 		{width: 188px;}
.statut 		{width: 176px;}
.fabrication 	{width: 94px; }
.libelle, .statut, .montant, .fabrication {display: inline-block;}


.libelle-devis 		{width: 127px; }
.montant-devis 		{width: 115px;}
.deviseur			{width: 275px;}
.libelle-devis, .montant-devis, .deviseur {display: inline-block;}

.libelle-echantillon		{width: 155px; }
.montant-echantillon		{width: 155px; border-left: 1px solid #999;}
.statut-echantillon			{width: 155px; border-left: 1px solid #999;}

.libelle-echantillon, .montant-echantillon, .statut-echantillon {
    display: inline-block;
    padding-left: 15px;
    text-align: left;
}

/* Zone Ligne de temps */

.zone-temps {
	margin-top: 20px;
}

.fichier, .paiement, .controle, .impression, .expedition {
	width: 143px;
	text-align: center;
	display: inline-block;
}

.temps-vert, .temps-rouge, .temps-bleu, .temps-gris {
	width: 147px;
	height: 28px;
	margin-top: 10px;
}

/* Zone d'échanges */

.zone-echange {
	background: #f0f0f0;
	min-height: 85px;
	padding: 5px;
	margin-top: 22px;
}

.zone-echange p {
	margin: 0;
	margin-bottom: 5px;
}

.picto-left {
	width: 50px;
	height: 85px;
	display: block;
	float: left;
	padding-right: 5px;
	vertical-align: top;
}

.picto-left img {margin-top: 10px;}

.echange-right {
	width: 100%;
	display: block;
}

.text-echange {
    display: table-cell;
    padding-right: 3px;
    width: 80%;
}

.link {
    display: table-cell;
    width: 170px;
}

.bloc-formulaireechange {
	border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 15px;
}

.bloc-formulaireechange form {
	margin: 5px 0;
}

.bloc-formulaireechange form textarea {
	width: 290px;
}


.form-left {
	float: right;
	}

.message-infos {
	color: #9d9d9d;
}

/* Popin d'échange mon compte */

#dialog-adresse {
	background: #FFFFFF;
	border:1px solid #e2e2e2;
}

#dialog-adresse #recherche_adresse.ui-autocomplete-input {
    margin-bottom: 0;
    width: 210px;
}

#dialog-adresse .col-left {
    float: left;
    width: 250px;
}

#dialog-adresse .col-right {
    float: right;
    width: 325px;
}

#dialog-adresse input {
    width: 150px;
}

button.enregistrer {
	background:#565656;
	text-indent: 0;
	color: #FFFFFF;
	display: block;
	border: 0;
	width: 154px;
}

.popin-reclamation textarea {
	width: 580px;
}

#envoi-fichier .col-left {
	float: left;
	width: 50%;
}

#envoi-fichier .col-right {
	float: right;
	width: 43%;
}

#envoi-fichier .contraintes-techniques {
	padding:5px;
	font-size: 13px;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	line-height: 20px;
	margin-top: 15px;
}

#tabs-moncompte .contraintes-techniques h2 {
	font-size: 13px; 
	font-family: arial, sans-serif;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.dl-fichier {
	border-bottom: 1px solid #bababa;
	padding-bottom: 10px;
}

input#myfile {
    font-size: 11px;
    height: 25px;
    margin-top: 5px;
}

/* Pagination */

.element_pagination {
	background: none repeat scroll 0 0 #ececec;
    float: left;
    height: 10px;
    margin: 2px;
    padding: 5px;
    width: 15px;
    text-decoration: none;
    line-height: 10px;
    text-align: center;
	cursor:pointer;
}

.element_pagination a {
	text-decoration: none;
    line-height: 10px;
    text-align: center;
}

.page_en_cours {
	background: #eb6a0f;
	color: #FFFFFF;
}

