/* Makeshift CSS Reset */
html, body{
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}
body {
	margin: 0 auto;
	font: 12px/22px Verdana, Arial, sans-serif;
	color: #666666;
}

table {
	font: 12px/22px Verdana, Arial, sans-serif;
	color: #666666;
}

div {
	/*margin: 0 auto;	*/
	font: 12px/22px Verdana, Arial, sans-serif;
}

h4{
	font-size: 14px;
	padding-bottom: 10px;
}


p {
	padding-bottom: 0px;
	font-size:12px;
}
/*
label{
  display: inline;
  float: left;
  width: 75px;
  color: #666666;
}
*/
.label_radio{
	font-weight:normal !important;
	cursor:pointer;
	margin-left:5px;
	margin-right:10px;
}
/* tableau */

/* image */
image {
  border:0px;
}
p{
	margin-top:10px !important;
}

/* Liens */
a {
  text-decoration: none;
}
a:link {
  /*color: #5998DD;*/
  color:#666666;
}
a:visited {
  /*color: #5998DD;*/
  color:#666666;
}
a:hover, a:focus, a:active {
  color: #888888;
}
/* Pas de bordure pointillée ou halo lors du clic sur un lien */
a:active {
  outline: none;
}
/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
}
/* Divers éléments de type en-ligne (8) */
em {
  font-style: italic;
}

fieldset{
 	background-color:#fbfbfb;

  	border:1px solid #CCCCCC;
	/*
  	-moz-border-radius: 5px;
  	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-bottom-left-radius: 5px;
	*/
  	margin-left:10px;
  	margin-right:10px;
  	margin-top:10px;
  	margin-bottom:10px;

}
legend{

  color: #666666;/*color: #5998DD; */
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: italic;
  font-size:14px;

}


form {
  margin: 0;
  padding: 0;
  border: none;
}

.form_ombrage{
	text-align:left;
	font-size:14px;

}

.formLabel{
	text-align:right;
	font-weight:normal;
	width:150px;
}
.formValue{
	font-weight:normal;
	padding-left:5px;
}


#splitter_menu{
	display:table-cell;
	vertical-align:middle;
	background:#2d2d2d;
	/*cursor:col-resize;	*/
}


/** FORMS **/
input[type=radio] {
	vertical-align:text-bottom;
}
input[type=file] {
	display: inline;
}
input[type=checkbox] {
	vertical-align:text-bottom;
	margin-right:5px;
}

/* placeholder */
::-webkit-input-placeholder  {
	color:#BABABA;
	font-style:italic;
}
input:-moz-placeholder, textarea:-moz-placeholder{
	color:#BABABA;
	font-style:italic;
}

input[type=submit],[type=button] {
	background-color:#333333 !important;

	display:inline-block;

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#FFFFFF;
	/*padding:3px 3px;*/

	min-width:120px;
	text-align:center;
	border:none;
	height:35px;

}

input[type=submit]:hover,[type=button]:hover, a.submit:hover{

}

input[type=submit]:active, input[type=submit]:focus, a.submit:active, a.submit:focus{

}

input[type=text],[type=password],[type=number] {


	/*min-width:200px;*/
	font-size: 12px;
	color: #4C4C4C;
	margin:5px;
}
select {
	padding: 3px;
	/*min-width:200px;*/
	font-size: 12px;
	color: #4C4C4C;
	margin:5px;
	background-color: white;
	border:solid 1px #999999;
}
select:disabled{
	background-color: #EBEBE4;
}
textarea{

	padding: 5px;
	/*border-radius: 5px;*/
	min-width:200px;
	font-size: 12px;
	color: #4C4C4C;
	margin:5px;
}

.input_mini{
	width:60px !important;
}
.select_mini{
	width:50px !important;
}
.input_petit{
	width:120px !important;
}
.input_prix{
	width:60px !important;
}
.input_date{
	width:90px !important;
}
.input_moyen{
	width:200px !important;
}
.input_grand{
	width:270px !important;
}
.input_tgrand{
	width:400px !important;
}
.input_maxi{
	width:870px !important;
}

input:-moz-read-only {
	background-color: #F7F7F7;
	border:solid 1px #CCCCCC;
}

input:read-only {
	background-color: #F7F7F7;
	border:solid 1px #CCCCCC;
}


#recherche_globale{
	/*width:155px;*/
	/*margin:0 5px 0 5px;*/
	padding:2px;


	font-size:12px;
	color:#999;
}
.div_onglet{
	display:none;
}


.listing{
	width:100%;
}
.listing th{
	text-align:left;
	padding:2px;
	/*padding-left:5px;*/

	vertical-align:middle;
	background-color:#047eff;
	color:white;
	height:20px;
}

.listing td{
	padding:2px;
	border-bottom:solid 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.listing a:hover{
	text-decoration:underline;
}

.listing th a{
	color:white;
}

.listing_responsive{
	width:100%;
}
.listing_responsive th{
	text-align:left;
	padding:2px;
	/*padding-left:5px;*/

	vertical-align:middle;
	background-color:#047eff;
	color:white;
	height:20px;
}

.listing_responsive td{
	padding:2px;
	border-bottom:solid 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.listing_responsive a:hover{
	text-decoration:underline;
}

.listing_responsive th a{
	color:white;
}


/* Listing grille */
.listing_grille {

	width: 100%;
}

.listing_grille tr:hover {
  background-color:#d9ebff;
}

.listing_grille  th {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	text-align:center;
	background-color: #fbfbfb;

	/*height:45px;*/

	padding: 5px;

}
.listing_grille td {
	/*
	border-top: 1px solid #f4f4f4;
	*/
	padding: 2px;

	color:#444444;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}

.listing_ajax{
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
}
.listing_ajax th{
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	background-color:#444444;
	color:white;
}

.listing_ajax td{
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
}

.listing_ajax_bleu{
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
}
.listing_ajax_bleu th{
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	/*background-color:#66cefe;*/
	background-color:#66f1fe;
	color:black;
}

.listing_ajax_bleu .th_bc{
	background-color:#66cefe; !important;
}

.listing_ajax_bleu td{
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
}

#menu {
	display: table-cell;
	width:200px;
	vertical-align:top;
	height:800px;
}

#page {
	display: table-cell;
	font-size:14px;
	width: 100%;
}

#entete {
	display: table;
	width:100%;
	height:30px;
	vertical-align:middle;
	text-align:right;
	color:#FFFFFF !important;
}
.contenu_page{
	padding-left:10px;
}

.tooltip{width:200px;margin:0;padding:5px;font-size:11px;color:#666;background:#fff;border:5px solid #ccc;}
.tooltip p{margin:0;text-align:justify;}

.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index:1000;
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;

   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
}
#tabnav{
	margin-top:6px !important;
}

/* Responsive */
.navbar_top {
	height: 40px;
	width:100%;
	background-color: black;
	color: white;
	position:fixed;
	z-index:1000;
	padding:0;
}

#navbar_left {
	/*background-color:#000;*/
	z-index:1000;
	padding:0px;
	height:40px;
	background-color: black;

}
#navbar_right {
	/*background-color:#fff;*/
	z-index:1000;

	padding-top:5px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	background-color: black;
}


.hide_menu {

	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.hide_menu > i {
	margin-top: 6px;
	font-size: 22px;
}
.hide_menu:hover {
	/*background-color: #f7f7f7;*/
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	#navbar_right_button{
		margin-right:0px !important;
	}
	#main {
		margin-top:90px !important;
	}
}


/* Small Devices, Phones */
@media only screen and (max-width : 700px) {
	.listing_responsive thead {
		display: none;
	}
	.listing_responsive tr{
		display: block;
		margin-bottom: 40px;
	}
	.listing_responsive td {
		display: block;
		text-align: right;
		border-right: 1px solid #CCCCCC;
	}

	.listing_responsive td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}

	#titre_page{
		/*display: none;*/
	}
	.responsive-margin{
		height: 20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	#navbar_right_button{
		margin-right:0px !important;
	}
	#main {
		margin-top:75px !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#navbar_right_button{
		margin-right:250px !important;
	}
	#main {
		margin-top:75px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#navbar_right_button{
		margin-right:220px !important;
	}
	#main {
		margin-top:75px !important;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#navbar_right_button{
		margin-right:220px !important;
	}
	#main {
		margin-top:40px !important;
	}
}

table{
	/*border-collapse:collapse;*/
}
h1{
	color:black;
	text-align:left;
	padding-left:20px;
	font-size:14px;
	height:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* Webkit */
	background:-moz-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Firefox */
	background:-o-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Opéra */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE */
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
-ms-linear-gradient(#FFFFFF, #CCCCCC, #FFFFFF);
	border-bottom:solid 1px #999999;
	margin:0;
	padding-top:5px;
	font-weight:bold;
}
h3 {
	background:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#444444)); /* Webkit */
	background:-moz-linear-gradient(90deg, #333333, #444444); /* Firefox */
	background:-o-linear-gradient(90deg, #333333, #444444); /* Opéra */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#333333', EndColorStr='#444444'); /* IE */
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-ms-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	color:#FFFFFF;

	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
	min-height:25px;
}
a,a:link,a:visited,a:hover, a:focus, a:active {
	color:#047eff;

}

a:hover{
	text-decoration:underline;
}

a:active {
	outline: none;
}

.tabLogin{
	border:solid 1px black;
	border-radius:5px;
	background-color:#FFFFFF;
	width:500px;
}

#entete {
	background-image:url(../images/bg-entete.png);
	background-repeat:repeat-x;
}
#menu {
	background-color:#FFFFFF; /*ff9833*/
}
.bouton_menu {
	margin-top:1px;
	padding-top:2px;
	padding-bottom:0px;
	width:100%;
	height:35px;
	/*line-height:35px;*/
	color:#047eff;
	cursor:pointer;
	padding-left:10px;
	background-color:#ebebeb;
	border:solid 1px #cfcfcf ;
	border-right: none;
	font-size:14px;
	font-weight:bold;

}

.bouton_menu:hover {
	background-color:#dbd5d5;
}

.bouton_sous_menu {
	padding-top:5px;
	vertical-align:middle;
	color:#FFFFFF;
	cursor:pointer;
	display:none;
	background:#000000;
	font-size:12px;
	font-weight:normal;
}

.bouton_sous_menu a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.bouton_sous_menu a:hover {
	text-decoration:underline;
}
.text_adr{
	width:350px;
	height:80px;
}
.select_heure{
	width:50px;
}
.text_com_petit{
	width:400px;
	height:80px;
}
.text_com{
	width:500px;
	height:50px;
}
.text_com_grand{
	width:800px;
	height:100px;
}
.text_com_full{
	width:99%;
	height:100px;
	margin: 0;
}
.text_com_full_cell{
	width:95%;
	height:100px;
	margin: 5px 0 0 5px;
}
.text_tgrand{
	width:400px;
	height:70px;
}

.select_petit{
	width:100px;
}
.select_grand{
	width:400px;
}

.bouton_upload{
	display:inline-block;
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;

	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;

	padding-right:10px !important;
	padding-left:40px !important;
	border:solid 2px #cfcfcf !important;
	height:51px !important;
	line-height:51px;
	vertical-align:middle;

	min-width:300px;
	text-align:left !important;
	text-indent:25px;
	background:#444444 url('../images/icone_upload.png') no-repeat 2px 3px !important;
	color:white;
}
.sous_titre{
	font-size:11px;
	font-style:italic;
}
.repeat-titre{
	height:6px;
	background-image:url(../images/repeat-titre.png);
	background-repeat:repeat-x;
}
#titre_page td{
	color:black;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}

.hidden{
	width:0px !important;
	min-width:0px  !important;
	height:0px  !important;
	min-height:0px  !important;
	visibility:hidden;
}
.fiche{
	float:left;
	width:35%;
	min-height:200px;
	background-color:#FFFFFF;
}

.tabGrille{

}
.tabGrille th{
	border:solid 1px #333333;
	border-left:none;
	text-align:center;
}
.tabGrille td{
	border:solid 1px #333333;
	border-left:none;
	border-top:none;
}

.grille{
	width:100%;
}
.grille th{
	border:solid 1px #333333;
	border-left:none;
	text-align:center;
}
.grille td{
	border:solid 1px #333333;
	border-left:none;
	border-top:none;
	text-align:center;
	padding:2px;
}

.grille a{
	color:#999999;
}
.grille a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#FF6623;
}

/* Textes des icones de la page d'acceuil*/
.texte_icone_acceuil{
	vertical-align:top;
}
.texte_icone_acceuil a {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

.lien_acc a{
	color:#047eff;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}

#signature_salarie{
	display:none;
}

.bloc_flottant{
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-moz-box-shadow:2px 2px 2px 2px #CCCCCC;;
	-ms-box-shadow:2px 2px 2px 2px #CCCCCC;;
	-webkit-box-shadow:2px 3px 3px 2px #CCCCCC;

	color:#444444;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;

	min-width:250px;
	min-height:150px;
	float:left;
	margin:20px;

}
.bloc_arrondi{
	border:solid 1px #CCCCCC;
	border-radius:5px;
	padding:5px;
	margin:5px;
	background-color: white;
}
#fileupload{
	display: none;
}

.orderby{
	color:black;
	text-align:left;
	height:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* Webkit */
	background:-moz-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Firefox */
	background:-o-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Opéra */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE */
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
-ms-linear-gradient(#FFFFFF, #CCCCCC, #FFFFFF);
	border-bottom:solid 1px #999999;
	margin:0;
	padding-top:5px;

}

.form-control-special {
	height: 28px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-special:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-special::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control-special:-ms-input-placeholder {
	color: #999;
}
.form-control-special::-webkit-input-placeholder {
	color: #999;
}
.form-control-special[disabled],
.form-control-special[readonly],
fieldset[disabled] .form-control-special {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control-special {
	height: auto;
}

.form-group label{
    /*margin-left: 5px;*/
}
.form-control,.form-control-special{
	margin:0px !important;
}

.box-coord {
	margin:10px;
}

.boite-detail {
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-moz-box-shadow:2px 2px 2px 2px whitesmoke;
	-ms-box-shadow:2px 2px 2px 2px whitesmoke;
	-webkit-box-shadow:2px 3px 3px 2px whitesmoke;
	margin:10px;
	background-color:white;
}
.boite-title{
	background-color: #0080FF;
	color:white;
	border-radius:5px 5px 0 0;
	padding:3px;
	font-weight: bold;
	font-size: 16px;
}
.boite-content{
	padding:10px;
	background-color:white;
}

.font-weight-bold {
	font-weight: bold;
}
.text-red {
	color: red;
}
.box-tdb{
	border:solid 1px #CCCCCC;
	border-radius:5px;

	-moz-box-shadow:2px 2px 2px 2px #EEEEEE;
	-ms-box-shadow:2px 2px 2px 2px #EEEEE;;
	-webkit-box-shadow:2px 2px 2px 2px #EEEEEE;

	color:black;
	background-color: whitesmoke;

	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	width:250px;
	height:50px;
	float:left;
	margin:20px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
}
.box-tdb:hover{
	background-color: #DDDDDD;
}
.titre_inactif{
	background-color: red;
	color:white;
	font-size: 12px;
	border:solid 1px white;
	padding:3px;
}

.mot_cle_plus{
	background-color: greenyellow;
	padding:4px;
}
.mot_cle_moins{
	background-color: #FFDCD6;
	padding:4px;
}
/*PANEL TDB*/
.panel-karine {
	border-color: #ddd;
	-moz-box-shadow:2px 2px 2px 2px #EEEEEE;
	-webkit-box-shadow:2px 2px 2px 2px #EEEEEE;
}
.panel-karine > .panel-heading {
	color: white;
	background-color: #ff00de;
	border-color: #ddd;
	text-align: center;
	font-size: 16px;
}
.panel-karine > .panel-body  a, .panel-karine > .panel-body  li {
	color: #ff00de !important;
}


.panel-valerie {
	border-color: #ddd;
	-moz-box-shadow:2px 2px 2px 2px #EEEEEE;
	-webkit-box-shadow:2px 2px 2px 2px #EEEEEE;
}
.panel-valerie > .panel-heading {
	color: white;
	background-color: #0080FF;
	border-color: #ddd;
	text-align: center;
	font-size: 16px;
}
.panel-valerie > .panel-body  a, .panel-valerie > .panel-body  li {
	color: #0080FF !important;
}

.panel-general {
	border-color: #ddd;
	-moz-box-shadow:2px 2px 2px 2px #EEEEEE;
	-webkit-box-shadow:2px 2px 2px 2px #EEEEEE;
}
.panel-general > .panel-heading {
	color: white;
	background-color: green;
	border-color: #ddd;
	text-align: center;
	font-size: 16px;
}
.panel-general > .panel-body  a, .panel-general > .panel-body  li {
	color: green !important;
}

.tooltip_new {
	display:inline-block;
	position:relative;
	border-bottom:1px dotted #666;
	text-align:left;
}
.tooltip_new {
	display:inline-block;
	position:relative;
	border-bottom:1px dotted #666;
	text-align:left;
}

.tooltip_new .top {
	
	top:-20px;
	left:50%;
	transform:translate(-50%, -100%);
	padding:10px 20px;
	color:#444444;
	background-color:#EEEEEE;
	font-weight:normal;
	font-size:13px;
	border-radius:8px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;
	box-shadow:0 1px 8px #000000;
	visibility:hidden; opacity:0;
}

.tooltip_new:hover .top {
	visibility:visible; opacity:1;
}

.tooltip_new .top i {
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-8px;
	width:16px;
	height:8px;
	overflow:hidden;
}

.tooltip_new .top i::after {
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	left:50%;
	transform:translate(-50%,-50%) rotate(45deg);
	background-color:#EEEEEE;
	box-shadow:0 1px 8px #000000;
}

/*#form_liste {
    float: left;
    width: 100%;
    margin: 10px;
    border: 1px solid black;
}

#form_filtre_prev{
    display: block;
    float: left;
    width: 100%;
}*/