.onglet
{
	margin-left:7px;
	margin-right:7px;
	padding:3px;
	cursor:pointer;
}

.onglet_0
{
	padding:8px 13px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border:4px solid rgba(248,178,48,0.45);
}

.onglet_0:hover {
	border:4px solid #f8b230;
}

.onglet_1
{
	background: #fff;
	padding:8px 13px;
	color:#9B4E94;
	font-weight: bold;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border:4px solid #f8b230;
}

.contenu_onglet
{
	margin-top:0px;
	padding:5px;
	display:none;
}

.styled-button-submit {
	cursor:pointer;
	background: #fff;
	padding:8px 26px;
	color:#009900;
	font-size:17px;
	font-weight: bold;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border: 4px solid #f8b230;
	margin: 5px;
}

.styled-button-cancel {
	cursor:pointer;
	background: #fff;
	padding:8px 26px;
	color:#25A6E1;
	font-size:17px;
	font-weight: bold;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border: 4px solid #f8b230;
	margin : 5px;
}

.styled-button-submit-little {
	cursor:pointer;
	background: #fff;
	padding: 3px 10px;
	padding-bottom: 5px;
	color:#009900;
	font-size:15px;
	font-weight: bold;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border: 3px solid #f8b230;
}

.styled-button-cancel-little {
	cursor:pointer;
	background: #fff;
	padding:3px 10px;
	padding-bottom: 5px;
	color:#25A6E1;
	font-size:15px;
	font-weight: bold;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border: 3px solid #f8b230;
}

.cellule_table_list_relais{
	width: 50%;
	text-align: left;
}

.cellule_table_list_relais div{
	display: none;
}
.cellule_table_list_relais input{
	display: none;
}

.cellule_table_list_relais b{
	color: #9B4E94;
}

.cellule_table_list_relais:hover{
	border: 2px solid #f8b230;
}

.cellule_table_list_relais:hover div{
	display: table-cell;
}

.cellule_table_list_relais:hover input{
	display: table-cell;
}


#relais_colis_checked {
	display: none;
	width: 90%;
	text-align: left;
}

#afficher_relais_colis b{
	color: #9B4E94;
}


.loader{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right:15px; 
}

.loader-quart{
	border-radius:30px;
	border: 6px solid rgba(155,78,148,0.4);
}

.loader-quart:after {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	bottom: -6px;
	right: -6px;
	border-radius:30px;
	border: 6px solid transparent;
	border-top-color: #9B4E94;
	-webkit-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}

@-webkit-keyframes spin{
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin{
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
