@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');

html,body {min-width:800px;min-height:400px;}
html {background:url('images/arbre_vert.png') bottom right no-repeat fixed;height:100%}

a {text-decoration:none;color:inherit;cursor:pointer;}
b{font-weight: bold;color:#003e57}
.no_look_btn{font-weight: inherit;text-align:left;color:#003e57;margin:0;padding:0;background:inherit;border:none;font-size: inherit}
label
{
    display: block;
    vertical-align: middle;
    min-height: 100%; /* for the latest browsers which support min-height */
    height: auto !important; /* for newer IE versions */
    height: 100%; /* the only height-related attribute that IE6 does not ignore  */
}

.hover_gris:hover
{
	background:#444;
}

textarea {width:90%;margin:4px;padding:3px; background:none;border:1px solid #ccc}

h2
{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #003e57;
	padding-left: 5px;
	line-height: 30px;
	font-weight: normal;
}



h3
{
color:#003e57;
padding:5px;

}

h4
{
background: #003e57;

color:#fff;
padding:5px;
font-size:15px;
}

.bouton_bleu
{
background:#8683b8;
padding:10px;
font-size:20px;
margin:10px;border-radius: 10px;color:#fff;
width:80px;
height:70px;

text-align:center;
}

#overlay
{
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1 !important;
	background-color:black;
	display:none;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.50;      /* khtml, old safari */
	-moz-opacity: 0.50;       /* mozilla, netscape */
	opacity: 0.50;           /* fx, safari, opera */
}


#form_connection
{
	padding:10px;
	margin:10px;
	font-size:20px;
	text-align:left;
	top: calc(50% - 250px);
	left: calc(50% - 250px);
	position: absolute;

}

#form_connection input[type=text],#form_connection input[type=password]
{
	border:0px;
	margin:10px;
	width:90%;
	height:40px;
	padding:10px;
	color:#fff;
	background:none;
}



.error_div{
background:#FFC0CB;
background-image:url(images/error.png);
background-position:5px 50%;
background-repeat: no-repeat;
box-shadow: 0 1px 1px #fff inset;
border : 1px solid #800000;
border-radius:5px;
margin:5px 0px;
padding:10px 30px;
font-size:12px;
font-weight:normal;
text-align:left;
color:#E76757;
}


.success{
background:#EBF8A4;
background-image:url(images/success.png);
background-position:5px 50%;
background-repeat: no-repeat;
box-shadow: 0 1px 2px #fff inset;
border : 1px solid #A2D246;
border-radius:5px;
margin:5px 0px;
padding:10px 30px;
font-size:12px;
font-weight:normal;
color:#3A7E34;
}

#div_connection
{
	margin-top:20px;
	padding:10px;
	width:500px;
	background:#003e57;
}

.ui-state-error {margin:10px;  }

/* LISTE DOSSIERS */

html { font-size: 11px; }
body {margin:0; font-family: arial, sans-serif;padding:0;}
select { font-size:11px; padding:4px; border:none;width:220px; background:inherit; border-bottom: #ccc 1px solid ; }



a img {border:0;}
label , a {cursor:pointer;}
/* ------------------------------------ */

#corps
{
	max-width: 1400px;
	margin: auto;
	padding-left: 94px;
	padding-top:10px;
}

 .titre_page
 {
 color:#ccc;
 }

#menu{ background: url(images/bg_haut.png) repeat-x; height:70px;  width:100%;}

.sous_menu
{
background: url(images/bg_head4.png) repeat-x;
color:#fff;
padding:4px;
margin-bottom:3px;	border-radius: 5px;
}


.btn_menu
{
	background: url(images/bg_menu_gauche.png) no-repeat right ;
	color:#ccc;
	font-weight:normal;
	padding:20px;
	padding-top:15px;
	height:35px;
	text-align:center;
	float:left;
	height: 35px;
	line-height: 25px;
	font-size: 11px;
}

.btn_menu a {text-decoration:none;color:inherit;}

.btn_sous_menu
{
	background: url(images/bg_sous_menu.png) repeat-x center;
	color:#444;
	font-size:11px;
	font-weight:normal;
	margin:10px;
	padding:10px 5px;

	text-align:center;
	border:2px solid #ccc;
	width: 100px;
	height:30px;
	float:left;
	border:0px;
}

.btn_sous_menu a {text-decoration:none;color:inherit; font-size:13px; }

.btnmenuactif  {background: url(images/bg_menu.png) repeat-x center; color:#fff;}
.btn_sous_menu_actif  {background: url(images/bg_sous_menu_actif.png) repeat-x center; color:#fff;}
.box1 {   background:#f6f6f6;margin:10px 0; padding:10px; font-weight:normal; }

/* Tableau */
table.tablesorter,table.listing {
	border-collapse: separate;
    border-spacing: 0px 0px;
	margin:10px 0pt 15px;
	font-size: 11px;
	width: 97%;
	text-align: left;
	border: 1px solid #003e57;
}

table.tablesorter tr:nth-child(even),table.listing tr:nth-child(even) {background: #FFF;}
table.tablesorter tr:nth-child(odd),table.listing tr:nth-child(odd) {background: #FFF}

table.tablesorter tr:nth-child(even) td,table.listing tr:nth-child(even) td {
	background: #FFF;
	border-left:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:3px;
}
table.tablesorter tr:nth-child(odd) td ,table.listing tr:nth-child(odd) td {background: #f6f6f6;
	border-left:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding:3px;
}

table.tablesorter tr:hover td ,table.listing tr:hover td {
	background: #e8f2f7;
}

table.tablesorter thead tr th,
.th,
table.listing  th,
table.tablesorter tfoot tr th,
table.listing tfoot tr th
{
background: #003e57 repeat-x;
font-weight: normal;
	font-size: 12px;background-image: linear-gradient(-180deg, #003e57, #1f6c8c)!important;
	color:#fff;
	padding: 14px;
}
table.tablesorter thead tr .header,
table.listing thead tr .header
{

	padding-right:12px;
	cursor: pointer;
}
table.tablesorter tbody td,
table.listing tbody td
{
	color: #3D3D3D;
	padding: 4px;
	vertical-align: middle;
}
table.tablesorter tbody tr.odd td,
table.listing tbody tr.odd td
{
	background-color:#5a587b;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.png)no-repeat top  ;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.png) no-repeat top  ;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #5a587b;
}

table.table_comp_agent tbody tr td{
background : #f39200;
}

.equipes_recap_jour{background:#ddd;  margin:3px ; padding:3px ; min-height:10px;}

.onglet , .onglet_actif
{ box-shadow: 0 1px 1px #ccc;;float:left;min-width:80px;height:30px;text-align:center;padding:5px;margin:5px;    font-size: 12px;
	line-height: 30px;}
.sous_onglet{
	height:20px !important;
	line-height:20px !important;
}
.onglet_actif {color:#fff; background-image: linear-gradient(90deg, #4DB205, #398006);}
#form_connection input[type=submit] {color:#fff; border:none;padding:15px; font-size:14px;width:200px;background-image: linear-gradient(90deg, #4DB205, #398006);}

.onglet {color:#fff; background-image: linear-gradient(90deg, #003e57, #1f6c8c);}

.chk_div { box-shadow:0 2px 8px #bbb;background:#fff;float:left;width:120px;font-size:11px;text-align:left;margin:5px;padding:5px;}
.chk_div:hover { box-shadow:0 2px 8px #aaa;background:#ccc;float:left;width:120px;font-size:11px;text-align:left;margin:5px;padding:5px;}

.ui-droppable{ min-height:60px}

.c {clear:both;}

 input[type=text],
 input[type=email], input[type=date],
 input[type=number],

.tablesorter input[type=text],
.tablesorter  select,
.tablesorter textarea
.tablesorter input[type=number],
.tablesorter textarea
{
	 border:none;
border-bottom:1px solid #ccc;
background:inherit;
padding:8px;
}


.form_ajout input[type=text]:focus,.form_ajout textarea:focus,
.tablesorter input[type=text]:focus,
.tablesorter input[type=number]:focus,
.tablesorter input[type=text]:focus,
.tablesorter input[type=email]:focus,
.tablesorter textarea:focus,
input[type=text]:focus,
input[type=number]:focus
{
	border-bottom:1px solid #bbb;
	background:inherit;
	padding:8px;
}

.readonly,.readonly:focus{ border: none !important;}

.form_ajout
{
border:2px solid #ddd;
background:#f6f6f6;
padding:10px;
}

.input_valid
{
border:1px solid green;
color : green;

}
.input_annul {
color:red;border:1px solid red;
}
.input_modif {
color:#ff6600;border:1px solid #ff6600;
}


.input_valid ,.input_annul,.input_modif
{
	font-size:11px;
	margin:5px;
	padding:5px ;
	height:30px;
	width:auto;
	background:#FFF;
}



.input_valid:hover ,.input_annul:hover,.input_modif:hover { cursor:pointer; }

.input_modif2
{
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	border:0px;
	background:url(images/crayon_gris.png) no-repeat;
}
.input_modif2:hover {	background:url(images/crayon_bleu.png) no-repeat;}



.input_mail2
{
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	border:0px;
	background:url(images/mail_gris.png) no-repeat;
}
.input_mail2:hover {	background:url(images/mail_bleu.png) no-repeat;}

.pictos_mails_demandes {width: 20px;
	height: 20px;
	margin-top: 20px;
	border-radius: 50%;
	background: #009900;
	color: #fff;
	padding:1px;
	font-size: 8px;
	margin-left: -15px;
}

.ui-draggable-handle{cursor: pointer}

.input_info2
{
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	border:0px;
	background:url(images/info_gris.png) no-repeat;
}
.input_info2:hover {	background:url(images/info_bleu.png) no-repeat;}


.input_suppr2
{
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	width:20px;
	height:22px;
	cursor:pointer;
	border:0px;
	background:url(images/poubelle_grise.png) no-repeat;
}
.input_suppr2:hover {	background:url(images/poubelle_bleu.png) no-repeat;}
.input_phone2
{
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	width:20px;
	height:22px;
	cursor:pointer;
	border:0px;
	background:url(images/phone_grise.png) no-repeat;
}
.input_phone2:hover {	background:url(images/phone_bleu.png) no-repeat;}

.historique{border-collapse: collapse; width:100%; color:#333;}
.historique th{ padding:5px;background: #003e57 ;color:#fff;text-align:left;}

.historique td{padding:5px;text-align:left;}
.historique tr:nth-child(even) {background: #eee}
.historique tr:nth-child(odd) {background: #ddd}
.historique tr:hover {background:#DFFFBF}

.bloc_dossier { box-shadow:0px 4px 2px #bbb;font-size:14px;font-weight:bold;width:300px;background:#fff;margin:5px;padding:5px;float:left;}
.bloc_dossier div   {line-height: 30px;}

 .titre_dossier{ font-weight:bold;background:#784a33; margin-bottom:10px;box-shadow:0px 2px 2px #ddd; color:#fff; text-align:center;line-height:30px; border-bottom:#ddd;}
 .plus_infos {color:#fff;font-weight:bold;background:#f39200;box-shadow:0px 4px 2px #bbb; cursor:pointer;width:120px;text-align:center;margin:5px auto;}
 .client{ color:#f39200; text-align:center;line-height:25px; border-bottom:#ddd;}


.type_activite div,  .type_activite div,.commercial div,.ligne_dossier div,.nom_dossier div { line-height: 30px;}


.type_activite,.materiels, .commercial ,.ligne_dossier, .nom_dossier  { background:#eee;}

 .remarques { ;}
 .remarques div { line-height: 30px;}
 .date_dossier_cloture { background:url(images/date.png)no-repeat ; ;}
 .date_dossier_cloture div { color:red;margin-left:30px;line-height: 30px;}
 
 .date_dossier { background:url(images/date.png)no-repeat ; ;}
 .date_dossier div { margin-left:30px;line-height: 30px;}
 
.dossier_placer{font-size:10px;}




.demande input[type=text], .demande input[type=email] {width:300px;margin:4px;padding:8px; }
 .demande select {width:150px;margin:4px;padding:8px;;}
.demande h5 { color:#009900; font-weight:bold;font-size:17px}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}


#liste_lien_menu
{
	position:fixed;
	bottom:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:100%;
	border:none;
	z-index:1000;
	background: #003e57;
	transition:0.4s ease;
	width:84px;
}
#contenant_menu
{
	padding: 30px;
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100% - 158px);
}
#contenant_menu #lien_support{
	position:absolute;
	bottom:30px;
	left:30px;
}
#contenant_menu #lien_support img{
	width:24px;
	transition:0.4s ease;
}
#contenant_menu #lien_support:hover img{
	transform:rotateY(360deg);
}
#contenant_menu #liste_lien_menu_affichage .item_menu{
	margin:30px auto;
}
#contenant_menu #liste_lien_menu_affichage .item_menu:first-child{
	margin-top:0;
}
#contenant_menu #liste_lien_menu_affichage .item_menu:last-child{
	margin-bottom:0;
}
#contenant_menu #liste_lien_menu_affichage .item_menu>a{
	color:#FFF;
	display: inline-block;
	vertical-align: middle;
	transition:0.2s ease;
	position:relative;
}
#contenant_menu #liste_lien_menu_affichage .item_menu>a:hover, #contenant_menu #liste_lien_menu_affichage .item_menu.active>a{
	color:#00ffe2;
}
#contenant_menu #liste_lien_menu_affichage .item_menu>a img{
	width:24px;
	display: inline-block;
	vertical-align: middle;
	transition:0.4s ease;
}
#contenant_menu #liste_lien_menu_affichage .item_menu>a:hover img, #contenant_menu #liste_lien_menu_affichage .item_menu.active>a img{
	transform:rotateY(360deg);
	filter: invert(0) sepia(1) saturate(11.4) hue-rotate(28.8deg) brightness(0.66);
}
#contenant_menu #liste_lien_menu_affichage .item_menu>a h3{
	font-weight:normal;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin:auto;
	margin-left:0px;
	opacity:0;
	visibility: hidden;
	position:absolute;
	background:none;
	top:50%;color:#fff;
	left:40px;
	transform: translateX(220px) translateY(-50%);
	width: 200px;
	transition:0.4s ease;
}
#liste_lien_menu:hover{
	width:300px;
}
#liste_lien_menu:hover #contenant_menu #liste_lien_menu_affichage .item_menu>a h3{
	opacity:1;
	visibility: visible;
	transform: translateX(0) translateY(-50%);
}
#container_logo{
	height:84px;
	display:flex;
	position:relative;
}#liste_lien_menu:hover #container_logo{
	 width:300px;
 }
#container_logo #logo_petit{
	height:40px;
	margin:auto 22px;
	transition:0.2s ease;
	opacity:1;
}

#container_logo #logo{
	height: 40px;
	margin:auto;
	position:absolute;
	top:50%;
	left:20px;
	transform: translateY(-50%);
	transition:0.2s ease;
	opacity:0;
}


#liste_lien_menu:hover #container_logo #logo_petit{
	transform: translateX(73px);
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-delay: 0.2s;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
#container_logo #logo{
	height: 40px;
	margin:auto;
	position:absolute;
	top:50%;
	left:20px;
	transform: translateY(-50%);
	transition:0.2s ease;
	opacity:0;
}
#liste_lien_menu:hover #logo{
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-delay: 0.2s;
	display: block;
	height: 100px;
	width: 184px;

}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.btn_orange
{
	width:25Opx;
	padding:8px;
	margin:5px;
	background:#fff;
	border:1px solid #f39200;
	color:#f39200;
	cursor:pointer;
}
.btn_gris
{
	width:25Opx;
	padding:8px;
	margin:5px;
	background:#fff;
	border:1px solid #ccc;
	color:#ccc;
	cursor:pointer;
}
.btn_vert
{
	width:25Opx;
	padding:8px;
	margin:5px;
	background:#fff;
	border:1px solid green;
	color:green;
	cursor:pointer;
}

.ligne_matos_pack{
	cursor:pointer;
	padding:5px 10px;
}
.ligne_matos_pack:hover{
	background:#e8f2f7;
}
.ligne_matos_pack.active{
	background:#8bd83b;
}

.succes{
	background:#4DB205;
	font-weight:bold;
	color:#fff;
	padding:10px;
	margin:10px 0;
}

.ex_decl{
	margin:5px 10px;
	font-style:italic;
	display:inline-block;
}

.compteur_alerte{
	background:#f23a3a;
	color:#FFF;
	padding:5px;
	margin:0 3px;
	border-radius:5px;
}
.compteur_alerte.mini{
	font-size:10px;
	padding:3px 5px;
	line-height: 20px;
}

.content_box_alerte_active{
	margin-bottom:20px;
}

.box_alerte_active{
	display:inline-block;
	border:2px solid #003e57;
	padding:10px;
	margin:5px;
	width:calc(33% - 10px);
	height:100px;
	background:#eee;
	box-sizing: border-box;
	vertical-align:top;
	overflow: hidden;
}
.box_alerte_active .titre_recurrence{
	font-weight:bold;
	color:#4DB205;
	font-size:11px;
}
.box_alerte_active .remarque_alerte{
	font-style:italic;
	color:#4DB205;
	margin-top:5px;
	overflow: auto;
	height: 50px;
}

#drop_zone {
	border: 3px dashed #e0e0e0;
	height: 17vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#drop_zone.drag {
	background: #bfbfbf;
}

#drop_zone i {
	font-size: 20px;
}