/* Application des couleurs Engie */

.navbar-default {
	background-color : #00AAFF;
	border-color : #00AAFF;
}

.admin .navbar-default {
	background-color : #005FAA;
	border-color : #003D88;
}

.header-cce .btn-admin {
	margin-left: 10px;
}

.btn-admin, .btn-synchro, .btn-offline, .btn-online {
	line-height: 1.9;
}

#detailUtilisateur {
	font-size: 13px;
	position : absolute;
	bottom : 0;
}

#detailUtilisateur #nomPrenom {

}

.commentaire {
	white-space: pre-line;
}

#detailUtilisateur #roleAntenne {

}
	
.btn, .btn:active, .btn:focus {
	outline-style: none;
}	
	
.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #69AF23;
    border-color: #69AF23;
}

.btn-success:active {
	border-color: #69AF23;
}

.btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #E10019;
    border-color: #E10019;
}

.btn-danger:active {
	border-color: #E10019;
}

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #005FAA;
    border-color: #005FAA;
}

.btn-primary:active {
	border-color: #005FAA;
}

.btn-warning, .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #FFC300;
    border-color: #FFC300;
}

.btn-warning:active, .btn-warning:hover, 
.btn-warning.active, .btn-warning.active:hover, 
.btn-warning.active:focus, .btn-warning:active:focus {
  background-color: #AABB00;
	border-color: #AABB00;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover {
  background-color: #CCD544;
	border-color: #CCD544;
}

.panel-default {
	border-color: #005FAA;
}

.admin .panel-default {
	border-color: #005FAA;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #00AAFF;
    border-color: #005FAA;
}

.admin .panel-default > .panel-heading {
    color: #333;
	background-color : #005FAA;
	border-color : #003D88;
}

.panel-heading a {
    color: #FFF;
}

.panel-heading .btn.pull-right {
	position: relative;
	top: -3px;
}

.form-horizontal .panel-horizontal-form-fix .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.admin .panel-heading .btn-primary {
	background-color: #AA2D19;
    border-color: #AA2D19;
}

.transferts {
	margin:auto;
}

.transfertMasque {
     display:none;
}


.widgets .panel-heading.clickable .btn.pull-right {
	top: -4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
     background-color: #00AAFF !important;
}

.navbar-default a {
    color: #FFF;
    text-decoration : none;
}
.navbar-top-links li {
	z-index: 1000;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4 {
	display: inline;
    color: #FFF;
}

.modal-header h1 {
	margin-top: 5px;
    margin-bottom: 5px;
}

.modal-footer {
	text-align : center;
}

.modal-footer form {
    display: inline;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #FFF;
    background-color: #00AAFF;
    border-color: #005FAA;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	
	background-color: #00AAFF;
    border-color: #ddd;
}

.admin .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color : #005FAA;
    border-color: #ddd;
}

.action-icon {
	padding:5px;
}

/* Icônes de pagination des colonnes de l'historique de maintenance */
/* (couleurs identiques à celles des icônes du menu de navigation)  */
.paginationHisto {
	color: #FFF;
	background-color: #00AAFF;
}
.paginationHisto:hover {
	background-color: #EEE;
	border-color: #EEE;
}


/**** Fin couleurs */

#header {
	z-index: 10;
    position: fixed;
    width:100%;

}

#container {
	z-index: 1;
    margin-top : 100px;
}

#footer {
	background-color: white;
	text-align:center;
}

#version {
	text-align:center;
    padding:4px;
    color: black;
    font-size: 10px;
    
}
#derniereSynchro {
	position:absolute;
    padding:4px;
    color: white;
    font-size: 10px;
    position: absolute;
    padding:4px;
    bottom: 0;   
    right:0; 
}

#top-menu {
  	position: absolute;
    top: 0;	
	margin-left: 110px;
    margin-right: 110px;     
    left: 0;
 	right: 0;
 	margin: 0 auto; 
}

#piedBandeau {
    position: absolute;
    bottom: 0;
	left: 0;
  	right: 0px;
  	margin-right: auto;
  	margin-left: auto;
  	margin-bottom: 3px;
  	margin-top: 0;
	vertical-align:bottom;
	text-align: right;
}

#piedBandeau .btn {
	margin-top:0;
	margin-bottom:0;
}

#piedBandeau .btn i {
  	vertical-align:middle
}

#profil {
	display:inline-block;
    vertical-align: bottom;
    /* margin-left: 35px; */
}


#loader {
	display : block;
	position : fixed;
	z-index: 100;
	background-image : url('../img/ajax-loader.gif');
	background-color:#fff;
	opacity : 0.4;
	background-repeat : no-repeat;
	background-position : center;
	left : 0;
	bottom : 0;
	right : 0;
	top : 0;
}

select option[value="0"] {
	font-style: italic;
}

a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.active {
	color: red;
}

.text-active {
	color : red;
}

tr.lead {
	font-size: 17px;
}

.groupChoixOuvrages .ouvrageSelectionne {
  background-color: #FFF;
  border-radius: 5px !important;
}

#listeAccesEnCours,  #listeAccesPlanifies {
  max-height: 165px;
  overflow-y: scroll;
}

#logo {
	text-align:center;
	padding : 10px;
	margin : 10px;
}

.parc {
	margin-left: 10px;
}
.sousParc {
	margin-left: 20px;
}
.ouvrages {
	margin-left: 15px;
}

.clickable {
	cursor: pointer;
}
.clickable-info:hover {
	/* basé sur la classe "btn-warning" */
	background-color: #FFC300;
	color: #FFFFFF;
}
.clickable-planification:hover {
	/* basé sur la classe "btn-info" de Bootstrap */
	background-color: #5BC0DE;
}

.notClickable {
	cursor: default;
}

.whiteInputDisabled[disabled] {
	background-color: white;
}

/* Pour masquer un élément tout en maintenant son encombrement à l'écran */
.invisible {
	visibility: hidden;
}

.typeMaintenance, .typeMaintenanceIntervention {
	margin-left: 25px;
	margin-bottom: 5px;
}
.typeMaintenanceIntervention label {
	display:inline;
}
.typeMaintenance0 {
	margin-top: 10px;
}
.typeMaintenance1 {
	margin-top: 5px;
}
.typeMaintenance2 {
	margin-top: 0px;
}
.typeMaintenance3 {
	margin-top: 0px;
}
.typeMaintenanceIntervention label {
	font-weight: normal;
	cursor: pointer;
}
.typeMaintenanceIntervention .selected * {
	/* font-weight: bold; */
}
td.typeMaintenance0 {
	padding-left: 15px !important;
	font-weight: bold;
}
td.typeMaintenance1 {
	padding-left: 30px !important;
}
td.typeMaintenance2 {
	padding-left: 45px !important;
}
td.typeMaintenance3 {
	padding-left: 60px !important;
}
td.modeleObsolete {
	color: #ddd;
}
.dateEnAlerte, .dateEnAlerte:hover {
	color: #E10019;
	font-weight: bold;
}
.dateEnWarning, .dateEnWarning:hover {
	color: #FFC300;
	font-weight: bold;
}

.tableauMaintenance {
	overflow-y: auto;
	margin-top: 15px;
}
.tableauMaintenance .disabled {
	background: repeating-linear-gradient(120deg, #FFF, #FFF 10px, #EEE 10px, #EEE 20px);
}

.adminTypeMaintenance0 {
	font-size: 20px;
}
.adminTypeMaintenance1 {
	font-size: 18px;
}
.adminTypeMaintenance1:before {
	content: " └ ";
	color: #BBB;
}
.adminTypeMaintenance2 {
	font-size: 16px;
}
.adminTypeMaintenance2:before {
	content: " └─ ";
	color: #BBB;
}
.adminTypeMaintenance3 {
	font-size: 14px;
}
.adminTypeMaintenance3:before {
	content: " └── ";
	color: #BBB;
}

/*
FORMULAIRE
--------------------------------------------------------------------------------------------------------------------------------*/
.form-info-warn{
	color: #f0ad4e;
    font-size: 0.8em;
    font-style: italic;
}

.formCacPerimetre label {
	font-weight: normal;
	cursor: pointer;
}

.perimetre .alert {
	margin-top: 5px;
}

hr.edit-type-maintenance{
	border-top: 4px solid #005faa;
}

/*
PLANNING
--------------------------------------------------------------------------------------------------------------------------------*/

.planning_inter_planifiee {
	background-color : #00AAFF;
	border: 1px solid #00AAFF;
}
.btn_planning_inter_planifiee {
	color : #00AAFF;
	background-color : white;
	border: 1px solid white;
}

.planning_inter_en_cours {
	background-color : #69AF23;
	border: 1px solid #69AF23;
}
.btn_planning_inter_en_cours {
	color : #69AF23;
	background-color : white;
	border: 1px solid white;
}

.planning_inter_terminee {
	background-color: #008737;
	border: 1px solid #008737;
}
.btn_planning_inter_terminee {
	color : #008737;
	background-color : white;
	border: 1px solid white;
}

.planning_event {
	background-color : #005FAA;
	border: 1px solid #005FAA;
}
.btn_planning_event {
	color : #005FAA;
	background-color : white;
	border: 1px solid white;
}

.btn_widget_inter_en_cours, .btn_widget_inter_en_cours:focus {
    color: #fff;
    background-color: #69AF23;
    border-color: #69AF23;
}
.btn_widget_inter_en_cours:hover {
  color: #fff;
}

nav#header {
	text-align:center;
}

.planning_flag_list_inter_planifiees, .planning_flag_list_inter_planifiees:hover {
	color : #62B2F9;
	background-color : white;
	border: 1px solid white;
}

.planning_flag_list_inter_n0, .planning_flag_list_inter_n0:hover {
	color : #D20303;
	background-color : white;
	border: 1px solid white;
}

.planning_flag_list_inter_n1, .planning_flag_list_inter_n1:hover {
	color : #F36E2C;
	background-color : white;
	border: 1px solid white;
}

.planning_flag_list_inter_n2, .planning_flag_list_inter_n2:hover {
	color : #FAF059;
	background-color : white;
	border: 1px solid white;
}

.planning_flag_list_inter_encours, .planning_flag_list_inter_encours:hover {
	color : #116EBB;
	background-color : #f2dede;
	border: 1px solid #f2dede;
}

.planning_flag_list_inter_realisee, .planning_flag_list_inter_realisee:hover {
	color : #79C559;
	background-color : #f9f9f9;
	border: 1px solid #f9f9f9;
}

.fc-toolbar h2 {
	font-size: 17px;
}

div#widget_evenements .panel-body {
	padding:0px;
}

div#widget_evenements .fc-toolbar {
	padding:0px;
	margin : 0px;
}

/* suppression de la marge à gauche (surcharge style sb-admin) */
#page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    padding: 20px;
    border-left: 1px solid #e7e7e7;
}
.sidebar {
    width: auto;
}

#side-menu li a {
  padding: 15px;
  min-width: 50px;
  min-height: 50px;
}

div.boutons_widget_maintenance {
	text-align: center;
}
div.boutons_widget_maintenance button.btn:focus {
	outline: none;
}
div.nom_widget_maintenance {
	vertical-align: middle;
}

.navbar {
	min-height: 20px;
	margin-bottom: 10px;
}
#navbar_menu {
	min-height : 100px;
    background-image : url('../img/logo-blanc.png');
    background-repeat:no-repeat;
    background-position:left;
}

tr.muted td {
	color: #777;
	background-color: #EEE;
	font-style: italic;
}

td.nowrap {
	white-space: nowrap;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-heading h2, .panel-heading h3, .panel-heading h4 {
    margin-top: 0px;
    margin-bottom: 0px;	
}

h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}

.widget_maintenance_titre_antenne {
	/* word-break: break-all; */
	font-weight : bold;
}

.panelMessage {
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #D5D5D5;
	background-color: #F5F5F5;
}
.panelMessageContent {
	white-space: pre-wrap;
}

.uib-timepicker .btn {
	padding:0
}

/* suvi de maitenance */

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.suivi_case_type_maintenance {
	background-color : #00AAFF;
}

.suivi_ligne_type_maintenance, .suivi_ligne_type_maintenance th:first-child {
	background-color : #00AAFF;
}

.suivi_ligne_note, .suivi_ligne_note td:first-child {
	background-color : #77dd77;
}

.suivi_case_note {
	background-color : #77dd77;
}

.suivi_ligne_periodicite, .suivi_ligne_periodicite td:first-child {
	background-color : #FFB347;
}
.suivi_case_periodicite {
	background-color : #FFB347;
}

.suivi_ligne_ouvrage, .suivi_ligne_ouvrage td:first-child {
	background-color : #FFFFFF;
}

.histo_case_type_maintenance {
	background-color : #00AAFF;
}

.histo_ligne_type_maintenance, .histo_ligne_type_maintenance th:first-child {
	background-color : #00AAFF;
}

.histo_ligne_periodicite, .histo_ligne_periodicite td:first-child {
	background-color : #FFB347;
}
.histo_case_periodicite {
	background-color : #FFB347;
}

.histo_ligne_ouvrage, .histo_ligne_ouvrage td:first-child {
	background-color : #FFFFFF;
}

table.separateur {
 
 border: 3px solid black !important
}

tr.separateur {
 
 border-top: 3px solid black !important
}

.panel-default {
	margin-bottom : 20px;
}

.historique_liens_ouvrages {
	display:inline;
}

.historique_liens_ouvrages li {
	display:inline;
}


.historique_liens_ouvrages li:before {
  content: " - ";
}
.historique_liens_ouvrages li:first-child:before {
  content: normal;
  content: ""; /* pour Safari */
}

.panel-red {
    border-color: #E10019;
}
.panel-red .panel-heading {
    border-color: #E10019;
    background-color: #E10019;
}

.panel-orange {
    border-color: #FFA500;
}
.panel-orange .panel-heading {
    border-color: #FFA500;
    color: #fff;
    background-color: #FFA500;
}
.panel-orange a {
    color: #FFA500;
}
.panel-orange a:hover {
    color: #F59B00;
}

/** couleurs du texte dans la modale association interventions aux accès */
.inter_a_planifiee_n0 {
	color : #D20303;
}
.inter_a_planifiee_n1 {
	color : #F36E2C;
}
.inter_a_planifiee_n2 {
	color : #FAF059;
}
.inter_planifiee {
	color : #62B2F9;
}
.inter_en_cours {
	color : #116EBB;
}
.inter_terminee {
	color: #79C559;
}
.inter_nouvelle {
	color: #FF0000;
}

#profil .form-control {
    height: 28px;
    margin-left: 5px;
    font-size: small;
}

.memo-title {
	color: #FFFFFF !important;
}

.memo-modify {
	margin-right: 5px;
}

.annonce-btn {
	margin-right: 5px;
}

.panel-annonce {
	background-color: #E10019 !important;
}

.choixOuvrage {
    margin-bottom: 10px;
}

.selectVide {
    opacity: 0;
}

label.labelNormal, label.labelNormal * {
	font-weight: normal !important;
}
label.labelCliquable input, label.labelCliquable span {
	cursor: pointer;
}
label.labelAligned {
	margin-left: 20px;
}

.newChargeAccesTel {
	margin-top: 5px;
	margin-bottom: 5px;
}

.user-antenne {
	padding-right: 5px;
}

.multi-antenne-profil {
	display: inline-block;
}

.antenne-selector {
    display: inline;
    clear: both;
    width: auto;
}

.multi-antenne-profil select {
	margin-right: 5px;
}

.user-name {
	padding-right: 5px;
}

.sortorder:after {
  content: '\25b2';   /* BLACK UP-POINTING TRIANGLE */
}
.sortorder.reverseSort:after {
  content: '\25bc';   /* BLACK DOWN-POINTING TRIANGLE */
}

textarea#hdescription {
	resize: vertical;
}

td#pdpallentreprises {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

tr.expiredPdp {
	background-color: #E19494;
}

tr.archivePdp {
	color: #71797E;
}

tr.signedPdp {
	color: #07b278;
}

tr.partiallySignedPdp {
	color: #98dac4;
}

tr.canceledhabilitation {
	background-color: #ADADAD;
}

tr.expiredhabilitation {
	background-color: rgb(255, 87, 87);
}

tr.expiringhabilitation {
	background-color: rgb(255, 153, 83);
}

.actions .signedPdp {
	color: #07b278;
}

.actions .partiallySignedPdp {
	color: #98dac4;
}

.clickable {
	cursor:pointer;
}

.conduite-btn {
	margin-right: 3px;
}

.conduite-row {
	line-height: 33px;
	margin-top: 10px;
}

.conduite-row .btn-info, .filtre-etat .btn-info{
	background-color: #5a5a5a;
    border-color: #505050;
}

.conduite-row .btn-info:hover, .filtre-etat .btn-info:hover {
    background-color: #414141;
    border-color: #3d3d3d;
}

.conduite-intervenant {
	padding-left: 0;
}

.conduite-parc-ouvrages {
	padding-top: 7px;
}

.arrivee_signalee td {
	background-color: #d8f0ff;
	font-weight: bold;
}

#habilitationWarning {
	margin-top: 4px;
	margin-bottom: 5px;
}

.transfert-antenne {
	margin-bottom: 15px;
}

.modal-antenne-select{
	margin-bottom: 20px;
}

.cce-antenne-selector {
	margin-top: 15px;
}

.intervenant-rech-form .form-group, .parc-rech-form .form-group, .supint-rech-form .form-group, .rech-form .form-group {
	margin-top: 15px;
	margin-right: 15px;
}

.intervenant-rech-form button, .parc-rech-form button, .supint-rech-form button, .rech-form button {
	margin-top: 15px;
}

.supint-rech-form  .dateBtn {
	margin-top: 0px;
}

.supint-rech-form .date-label,.supint-rech-form .select-label {
	padding-top: 5px;
}

.popin-refus label {
	padding-top: 5px;
}

.acces-etat .fa-calendar, .choix-etat .fa-calendar {
	color: #00AAFF;
}

.description-parc, .description-antenne {
	color: #337ab7;
}

.encadre {
    border: 1px solid lightgray;
    border-radius: 5px;
    border-style: dashed;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.encadre .row {
    margin-right: 0px;
    margin-bottom: 5px;
}

.input-error {
    border-color: #ff0000;
}

.encadre .qualifications label, .encadre .categories label {
	font-weight: normal;
}

.categories label {
    padding: 0.75rem;
    font-weight: normal;
}

.critereCac label {
    font-weight: normal;
}

.modalAdminEditLog textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;
}

.msg-retour {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ff0000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.supervision-log-ko {
	background-color: #fbcfbd;
}

.supervision-log-encours {
	background-color: #f7bf1a;
}

.lien-rapport-inter {
	padding: 1rem;
}

.tablo-inter {
	padding: 0rem;
	margin-top: 1.5rem;
}

.perimetreMsg {
	margin-bottom: 10px;
	color: #ff6a00;
}

.btn-refresh-logs {
	margin-left: 5px;
}

.modal .typeMaintenance h4 i {
	padding-right: 5px;
}

.suggest {
	background-color: white;
    background-image: none;
    border: 1px solid #ccc;
	border-radius: 4px;
	border-width: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
	font-size: 14px;
	line-height: 1.25em;	
	overflow: hidden;
    padding: 6px 12px;
	position: absolute;
    width: 100%;
	z-index: 10;

    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.suggestHeader {
	color: gray;
	font-style: italic;	
}

@media (min-width: 768px) {
  .modal-xl {
    width: 100%;
	max-width: 1600px;
  }
}

.habilitationIntervenant {
    padding: 10px;
}

.habilitationIntervenant:first-child {
    padding-right: 10px;
    padding-left: 0px;
} 

.text-disable {
	color: #ddd;
}

.text-disable-strong {
	color: #adadad;
}

/***********************************/
/** popover                       **/
/***********************************/
.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}
.popover__content {
  opacity: 1;
  visibility: hidden;
  position: absolute;
  /* left: -150px; */
  /* transform: translate(0, 10px); */
  /* background-color: #ededed; */
  padding: 0.5rem;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  width: auto;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  /* right: calc(50% - 10px); */
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.9s;
  transition-property: transform;
}
.popover__content.fix-left-70:before {
	left: 70px;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  /* transform: translate(0, -20px); */
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}

.popover__content .section {
	margin-top: 10px;
}

.popover__content .section {
	margin-top: 10px;
}

.popover__content .section:first-child {
	margin-top: 0px;
}

.popover__content .title {
	font-weight: bold;
	dispaly: inline-block;
}

.popover__content .red-title {
	font-weight: bold;
	dispaly: inline-block;
	color: red;
}

.popover__content .field {
	dispaly: inline-block;
	font-weight: normal;
}

.liste-acces .popover__content {
	left: -450px;
	width: 520px;
}

.liste-acces .popover__content:before {
	right: 10px;
	border-color: transparent transparent #00AAFF transparent;
}

.popover__wrapper a:hover, .popover__wrapper a:focus, .notClickable a:hover, .notClickable a:focus {
    text-decoration: none;
}

.liste-acces .popover__wrapper {
	display: revert;
}

.liste-acces .popover__content {
	text-align: left;
}

.typeMaintenanceIntervention a:hover {
	text-decoration: none;
}

.typeMaintenanceIntervention .inters{
	color: #337ab7;
    text-decoration: none;
}

.pdpfilter {
	padding: 10px;
}

.pdpfilter label, .pdpfilter .rdbChoixOuiNon {
	margin-right: 5px;
}

.en-attente {
	color: #3c79e9;
}


#modalAddSignataires .drag-drop-list.signatairesList {
	height: 400px;
	overflow-y: auto;
}

.selectDestTransfert {
    margin-left: 20px;
}

.perimetreAntenne {
    border-bottom: 1px dashed lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}

.perimetreAntenne .nomAntenne {
    padding: 0.5em;
    font-weight: bold;
    color: #00AAFF;
}

.perimetreAntenne .icone {
    color: #00AAFF;
    padding: 0.5em;
}

.ouvrageSurAntenne {
	margin-left: 20px;
}

.btnMajDateDebut {
	margin-left: 1em;
}

.choixPerimetreAcces {
	margin-top: 20px;
}

.surbrillance {
  animation: 4s infinite bgcolorchange;
}
@keyframes bgcolorchange {
  0% {
    color: #FF0000;
  }
  25% {
    background: #69AF23;
  }
  50% {
    background: #FFD700;
  }
  75% {
    background: #C0C0C0;
  }
  100% {
    background-color: #005FAA;
  }
}
@-webkit-keyframes bgcolorchange {
    0%   {background: #FF0000;}
    25%  {background: #FFD700;}
    50%  {background: #C0C0C0;}
    75%  {background: #69AF23;}
    100% {background: #005FAA;}
}

.ouvragesParents label, .ouvragesParents .selection-enfant {
	padding-bottom: 10px;
}

.input-group-addon i {
	color: #337ab7;	
}

.entreprise-filter {
	width: 100% !important;
}

.pdpFilter .input-group[class*="col-"] {
  float: none;
  padding-left: 0px;
  padding-right: 0px;
}

.pdpEntreprise-filter {
	width: 100%;
}

.pdpEntreprise-filter filterable-select input {
	width: 100% !important;
}

.pdpEntreprise-filter .input-group-addon {
    width: 0% !important;
}

.disabled-action {
	color: #a9a9a9;
}

.disabled-action :hover {
	cursor: not-allowed;
}

.acces-intervenants td:nth-child(1), .acces-intervenants th:nth-child(1) {
	width: 3%;
}

.acces-intervenants td:nth-child(2), .acces-intervenants th:nth-child(2) {
	width: 13%;
}

.acces-intervenants td:nth-child(3), .acces-intervenants th:nth-child(3) {
	width: 20%;
}

.acces-intervenants td:nth-child(4), .acces-intervenants th:nth-child(4) {
	width: 20%;
}

.acces-intervenants td:nth-child(5), .acces-intervenants th:nth-child(5) {
	width: 22%;
}

.acces-intervenants td:nth-child(6), .acces-intervenants th:nth-child(6) {
	width: 22%;
}

.infosChargeAcces div span:nth-child(1) {
	display: block;
}

.infosChargeAcces intervenant-inline {
	display: block;
}

.infosChargeAcces .fa {
	color: #00AAFF;
}

.infosChargeAcces .fa:hover {
	color: #005FAA;
}

.infosChargeAcces {
	cursor: pointer;
}

.intervenant-inline div, .email-editor {
	padding-right: 2px;
	padding-left: 2px;
}

.email-editor {
    margin-top: 5px;
}

.email-editor .fa {
    padding: 3px;	
}

.habilitations-inter {
    border-top: none;
    margin-top: 0;
}

.habilitations-inter .popover__wrapper {
	margin-top: 0rem;
}

.table-hover .numberOfDaysRemaining {
	text-align: center;
}

.liste-pdps th:nth-child(1) {
	width: 3%;
}
.liste-pdps th:nth-child(2) {
	width: 14%;
}
.liste-pdps th:nth-child(3) {
	width: 11%;
}
.liste-pdps th:nth-child(4) {
	width: 8%;
}
.liste-pdps th:nth-child(5) {
	width: 7%;
}
.liste-pdps th:nth-child(6) {
	width: 9%;
}
.liste-pdps th:nth-child(7) {
	width: 9%;
}
.liste-pdps th:nth-child(8) {
	width: 3%;
}
.liste-pdps th:nth-child(9) {
	width: 6%;
}
.liste-pdps th:nth-child(10) {
	width: 6%;
}
.liste-pdps th:nth-child(11) {
	width: 4%;
}
.liste-pdps th:nth-child(12) {
	width: 8%;
}
.liste-pdps th:nth-child(13) {
	width: 5%;
}
.liste-pdps th:nth-child(14) {
	width: 7%;
}

.liste-pdps .actions .modifier {
	color: #005FAA;
}

.liste-pdps .actions a:hover {
	text-decoration: none;
}

.formSignataires .cb-header {
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
}

.formSignataires .cb-tous span {
	color : #005FAA;
	font-style: italic;
}

.alert-warning span {
	display: block;
}

.operations-filter .row label {
	padding-right: 0px;
}

.operations-filter .dateSelector .compris-entre span {
	float: right;
    padding: 0.5em;
}

.dateSelector .espacement-droit {
    padding-right: 5px;
}

.dateSelector .weekSelector, .dateSelector .statutSelector {
	padding-left: 0.68em;
}

.dateSelector .firstLabel {
	padding-left: 0px;
}

.memo-associes ul {
	list-style-type: none;
    padding-left: 0px;
}

.label-memo {
	padding-top: 0px !important;
	padding-right: 0px;
}

.groupChoixOuvrages ouvrage-by-sous-parc-multi-selector label {
	display: none;
}

.groupChoixOuvrages ouvrage-by-sous-parc-multi-selector .selector {
	padding-left: 0;
    padding-right: 0;
}

.acces-alerts {
    margin-top: 10px;
}

.habilitation-expiring {
	color: #FF9953;
}

.etatOuvrage label:nth-child(1) {
    padding-left: 0px;
    font-weight: bolder;
}