/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
:root {
  --main-color: #004777;
}


html, body {
	height: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	margin-bottom: 10px;
	color: var(--main-color);
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #004777;
}

h3 {
	font-size: 1.3em;
}

img {
	cursor: pointer;
}

input[type="text"] {
	width: 150px;
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

textarea {
	resize: none;
}

select {
	min-width: 100px;
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

p.pop_first {
	margin-top: 20px;
}

p.red {
	color: red;
}

p.f_left {
	float: left;
}

p.green {
	color: green;
}

p > input[type=password] {
	width: 265px;
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.clear {
	clear: both;
}

#header {
	display: block;
	width: 100%;
	height: 116px;
	background: url('../groupes_fichiers/images/header.png') repeat-x;
}
	#header > .wrap > #top_link, #header > .wrap > .row > #top_link {
		line-height: 116px;		
	}
		#header > .wrap > #top_link > a, #header > .wrap > .row > #top_link > a {
			color: #FFFFFF;
			text-decoration: underline;
			font-size: 1.15em;
			font-weight: bold;
		}
			#header > .wrap > #top_link > a:hover, #header > .wrap > .row > #top_link > a:hover {
				text-decoration: none;
			}

#menu {
	display: block;
	width: 100%;
	height: 37px;
	background: url('../groupes_fichiers/images/menu.png') repeat-x;
}
	#menu > .wrap > ul {
		display: inline-block;
	}
		#menu > .wrap > ul > li {
			float: left;
			line-height: 37px;
			margin-right: 30px;
		}
			#menu > .wrap > ul > li > a {
				color: #FFFFFF;
				font-size: 1.1em;
			}
				#menu > .wrap > ul > li > a:hover {
					text-decoration: underline;
				}

#content {
	display: block;
	width: 100%;
	min-height: 500px;
	background: #FFFFFF url('../groupes_fichiers/images/background.png') repeat-x;
}
	#content > .wrap > #corps {
		padding-top: 18px;
	}
		#content > .wrap > #corps a.button {
			text-decoration: none;
		}
		#content > .wrap > #corps a {
			text-decoration: underline;
		}
			#content > .wrap > #corps a:hover {
				text-decoration: none;
			}

#footer {
	position: absolute;
	bottom: 0px;
	height: 56px;
	display: block;
	width: 100%;
	background: url('../groupes_fichiers/images/footer.png') repeat-x;
}
	#footer > .wrap > p {
		text-align: right;
		line-height: 56px;
		color: #CCC;
	}

#box {
	padding-top: 100px;
}
	#box div.panel > form > fieldset {
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
		#box div.panel > form > fieldset:last-child {
			margin: 0;
		}
		#box div.panel > form > fieldset label {
			display: block;
			padding: 2px;
			padding-left: 0;
			width: 160px;
			color: #999;
			font-weight: bold;
			float: left;
		}
		#box div.panel > form > fieldset label {
			display: block;
			padding: 2px;
			padding-left: 0;
			width: 150px;
			color: #999;
			font-weight: bold;
			float: left;
		}
		#box div.panel form label.pop {
			display: block;
			padding: 2px;
			padding-left: 0;
			width: 185px;
			color: #999;
			font-weight: bold;
			float: left;
		}
		#box div.panel form label.popdesc {
			display: block;
			padding: 2px;
			padding-left: 0;
			width: 100%;
			color: #999;
			font-weight: bold;
			float: none;
		}
		#box div.panel > form > fieldset label.radio {
			display: inline;
			padding: 2px;
			padding-left: 0;
			width: 35px;
			color: #999;
			font-weight: bold;
			float: none;
		}
		#box div.panel > form > fieldset input[type=text], #box div.panel > form > fieldset input[type=password] {
			width: 265px;
			padding: 2px;
			border: 1px solid #999;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			float: right;
		}
		
		#box div.panel > form > fieldset select {
			width: 200px;
			padding: 2px;
			border: 1px solid #999;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			float: right;
		}
		
		#box div.panel > form > fieldset textarea {
			width: 250px;
			height: 100px;
			padding: 2px;
			border: 1px solid #999;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			float: right;
		}
		
.test {
	position:relative;
}

.zone img {
	padding-right: 20px;
}

.zone label {
	display: block;
	padding: 2px;
	padding-left: 0;
	width: 150px;
	color: #999;
	font-weight: bold;
	float: left;
}

.zone label.radio {
	display: inline;
	padding: 2px;
	padding-left: 0;
	width: 70px;
	color: #999;
	font-weight: bold;
	float: none;
}

.zone label.radio.long{
	display:inline-block;
	width: 210px;
}

.zone label.long{
	display:inline-block;
	width: 250px;
}

.zone select {
	display: inline;
}

.zone select.hide {
	display: none;
}

.zone textarea {
	width: 310px;
	height: 70px;
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.zone p.charsRemaining {
	color: #999;
	font-weight: bold;
}

.zone #adm_quo_table_2 td select, .zone #adm_quo_table_4 td select {
	width: 100%;
}

#quo select, #das_table select, #adm_quo_table_2 select, #adm_quo_table_4 select {
	margin-bottom: 5px;
	margin-top: 5px;
}

#das_table select, #quo_table select {
	min-width: 220px;
}

#ori select, #dest select, #tax select, #pri select, #col select {
	display: inline;
	margin-bottom: 9px;
}

#ori table select, #dest table select, #tax table select, #pri table select, #col table select {
	margin-bottom: 0;
}

#ori > a, #dest > a, #tax > a, #pri > a, #col > a  {
	padding-top: 9px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	z-index: 100;
	display: none;
}

.error {
	background-color: rgba(198, 15, 19, 0.1);
	border-color: #C60F13 !important;
}

.popup {
	position: absolute;
	top: 20%;
	padding: 10px;
	width: 500px;
	max-height: 600px;
	left: 50%;
	margin-left: -265px;
	background: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	z-index: 150;
	display: none;
}
	.popup p {
		margin-bottom: 7px;
	}
		.popup p:last-child {
			margin-bottom: 0;
		}
		
.popup input[type=text] {
	width: 265px;
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wrap {
	width: 70%;
	height: 96%;
	margin: 0 auto;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.t_small {
	font-size: 0.8em;
}

.full {
	width: 100%;
}

.strength0 {
	color: #CCCCCC;
}

.strength1 {
	color: #FF0000;
}

.strength2 {
	color: #E4D00A;
}

.strength3 {
	color: #399900;
}


/*-------------------------- TABLE -----------------------------*/
table {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
	table > thead > tr > th {
		background: #004777 url('../groupes_fichiers/images/navbar.png');
		height: 25px;
		line-height: 25px;
		color: #FFF;
		padding: 1px 5px;
		font-weight: bold;
		cursor: pointer;
	}
	table > tbody > tr > td {
		height: 20px;
		line-height: 20px;
		text-align: left;
		color: #888;
		padding: 1px 5px;
		vertical-align: middle;
	}
		table > tbody > tr:hover > td {
			color: #006CA4;
		}
		table > tbody > tr:nth-child(even) > td {
			background: #F2F2F2;
		}
			table > tbody > tr:nth-child(even) > td.separation, table > tbody > tr:nth-child(odd) > td.separation {
				background: #FFF;
				font-weight: bold;
				color: #FF8A00;
				padding: 5px 0 8px 0;
			}
			
#das_pager, #quo_pager, #ori_pager, #dest_pager, #tax_pager, #pri_pager, #sea_pager {
	display: inline-block;
	margin-top: 5px;
	overflow: auto;
}
	#das_pager img, #quo_pager img, #ori_pager img, #dest_pager img, #tax_pager img, #pri_pager img, #sea_pager img {
		cursor: pointer;
		margin-right: 4px;
		float: left;
	}
	
	#das_pager input, #quo_pager input, #ori_pager input, #dest_pager input, #tax_pager input, #pri_pager input, #sea_pager input {
		padding: 1px 2px;
		width: 60px;
		font-size: 11px;
		float: left;
		margin-right: 4px;
	}
	
	#das_pager select, #quo_pager select, #ori_pager select, #dest_pager select, #tax_pager select, #pri_pager select, #sea_pager select {
		display: none;
	}
	
table#hist_table > tbody > tr > td {
		height: 30px;
		line-height: 30px;
		text-align: left;
		color: #888;
		padding: 1px 5px;
		vertical-align: middle;
	}
	
p.bienvenue {
	line-height: 2em;
}

#accueil_left {
	margin: 0px;
}

#lbl_etat {
	float: left;
	padding-right: 10px;
}
.dataTables_length {
	float: left;
	height: 40px;
	padding-top: 10px;
	width: 50%;
}

.dataTables_length label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.dataTables_length label select {
	display: inline-block;
    width: auto;
    vertical-align: middle;
}

.dataTables_filter {
	float: right;
	height: 40px;
	padding-top: 10px;
	width: 50%;
	text-align: right;
}

.dataTables_filter label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.dataTables_info {
	clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_paginate {
	float: right;
    text-align: right;
    padding-top: 0.25em;
}

.pagination {
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.paginate_button {
	background: none;
    border: none;
    margin: 0px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
}

.paginate_button.disabled {
	cursor: default;
    color: #666;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.paginate_button.current {
	z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #004777;
    border-color: #004777;
}

.paginate_button:hover {
	color: #004777;
}
#quo_table {
	clear: both;
}