typeObligatoire
p[data-toggle="collapse"]:hover{
    
    cursor :pointer;
    
}
.form-control{color : black}
.checkbox {
  padding-left: 15px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
        outline:none;
      content: "";
      display: inline-block;
      position: absolute;
        width: 15px;
    height: 14px;
    top: 2px;
    left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.05s ease-in-out, color 0.05s ease-in-out;
      -o-transition: border 0.05s ease-in-out, color 0.05s ease-in-out;
      transition: border 0.05s ease-in-out, color 0.05s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 13px;
      height: 16px;
    left: -1px;
    top: 1px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
/*      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;*/
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 0px;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.05s ease-in-out;
      -o-transition: border 0.05s ease-in-out;
      transition: border 0.05s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 7px;
      height: 7px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
/*      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;*/
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.fullWidth {
	width: 100%;
}
.semibold {
	font-weight: 600;
}
.noWrap {
	white-space: nowrap;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
	line-height: normal;
}

 input[type=email]:invalid {
  color: red;
}

    .ligne_separation{
        margin-top: 5px;
        border: 1px #1b718b solid;
        background: #1b718b;
    }
    
    .label_champs_obligatoire{
        color: red;
    }
    .label_champs_obligatoire::before{
        content:'*';
    }    

    .titre_block{
        color:#1b718b;
        font-size: 15px;
        margin-top:25px;    
        font-weight: bold;
    }

.edit_op_com{
    color:black;
   
}
.desactive_op_com{
    color:black;
   
}

.active_op_com{
    color:black;
   
}
.modifier_impression:hover{
    color:#337ab7;
}

.edit_op_com:hover{
    color:#337ab7;

}
.edit_dispo:hover{
    color:#337ab7;

}

.desactive_op_com:hover{
    color:red
}
.active_op_com:hover{
    color:green
} 

.envoi_fact:hover{
    color:#316AC5;
}

.jq_sendMail:hover{
    color:#337ab7;
}

.jq_delete:hover{
    color:red;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.vcenterFlex {
	display: flex;
	align-items: center;
}

.margTop10 {
	margin-top: 10px;
}

.margRight20 {
	margin-right: 20px;
}

.font16 {
	font-size: 16px;
}

.textCenter {
	text-align: center;
}

.softHide {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~ Page Control ~~~~~~~~~~~~~~ */

html, body{
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
   font-size: 11px;
   font-family:  Verdana;
   color: #000000;
   background-color: #FFFFFF;
   line-height: 14px;
}

input{
   margin:2px 2px;
    padding:4px;
}


table:not(.table_orientation_immo){border-collapse: separate!important;}
.tablevuecomptable{border-collapse: collapse!important;}

select{
    padding:4px;
}
img {border:0;}
	
li,td,th	{ font-size: 11px; font-family:  Verdana; }

td.red  { font-size: 14px; font-family:  Verdana; color: #FF3300; font-weight: bold;}
td.menu { font-size: 11px; font-family:  Verdana; line-height: 10px;}
td.reglement { font-size: 11px; font-family:  Verdana; line-height: 10px; background-color:#FF9; border-right: 1px solid #000000;}
td.notes{border-right: 1px solid #000000;}
td.onglet { font-size: 11px; font-family:  Verdana; line-height: 10px; font-weight: bolder; text-align: center} 
td.survey		{ font-size: 12px; font-family:  Verdana; color: #000000; text-align: justify}
td.titreColonne { font-size: 12px; font-weight: bold; font-style: italic; text-align:center; }

.blue { color: #5593C1; font-weight: bold;}
.black{ color: #000000; font-weight: bold;}
.test{ color: #000000; font-weight: bold; background-color:#00FF00; cursor:help}
.por  { font-size: 10px; font-family:  Verdana; color: #336600;}
.highlight  { font-size: 11px; font-family:  Verdana; color: #FF3300; font-weight: bold;}
.plan {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-variant: small-caps;
 color: #0033CC; background-attachment: fixed; text-align: center; font-weight: bolder; text-decoration: underline}
.textForm {	font-family: Verdana;	font-size: 12px;font-weight: normal;border: 1px solid #CCCCCC;color: #000000; }
.textForm2 {	font-family: Verdana;	font-size: 12px;font-weight: normal;}
.orange {  font-family: Verdana; font-size: 16px; font-weight: bold; font-variant: small-caps; text-indent: 20pt; color: #FF6600}

.confirmation { font-family:Verdana; font-size:11px; font-weight:bold; border:#006600 1px solid; background-color:#C0F5C4; vertical-align:middle; padding:10px 20px 10px 20px; text-align:center;}
.erreur { font-family:Verdana,  Verdana; font-size:11px; font-weight:bold; border:#FF0000 1px solid; background-color:#F86165; vertical-align:middle; padding:10px 20px 10px 20px; text-align:center;}
.avertissement { font-family:Verdana; font-size:11px; font-weight:bold; border:#FF7800 1px solid; background-color:#fbae69; vertical-align:middle; padding:10px 20px 10px 20px; text-align:center;}

.news_dispo { font-size:11px; color:#006600; width:100%; }

li.blue { color: #0066CC; font-weight: bold;}
li.black{ color: #000000; font-weight: bold;}


/* ~~~~~~~~~~~~~~~~~~ Link Control ~~~~~~~~~~~~~~ */
	     
A 		{ text-decoration: none;
          color: black;}
A:hover 	{ text-decoration: underline;}

.rp_aLinkActive {
    color:black;
    cursor: pointer;
    cursor: hand;
}

.rp_aLinkVisited  {
    color: #A87780;
    cursor: pointer;
    cursor: hand;
}

.rp_aLinkActive:hover, rp_aLinkVisited:hover {
    text-decoration: underline;
}

A.menu 		{ text-decoration: none; color: #000000;}
A.menu:hover 	{ text-decoration: underline; color: #000000;}

A.onglet { text-decoration: none;line-height: 17px; color:#8A6D1F; font-family: Verdana; font-size: 11px; font-weight: bolder}
A.onglet:hover 	{ text-decoration: underline;}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #6E89DD;
  padding: 10px;
  margin: 0;
  background: #EEF0FC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');

  z-index: 1000;
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(images/semi-transparent.gif);
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}








/*
////////////////////////////////////PHOTOS
*/

#icone_pas_de_photo {
	background-image:url(images/icone_pas_photo.png);
	width:35px;
	height:26px;
	float:right;
	position:relative;
	left:-200px;
	top:-25px;
}
#icone_photo {
	background-image:url(images/icone_photo.png);
	width:35px;
	height:26px;
	float:right;
	position:relative;
	left:-200px;
	top:-25px;
	cursor:pointer;
}
#affiche_photos {
	float:right;
	position:relative;
	left:-170px;
	top:0px;
	color:#F60;
}
#apparition_photos{
	display:none;
	position:absolute;
	top:50px;
	left:-800px;
	width:800px;
	height:600px;
	border:1px solid black;
	background-color:#ffffff;
}
#texte_photos{
	position:relative;
	top:15px;
	font-family:"Open Sans";
	font-size:16px;
	color:#F60;
}
#fermer_photos{
	background-image:url(images/pic_fermer.jpg);
	width:25px;
	height:25px;
	position:relative;
	left:760px;
	top:-5px;
	cursor:pointer;
}

#fermer_photo_HD{
	background-image:url(images/pic_fermer.jpg);
	width:25px;
	height:25px;
	position:relative;
	left:760px;
	top:-5px;
	cursor:pointer;
}
#disposition_photos{
	padding:20px;

}
#photo_HD{
	display:none;
	width:800px;
	height:600px;
	background-color:#FFF;
	border:1px solid red;
	position:absolute;
	left:-800px;
	top:50px;
	padding-top:10px;
}

#galerie{
	display:block;
	position: absolute;
	top: 150px;
	width:900px;
	background:#FFffcc;
	height: 180px;
	overflow:hidden;
}

#galerie a{
	display:block;
	float:left;
	padding:0 10px;
}

#galerie a img{
	border: solid 4px #44828c;
}

#galerie a:hover img,#galerie a.courant img{
	border:solid 4px #8c4446;
}

.slider{
	/*display:none;*/
	position:relative;
	top: 25px;
	width:5000px;	
}

.suiv{
	cursor:pointer;
	position: absolute;
	top:0;
	right:0;
	height: 180px;
	width: 37px;
	background: url(images/fleches.jpg) right top;

}

.suiv:hover{
	background-position: 46px top;
}

.prec{
	cursor:pointer;
	position: absolute;
	top:0;
	left:0;
	height: 180px;
	width: 37px;
	background: url(images/fleches.jpg) top left;

}

.prec:hover{
	background-position: -23px top;
}

/*
//////////////////////// CONTACTS //////////////////////////
*/

.ajout_contact{
	color:white;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

#ajout_contact{
	display:none;
}

 
 
#contactFormContainer{
    position:absolute;
    left:500px;
	top:250px;
    float:right;
	z-index:9999;
}

#contactForm{
    height:250px;
    width:500px;
    display:none;
}

#contactForm fieldset{
	border:none;
	background-color:#FC6;
	border:1px dashed #666;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}     

#contactForm label{
	display:block;
	color:#333;
}     

#contactForm input[type=text]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactForm input[type=select]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactForm input[type=submit]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}
#contactForm input[type=button]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}


#contactModifForm{
    height:250px;
    width:500px;
    display:none;
}

#contactModifForm fieldset{
	padding:30px;
	border:none;
	background-color:#FC6;
	border:1px dashed #666;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}     

#contactModifForm label{
	display:block;
	color:#333;
}     

#contactModifForm input[type=text]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactModifForm input[type=select]{
    display:block;
    border:solid 1px #666;
    width:100%;
    margin-bottom:10px;
    height:20px;
} 

#contactModifForm input[type=submit]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}
#contactModifForm input[type=button]{
	background-color:#999;
	border:solid 1px #23150c;
	color:#ff6600;
	padding:5px;
	margin-left:150px;
}


#contactLinkAjout{
    height:20px;
    width:20px;
    background-image:url('images/icone_ajout_contact.gif');
    display:block;
    cursor:pointer;
}

.contactLinkSuppr{
    height:20px;
    width:20px;
    background-image:url('images/icone_suppr_contact.gif');
    display:block;
    cursor:pointer;
}

.contactLinkModif{
    height:20px;
    width:20px;
    background-image:url('images/icone_modifier_contact.gif');
    display:block;
    cursor:pointer;
}

#contactSupprDialog{
    height:150px;
    width:200px;
    display:none;
}

#messageModifSent{
    color:#000;
    display:none;
	position:relative;
	margin:auto;
	left:100px;
}
            
#erreur-message{
	margin:0px;
	padding:0px;
	display:none;
	color:#F00;
	font-family:"Open Sans";
	font-size:11px;
	font-weight:bold;
	position:relative;
/*	top:45px;*/
	text-align:center;
}
#ok-message{
	margin:0px;
	padding:0px;
	display:none;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	position:relative;
/*	top:45px;*/
	text-align:center;
	background-color:#336600;
}
#erreur_heure, #erreur_heure_modif{
	color:#F00;
	display:none;
	position:relative;
	margin:auto;
	left:50px;
}
#erreur-doublon{
	margin:0px;
	padding:0px;
	display:none;
	color:#F00;
	font-family:"Open Sans";
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:45px;
	text-align:center;
}

#limiteOrientation
{
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #FF6600;
    padding-left: 25px;
}




.ligne_dernier_contact{
	display:block;

}

.titre_souligne{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
	font-weight:bold;
/*	width:80px;*/
}

.titre_simple{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
/*	width:80px;*/
}

.donnees{
	font-size:11px;
	font-family:"Open Sans", Geneva, sans-serif;
	text-decoration:none;
	font-variant:small-caps;
	color:#F30;
	padding-right:10px;
/*	width:90px;*/
}


/* Maintien à domicile */
/*#madSuccess,
#madFailure {
	display: none;
}*/
#madForm > div > div {
	line-height: 20px;
}
#madForm textarea {
	display: block;
	width: 100%;
	height: 120px;
	padding: 8px;
	border: 1px solid #cccccc;
	line-height: 130%;
	font-size: 13px;
	resize: none;
	min-width: 500px;
}
#sendMadBtnDiv {
	text-align: center;
}
#sendMad,
#madTryAgain,#lancer_recherche_hors_zone {
	margin: 10px 5px;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #8EC2F4;
	font-size: 13px;
	background-color: transparent;
	font-weight: 600;
	cursor: pointer;
}
.madAutocomplete {
	max-height: 250px;
	overflow: scroll;
}

#notesForm, #notesForm_compta, #notesForm_prospection
{
    position:absolute;
    right:50px;
    top:30px;
    float:right;
    z-index:9999;
    display:none;
    background-color:#FFFFCC;
    border:#000000 3px solid;
}




#graph{
	top:50px;
	left:50px;
	position:absolute;
	display:none;
	z-index:10;
}

#fermer_graph{
	background:url("images/fermer_graph.png") repeat scroll 0 0 transparent;
	height:20px;
	margin-left:640px;
	margin-top:-10px;
	position:relative;
	width:20px;
	cursor:pointer;
}

#ajout_service
{
    height:20px;
    width:20px;
	vertical-align:middle;
    cursor:pointer;
	margin-right:5px;
}

#serviceFormContainer
{
    position:absolute;
    left:500px;
	top:150px;
    float:right;
	z-index:9999;
}

#serviceForm
{
    height:250px;
    width:500px;
    display:none;
}

#serviceForm fieldset
{
 padding:30px;
 border:none;
 background-color:#FC6;
 border:1px dashed #666;
 font-size:14px;
 font-weight:bold;
 color:#ff6600;
}     

#serviceForm label
{
 display:block;
 color:#333;
}     

#serviceForm input[type=text]
{
    display:block;
    border:solid 1px #666;
    width:100%;
    height:20px;
}

#serviceForm input[type=button]
{
 background-color:#999;
 border:solid 1px #23150c;
 color:#ff6600;
 padding:5px;
 margin-left:150px;
    cursor: pointer;
}




#rp_conseillerCurrentStatus {
    height: 26px;
	font-weight:bold;
}
#module_statut_conseiller {
	position:absolute;
	right:3px;
	top:2px;
	width:110px;
	height:26px;
	border:1px dotted #919B9C;
	background-color:#FFF;
	z-index:1000;
	background-image:url(images/icones/statutConseiller/fleche.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	cursor:pointer;
}

#module_statut_conseiller img{
	width:18px;
	height:18px;
	margin:3px 3px;
	border:0;
	vertical-align:middle;
}

#liste_statut_conseiller {
    border: 1px solid #919B9C;
    float: right;
    font-size: 11px;
    width: 100px;
	cursor:default;
	display:none;
	background-color: #FFFFFF;
}
#liste_statut_conseiller img {
	vertical-align:middle;
}
#liste_statut_conseiller a {
	color:#000;
	display:block;
}

.statuts_conseiller
{
    border: 1px solid black;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px black;
    margin: -15px 45px;
    padding: 5px 5px;
    width: 100px;
    text-align: left;
}

.statuts_conseiller a
{
    display: block;
    margin-bottom: 3px;
    color: black;
}

.statuts_conseiller a img
{
    border: none;
}


.conseillersName
{
    border: 1px solid blue;
    position: absolute;
    background-color: white;
    margin: 5px 5px;
    padding: 5px 5px;
}



#rp_conteneurCRM {
float:left;width:100%;position:relative;
}
#rp_componentWelcome {
position:absolute;right: 120px; height:21px;color:#FFFFFF;font-weight:bold; padding-top:5px; z-index:5000;
}
#rp_componentWelcome img {
vertical-align:middle;width:16px;height:16px;
}
#rp_toggleHeader{
position: absolute;
right: 5px;
z-index: 1;
top: 35px;
}
#rp_toggleHeader img{
cursor:pointer;cursor:hand;
}
#rp_header {
height: 70px;margin:0px; padding: 0px;
}
#rp_logoHeader {
float: left; margin-right: 5px;
}
#rp_componentInfosDay {
float: left; margin-right: 5px;margin-top:4px;
}
#rp_componentHeaderCity{
/*float: left; margin-right: 20px;margin-top:4px;*/
}
#rp_componentHourDay {
   margin-left: 20px;
}
#rp_componentInfosCity{
   float: left; margin-right: 20px;margin-top:4px; 
}
.rp_componentRss{
position: relative; 
float: left; 
margin-right: 10px; 
font-size: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; 
overflow-x: hidden; 
overflow-y: scroll;
border: 1px solid #ccc;
padding: 3px; 
height: 54px;
margin-top:4px;
background-color:#FFFFFF;
/*width:400px;*/
width:23%;
}

.rp_componentRss ul{
margin:0;padding-left:5px;
}
.rp_componentRss li{
font-size:11px; list-style:none;
}

.rp_componentRss li a{
color:#3D4568;
}

.rp_componentRss li a:hover{
color:orange;
font-weight:bold;
text-decoration:none;
}

.check_relance:hover{
    color:green;
}

#rp_componentQuickSearch{
   float: right; margin-right: 10px;margin-top:5px; padding:0px;
}

#rp_ui_body {
float:left; width:100%;position: relative;
}

#rp_ui_listTab {
  position:relative;
  vertical-align:bottom; 
  margin:0px 2px 0px 0px;
  padding:8px 0px 0px 0px;
  height:39px;
  border-bottom:#4B77BE solid 3px;
  background-color:#FFFFFF; 
  width:100%; 
      margin-top: -16px;
}


#rp_ui_footer {
float:left;
}

#pricingForm {
    margin-top:25px;
}
#pricingForm .pricing{
    width:45px;
}


.indexTableau{
   margin-top: 50px; 
   border-top: 1px solid gray; 
   background-color: threedlightshadow; 
   height: 125px; 
}

.titleindex{
    width: 349px ; 
    height:100px ; 
    float: left; 
    border-color: #ffffff; 
    border-style:solid; 
    border-width:thin; 
    border-top: 0; 
    border-bottom: 0; 
    border-left: 0;
}
.SAindex{
  width: 270px ;  
  height:100px ;
  float: left  ;
}

.contentindex{
font-size: 11px; 
margin-bottom: 10px; 
text-align: center;    
}

#prereservation, #referrals, #entryConfirmation, #faxExtended, #test, #sndmsgtoSA, #clientcompetitor
{
   cursor:pointer; 
}

#notesOrientation1
{
   height: 500px;
   float: left ; 
   padding: 3px; 
   border : #316AC5; 
   border-style: solid; 
   border-width: 2px; 
   border-top-width:0;
   border-left-width:0; 
   border-bottom-width:0;
}
#dataOrientation
{
margin-left: 10px ; 
padding: 10px; 
float: left;
}

.splitTitle{
display: inline-block;
font-weight: bold;
color: midnightblue;
}
.splitTitlebis{
display: inline-block;
font-weight: bold;
color: #22AA22;
}


.contentSubindex{
padding: 5px;
}
/* PAGINATION */

.pagination { text-align:center; line-height:2em;	font-size:11px;	margin: auto; margin-top: 10px; }
.pagination a, .pagination span { padding:0.2em 0.5em; }
.pagination a { border:1px solid #555555; color:#555555; text-decoration:none; }
.pagination a:hover { border:1px solid #105CB6; color:#105CB6; }
.pagination .prevnext { font-weight:bold; }
.pagination span.disabled { border:1px solid #DDDDDD; color:#999999; }
.pagination span.current { border:1px solid #555555; background-color:#555555; color:#ffffff; font-weight:bold; }

/*
table thead tr .headerSortUp { 
   background-image: url(images/icones/asc.gif); 
   background-color: #8dbdd8; 
   cursor: pointer; 

} */
/*
table thead tr .headerSortDown { 
    background-image: url(images/icones/desc.gif); 
    background-color: #8dbdd8;
    cursor: pointer; 
} */


table th.header{ 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

.AdditionalPricingRoomName{
    display: inline-block;
    width: 200px;
}


#Cli_Competitor_Grid, #DisplayTemplatesGrid ,.accountingDashboard{
    background-color: white; 
    border: 1px solid gray;
}

/*.jq_displayTemplatesGrid tr:nth-child(odd), #Fac_Prc_RoomType_Grid tr:nth-child(odd), #Fac_Prc_AddCost_Grid tr:nth-child(odd), #Cli_Ent_HistoricDoc_Grid tr:nth-child(odd), #Cli_Ent_Resident_Grid tr:nth-child(odd), #table_clientreferrals tr:nth-child(odd), #Cli_Competitor_Grid tr:nth-child(odd), #Hist_EntrySentDoc_Grid tr:nth-child(odd), .uploadComponent tr:nth-child(odd),.accountingDashboard tr:nth-child(odd)
{ background-color:#eee; }

.jq_displayTemplatesGrid tr:nth-child(even), #Fac_Prc_RoomType_Grid tr:nth-child(even), #Fac_Prc_AddCost_Grid tr:nth-child(even), #Cli_Ent_HistoricDoc_Grid tr:nth-child(even), #Cli_Ent_Resident_Grid tr:nth-child(even), #table_clientreferrals tr:nth-child(even), #Cli_Competitor_Grid tr:nth-child(even), #Hist_EntrySentDoc_Grid tr:nth-child(even), .uploadComponent tr:nth-child(even),.accountingDashboard tr:nth-child(even)	
{ background-color:#fff; }*/

/*.jq_displayTemplatesGrid tr:hover, #Fac_Prc_RoomType_Grid tr:hover, #Fac_Prc_AddCost_Grid tr:hover, #Cli_Ent_Resident_Grid tr:hover, #table_clientreferrals tr:hover, #Cli_Ent_HistoricDoc_Grid tr:hover, #Cli_Competitor_Grid tr:hover, #Hist_EntrySentDoc_Grid tr:hover, .uploadComponent tr:hover, .accountingDashboard tr:hover
{ background-color:#D4E6FC; }
          */

.error{
    background-color: papayawhip;
    border-color: tomato;
}

tr.myDragClass td {
    color: yellow;
    background-color: black;
}

/*#Fac_Prc_RoomType_Grid {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}*/


.div_msg_solde
{
    border: 1px solid black;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px black;
    margin: 0px -570px;
    padding: 5px 5px;
    width: 700px;
    text-align: center;
}
.div_jq_sendMail
{
    border: 1px solid black;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px black;
    margin: 0px -400px;
    padding: 5px 5px;
    text-align: left;
}
.jq_DnD{ margin: 20px; display:inline-block; float:left}
.jq_DnD ol { margin: 0; padding: 1em 0 1em 3em; list-style-type: decimal; display: inline-table; }

table.NotesMR{
    border: 2px solid #fff;
}

table.NotesMR tr{
    height: 30px;
    margin-bottom: 2px;
}

table.NotesMR tr td{
    padding: 10px;
    border-bottom: 5px solid #fff;
}

table.NotesMR tr td.labelNote{
    background-color:#deefff;
}

table.NotesMR tr:hover td { background-color: #fffee0 }

table#resultat_agence{
    border-collapse: collaps!important;
}

/* DataTable style overwrite */
.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button,
.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button:hover {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	background: 0!important;
}




    #ajout_note_modal {
        margin-top: 100px;
        margin-left: 500px;

    }

    .popover {
        /*      min-width :300px !important;*/
        max-width:480px !important;
    }

    #table_resume_client td{
        padding: 2px;
    }



    .nav li.active a{
        font-weight: bold;
        /*        font-size: 15px*/
    }
    .nav  li:not(.active) a{
        font-weight: 100;
        color:black;

    }

    .update_statut_orientation:hover{
        font-weight: bold;
    }

    .badge{
        background: #337ab7;
    }

    .date_rdv{
        width: 160px;
    }
    .date_visite{
        width: 160px;
    }

    .heure_rdv{
        width: 86px;

    }

    .close{
        color:white
    }

    .mce-tinymce mce-container mce-panel{
        margin: auto;
    }
    .modal-header{
        background:#f1efef !important;
        color:black !important;
    }
    .close_modal{
        color:black !important;
    }

    #tableau_orientation_wrapper td{
        vertical-align: middle;
        font-size: 10px;
    }
    .ui-autocomplete   {
        position: absolute;
        z-index:2147483647  !important;
    }


    #table_orientation{
        text-align: center;
    }

    #tableau_orientation_wrapper thead{
        font-weight: bold;
    }

    #modal_orientation td{
        padding: 4px;
    }

    .envoi_multple{
        display:flex;
        flex-direction:column;
        align-items:center;

    }
    .envoi_multple:hover{
        color : #337ab7;
        cursor: pointer;

    }
  #mceu_30 {
        margin-top: 100px
    }

    .madPas label {
        margin-right: 20px;
    }

    .madPas input {
        vertical-align: sub;
    }

    .telecharger_devis {
        cursor: pointer;
        margin-left: 6px;
    }

    .telecharger_devis:hover {
        color: green;
    }

    /*#resMadRef h3,
    #resMadRef h5 {
        text-align: center;
    }
    #resMadRef h3 {
        margin-bottom: 5px;
    }
    #resMadRef h5 {
        margin: 0 0 25px;
        color: #666;
        font-style: italic;
    }*/

    #madTableDevis {
        width: 70%;
        border-spacing: 0;
        border-collapse: collapse;
        font-size: 13px;
    }

    #madTableDevis thead,
    #madTableDevis #totalMensuel {
        background-color: #9b59b6;
        color: white;
        font-weight: 600;
        text-align: center;
    }

    #madTableDevis #totalMensuel {
        text-align: right;
    }

    #madTableDevis th,
    #madTableDevis td {
        margin: 0;
        border: 1px solid #ED8025;
        width: 15%;
        padding: 7px 2px;
    }

    #madTableDevis tbody td:first-child {
        font-weight: 600;
        width: 55%;
    }

    #madTableDevis tbody td:last-child,
    #madTableDevis tfoot td:last-child {
        text-align: right;
        padding-right: 10px;
    }

    #madTableDevis label {
        margin: 0 auto;
        display: block;
        max-width: 80px;
    }

    #madTableDevis input {
        max-width: 80px;
    }

    #sendDevisDiv,
    #sendRdvDiv {
        font-weight: 600;
        color: #666;
        margin: 10px 0;
    }

    #resMadRef input:not([type='checkbox']) {
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 5px;
        vertical-align: middle;
        width: 200px;
    }

    #ouvrir_area_sms:hover {
        color: blue;
    }
    
        #madPasHeader {
        text-align: center;
        position: relative;
        font-size: 14px;
    }

    #madPasHeader h3 {
        margin-bottom: 5px;
    }

    #madPasHeader h5 {
        margin: 0 0 25px;
        color: #666;
        font-style: italic;
    }
    
        .madPas {
        position: relative;
        font-size: 14px;
        overflow-y: scroll;
        height: 88%;
    }

    .madPas label {
        margin-right: 20px;
    }

    .madPas input {
        vertical-align: sub;
    }

    #madBaseData div {
        margin-bottom: 20px;
    }

    #madBaseData label {
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        vertical-align: middle;
    }

    #madBaseData .reducedLabel {
        width: 160px;
    }

    #madBaseData .discreetLabel {
        display: inline;
        font-weight: 500;
        margin-right: 0;
        margin-left: 10px;
    }

    #madBaseData b {
        width: 160px;
        font-size: 12px;
        display: inline-block;
    }

    .madPas input:not([type='checkbox']):not([type="radio"]) {
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 5px;
        vertical-align: middle;
        width: 200px;
    }

    .madInfosBloc {
        display: inline-block;
        width: 500px;
        vertical-align: top;
        margin-right: 60px;
    }

    .descBloc textarea {
        margin-top: 5px;
        width: 100%;
        min-height: 180px;
    }

    .descBloc i {
        font-size: 11px;
    }

    .descBloc p {
        margin-top: 3px;
        font-size: 12px;
        max-height: 80px;
        overflow-y: scroll;;
    }

    .buttonMad {
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 6px 30px;
        background-color: #9b59b6;
        color: white;
        font-size: 16px;
        cursor: pointer;
    }

    .buttonMad:disabled {
        background-color: #dddddd;
        cursor: not-allowed;
    }

    .buttonMadDiscreet,
    .buttonMadDiscreet:focus {
        border: none;
        padding: 3px 10px;
        background-color: white;
        color: #9b59b6;
        font-size: 14px;
        cursor: pointer;
    }

    #sendInfosDiv {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    #messageMadSuccess {
        color: red;
        margin-left: 10px;
    }
    
    .unstyled {
        -webkit-appearance: none;
    }
    .unstyled::-webkit-inner-spin-button {
        display: none;
        -webkit-appearance: none;
    }