@charset "utf-8";
/* CSS Document */

/* Important pour le full screen : */
html, body {
  background: white;
  padding: 0;
  margin: 0;
}
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}

.navbar-brand {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.container {
	
}
.spaceforNav {
	display: block;
	height: 120px;	
}
.space10 {
	clear: both;
	display: block;
	height: 10px;
}
.space20 {
	clear: both;
	display: block;
	height: 20px;
}
.space40 {
	clear: both;
	display: block;
	height: 40px;	
}
.clearfloat {
	clear: both;	
}

.dropdown-menu {
	z-index: 10000;
	top: 50px;
	/*top: 123px;*/
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
	background-color: #381354;
	background-image: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #381354;
	background-image: none;
}

/**/
.tooltip {
	 position : fixed;
}

.tooltip.in {
	border-top-color: #535d4f;
	border-right-color: #535d4f;
	border-bottom-color: #535d4f;
	border-left-color: #535d4f;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	opacity : 1 ;
	padding :0px;
}

.tooltip-inner {
	color: #501b79; /*535d4f*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #dcd1e4;
	min-width: 140px;
	text-align: center !important;
	border: 1px solid #a488b9;
}

.ui-tooltip {
	color: #535d4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	background-color: #f2f9ef;
	border-top-color: #535d4f;
	border-right-color: #535d4f;
	border-bottom-color: #535d4f;
	border-left-color: #535d4f;
}

h1 {
	
}
.introP {
	padding: 0px;
	height: 42px;
	/*border: 1px solid #C9C;*/
}

.desactive {
	cursor: default;		
}
.desactive:hover {
	text-decoration: none;		
}
.help {
	cursor: help;		
}

.navbar-inverse {
	background-color: #501b79;
	background-image: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #dcd1e4;
	background-color: #501b79;
	border: 0px none #dcd1e4;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #501b79;
}
.navbar-inverse .navbar-brand {
	color: #dcd1e4;	
	background-color: #501b79; 
}

.navbartop {
	height: 51px;
	z-index: 200;
}

.navbar2nd {
	margin-top: 51px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9a4ca;
	background-color: #dcd1e4;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.navbar2nd .navbar-nav > li > a {
	color: #501b7a;
}
.navbar2nd .navbar-nav > li > a:hover {
	color: #280d3d;
	background-color: #b9a4ca;
}
.navbar2nd .navbar-nav > li > a:focus {
	color: #280d3d;
	background-color: #eee9f2;
}
.navbar2nd .navbar-nav > li > a.active {
	color: #280d3d;
	background-color: #eee9f2;
}
.navbar2nd .navbar-nav > li > a.active:hover {
	background-color: #cebfda;
}
.navbar2nd .navbar-nav > li > a.active:focus {
	background-color: #fff;
}
.menuIcon {
	font-size: 20px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	
}
.menuTitle {
	
}

.imagette-sm {
	height: 24px;
	width: 24px;	
}
.imagette-md {
	height: 50px;
	width: 50px;	
}
.imagette-lg {
	height: 120px;
	width: 120px;	
}

.panel {
	box-shadow: 0 2px 3px #ddd;
}
.panel-body .row {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: normal;
}
.panel-body .row:hover {
	
}
.panel-body .row ul {
	padding-top: 12px;
}
.textAfterInput {
	padding-top: 7px;
}
.inputFile {
	padding-top: 4px;
}

.filterZone {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #efefef;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}
.mois {
	padding-right: 12px;
	padding-left: 0px;
	
}
.radiooptions label {
	display: block;
	float: left;
	margin-right: 20px;	
}
.bloc-all {
	
}
.bloc-shared, .bloc-transmitted  {
	/**/
	border: 1px solid #CCC;
	background-color: #fff;
	display: block;
	float: left;
	width: 100%;
	/*margin-right: 20px;*/
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/*.bloc-shared .option-filter, .bloc-transmitted .option-filter {
	padding-right: 20px;
	padding-left: 20px;
}*/

.tooltip_info {
	border-bottom: dotted #999 thin; 
	cursor:help;
}

.addFieldset {
	background-color: #eee;	
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

.note {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.blocFieldset {
	margin-top: 10px;
	margin-bottom: 40px;
	clear: both;
}

.modal-body .blocFieldset {
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal-body .blocFieldset p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	clear: left;
}
.modal-body .blocFieldset p:hover {
	/*background-color: #eee;*/	
}
/**/
.modal-body .blocFieldset .info-inline {
	clear: both;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-bottom: solid 1px #eee;
}
.modal-body .blocFieldset .info-inline:hover {
	background-color: #eee;	
}
.modal-body .blocFieldset .label_lg .info-label {
	width: 120px;
	display: block;
	float: left;
}
.modal-body .blocFieldset .label_lg .info-item {
	display: block;
	margin-left: 120px;
	padding-left: 10px;
}
.modal-body .blocFieldset .label_md .info-label {
	width: 90px;
	display: block;
	float: left;
}
.modal-body .blocFieldset .label_md .info-item {
	display: block;
	margin-left: 90px;
}
.modal-body .blocFieldset .label_sm .info-label {
	width: 26px;
	display: block;
	float: left;
}
.modal-body .blocFieldset .label_sm .info-item {
	display: block;
	margin-left: 26px;
}
.padding-top20 {
	padding-top: 20px;
}
.padding-top30 {
	padding-top: 30px;
}

.deleted_line {
	color: #999;
	background-color: #eee;
	text-decoration: line-through;
}
.status-xs {
	height: 12px;	
}
.status-sm {
	height: 20px;	
}
.status-md {
	height: 30px;	
}
.status-lg {
	height: 40px;	
}

.cadre {
	background-color: #eee;
	margin-bottom: 5px;
}
/*
.ipeChoice {
	font-size: 15px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	width: 100%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.ipeChoice:hover {
	border: 1px solid #501b79;
	background-color: #dcd1e4;
}*/



.ipeChoice .pull-right {
	padding-top: 4px;
}
.ipeChoices label.ipeChoice {
	font-size: 15px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-weight: bold;
	width: 100%;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: pointer;
	height: 34px;
}
.ipeChoices label.ipeChoice:hover {
	border: 1px solid #501b79;
	background-color: #dcd1e4;
}
.ipeChoices input[type="radio"] {
	float: left;
	position: relative;
	left: 10px;
	top: 14px;
}
.ipeChoices input[type="radio"]:checked + label.ipeChoice {
	border: 1px solid #501b7a;
	color: #fff;
	background-color: #501b7a;
	font-size: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1px;
}
.disabled label.ipeChoice:hover {
	border: 1px solid #CCC;
	background-color: #eee;
}

.preavis_no input:checked + label {
	color: #a94442;
	font-weight: bold;
}
.preavis_ok input:checked + label {
	color: #3c763d;
	font-weight: bold;
}

/* pour activer correctement formvalidation sur les checkbox dans control_a */
.checkbox input[type="checkbox"] {
	margin-left: 0px;
}
.checkbox label  {
	min-height: 10px;
	margin-bottom: 0;
	font-weight: 700;
}

/*display: none;
color: #501b79;
background-color: #dcd1e4;

*/


/*
input[type=checkbox] + label {
  
} 
input[type=checkbox]:checked + label {
  color: #ff9933;
  font-style: normal;
}
*/


/* bordures pour le cadre des photos: */
.cgas-border {
	border: 2px solid #d9534f;	
}
.uapg-border {
	border: 2px solid #5bc0de;	
}
.label-cgas {
    background-color: #d9534f;
}
.label-uapg {
    background-color: #5bc0de;
}
.label-juristes {
    background-color: #ffcc00;  /*744a95*/
}


.agendaZone .itemDay {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
.agendaZone .itemDay:hover {
	background-color: #fafafa;	
}
.agendaZone .itemDate {
	margin-bottom: 20px;
}
.agendaZone .itemDate .jour {
	font-size: 18px;
	padding-right: 20px;
	display: block;
}
.agendaZone .itemDate .date {
	font-size: 14px;
	font-weight: bold;
}

.table-controle {
	
}
.table-controle tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.table-controle tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.table-controle tr:hover td {
	background-color: #eee;	
}

.zone-controles {
	padding: 10px;
	border: 2px solid #F33;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zone-formations {
	padding: 10px;
	border: 2px solid #0C6;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zone-seances {
	padding: 10px;
	border: 2px solid #39F;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zone-total {
	padding: 10px;
	border: 2px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fld-hours {
	text-align: right;
	width: 50px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;	
}
/* infraction-line */
.panel-body .infraction-line {
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

.label4check {
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	/*padding-right: 18px;*/
}

.controlDaysBar {
	padding-top: 10px;	
}
.intentionDays, .controleDays, .conformiteDays, .controleDaysPlanned  {
	padding-right: 40px;
	float: left;
}
.daysPicto {
	font-size: 13px;
	display: block;
	float: left;
	width: 20px;
	margin-top: -2px;
}
.daysText {
	font-size: 11px;
	display: block;
	float: left;
	width: 65px;
}
.daysBar {
	display: block;
	height: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	max-width: 220px !important;
}
.daysNbr {
	font-size: 11px;
	display: block;
	float: left;
	width: 70px;
}
.intentionDays {
	color: #414b99;
}
.intentionDays .daysBar {
	/*background-color: #414b99;*/
	background-image: url(../images/days-intension.png);
	background-repeat: repeat-x;
}

.controleDays {
	color: #501b7a;
}
.controleDays .daysBar {
	/*background-color: #501b7a;*/
	background-image: url(../images/days-controle.png);
	background-repeat: repeat-x;
}

.controleDaysPlanned {
	color: #501b7a;
}
.controleDaysPlanned .daysBar {
	/*background-color: #501b7a;*/
	background-image: url(../images/days-controleplanned.png);
	background-repeat: repeat-x;
}

.conformiteDays  {
	color: #953764;
}
.conformiteDays .daysBar {
	/*background-color: #953764;*/
	background-image: url(../images/days-conformite.png);
	background-repeat: repeat-x;
}


.badge-sm {
	font-size: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline;
	position: relative;
	top: -5px;
}
.badge-primary {
	background-color: #007bff;
}
.badge-success {
	background-color: #28a745;
}
.badge-danger {
	background-color: #d9534f;
}
.badge-warning {
	background-color: #f0ad4e;
}

.table-agenda {
	
}
.table-agenda td p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.table-agenda {
	
}
.td-xs {
	width: 50px;	
}
.td-sm {
	width: 100px;
}
.td-md {
	width: 200px;
}
.td-lg {
	width: 300px;
}


hr {
	color: #ccc;
	border-color: #ccc -moz-use-text-color -moz-use-text-color;
}
h5 {
	font-weight: bold;	
}
table {
   font-size: 14px;
}

.picto-xs {
	font-size: 10px;	
}
.picto-sm {
	font-size: 14px;	
}
.picto-md {
	font-size: 18px;	
}
.picto-lg {
	font-size: 24px;
}
.picto-xl {
	font-size: 32px;
}

.text-xs {
	font-size: 10px;	
}
.text-sm {
	font-size: 14px;	
}
.text-md {
	font-size: 18px;	
}
.text-lg {
	font-size: 24px;
	letter-spacing: 1px;
}
.text-xl {
	font-size: 32px;
	letter-spacing: 1px;
}

.label-sm {
	width: 26px;
	float: left;
}
.label-md {
	width: 90px;
	float: left;
}
.label-lg {
	width: 120px;
	float: left;
}
.label-agenda {
	width: 120px;
	overflow: hidden;
	display: block;
}

#listcontrols {
	max-height: 200px;
	overflow: auto;	
}
.panel-home {
	max-height: 300px;
	overflow: auto;	
	
}

.bloc-address {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 8px;
	/*padding-bottom: 8px;*/
	margin-top: 8px;
	margin-bottom: 8px;
}
.bloc-address .address-head {
	
	background-color: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bloc-address .address-head label {
	font-weight: normal;
	color: #666;	
}

.form-control::-webkit-input-placeholder {
	color: #ddd !important;
}
 
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #ddd !important;  
}
 
.form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #ddd !important;  
}
 
.form-control:-ms-input-placeholder {  
	color: #ddd !important;  
}

.evolutionTabs {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc; /* #3c763d */
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.hoverline:hover {
	background-color: #eee;	
}

.oldcomment  {
	font-style: italic;
	line-height: 15px;
	font-size: 13px;
}
.unavailablePeriod {
	background-color: #eee;
	color: #999;
	font-style: italic;
}

.inspectList {
	overflow: auto;
	max-height: 60px;
	color: #666;
}

.cgasZone {
	font-size: 11px;
	border: 1px solid #CCC;
	float: left;
	width: 100%;
	border-radius: 5px 0 0 5px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	height: 74px;
}
.uapgZone {
	font-size: 11px;
	border: 1px solid #CCC;
	float: right;
	width: 100%;
	border-radius: 0 5px 5px 0;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	height: 74px;
}
.juristeZone {
	font-size: 11px;
	border: 1px solid #CCC;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	height: 74px;
}




/*-- Taskboard --*/


.taskboardZone .panel-heading .panel-title {
	font-size: 20px;
}
.itemTask {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.itemTask a.taskContent {
	color: #333;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
.itemTask:hover {
	background-color: #eee;	
	
}
.itemTask .taskTitle {
	font-weight: bold;	
	padding-bottom: 6px;
}
.itemTask .taskDate {
	font-size: 12px;	
}
.itemTask .taskComment {
	font-size: 12px;
}
/*
.itemTask .taskOptions {
	display: none;
}
.itemTask:hover .taskOptions {
	display: block;
}
*/

/*
.taskboardZone .panel-heading .panel-title {
	font-size: 20px;
}
.itemTask {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 34px;
	padding-left: 4px;
}
.itemTask:hover {
	background-color: #eee;	
	padding-bottom: 4px;
}
.itemTask .taskTitle {
	font-weight: bold;	
}
.itemTask .taskDate {
	font-size: 12px;	
}
.itemTask .taskComment {
	font-size: 12px;
}

.itemTask .taskOptions {
	display: none;
}
.itemTask:hover .taskOptions {
	display: block;
}
*/


.logo-entreprise {
	max-height: 300px;
	max-width: 300px;	
}

.hightitle {
	font-size: 22px;		
}


/* -- TIMELINE de la page index -- */

#timelineZone {
	overflow: auto;
	max-height: 500px;
	display: block;
}
.timelineTable tr {
	
}
.timelineTable tr:hover {
	background-color: #eee;	
}
.timelineTable td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;	
}
.timelineTable th {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.timelineTable .itemDay {
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-right: 1px;
	font-size: 12px;
	text-align: center;
	color: #999;
}
.timelineTable .itemDay .numberDay {
	display: block;
	height: 24px;
	width: 24px;
	padding: 3px;
	border: 1px solid #CCC;
}
.timelineTable .itemDay .numberDayWE {
	display: block;
	height: 24px;
	width: 24px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #ddd;
}
.timelineTable .itemDay .actualDay {
	display: block;
	height: 24px;
	width: 24px;
	padding: 3px;
	border: 1px solid #5cb85c;
	background-color: #ceeace;
}
.timelineTable .itemDay .intentionPhase {
	display: block;
	background-color: #676fad;
	height: 24px;
	width: 24px;
	padding: 4px;
	color: #fff;
}
.timelineTable .itemDay .intentionPhase:hover {
	background-color: #414b99;
}
.timelineTable .itemDay .aStatuer {
	display: block;
	background-color: #f5c683;
	height: 24px;
	width: 24px;
	padding: 4px;
	color: #fff;
}
.timelineTable .itemDay .aStatuer:hover {
	background-color: #f0ad4e;
}

.timelineTable .itemDay .controlePhase-in {
	display: block;
	background-color: #734995;
	height: 24px;
	width: 24px;
	padding: 2px;
	border: 2px solid #501b7a;
	color: #fff;
}
.timelineTable .itemDay .controlePhase-in:hover {
	background-color: #501b7a;
}
.timelineTable .itemDay .controlePhase-out {
	display: block;
	background-color: #a88dbd;
	height: 24px;
	width: 24px;
	padding: 4px;
	color: #fff;
}
.timelineTable .itemDay .controlePhase-out:hover {
	background-color: #501b7a;
}
.timelineTable .itemDay .controlePhase-next {
	display: block;
	height: 24px;
	width: 24px;
	padding: 3px;
	border: 1px solid #501b7a;
	color: #fff;
}
.timelineTable .itemDay .controlePhase-next:hover {
	
}
.timelineTable .itemDay .conformitePhase {
	display: block;
	background-color: #aa5f83; /*b57393*/
	height: 24px;
	width: 24px;
	padding: 4px;
	color: #fff;
}
.timelineTable .itemDay .conformitePhase:hover {
	background-color: #953764;
}


.footer {
	background-color: #dcd1e4;
	padding: 20px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9a4ca;
	font-size: 12px;
}


/* Pour DataTable : */
.dataTables_wrapper label {
	font-weight: normal;	
}
.dataTables_wrapper input, .dataTables_wrapper select {
	border-radius: 2px;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

div.dataTables_wrapper div.dataTables_filter input {
	font-size: 14px;
	font-weight: bold;
	color: #F00;	
}


.btn-top  {
	position: relative;
	top: -100px;
	right: 0px;
	float: right;
}

.alertHaut2 {
	position: fixed;
	top: 140px;
	right: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	/*width: 400px;*/
}
.alertHaut2 .fa {
	font-size: 22px;
	padding-right: 12px;
}


.nav-tabs.nav-justified > li > a  {
    border-bottom: 1px solid #999;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #999;
	border-bottom: 1px solid #fff;
}

.hour-item {
	width: 100px;
	display: block;
}

.infoControle {
    
}
.well {
    background-image: linear-gradient(to bottom, #e6e0e9 0%, #eeebef 100%);
    background-repeat: repeat-x;
    border-color: #dcd1e4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}
.needconfirmation {
    
    background-color: #fcf8e3;
    padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
}

.infoControle h5 {
    color: #666;
}

.bloc-expand-2lines {
	max-height: 35px;
	overflow: hidden;
	color: #888;
	display: block;
}
.bloc-expand-2lines:hover {
	max-height: 200px;
	overflow: auto;
	color: #333;
}
.bloc-alert {
	
}
.title-alert .button-alert {
	display: none;
}
.title-alert .pre-button-alert {
	display: block;
}
.title-alert:hover .button-alert {
	display: block;
}
.title-alert:hover .pre-button-alert {
	display: none;
}
.bloc-note {
	padding: 5px;
	border: 1px solid #CCC;	
	border-radius: 3px;
	min-height: 50px;
}


.homeBloc {
	    
}
.homeBloc a {
	background-color: #dcd1e4;
	height: 140px;
	width: 100%;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 40px;
	color: #501b7a;
}
.homeBloc a:hover {
	color: #fff;
	background-color: #b9a4ca;
}
.homeBloc a i {
	font-size: 42px;
	display: block;
}
.ph1-color {
	color: #414b99;
}
.ph2-color {
	color: #501b79;
}
.ph3-color {
	color: #953764;
}

.btn-marginbottom {
	margin-bottom: 10px;
}
.sts-valid {
	
}
.sts-print {
	padding-left: 20px;
}
.sts-sent {
	padding-left: 40px;
}

/* --- Disponibilités --- */

.dayLine {
	width: 100%;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.dayLine:hover .dayLabel {
	background-color: #eee;	
}

.headLabel {
	display: block;
	width: 120px;
	float: left;
	margin-right: 5px;
}
.headCheck {
	display: block;
	width: 100px;
	float: left;
	padding-top: 6px;
	margin-right: 8px;
}
.headHour {
	display: block;
	width: 30px;
	float: left;
	padding-top: 6px;
	margin-right: 1px;
	font-weight: bold;
}

.dayLine .dayLabel {
	display: block;
	height: 30px;
	width: 120px;
	float: left;
	padding-top: 6px;
	padding-left: 5px;
	margin-right: 1px;
	font-weight: bold;
}
/* -- case "toutes les heures" --*/
.dayLine label.dayCheck {
	font-size: 12px;
	border: 1px solid #333;
	width: 110px;
	height: 30px;
	cursor: pointer;
	float: left;
	text-align: center;
	padding-top: 6px;
	margin-right: 10px;
	background-color: #dcbbba;
	margin-bottom: 10px;
}
.dayLine label.dayCheck:hover {
	background-color: #9cb98b;
}
.dayLine input[type="checkbox"]:checked + label.dayCheck {
	border: 1px solid #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}
.dayLine input[type="checkbox"]:checked:hover + label.dayCheck:hover {
	background-color: #9cb98b;
}

/* -- cases des heures --*/
.dayLine label.dayHour {
	font-size: 12px;
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: left;	
	text-align: center;
	padding-top: 6px;
	margin-right: 1px;
	background-color: #dcbbba;
}
.dayLine label.dayHour:hover {
	background-color: #9cb98b;
}
.dayLine input[type="checkbox"] {
	display: none;
}
.dayLine input[type="checkbox"]:checked + label.dayHour {
	border: 1px solid #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}
.dayLine input[type="checkbox"]:checked:hover + label.dayHour:hover {
	background-color: #9cb98b;
}




/*.well {
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}
*/


/* pour créer 5 colonnes */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Hide 'powered by Google' */
.pac-container { z-index: 100000; }
.pac-container:after {
	/* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
	background-image: none !important;
	height: 0px;
}

/* header title */
.navbar-header h3 {
	background-color: transparent;
	padding-top: 0px;
	padding-left: 5px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	color: #dcd1e4;

}
.label-test {
	background-color: #fd1b01;
	float: left;
	height: 40px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border-radius: 50%;
	text-align: justify;
	margin-top: 5px;
	padding-top: 2px;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	font-family: Impact, "Arial Black";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
}

.btn_save_lat {
	position: fixed;
	left: 10px;
	bottom: 200px;	
}

/* Pour enlever les flèches bas/haut des input type number :  */
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Pour créer une animation spin tournante pendant le "Traitement en cours..." :  */
div.dataTables_wrapper div.dataTables_processing {
    /*position:relative;
	padding-top: 60px;
	*/
	position: fixed;
	padding-top: 10px;
	padding-left: 0px;
	height: 80px;
	margin-left : -80px;
}

div.dataTables_wrapper div.dataTables_processing:before {
	content: "\f110"; /*fa-spinner */
	font-family: FontAwesome;
	/*
	position:absolute;
	left: 82px;
	top:10px;
	*/
	z-index: 99999;
	position: fixed;
	top: 50%;
	left: 50%;
	font-size: 34px;
	padding: 0px;
	margin: 0px;

	-webkit-animation: fa-spin 2s infinite linear;
	-moz-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
 }


/* Test d'une solution pour créer des sauts de page... (marche pas...)

@media print {
    hr {
	page-break-after: always;
	color: #FFF;
	background-color: #FFF;
	border: none;
	border-color: #FFF;
	display: block;
	}
}
*/


/* --- Partie OCIRT --- */

.zone-messages {
	overflow: auto;
	max-height: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.ocirt-youraccount {
	margin-top: -100px;	
}

.tooltip-inner {
	white-space:pre-wrap;
}

.zone-status {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}
.status-item {
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.status-margin {
	margin-right: 30px;
}
.minibloc-status {
	padding: 10px;
	float: right;
	border: 1px solid #ddd;	
}

.alert-system {
	background-color: #eee;	
	border: 1px solid #ddd;	
}

.list-syntheses a {
	margin-right: 5px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #d3dce5;
	border-radius: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 185px;
	font-size: 12px;
	text-transform: uppercase;
}
.list-syntheses a:hover {
	background-color: #e9edf2;	
}

.list-decomptes div {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.list-decomptes div span.inspector-item {
	display: block;
	float: left;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.list-decomptes div span.check-item {
	margin-right: 5px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #d3dce5;
	border-radius: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 100px;
}
.list-decomptes span.check-item:hover {
	background-color: #e9edf2;	
}
.list-decomptes div span.check-item input {
	margin-right: 5px;
}
.list-decomptes div a {
	
}
.list-decomptes a:hover {
	
}
.GE_bgd {
	background-image: url(../images/drapeaux/drapeau_ge_bw_264.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 600px;
}




#chartdiv {
  width: 100%;
  height: 500px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}







/* --- Classes pour les données du REG --- */

.data_reg {
	color: #713b20 !important;  /*923100*/
	font-weight: bold;	
}
.help_reg {
	cursor: help;		
}
.help_reg:hover {
	color: #713b20 !important;  /*923100*/
	font-weight: bold;
	background-color: #c8b8b0;
}





/*
.liste-decomptes .name-group {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.liste-decomptes .name-group .name {
	display: block;
	float: left;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.liste-decomptes .name-group .files {
	margin-right: 5px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 110px;
}
.liste-decomptes .name-group .files:hover {
	background-color: #eee;	
}
.liste-decomptes .name-group .files a {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.liste-decomptes .name-group .files a:hover {
	
}
*/


.section-inspecteur {
	
}

.section-bureau {
	background-color: #fff;
}

.section-juriste {
	background-color: #eee9f2;
}


.section-titre {
	padding-top:20px; 
	margin-top:0px; 
	margin-bottom:20px; 
	text-align:center;
	color: #501b7a;
}


.panel-int .panel .panel-heading {
	background-image: linear-gradient(to bottom,#f5f6fa 0,#dbddec 100%);
	color: #414b99;
}

.panel-con .panel .panel-heading {
	background-image: linear-gradient(to bottom,#f6f3f8 0,#dcd1e4 100%);
	color: #501b79;
}

.panel-mec .panel .panel-heading {
	background-image: linear-gradient(to bottom,#faf5f7 0,#ead7e0 100%);
	color: #953764;
}


.shorttext  {
	font-size: 12px;
	letter-spacing: -1px;
}

.div-scroll-establish {
	overflow: auto;
	max-height: 200px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}

label.inline {
	display: inline !important;
}
