/*
 *
 *
 *
 *
 *
*/

/*
 * Login
*/

body.login{
    background: url('../images/backgrounds/login.jpg') no-repeat #fff;
    background-size: 100% auto;
}

div.login{
	width: 266px;
	margin: 200px auto 0;
	text-align: center;
        color: #fff;

}

body.login .toolbox{
    display:none;
}

.login input{
    width:237px;
    height:51px;
    display:block;
    border:none;
    padding-left:60px;
    padding-top:0;
    margin:5px 15px;
    outline: none;
    background-color: #FFF;
	border: 1px solid #ccc;
    border-radius: 7px;
}

.login input.login{
    /*background-image: url('../images/login_input-name.png');
    background-repeat: no-repeat;
    background-position: -1px 0px;*/
    margin-top:50px;
}

.login input.password{
    /*background-image: url('../images/login_input-pass.png');
    background-repeat: no-repeat;
    background-position: left 0px;*/
}

.login input.login:active, .login input.login:focus{
    /*background-position:-1px bottom;*/
}

.login input.password:active, .login input.password:focus{
  /*background-position: left -102px;*/
}

.login input.login.error, .login input.password.error{
    /*background-position:left -50px;*/
}

.login input[type="submit"]{
    padding-left:0;
	border: none;
    height:50px;
    background: #fff;
	color: #595959;
	font-size: 17px;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 2px;
	-moz-box-shadow: 0px 1px 2px;
	box-shadow: 0px 1px 2px;
}

.login input[type="submit"]:hover, .login input[type="submit"]:active, .login input[type="submit"]:focus{
    background: #e4e3e3;
}


/*
 * GENERAL
*/

li{
	list-style-position:inside;
}

html{
	min-height:100%;
}

body{
	height:100%;
    font-family: 'Open Sans', sans-serif;
	/*background : url('../images/backgrounds/bg_column.gif') repeat-y left top #fff;*/
	color: #060606;
}

body > .wrapper{
	height:100%;
	padding-bottom:50px;
	width:100%;
}

.second.column #back-top{
	display: block;
	height: 52px;
	width: 45px;
	background:url('../images/buttons/btn_back-top.png') left top;
	margin-top: 20px;
	position: fixed;
	left: 1000px;
	bottom: 100px;
}

.second.column #back-top:hover{
	background-position: left bottom;
}

.return{
	display:block;
	width:95px;
	height:25px;
	background:url('../images/buttons/btn_return.png') left top;
	margin-bottom:30px;
}

.language{
	display:block;
	height:20px;
	width:27px;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	color:#000;
	background:#fff;
	font-size: 13px;
	border-top:1px solid #c2c4cb;
	border-left:1px solid #c2c4cb;
	border-radius:3px 3px 0 0;
}

.language:hover,
.language.current{
	background:#f8f8f8;
}

.language:first-child{
	border-right:1px solid #c2c4cb;
}

.language.fr{
	background:url('../images/buttons/btn_fr.png') left top;
}

.language.uk{
	background:url('../images/buttons/btn_uk.png') left top;
}

.deploy{
	background:url('../images/pictos/chevron_down.png') no-repeat left 9px;
	width:22px;
	height:22px;
	z-index:10;
	position:absolute;
	right:10px;
	top:-2px;
}

.deploy.open{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top:10px;
}

.group .deploy:hover{
	background-position:left -48px;
}

.return:hover, .language.fr:hover, .language.uk:hover{
	background-position:left bottom;
}

.gradient {
	/* Anciens navigateurs */
	background: url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#fff),
		to(#b4b4b4)
	);
	background: -webkit-linear-gradient(
		top,
		#fff,
		#b4b4b4
	);
	background: -moz-linear-gradient(
		top,
		#fff,
		#b4b4b4
	);
	background: -o-linear-gradient(
		top,
		#fff,
		#b4b4b4
	);
	background: linear-gradient(
		top,
		#fff,
		#b4b4b4
	);
}

.status{
	width:10px;
	height:10px;
	background:red;
	border-radius:10px;
	float:left;
	margin-right:10px;
	margin-top:3px;
}

.status.green{
	background:#006633 !important;
	border: none !important;
}

.status.blue{
	background:#0099ff;
}

.status.yellow{
	background:#ff9900;
}

.status.purple{
	background:#6600cc;
}

.status.red{
	background:#ff0000;
}

/*
 * ARRAY
*/

thead{
  background: #56BAEC;
  height:36px;
  border-top:1px solid #56BAEC;
  font-size:12px;
}

thead .left.order{
  margin-left:10px;
}

thead .left a{
  display:block;
  width:11px;
  height:11px;
  float:left;
  margin:0 2px;
}



thead .left a.up{
  background:url('../images/up-grey_small_picto.png') no-repeat 0 0;
  display: none;
}

thead .left a.down{
  background:url('../images/down-grey_small_picto.png') no-repeat 0 0;
  display: none;
}

thead .left a.down:hover,
thead .left a.up:hover,
thead .left a.down.hover,
thead .left a.up.hover{
  background-position: left bottom;
}

tbody tr{
  border-bottom:1px solid #f0f0f0;
  height:26px;
}

tbody tr:hover{
  background:#d8d8d8;
}

tbody tr:hover,
tbody tr:nth-child(2n):hover{
  background:#d8d8d8;
}

td{
  vertical-align:middle;
  padding:5px 5px 3px;
  font-weight:bold;
}

tbody td{
  height: 35px;
  font-weight: normal;
}

td .center{
  text-align:center;
}

td .center a{
  display:block;
  float:left;
  margin:0 3px;
}

td .center a.edit{
  margin-right: 10px;
}

/*
 * TOOLBOX
*/

.toolbox{
	width:128px;
	position:fixed;
	right:0;
	top:250px;
}

.toolbox a{
	display:block;
	margin:0 auto;
	width:115px;
	height:25px;
}

.toolbox a:hover{
	background-position:left bottom!important;
}

.toolbox .back-top{
	background:#80807f;
	width:128px;
	height:25px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding-top:6px;
}

.toolbox .back-top img{
	float:left;
	margin:3px 0 0 8px;
}

.toolbox .back-top:hover{
	background: #555;
}

.toolbox .items{
	border:1px solid #ebebeb;
	border-top:none;
	background:#f7f7f7;
	padding-top:10px;
}

.toolbox .items a{
	text-decoration: none;
}

.toolbox .items a img{
	position: relative;
	top: 4px;
	left: 10px;
}

.toolbox .items a span{
	position: relative;
	left: 20px;
}

.toolbox .items a.valid span{
	position: relative;
	left: 20px;
	top: 3px;
}


.toolbox a.valid{
	margin:2px auto 5px;
	background:#9bc053;
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px #576c2f;
	-moz-box-shadow: 0px 1px 1px #576c2f;
	box-shadow: 0px 1px 1px #576c2f;

}

.toolbox a.valid:hover,
.toolbox a.valid:active,
.toolbox a.valid:focus{
	background: #86a648;
}

.toolbox a.preview{
	margin:2px auto 5px;
	background:#ebad24;
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px #846114;
	-moz-box-shadow: 0px 1px 1px #846114;
	box-shadow: 0px 1px 1px #846114;
}

.toolbox a.preview:hover,
.toolbox a.preview:active,
.toolbox a.preview:focus{
	background: #d19a20;
}

.toolbox a.return{
	margin:2px auto 5px;
	background:#c2c4cb;
	color: #000;
	-webkit-box-shadow: 0px 1px 1px #6d6e72;
	-moz-box-shadow: 0px 1px 1px #6d6e72;
	box-shadow: 0px 1px 1px #6d6e72;
}

.toolbox a.return:hover,
.toolbox a.return:active,
.toolbox a.return:focus{
	background: #999aa0;
}

.toolbox a.spam{
	margin:2px auto;
	background: #d30707;
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px #760404;
	-moz-box-shadow: 0px 1px 1px #760404;
	box-shadow: 0px 1px 1px #760404;
}
/*
 * HEADER
*/

h1{
	color:#56BAEC;
	font-size:25px;
	width:auto;
}

.wrapper > .header{
	height:86px;
	padding: 15px 0 15px 15px;
	border-bottom:1px solid #dadbdb;
}

.wrapper > .header > .left.first{
	margin-top: 0;
	position: relative;
	top: 10px;
	left: -10px;
}

.wrapper > .header > .left{
	margin-right:15px;
	margin-top: 32px;
}

.wrapper > .header > .left h1 span{
	display:inline-block;
	width:16px;
	height:16px;
}

.wrapper > .header .right{
	margin-right:15px;
	margin-top: 14px;
}

.header .login{
	color:#666666;
	font-size:15px;
}

.header .settings a{
	display:block;
	float:left;
	margin:0 0 0 20px;
}

/*
 * FIRST COLUMN
*/

.first.column ul li{
    list-style:none;
}

.first.column  ul li a{
	display:block;
	height:28px;
	width:225px;
	padding:10px 0 0 20px;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	color: #666;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 175px 10px;
	/*background-image: url('../images/pictos/chevron_down.png');*/
	border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #fff;
        padding-left: 25px;
}

.first.column  ul li.dashboard a{
	background-image: url('../images/pictos/small_dashboard_picto');
}

.first.column  ul li.files a{
	background-image: url('../images/pictos/small_page_picto');
}

.first.column ul li.active a,
.first.column ul li a:hover,
.first.column ul li a.open{
	background-color:#fff;
	border-left: 5px solid #56BAEC;
	width: 225px;
	padding-left: 20px;
	background-position: 170px 10px;
}

.first.column ul li ul{
	overflow:hidden;
	/*height:0;*/
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;

}

.first.column ul li ul li a{
	padding-left:20px;
	color:#666666;
	background-color:#f7f7f7;
	border-top: 1px solid #fff;
	width:184px;
	background-repeat:no-repeat;
	background-position:173px 10px;

}

.first.column ul li ul li.current a,
.first.column ul li ul li a:hover{
	padding-left:12px;
	border-left:8px solid #000;
	border-top: none ;
	background-color:#fff;
	background-position: 165px 10px;
	margin-top:1px;
}

/*
 * SECOND COLUMN
*/

.main{
	margin-top:30px;
	font-size: 15px;
}

.main p.error{
  background: #ED1B2E;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.dashboard.main h2{
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

.group{
	border:1px solid #ebebeb;
	margin-top:20px;
	position:relative;
}

.group.first{
	margin-top:0;
}

.group h2{
	font-size:15px;
	background:#f8f8f8;
	border-bottom: 1px solid #b1b1b1;
	height:24px;
	position:relative;
	padding-top:7px;
	padding-left:5px;
}

.group.list h2{
	border-bottom: 0;
	padding-bottom: 15px;
}

.group.grey h2{
	background:url('../images/backgrounds/bg_group-title-important.jpg') repeat-x;
	color:#fff;
}

.group.dark h2{
	background:url('../images/backgrounds/bg_group-title-very-important.png') repeat-x;
	color:#fff;
}

.group .items{
	padding:7px 0;
	background:#f7f7f7;
	overflow:hidden;
}

.group ul {
	margin: 7px 0px 8px 5px;
}

/*
.group a{
	display:block;
	margin:2px auto 5px;
	height:23px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding-top:3px;
	border-radius:1px;
}
*/

.group a.green{
	background:url('../images/backgrounds/bg_green.png') left top repeat-x;
	border-left:1px solid #94b15c;
	border-right:1px solid #94b15c;
}

.group a.grey{
	background:url('../images/backgrounds/bg_grey.png') left top repeat-x;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
}

.group a.add,
a.filter{
	display:block;
	height:22px;
	width:150px;
	padding:4px 0 0;
	color: #000;
	text-align: center;
	margin-right: 10px;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px;
	-moz-box-shadow: 0px 1px 2px;
	box-shadow: 0px 1px 2px;
}

.group a.add:hover,
a.filter:hover{
	background: #e4e3e3;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input{
	border: 1px solid #c9c9c9;
	height:24px;
	padding-left:5px;
	display:block;
	margin:0px auto 5px 3px;
}

input[type="submit"]{
border-left-width:	1px;
border-top-color: rgb(68,​ 68,​ 68);
border-left-color:	rgb(204,​ 204,​ 204);
border-top-style:	none;
border-left-style:	solid;
background: #fff;
}

.group .items input[type="submit"]{
	-webkit-box-shadow: 0px 1px 2px;
	-moz-box-shadow: 0px 1px 2px;
	box-shadow: 0px 1px 2px;
}

.group .items input[type="submit"]:hover{
	background: #e4e3e3;
}



div.checkbox{
	margin-right:30px;
	margin-bottom:20px;
	width:auto;
	float:left;
}

input[type="checkbox"],
.button a img{
	display:inline;
	height:auto;
	margin:0 10px 0 0;
	vertical-align:text-top;
}

.button a{
	margin:0;
	padding:0;
	height:13px;
	width:23px;
}

.button a img{
	margin:0 10px 0 5px;
}

select{
	padding:4px 0;
	margin:0px auto 5px;
	height:24px;
	border: 1px solid #c9c9c9;
	display:block;
}

select.no-marg{
	margin-left: 0px !important;
}

textarea{
	height:90px;
	margin:0px 0 5px 3px;
}

textarea.all-width{
	position: relative;
	float: left;
	width: 94%;
}
h2 input{
	margin:0;
	height:16px;
	width:300px;
	background:#e0e0e0;
	color:#666;
	font-weight:bold;
}

/*input, textarea, select, label, button{
	display:inline-block;
	width:100%;
	padding:0 0 0 5px;
	margin:0;
	max-width:100%;
}*/

.radio-group input[type=radio],
.radio-group input[type=checkbox] {
	display:inline;
	width: auto;
	vertical-align: middle;
	margin: 0;
    padding: 0;
}

.radio-group label {
    display: inline;
    margin: 0 15px 0 5px;
    padding: 0;
    width: auto;
}


.pagination{
	float:right;
	margin-top:20px;
}

.pagination p{
	font-size:11px;
	color:#787878;
	padding-top:7px;
	margin-right:10px;
}

.pagination a{
	display:block;
	width:25px;
	height:25px;
	margin-left:5px;
	opacity:0.8;
}

.pagination a:hover{
	opacity:1;
}

.pagination a.previous{
	background:url('../images/pictos/left_picto.png') left top no-repeat;
}

.pagination a.next{
	background:url('../images/pictos/right_picto.png') left top no-repeat;
}

/*
	Notifications
*/

.main > .notification{
	padding:5px 10px 5px 20px;
	margin-bottom:20px;
	border-radius:3px;
	font-size:12px;
	font-weight:bold;
	display: none;
}

.main > .notification.erreur{
	background: -webkit-gradient(linear, left top, right top, from(#fff4f4), to(#f5cdcd));
	background: -webkit-linear-gradient(top, #fff4f4, #f5cdcd);
	background: -moz-linear-gradient(top, #fff4f4, #f5cdcd);
	background: -o-linear-gradient(top, #fff4f4, #f5cdcd);
	background: -ms-linear-gradient(top, #fff4f4, #f5cdcd);
	background: linear-gradient(top, #fff4f4, #f5cdcd);
	background-color: #fff4f4;
	border: 1px solid #f1b2b2;
	color:#ce5050;
}

.main > .notification.valide{
	background: -webkit-gradient(linear, left top, right top, from(#f7fdec), to(#d4e1bb));
	background: -webkit-linear-gradient(top, #f7fdec, #d4e1bb);
	background: -moz-linear-gradient(top, #f7fdec, #d4e1bb);
	background: -o-linear-gradient(top, #f7fdec, #d4e1bb);
	background: -ms-linear-gradient(top, #f7fdec, #d4e1bb);
	background: linear-gradient(top, #f7fdec, #d4e1bb);
	background-color: #f7fdec;
	border: 1px solid #cad7b1;
	color:#6d8146;
}

.main > .notification.alerte{
	background: -webkit-gradient(linear, left top, right top, from(#eaf9fc), to(#bee1e9));
	background: -webkit-linear-gradient(top, #eaf9fc, #bee1e9);
	background: -moz-linear-gradient(top, #eaf9fc, #bee1e9);
	background: -o-linear-gradient(top, #eaf9fc, #bee1e9);
	background: -ms-linear-gradient(top, #eaf9fc, #bee1e9);
	background: linear-gradient(top, #eaf9fc, #bee1e9);
	background-color: #eaf9fc;
	border: 1px solid #add3dc;
	color:#4690a0;
}

/* SEARCHFORM */

.searchform,
.page{
	border:1px solid #ccc;
	height:26px;
	width: 560px;
	border-radius: 3px;
}

.page{
	width: 175px;
	float: left;
	margin-left: 400px;
	margin-top: 20px;
}

.searchform input,
.page input{
	height:21px;
	width:520px;
	float:left;
	border:none;
	padding: 5px 0 0 6px;
	border-radius: 3px 0 0 3px;
}

.page input{
	width: 135px;
}

.searchform input[type="submit"],
.page input[type="submit"]{
	width:30px;
	height:26px;
	padding: 0;
	background:#fff;
	border: 1px solid #b7b7b7;
	float:right;
	margin-left:3px;
}


/* FILTERS */

a.filter{
	/*background:url('../images/backgrounds/bg_grey.png') repeat-x left top;*/
	display:block;
	width:150px;
	font-size:12px;
	color:#979797;
	text-decoration:none;
	height:21px;
	padding-top: 5px;
	text-align: center;
	/*border-left:1px solid #bbb;
	border-right:1px solid #bbb;*/
}

a.filter:hover, a.filter.open{
	background-position: left bottom
}

div.filter{
	margin-top:15px;
	padding:8px 0 0;
	background:url('../images/backgrounds/filters.png') no-repeat center top;
	overflow:hidden;
}

div.filter > div{
	border:1px solid #ccc;
	border-top:none;
	padding: 10px 15px;

}

.filter h1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	color:#565656;

}

/* TABS */
.second.column .tabs{
	border-left:1px solid #dadbdb;
	border-bottom:1px solid #dadbdb;
	margin:0 0 30px 0;
}

.second.column .tabs li{
	list-style:none;
	padding:0;
}

.second.column .tabs li a{
	display:block;
	float:left;
	padding:10px;
	width: 163px;
	text-align: center;
	border-top:1px solid #dadbdb;
	border-right:1px solid #dadbdb;
	color:#565656;
	text-decoration:none;

}

.second.column .tabs li a.open, .second.column .tabs li a:hover{
	background:#f6f6f6;
}

.form-end{
	float:right;
	margin-top:30px;
	position: relative;
	right: -9px;
	font-size: 15px;
}

.form-end > div{
	float: left;
	margin-left: 10px;
}

.form-end > div button {
	font-weight: bold;
}

.form-end .preview,
.form-end .spam{
	background:#EBAD24;
	-webkit-box-shadow: 0px 1px 1px #846114;
	-moz-box-shadow: 0px 1px 1px #846114;
	box-shadow: 0px 1px 1px #846114;
	border-radius: 3px;
	width:164px;
	margin-top: 7px;
	color:#fff;
	height:25px;
	text-decoration:none;
	border:0;
	padding-top: 2px;
}

.form-end .preview:hover,
.form-end .spam:hover{
	background: #d19a20;
}

.form-end .spam{
	background:#d30707;
	color:#fff;
}

.form-end .spam:hover{
	background:#b50303;
}


.filter .valid,
.form-end .valid{
	background:#9bc053;
	-webkit-box-shadow: 0px 1px 1px #576c2f;
	-moz-box-shadow: 0px 1px 1px #576c2f;
	box-shadow: 0px 1px 1px #576c2f;
	color:#fff;
	height:25px;
	border:0;
	border-radius: 3px;
	width: 164px;

}

.form-end .valid{
	margin-top: 7px;
	padding-top: 3px;
}

.filter .valid:hover,
.filter .valid:focus,
.filter .valid:active,
.form-end .valid:hover,
.form-end .valid:active,
.form-end .valid:focus{
	background: #86a648;
}

.form-end .spam img,
.form-end .preview img,
.form-end .valid img{
	position: relative;
	left: -5px;
	top: 2px;
}

.form-end .spam span,
.form-end .preview span,
.form-end .valid span{
	position:relative;
	display:inline-block;
	top:-2px;
}

.form-end .preview span{
	top:-3px;
}

.form-end .spam span{
	top:-2px;
}

.filter .valid:focus,
.filter .valid:active,
.filter .valid:hover
{
	background-position:left bottom;
}

/*
 * DASHBOARD
*/

a.dashboard{
	display:block;
	float:left;
	width:172px;
	min-height:151px;
	text-align:center;
	padding-top:15px;
	text-decoration:none;
	margin:0 6px 12px;
	background: #f7f7f7;
	border: 1px solid #5c5c5c;
}

a.dashboard span{
	background-repeat:none;
	background-position:left bottom;
	display:block;
	height:70px;
	width:70px;
	margin: 15px auto 0;
}

a.dashboard:hover,
a.dashboard.disabled {
	background:#56baec;
	border: 1px solid #56baec;
}

a.dashboard:hover span,
a.dashboard.disabled span{
	background-position:left top;
}

a.dashboard h2{
	color:#5c5c5c;
	margin-top:25px;
	font-size:17px;
	font-weight:normal;
}

a.dashboard:hover h2{
	color:#fff;
}

a.dashboard.disabled h2{
	color: #5c5c5c;
}

/*
 * GRILLE
 *	6 dimensions.
 *	une colonne = 120px
*/

.xsmall, .xsmall-100, .small, .medium, .large, .xlarge, .xxlarge{
	float:left;
	margin: 7px 0px 8px 5px;
}

.xsmall{
	/*width:120px;*/
	width:117px;
}

.xsmall-100{
	width:100px;
}

.small{
	width:238px;
}

.medium{
	width:360px;
}

.large{
	width:481px;
}

.xlarge{
	width:594px;
}

.xxlarge{
	width:724px;
}

a.xsmall{
	width:110px;
}

a.small{
	width:230px;
}

a.medium{
	width:350px;
}

a.large{
	width:470px;
}

a.xlarge{
	width:590px;
}

a.xxlarge{
	width:710px;
}

.dataTables_length, .dataTables_filter{
	margin-bottom: 10px;
}
.dataTables_filter{
	margin-right: 20px;
}
.dataTables_wrapper .dataTables_filter input{
	margin: 0 !important;
	padding: 0 !important;
}


#devis .row{
	margin-left: 0;
	margin-right: 0;
}
#devis #blc-search{
	border: 1px solid rgba(0,0,0,.125);
	margin: 10px 0;
	padding: 20px 10px;
}

.dataTables_wrapper .dataTables_scroll{
	margin-right: 20px;
}

th, td {
    white-space: nowrap;
}

.hist-comments{
	margin: 0 10px;
}

.bg-gris{
	background: #f7f7f7;
}

#type-filtres label{
    position: relative;
    bottom: 3px;
    margin-right: 25px;
}

#type-filtres{
    margin-top: 10px;
    margin-bottom: 10px;
}

#date-filtres h2,#date-filtres2 h2{
    margin-bottom: 10px;
}

#table-ville-prix tbody tr td input{
	float:left;
	width: 70%;
}
table#table-ville-prix thead th, table#table-ville-prix thead td,
table#table_provinces thead th, table#table_provinces thead td{
	padding: 10px 18px 10px 0;
}
.background-color-grey{
	background-color: #f7f7f7;
}
.padding-15 {
	padding:15px;
}

#btn-facutre-vd-avoir{
	position: absolute; top: 15px; right: 16px;
}

.no-padding {
	padding:0;
}

.btn-red {
	padding: 10px 20px;
	background-color: red;
	color: #ffffff !important;
	letter-spacing: 1px;
	font-weight: 700;
}
.table_flotte td{
	border: solid 0.5px beige;
}
.table_flotte{
	font-size: 14px;
}
.table_flotte th{
	text-align: center;
}

.table_flotte thead {
	width: 2000px;
	position: absolute;
	top: 330px;
	z-index: 2;
}
.vehicules_filtre{
	padding: 20px;
	position: fixed;
	background-color: white;
	width: 100%;
	z-index: 1;
}
.param-aatribuer libelle{
	float: left;
	width: 25%;
	padding-top: 10px;
}
.param-aatribuer h2{
	height: 30px;
}
#table-articles-connectes, #table-articles-generale td{
	text-align: center;
}
.prix_ar label{
	width: 50% !important;
	float: left;
	margin-top: 5px;
}
.prix_ar input{
	width: 40% !important;
}

.prix_ar strong{
	text-align: center;
	display: block;
}

.prix_ar span{
	float: right;
	display: block;
	margin-top: 7px !important;
	margin-right: 10px;
}

.message-form{
	font-size: 25px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
}
.form-error{
	color: red;
}
.form-ok{
	color: green;
}
*[id^="ar_only"]{
	width: 16px;
	vertical-align: middle !important;
}

*[class^="hide_ar_only"]{
	display: none;
}

*[class^="show_ar_only"]{
	display: block;
}

*[class^="hide_not_ar_only"]{
	display: none;
}

*[class^="show_not_ar_only"]{
	display: block;
}
h3{
	margin-left: 10px;
	font-size: 13px;
}

#reservations .dt-buttons{
	float: right;
	padding: 20px;
}

 table.dataTable thead th, table.dataTable thead td{
	padding: 10px 4px !important;
	 font-size: 11px !important;
}

 table.dataTable tbody th, table.dataTable tbody td{
	padding: 0px 4px !important;
	 font-size: 11px !important;
}
 .picto_ar{
	 fill : rgb(0, 159, 227) !important;
	 vertical-align: middle;
 }
#Popup_planning{
	width: 250px !important;
	background-image: linear-gradient(to bottom,#70AD47 0,#70AD47 100%) !important;
}
#Popup_planning:hover, #Popup_planning:focus{
	background-color: #70AD47 !important;
}

.ouvre_popup{
	margin-top:6px;
	display: inline-block;
	width: 25px;
	height: 23px;
	padding-top: 2px;
	color: white;
	text-align: center;
	cursor: pointer;
}

.horloge_vehicule{
	margin-top:6px;
	display: inline-block;
	width: 25px;
	height: 23px;
	padding-top: 1px;
	color: white;
	text-align: center;
	cursor: pointer;
}

.user-rights {
	display: inline-block;
	border: 0px !important;
	border-left: none;
}

.user-rights table {
	border-collapse: collapse;
	position: relative;
	top: 40px;
}

.user-rights table thead {
	width: 100%;
	border-top: 0px !important;
	position: absolute;
	top: -41px;
	z-index: 0;
}

.user-rights table thead th {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

.user-rights table thead th:first-child {
	width: 280px;
}

.user-rights table thead th.current {
	font-weight: bold;
}

.user-rights table tbody td {
	width: 150px;
	border: 0px !important;
	position: relative;
}

.user-rights-modify {
	margin-top: 45px;
}

#tableUserRights {
	width: 7780px;
	margin-left: -40px;
}

.head-user-rights {
	z-index: 1000 !important;
}

.head-cell-user-rights {
	z-index: 1001 !important;
	position: relative;
	background: #56BAEC;
}

.cell-user-rights{
	position: relative;
	width: 280px !important;
	max-width: 280px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px !important;
	background: #FFFFFF;
	z-index: 999 !important;
}
