

.commande .colored {
	color:#306764;
}
.commande {
	text-shadow:none;
}
/* CHECKBOX ADDPRODUIT  *

/* remove rounded corners */
.removeCheckBoxStyleAddProducts .ui-btn-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* remove border between each item */
.removeCheckBoxStyleAddProducts .ui-btn-inner {
	border: 0;
}
/* remove margin between items */
.removeCheckBoxStyleAddProducts fieldset .ui-checkbox {
	margin: 0;
}
/* change background, remove other border, unbold text */
.removeCheckBoxStyleAddProducts .ui-btn-up-c, .removeCheckBoxStyleAddProducts .ui-btn-hover-c, .removeCheckBoxStyleAddProducts .ui-btn-down-c {
	background: #ffffff;
	background-image: none;
	border: 0;
	font-weight: normal;
}
/* change color of radio background */
.removeCheckBoxStyleAddProducts .ui-checkbox-on .ui-icon, .removeCheckBoxStyleAddProducts .ui-radio-on .ui-icon {
/*background-color: #456;*/
}
/* CHECKBOX COMMANDES */

/* remove rounded corners */
.removeCheckBoxStyleCommande .ui-btn-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* remove border between each item */
.removeCheckBoxStyleCommande .ui-btn-inner {
	border: 0;
	padding:0px;
	font-size:13px;
}
/* remove margin between items */
.removeCheckBoxStyleCommande fieldset .ui-checkbox {
	margin: 0;
	padding:0px;
}
/* change background, remove other border, unbold text */
.removeCheckBoxStyleCommande .ui-btn-up-j, .removeCheckBoxStyleCommande .ui-btn-hover-j, .removeCheckBoxStyleCommande .ui-btn-down-j {
	background-color:transparent;
	background-image: none;
	border: 0;
	font-weight: normal;
}
/* change color of radio background */
.removeCheckBoxStyleCommande .ui-checkbox-on .ui-icon, .removeCheckBoxStyleCommande .ui-radio-on .ui-icon {
/*background-color: #456;*/
}
.cmd-breakpoint .ui-block-a,  .cmd-breakpoint .ui-block-b,  .cmd-breakpoint .ui-block-c,  .cmd-breakpoint .ui-block-d,  .cmd-breakpoint .ui-block-e {
	width: 100%;
	display:block;
	float:none;
	text-align:left;
	font-size:12px;
	padding-left:0px;
}

.div_challenge__alert_new_commande
{
	background-color: #ff6702;
	color:#ffffff;
	padding:10px;
	text-align:center;
	font-size:12px;
	width: 100%;
	margin-left: 39%;
}

 @media all and (min-width: 48em) {

	 .div_challenge__alert_new_commande
	 {
		 margin-left: auto;
		 margin-right: auto;
		 width:50%;
	 }

	.cmd-breakpoint .ui-block-a {
		float:left;
		width:15%;
		font-size:10px;
		padding-left:0px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cmd-breakpoint .ui-block-b {
		float:left;
		margin-top:20px;
		width:30%;
		font-size:12px;
		padding-left:20px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cmd-breakpoint .ui-block-c {
		float:left;
		margin-top:20px;
		width:20%;
		font-size:10px;
		padding-left:20px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cmd-breakpoint .ui-block-d {
		float:left;
		margin-top:20px;
		width:20%;
		font-size:10px;
		padding-left:20px;
	
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cmd-breakpoint .ui-block-e {
		width:15%;
		font-size:11px;
		margin-top:20px;
		padding-left:0px;
		overflow: hidden;
			text-align:right;
		text-overflow: ellipsis;
	}
}

/* Popup ajout produits */

div.popupAddProduits
{
	width: 100%;	
}

div.popupAddProducts_background
{
	background-color: #000000;
	opacity : 0.5;
	position: fixed;
	width: 100%;	
}

div.popupAddProducts_content
{
	background: transparent;
	text-shadow:none;
	position: absolute;
}

div.popupAddProducts_content_quantities
{
	float: left; 
	text-shadow: none; 
	padding: 10px; 
	width: 420px;
	background: white;
	border-radius: 15px;
	margin: 30px 0 0 25px;
}

div.popupAddProducts_content_items
{
	float: left; 
	width: 280px; 
	height: 100%;	
	background: white;
}

/*.popupAddProduits .ui-collapsible-content
{
	box-sizing: border-box;
}*/
