body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 100%;
	font-family: Segoe Ui, verdana;
	color: #ffffff;
	background-color: #2d3e52;
}

#main {
}
a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}
.div_bandeau {
	height: 11%;
	min-height: 100px;
	width: 100%;
	background: #ffffff;
	text-align: center;
}
.div_main {
	/*padding:100px 90px 50px;
	margin-left: -90px;    
    margin-top: -70px;
	*/
	height: 70%;
	background-image: url("/images/logiciel-recouvrement-Collectysv2.jpg");
	/*background-position: left top;*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.div_undermain {
	padding: 20px;
	padding-left: 20%;
	height: 19px;
	font-size: 16px;
	background: #660066;
}
.div_undermain ul {
	margin: 0px;
	padding: 0px;
}
.div_undermain li {
	display: inline;
	padding-right: 30px;
}
.div_undermain a:link {
	color: #bbbbbb;
}
.div_undermain a:visited {
	color: #bbbbbb;
}
.div_undermain a:hover {
	color: #ffffff;
}
.div_text_form {
	position: absolute;
	left: 20%;
	top: 35%;
	width: 30%;
	/*font-family: Open Sans;*/
}

.div_text_form h1 {
	color: #660066;
	font-family: "Open Sans";
	font-size: 2.9vw;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 1%;
}

.div_text_form h4 {
	color: #660066;
	font-family: "Open Sans";
	font-size: 1.2vw;
	font-weight: 400;
	line-height: 1;
	margin: 0px;
	margin-bottom: 1%;
}
.div_jaune {
	width: 100%;
	position: absolute;
	background: #1382e3;
	background: linear-gradient(90deg, #1382e3 0%, #ffffff 100%);
	opacity: 0.5;
	height: 70%;
	text-align: center;
}

.littletext {
	font-size: 10px;
}

.div_compteur {
	position: absolute;

	left: 65%;
	top: 34%;
	border-radius: 50%;
	padding: 30px;
	border: 40px solid #660066;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #660066;
	opacity: 0.7;
	background-color: #1382e3;
	font-size: 47px;
}

.div_compteur_anim {
	z-index: 99;
	position: absolute;
	left: 65%;
	top: 34%;
	border-radius: 50%;
	padding: 30px;
	border: 40px solid #660066;

	background-color: rgba(50, 0, 255, 0);

	height: 80px;
	width: 80px;
	animation: spin 2s linear;
}

@keyframes spin {
	0% {
		border: 40px solid #660066;
	}
	5% {
		transform: rotate(0deg);
		border-top: 40px solid #3498db;
	}
	50% {
		transform: rotate(360deg);
	}
	99% {
		transform: rotate(720deg);
	}
	100% {
		border: 40px solid #660066;
	}
}

#corps {
	z-index: 1;
	/*border: 1px solid red;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	width: 100%;
	position: fixed;
	padding-left: 240px;
	margin-top: 50px;
	/*overflow-y:hidden;*/
	overflow: auto;
}
#page {
	background-color: #2d3e52;
	padding: 20px;
	height: 90%;
	overflow: auto;
}
#page::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}
#page::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
}
#page::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #2a3846;
}
#div_menu{
	margin-top: 100px;
}

#menu {
	position: fixed;
	z-index: 3;
	/*border: 1px solid green;*/
	float: left;
	box-sizing: border-box;
	background-color: #2a3846;
	color: #ffffff;
	font-size: 16px;
	padding: 7px;
	height: 100%;
	width: 240px;
}

#div_datetime {
	float: right;
	float: right;
	height: 30px;
	padding: 5px;
}


#div_erreur {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background-image: url(../images/picto_error.png);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	padding: 20px;
	left: 35%;
	top: 30%;
	width: 500px;
	height: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #bbbbbb;
	padding-left: 90px;
}
#div_version {
	text-align: center;
}
#div_message {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background-image: url(../images/picto_info.png);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	padding: 20px;
	background-position: 20px;
	min-height: 90px;
	left: 35%;
	top: 30%;
	width: 500px;
	height: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #bbbbbb;
	padding-left: 100px;
	vertical-align: middle;
}

#div_login {
	margin: auto;
	width: 300px;
}

#div_serveur_infos {
	display: table;
	position: relative;
	border-spacing: 5px;
	height: 303px;
	width: 100%;
	min-width: 1100px;
	text-align: center;
}

#div_serveur_infos_suite {
	box-sizing: border-box;
	position: relative;
	height: 110px;
	width: 100%;
	min-width: 1100px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

#div_serveur_barreboutons {
	position: relative;
	width: 1148px;
	text-align: center;
}

.div_tableaudebord_cell {
	display: table-cell;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	height: 180px;
	border-radius: 5px;
	background-color: #2a3846;
	text-align: center;
	margin-right: 5px;
	padding: 10px;
}

#div_serveur_gauche {
	display: table-cell;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	min-width: 160px;
	width: 23%;
	height: 280px;
	/*float:left;*/
	border-radius: 5px;
	background-color: #2a3846;
	text-align: center;
	margin-right: 5px;
	padding: 10px;
}

#div_serveur_droite {
	display: table-cell;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	min-width: 160px;
	width: 23%;
	height: 280px;
	/*float:left;*/
	border-radius: 5px;
	background-color: #2a3846;
	text-align: center;
	margin-left: 5px;
	padding: 10px;
}

#div_graph_users {
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 120px;
	float: left;
	border-radius: 5px;
	background-color: #2a3846;
	text-align: center;
	padding: 10px;
}

#div_serveur_tableaudebord {
	display: table-cell;
	/*float:left;*/
	min-width: 520px;
	width: 40%;
	height: 300px;
	background-color: #2a3846;
	border-radius: 5px;
	/*
	 border:1px solid green;
	 border-radius: 10px;
	 */
}

.circle_jauge {
	/*background:#bfd70e;*/
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 5px;
	text-align: center;
	border: 5px solid #1382e3;
}

.logo {
	height: 60px;
}
.logo_image {
	
	float: left;
}
.logo_image img {
	height: 80px;
}
.logo_texte {
	height: 50px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	padding: 15px 0px 15px 0px;
}

.text_medium {
	font-size: 16px;
}

#menu_user {
	height: 30px;
	background-color: #293745;
}
#menu_login {
	z-index: 2;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
	/*border :1px solid blue;*/
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	height: 50px;
	background-color: #354758;
	font-size: 18px;
	padding: 10px;
	color: #ffffff;
}

#div_serveurgroupe_onglet_listesauvegarde {
	display: none;
	min-height: 200px;
}

#div_serveurgroupe_onglet_histo {
	min-height: 200px;
}

.center {
	text-align: center;
}
.menu_avatar {
	width: 32px;
	cursor: pointer;
}

.menu_actif {
	color: white;
	font-weight: bold;
	cursor: pointer;
	height: 60px;
}

.menu_li {
	color: white;
	cursor: pointer;
	height: 60px;
}
.menu_li:hover {
	color: grey;
}
.menu_gestionclient {
	list-style-image: url(../images/menu_customer.png);
}

.menu_gestionserveur {
	list-style-image: url(../images/menu_server.png);
}

.menu_gestionsauvegarde {
	list-style-image: url(../images/menu_sauvegarde.png);
}

.menu_gestiongroupe {
	list-style-image: url(../images/menu_group.png);
}

.menu_gestionutilisateur {
	list-style-image: url(../images/menu_user.png);
	/*
	  background-size: 32px;
	  background-position: left center;
	  background-repeat: no-repeat;
	  margin-left: -35px;
	  display: inline-block;
	  background-image: url(../images/menu_user.png);;
	  */
}

.menu_gestionwebservice {
	list-style-image: url(../images/menu_server.png);
}

.menu_gestionportail {
	list-style-image: url(../images/menu_portail.png);
}

.menu_gestionalerte {
	list-style-image: url(../images/menu_alert.png);
}
/*
Pour trouver une icone:
https://www.flaticon.com/free-icon/airport-security-portal_48882
*/

input[type="text"] {
	height: 18px;
}
input[type="password"] {
	height: 18px;
}
input[type="button"],
input[type="submit"] {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Segoe Ui, verdana;
	color: #ffffff;
	min-width: 70px;
	font-size: 12px;
	background: #1382e3;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	border: 0px;
	margin: 2px;
	cursor: pointer;
}
input[type="button"]:hover {
	background: #02c7c2;
	text-decoration: none;
}
table {
	font-size: 12px;
}
input,
textarea {
	font-size: 10px;
}
.border-travaux {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 10px;
	padding: 10px;
	border-image: url("/images/border-travaux.png") 9 round;
	height: 280px;
}
.border-pastravaux {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	padding: 20px;
	/*border:1px solid green;*/
	border-radius: 10px;
	height: 280px;
}

#serveurconfig {
	display: block;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	opacity: 0.1;
	min-width: 300px;
	left: 40%;
	top: 30%;
	padding: 10px;
	border-radius: 5px;
	background-color: #2a3846;
	position: absolute;
	text-align: center;
	position: fixed;
	z-index: 10;
}
#serveurgroupeconfig {
	display: block;
	opacity: 0;
	width: 400px;
	left: 20%;
	top: 15%;
	padding: 10px;
	border: 1px solid green;
	border-radius: 5px;
	background-color: #cccccc;
	position: absolute;
	text-align: center;
	position: fixed;
	z-index: 10;
}

.div_serveurgroupe_leshistos {
	padding: 10px;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

.tabs {
	width: 100%;
	height: 29px;
}
.div_serveurgroupe_onglet {
	color: #1382e3;
	padding-top: 5px;
	cursor: pointer;
	height: 28px;
	text-align: center;
	background-color: #000000;
	border: 1px solid #222222;
	/*
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	float: left;
	font-size: 16px;
	/*font-weight: bold;*/
}

.div_serveurgroupe_parametrage {
	width: 1128px;
	/*height:161px;*/
}

/*
#div_serveurgroupe_histo{
	width:1128px;
	overflow-y:scroll;
	height:230x;
	border:1px solid #CCCCCC;
}*/

.datagrid {
	overflow-y: scroll;
	max-height: 83%;
}
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	font: normal 12px/150% Segoe Ui, verdana;
	background: #fff;
	border: 1px solid #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.datagrid table td,
.datagrid table th {
	padding: 0px 3px 0px 3px;
}
.datagrid table thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccdd00), color-stop(1, #1382e3));
	background: -moz-linear-gradient(center top, #ccdd00 5%, #1382e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDD00', endColorstr='#1382E3');
	background-color: #ccdd00;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #000000;
}

.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #000000;
	border-left: 1px solid #000000;
	font-size: 11px;
	border-bottom: 1px solid #1382e3;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

.datagrid_large {
	overflow-y: scroll;
	max-height: 83%;
}
.datagrid_large table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid_large {
	font: normal 14px/150% Segoe Ui, verdana;
	background: #fff;
	border: 1px solid #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.datagrid_large table td,
.datagrid_large table th {
	padding: 0px 3px 0px 3px;
}
.datagrid_large table thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccdd00), color-stop(1, #1382e3));
	background: -moz-linear-gradient(center top, #ccdd00 5%, #1382e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDD00', endColorstr='#1382E3');
	background-color: #ccdd00;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #000000;
}

.datagrid_large table thead th:first-child {
	border: none;
	height: 28px;
}
.datagrid_large table tbody td {
	color: #000000;
	border-left: 1px solid #000000;
	font-size: 14px;
	border-bottom: 1px solid #1382e3;
}
.datagrid_large table tbody td:first-child {
	border-left: none;
}
.datagrid_large table tbody tr:last-child td {
	border-bottom: none;
}
.datagrid_large {
	overflow-y: scroll;
	max-height: 83%;
}

.datagrid_large {
	overflow-y: scroll;
	max-height: 83%;
}
/*.datagridV2_large table { border-collapse: collapse; text-align: left; width: 100%;background-color:transparent; } */
.datagridV2_large table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	background-color: transparent;
}
.datagridV2_large {
	font: normal 14px/150% Segoe Ui, verdana;
}
.datagridV2_large table td,
.datagridV2_large table th {
	padding: 0.6rem;
}
.datagridV2_large table thead th {
	color: #ffffff;
	border-bottom: 2px solid #2a3846;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDD00', endColorstr='#1382E3');
	font-size: 14px;
	font-weight: bold;
}
.datagridV2_large table tbody td {
	color: #ffffff;
	border-top: 1px solid #2a3846;
}

.datagridV2_large {
	overflow-y: scroll;
	max-height: 83%;
}
.datagridV2_large::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}
.datagridV2_large::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
}
.datagridV2_large::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #2a3846;
}

.td {
	color: white;
}

.right_main {
	background-color: #2d3e52;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 20px;
	color: white;
}

.box {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
	position: relative;
	background-color: #354758;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 20px;
	color: white;
}

.box2 {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
	background-color: #354758;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px;
	color: white;
}

.boxGauche {
	/*box-sizing:border-box;*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
	background-color: #354758;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 20px;

	padding: 20px;
	color: white;
	width: 48%;
	float: left;
}

.boxDroite {
	/*box-sizing:border-box;*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
	background-color: #354758;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 20px;
	margin-left: 53%;
	color: white;
	width: auto;
}

.boxligne2 {
	width: 100%;
	border: 1px solid transparent;
}

.box_title {
	/*	background-color:#444444;*/
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #1382e3;
}

.box_buttons {
	/*position:relative;*/
	box-sizing: border-box;
	float: right;
	/*top:-35px;*/
}

.flot-container {
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	padding: 0px;

	/*margin: 15px auto 30px auto;*/
	/*border: 1px solid #ddd;*/
	background: #2a3846;
	/*background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
}

#plot-hover {
	position: absolute;
	top: 310px;
	width: 30px;
	height: 20px;
	background: #c6c6c6;
	display: none;
}
#plot-log {
	float: left;
	width: 100px;
	height: 300px;
	overflow-y: scroll;
}
#plot-log .in {
	color: green;
}
#plot-log .out {
	color: red;
}

.flot-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

progress {
	background: black;
	width: 100px;
	height: 14px;
	margin-left: 10px;
	margin-right: 10px;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
	border-radius: 50px;
	padding: 2px;
}

/* All good till now. Now we'll style the background */
::-webkit-progress-bar {
	border: none;
	background: black;
	border-radius: 50px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* All good till now. Now we'll style the background */
::-moz-progress-bar {
	background: black;
	border-radius: 50px;
	padding: 2px;
	/*box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);*/
	background: -moz-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		/*-webkit-linear-gradient(left, #ba7448, #c4672d);*/ -moz-linear-gradient(left, #aaaa00, #eeee00);

	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-moz-animation: move 5s linear 0 infinite;
}

/* Now the value part */
::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background: -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		/*-webkit-linear-gradient(left, #ba7448, #c4672d);*/ -webkit-linear-gradient(left, #aaaa00, #eeee00);

	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
	0% {
		background-position: 0px 0px, 0 0, 0 0;
	}
	100% {
		background-position: -100px 0px, 0 0, 0 0;
	}
}
