
#body-global {
  padding-top: 50px;
  background-color: #E3E3E3;
  background-image: url("../img/logo_transparent.png");
  background-repeat: no-repeat;
  background-position: center -60px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

@media print {

	@page {
		size: A4;
		margin: 0mm;
	}

	html, body {
		width: 1024px;
	}

	body {
		margin: 0 auto;
	}
}

/********************************************************************/
/*							EFFET GLOBAL							*/
/********************************************************************/
.center
{
	text-align: center;
}

h1
{
	text-align: center;
	color: #62176F;
	font-weight: bold;
}

h2
{
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

h4
{
	text-align: center;
	color: #62176F;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	text-align: center;
	color: #E3E3E3;
	font-weight: bold;
}

h5
{
	font-size: 16px;
	color: #62176F;
	font-weight: bold;
}

.green{
	color: #26BF15;
}

.blue{
	color: #205FFC;
}

.red{
	color: #d50000;
}

.left{
	float: left;
}

#chargement{
	display: none;
}

.row_title{
	color: #E3E3E3;
	background-color: #0970B3;
}

.row_title_fini{
	color: #E3E3E3;
	background-color: #26BF15;
}

.row_title_fini a{
	color: #E3E3E3;
}


.accept{
	padding: 5px;
	background-color: #9edcb7;
	border: 1px solid #599E5D;
}

.refuse{
	padding: 5px;
	background-color: #e29999;
	border: 1px solid #c12e2a;
}



/********************************************************************/
/*								HEADER								*/
/********************************************************************/
#header{
	color: #E3E3E3;
	font-weight: bold;
}

#header label{
	margin-right: 5px;
	margin-left: 5px;
}

#header ul a, #header ul li a{
	color: #E3E3E3;
}

#header ul a:hover, #header ul li a:hover{
	color: #E3E3E3;
	background-image:linear-gradient(to bottom, #62176F 5%, #4E1162 95%);
} 

#header ul li ul {
	color: #62176F;
	background-color: #E3E3E3;
	border: 1px solid #62176F;
}

#header ul li ul a, #header ul li ul li a{
	color: #62176F;
}

#header ul li ul a:hover, #header ul li ul li a:hover{
	color: #E3E3E3;
	background-color: #62176F;
} 

#header input{
	border: 1px solid #62176F;
 	box-shadow: inset 0px 0px 4px rgba(122, 122, 122, 1);  /* Ombre interne */	
 	border-radius:10px;
 	background-color: #D6D6D6;
 	width: 150px;
}

#header input:focus{
	border: 1px solid #62176F;
 	box-shadow: inset 0px 0px 4px rgba(126, 77, 136, 1);  /* Ombre interne */	
 	border-radius:5px;
 	background-color: #E3E3E3;
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;
}

.navbar{
	background-image:linear-gradient(to bottom, #6D6D6B 5%, #5A5752 95%);
	border: 1px solid #404040;
}

.navbar-admin{
	background-image:linear-gradient(to bottom, #65B1ED 5%, #0A6EBC 95%);
	border: 1px solid #404040;
}

.inline-form input {

  display: inline-block;

  width: 100px;

}

.badge_nb_rapport{
	float: right;
	color: #E3E3E3;
	background-color: #62176F;
}

#header ul li ul a:hover .badge_nb_rapport, #header ul li ul li a:hover .badge_nb_rapport{
	color: #62176F;
	background-color: #E3E3E3;
}

.divider{
	border-top: 1px solid #62176F;
}

.dropdown-header{
	color: #62176F;
}

.dropdown-menu ul li{
	width: 150px;

}


#footer{
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
	color: #62176F;
	text-align: center;
  	height: 30px;
  	position: absolute;
 	bottom: 0;
}

#footer a{
	color: #62176F;
}
/********************************************************************/
/*								BOUTON								*/
/********************************************************************/

#log-connexion{
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);
	border: 1px solid #62176F;
 	border-radius:10px;
}

#log-connexion:hover{
 	box-shadow: inset 0px 0px 4px rgba(126, 77, 136, 1);  /* Ombre interne */	
}

#log-mdp-oublie{
	background-image:linear-gradient(to bottom, #65B1ED 5%, #0A6EBC 95%);
	border: 1px solid #0A6EBC;
 	border-radius:10px;
}

#log-mdp-oublie:hover{
 	box-shadow: inset 0px 0px 4px rgba(126, 77, 136, 1);  /* Ombre interne */	
}

#log-deconnexion{
	background-image:linear-gradient(to bottom, #d50000 5%, #920000 95%);
	border: 1px solid #920000;
 	border-radius:10px;
}

#log-deconnexion:hover{
 	box-shadow: inset 0px 0px 4px rgba(126, 77, 136, 1);  /* Ombre interne */	
}

#search-button{
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);
	border: 1px solid #62176F;
 	border-radius:10px;
}

#search-button:hover{
 	box-shadow: inset 0px 0px 4px rgba(126, 77, 136, 1);  /* Ombre interne */	
}

#link-button{
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);
	border: 1px solid #62176F;
 	border-radius:10px;
}

#link-button:hover{
 	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */	
}

.send-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);
	border: 1px solid #62176F;
 	border-radius:10px;
}

.send-button:hover{
	color: #E3E3E3;
 	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */	
}

.add-pj-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #599E5D 5%, #105C11 95%);
	border: 1px solid #105C11;
	font-size: 14px;
 	border-radius:10px;
}

.add-pj-button:hover{
	color: #E3E3E3;
 	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */	
}


.supp-pj-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #B90707 5%, #910202 95%);
	border: 1px solid #910202;
	font-size: 14px;
 	border-radius:10px;
}

.supp-pj-button:hover{
	color: #E3E3E3;
 	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */	
}

.dismiss-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #d50000 5%, #920000 95%);
	border: 1px solid #920000;
 	border-radius:10px;
}

.dismiss-button:hover{
 	box-shadow: inset 0px 0px 4px rgba(126, 77, 136, 1);  /* Ombre interne */	
}


/********************************************************************/
/*								Zone MDP							*/
/********************************************************************/
#form-mdp label{
	margin-left: 20px;
}

#form-mdp input{
	margin-left: 20px;
	width: 94%;
}

.form-msg {
	display: block;
	font-weight: normal;
	text-align: right;
	margin: 0;
	margin-right: 2em;
}

.form-msg p {
	margin: 0;
}

/********************************************************************/
/*								Listing								*/
/********************************************************************/
.listing_rapport caption
{
	text-align: center;
	color: #62176F;
	font-weight: bold;
}


.listing_rapport thead
{
	color: #E3E3E3;
	background-color: #62176F;
	border: 1px solid #62176F;
}

.listing_rapport th
{
	color: #E3E3E3;
	background-color: #62176F;
	border: 1px solid #E3E3E3;
}

.listing_rapport, .listing_rapport tbody
{
	border: 1px solid #62176F;
	
}

.listing_rapport tr , .listing_rapport td
{
	background-color: #E3E3E3;
	border: 1px solid #62176F;
}

.listing_rapport tr:hover
{
	background-color: #AB7EB5;
}

.listing_rapport tr:hover td
{ 
	background-color : transparent; 
}

#statistique{
	width: 400px;
	margin: auto;
}

/********************************************************************/
/*								Suivi AR							*/
/********************************************************************/
#cadre_suivi_ar{
	height: 600px;
}

.suivi_ar
{
	display: inline-block;
	border: 1px solid #62176F;
}

.suivi_ar tbody
{
	table-layout: auto;
	border: 1px solid #62176F;
}
.suivi_ar caption
{
	text-align: center;
	color: #62176F;
	font-weight: bold;
}


.suivi_ar thead
{
	color: #E3E3E3;
	background-color: #62176F;
	border: 1px solid #62176F;
}

.suivi_ar th
{
	color: #E3E3E3;
	background-color: #62176F;
	border: 1px solid #E3E3E3;

}



.suivi_ar tr , .suivi_ar td
{
	background-color: #E3E3E3;
	border: 1px solid #62176F;

}

.suivi_ar tr:hover
{
	background-color: #AB7EB5;
}

.suivi_ar tr:hover td
{ 
	background-color : transparent; 
}

.suivi_ar_applicable tr, .suivi_ar_applicable td
{
	background-color: #F7F7F7;
}

.colonne_type_ar{
	width: 150px;
}

.saisiAR-date{
	height: 32px;
	border: 1px #CCCCCC solid;
	border-radius: 5px;
	margin-left: 10px;
}

.saisiAR-date:focus{
	border: 1px #66AFE9 solid;
	box-shadow: 0px 0px 5px 1px rgba(102, 175, 233, 0.5);
-moz-box-shadow: 0px 0px 5px 1px rgba(102, 175, 233, 0.5);
-webkit-box-shadow: 0px 0px 5px 1px rgba(102, 175, 233, 0.5);
}

.alert-ar-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #f19114 5%, #da7b00 95%);
	border: 1px solid #da7b00;
 	border-radius:10px;
}

.alert-ar-button:hover{
	color: #E3E3E3;
 	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */	
}

/********************************************************************/
/*								RAPPORT								*/
/********************************************************************/
.rapport_global{
	font-size: 18px;
	margin-top: 25px;
}

.rapport_global .row{
	margin-bottom: 10px;
}

.rapport_panel{
	color: #62176F;
	font-weight: bold;
	background-color: #CBCCD0;
	border: 1px solid #62176F;
	border-radius: 5px;
}

.rapport_subtitle{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #E3E3E3;
	font-weight: bold;
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);

}

.rapport_panel legend{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #E3E3E3;
	font-weight: bold;
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);

}

.rapport_panel_row{
	padding-left: 10px;
}

.col-global{
	margin-bottom: 10px;
}

.label-title{
	background-color: #62176F;
	color: #E3E3E3;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #62176F;
	border-radius: 5px 0 0 5px;
}

.label-result{
	background-color: #E3E3E3;
	color: #62176F;
	padding: 5px;
	font-weight: bold;	
	border: 1px solid #62176F;
	border-radius: 0 5px 5px 0;
}

.label-textarea{
	display: block;
	background-color: #62176F;
	color: #E3E3E3;
	padding: 5px;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #62176F;
	border-radius: 5px 5px 0 0;
	margin-right: 10px;
}

.zone-textarea{
	background-color: #E3E3E3;
	color: #62176F;
	padding: 5px;
	margin: 10px;
	margin-left: 0px;
	font-weight: bold;	
	border: 1px solid #62176F;
	border-radius: 5px;
}

.zone-textarea-with-label{
	background-color: #E3E3E3;
	color: #62176F;
	padding: 5px;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	border: 1px solid #62176F;
	border-radius: 0 0 5px 5px;
}

.cadre-signature{
	display: block;
	background-color: white;
	color: #62176F;
	padding: 5px;
	padding-bottom: 70px;
	font-weight: bold;
	font-size: 12px;	
	border: 1px solid #62176F;
	border-radius: 5px;
}

#nb5laf{
	display: none;
}

#zone_numeroIncident{
	display: none;
}

#zone_accueilEmbarquement{
	display: none;
}

#zone_pvOutrage{
	display: none;
}

#zone_relatifMateriel{
	display: none;
}
/********************************************************************/
/*							Zone Réponse							*/
/********************************************************************/
.zone-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #7E4D88 5%, #62176F 95%);
	border: 1px solid #62176F;
 	border-radius:10px;
}

.zone-button:hover{
 	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */	
}

.zone-sujet{
	width: 99%;
}

.zone-message{
	width: 99%;
}

#complement-zone{
	display: none;
}

#piecejointe-zone{
	display: none;
}

#piecejointe-ss_zone{
	display: none;
}

/********************************************************************/
/*								CHSCT								*/
/********************************************************************/
.chsct_resume{
	background-color: #E3E3E3;
	border: 1px solid #62176F;
	margin-top: 20px;
}


/********************************************************************/
/*								Alerte AR								*/
/********************************************************************/
.alerteAR{
	color: #62176F;
	background-color: #C0C0C2;
	border: 1px solid #62176F;
	margin-top: 20px;
	padding-top: 10px;
}

.oui-alerteAR-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #599E5D 5%, #105C11 95%);
	border: 1px solid #105C11;
	font-size: 14px;
	border-radius:10px;
}

.oui-alerteAR-button:hover{
	color: #E3E3E3;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */
}


.non-alerteAR-button{
	color: #E3E3E3;
	padding: 5px;
	background-image:linear-gradient(to bottom, #B90707 5%, #910202 95%);
	border: 1px solid #910202;
	font-size: 14px;
	border-radius:10px;
}

.non-alerteAR-button:hover{
	color: #E3E3E3;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 1);  /* Ombre interne */
}

/********************************************************************/
/*						Resultat Search File						*/
/********************************************************************/
#resultMonte, #resultDesc{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 20px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultPrecis{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 60px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultPrec{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 140px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultSuiv{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 350px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultDescenteBlesse{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 260px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultControl{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 50px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultDestination{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 50px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultDebut{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 50px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultFin{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 50px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultParcours{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 75px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}


#resultIncident{
	visibility: hidden;
	position:absolute;
	margin-top:-2px;
	margin-left: 130px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultDemande{
	visibility: hidden;
	position:absolute;
	margin-top:-2px;
	margin-left: 130px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

#resultAgent{
	visibility: hidden;
	position:absolute;
	margin-top:-3px;
	margin-left: 100px;
	z-index:10;
	min-width:200px;
	background-color:#f4f4f8;
	border: 1px solid black;
}

.ssliste{
	height: 24px;
	cursor: pointer;
	
}
		
.ssliste:hover{
	background-color: #cbcce6;
}


/********************************************************************/
/*						Style Tableau DataTables					*/
/********************************************************************/
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: white;
    background-color: #AB7EB5;
    border-color: #62176F;
}

.pagination > li > a, .pagination > li > span {
    color: #62176F;
    background-color: #E3E3E3;
    border: 1px solid #62176F;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #5E5B56;
    background-color: #C0C0C2;
    border-color: #5E5B56;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #62176F;
    border-color: #62176F;
}


#dateReference{
	display: none;
}

.btn-primary{
	background-color: #62176F;
}


#roulementBlock{
	display: none;
}

.message_journalier{
	background-color: #AAAADD;
	border: 1px solid #62176F;
	padding: 10px;
}

.message_journalier a{
	color: #62176F;
}


.alert_journalier{
	background-color: #c0a16b;
	border: 1px solid #62176F;
	padding: 10px;
}

.glyphsave {
	float: right;
	padding: 5px;
	cursor: pointer;
}

.box {
	display: flex;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-bottom: 30px;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: #BFBFC0;
	border: 1px solid #62176F;
}
.box__input {
	flex: auto;
	align-self: flex-end;
	height: 150px;
	width: 100%;
}

.box__file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.box__file + label {
	cursor: pointer;
	font-size: 1em;
	font-weight: 700;
	color: black;
	display: inline-block;
	padding-top: 70px;
	margin-top: 30px;
	background: url(/img/upload_mini.svg) center 10px no-repeat;
}

.box__file:focus + label,
.box__file + label:hover {
	color: #62176F;
}

.box__file:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.box__file + label * {
	pointer-events: none;
}


.box__comment{
	flex: auto;
	width: 100%;
	margin: 5px 0;
}

.box__comment textarea {
	width: 100%;
	resize: none;
}

.box__button {
	width: 100%;
	padding: 5px;
	border: 1px solid #A086AB;
	background-color: #62176F;
	color: #E3E3E3;
}

.is_valid {
	border: 1px solid #198754;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is_invalid {
	border: 1px solid #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}