/* Forms / Modal */
label {
    margin-bottom: auto;
}
.form-group {
  margin-bottom: 5px;
}

.checked  {
	background-color: rgb(159, 134, 255) !important;
}

.modal-header {
    padding: 5px;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius : 6px;
    border-top-right-radius : 6px;
    background-color: #f0ad4e;
}

.modal-header h4 {
	color:#fff;
}
.modal-footer {
    padding: 5px;
}

/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
body {
	padding-top: 70px!important;
	width: 1px;
	min-width: 100%;
	*width: 100%;
}

/* alertes erreurs */
.error {
	color: #ff0000!important;
}
.fieldError {
	color: red !important;
	border: 2px solid #ff0000 !important;
} 

/* Boutons actions */
.btn-action {
	margin-bottom: 2px;
	width: 100%;
	text-align: center;
} 

/* hack tri datatable */
table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after,
	table.dataTable thead .sorting::after {
	content: "";
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .sorting_asc {
	background-image: url("../img/sort_asc.png");
}

table.dataTable thead .sorting_desc {
	background-image: url("../img/sort_desc.png");
}

table.dataTable thead .sorting {
	background-image: url("../img/sort_both.png");
}

table.dataTable thead .noSort {
	background-image: none !important;
}

/* datatable layout */
div.dataTables_wrapper div.dataTables_filter {padding-bottom:15px;}


/* hacks général */

.text-muted {
    color: #999999;
    font-size:12px;
}
.dataTables_length {
	float:left;
}

.nodeco {
	font-style: normal;
	display: inline-block;
	text-decoration: none !important;
}

.supprime {
	font-style: italic;
	text-decoration: line-through;
	color:#ff0000!important;
}

.border {
	border : 1px solid #c0c0c0;
	border-radius : 10px;
}

select:multiple {
	height : inherit;
}

/* Compage */
#info2 .ciblage {
	display:none;
}
#info .emailing {
	display:none;
}

/* CKEditor*/
#cke_message {margin:auto;}
