/*SPEC CHARTE MAEVA*/
/* Color palette */
body{
  color: #336575;
  font-family: QuickSand!important;
}

.container-fluid{
  max-width: 1400px;
}


.btn{
  min-width: 190px;
  height: 40px;
  border-radius: 5px !important;
  border-color: none;
  border: 0px !important;
}
.btn-primary{
  font-weight: bold;
  background-color: #ffd000;
}
.btn-primary:hover{
  background-color: #ffe77f;
}
.btn-primary:active{
  background-color: #e7b401!important;
}
.btn-primary:focus{
  box-shadow: none!important;
}
.btn-primary.disabled{
  background-color: #c9c9c9!important;
  color: #58595b!important;
}
.btn-secondary{
  font-weight: bold;
  background-color: #66c2eb;
}
.btn-secondary:hover{
  background-color: #85ceef;
}
.btn-secondary:active{
  background-color: #3291D1!important;
  color:  #ffffff !important;
}
.btn-secondary:focus{
  box-shadow: none!important;
}
.btn-secondary.disabled{
  background-color: #e6e6e6!important;
  color: #58595b!important;
}
.btn-info{
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #66c2eb;
  background-color:  #ffffff ;
  color: #66c2eb!important;
}
.btn-info:hover{
  border: 2px solid #85ceef;
  cursor: pointer;
  background-color:  #ffffff ;
}
.btn-info:active{
  border: 2px solid #85ceef;
  color: #85ceef!important;
  background-color:  #ffffff !important;
}
.btn-info:focus{
  box-shadow: none!important;
}
.btn-info.disabled{
  background-color:  #ffffff !important;
  border: solid 2px #565656!important;
  color: #565656!important;
}
.btn-check{
  min-width: 0 !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.scrollcss::-webkit-scrollbar {
  width: 10px!important;
  border-radius: 5px!important;
  background-color: #c9c9c9!important;
}
.scrollcss::-webkit-scrollbar-thumb {
  width: 10px!important;
  border-radius: 5px!important;
  background-color: #e6e6e6!important;
}


/*surcharge bootstrap pour charte maeva*/

input[type='text'], input[type='number'], input[type='email']{
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-color:  #c6c6c6;
}

input, select, .form-civilite, .form-check, #modal_renseigne_prix, .remise_clef, .nb_couchage_block{
  height: 40px!important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  border-radius: 0 !important;
}

.informations_mandat input{
  margin-bottom: 0px !important;
}

/* select2 */
.select2-selection--single{
  height: 40px!important;
  margin-top: 10px !important;
  border-radius: 0 !important;

}

.select2-selection__arrow{
  margin-top: 15px !important;
}

input:focus{
  box-shadow: none!important;
}
select:focus{
  box-shadow: none!important;

}



label{
  margin-bottom: 0!important;
}


/*FIN SPEC CHARTE MAEVA*/

/*HEADER*/

/*header*/
header{
  width: 100%;
  margin: 0;
  background-color: #ffd000;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-family: QuickSand!important;
}
#header-super-container{
  width: 90%;
  margin: auto;
  height: 80px;
  margin-bottom: 10px;
}
#header-container{
  height: 90px;
  margin:0 auto;
}
#header-logo-container{
  width: 50%;
  display: inline-block;
  position: relative;
  
}

#header-logo-container img{
  height:80px;
}


.logout{
  line-height: 40px;
  float: right;
  color:  #ffffff ;
  font-size: 20px;
}

#header-btn-logout{
  color:  #ffffff ;
}
#header-btn-logout:hover{
  text-decoration: none;
  color:  #ffffff ;
}

/********/

.checkbox_show{
  display: initial !important;
  height: 12px !important;
}

.small_text{
  font-size: 10px !important;
  margin-left: 10px !important;
}

.small_text_nuit{ 
  font-size: 10px !important;
  margin-left: 10px !important;
}

/*****icon maeva**/

.ui-maeva-icon{
  width: 20px;
  height: 20px;
}

.ui-maeva-icon:after{
  width: 20px;
  height: 20px;
}


.ui-maeva-icon-photos{
  width: 50px;
  height: 50px;
  padding: 5px;
}

.ui-maeva-icon-photos:after{
  width: 50px;
  height: 50px;
  position: absolute;
  margin: 45px -30px;
}

/***** datatable   ******/

.class_expired {
  color: red;
}
select[name="nb_lignes_par_page"]{
  width: 75px;
  display: inline-block;
} 

.table-mandats tr, .table-mandats td{
  text-align: center
}

#id_table_mandat_paginate{
  float: right;
  margin-top: 15px;
}
#id_table_mandat_info{
  float: left;
  white-space:inherit;
}
#id_table_mandat_filter{
  float: right;
}
#id_table_mandat_length{
  float: left;
}
#id_table_mandat_length > label{
  white-space: inherit;
}


/*SPINNER*/
.loaderv4Container{
  display:none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index:99999;
}
.loaderv4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  transform:translate(-50%);
}
.spinner i {
  background: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 100%;
}
.desktop .spinner i{
  height: 50px;
  width: 50px;
  margin: 0 10px;
}
.spinner i {
  animation: spinner 1s infinite;
}
.spinner i:nth-child(1) {
  animation: spinner 1s .25s infinite alternate;
}
.spinner i:nth-child(2) {
  animation: spinner 1s .5s infinite;
}
.spinner i:nth-child(3) {
  animation: spinner 1s .75s infinite;
}
.spinner i:nth-child(4) {
  animation: spinner 1s 1s infinite;
}
.spinner i:nth-child(5) {
  animation: spinner 1s .25s infinite;
}
@keyframes spinner {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/**** LOGIN *****/

.block_login{
  width: 100%;
  opacity: 0.9;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-champ{
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.block-champ > label{
  font-size: 20px;
  color: #003e52;
}

.block-champ >img{
  width: 60%;
}

.block-champ > input[type='email'], .block-champ > input[type='password'] {
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2px #707070;
  margin: 0 auto;
}

.block_souvenir_de_moi{
  margin-left: 10%;
}

#auth_page{
  background-image: url(../images/fond_page_connexion.png);
  background-repeat: no-repeat;
  background-size: cover;
}   

.marge-20 {
  margin-top: 20px;
}
.marge-30 {
  margin-top: 30px;
}

#cadreForm{
  margin-top: 100px;
}


/***** onglet *****/

#nav_onglets {
  width: auto;
  line-height: 30px;
  display: inline-flex;
  margin-bottom: 15px;
}
#nav_onglets > ul{
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

#nav_onglets > ul > li{
  margin-right: 5px;
}


.main-menu{
  font-size: 14px;
  line-height: 28px;
  font-weight: bold!important;
  color: #003e52!important;
}
#onglets > li.nav-item.active:first-child
{
  background-color: #66c2eb;
  border-radius: 5px 0px 0px 5px;
  margin-right: -5px;
}
#onglets > li.nav-item.active{
  background-color: #66c2eb;
  margin-right: -5px;
}
#onglets > li.nav-item.active:last-child
{
  background-color: #66c2eb;
  border-radius: 0px 5px 5px 0px;
  margin-right: -5px;
}

.btn-marge-left{
  margin-left: 15px;
  margin-top: 3px;
}

/*jusqu'a md*/
@media only screen and (max-width : 991px) {
  #nav_onglets ul{
    width: auto;
  }
  #nav_onglets li{
    margin-right: 5px; 
  }
  #onglets > li.nav-item.active
  {
    margin-right: -5px;
  }


  
}

 /****** new mandat global ******/

 .informations_span{
  color: #66C2EB;
  margin-left: 10px;
  font-size: 18pt;
}

.required:after{
  content: '*';
  color: red;
  font-weight: bold;
}

.required2:after{
  content: '**';
  color: red;
  font-weight: bold;
}

.main-menu a{
  padding-left: 5px;
}

.main-menu i{
  margin-left: 5px;
  margin-right: 20px;
}

.suggestion_list, .autocomplete_client_list, .autocomplete_batiment_list{

  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
  margin-top: -20px;

}

.suggestion_list li , .autocomplete_client_list li, .autocomplete_batiment_list li{ 
  padding: 5px 10px; ; 
}
.suggestion_list li:hover, ul li.selected, .autocomplete_client_list li:hover, .autocomplete_batiment_list li:hover { 
  background: #09f; 
}
.suggestion_list li.init, .autocomplete_client_list li.init, .autocomplete_batiment_list li.init, .paiement_frais_dossier, .modal_upload_document { 
  cursor: pointer; 
}

.info_mandat_valider{
  color: red;
}


/******    type mandat   *****/

.info_select_type_mandat{
  color: #ff6b6b;
  margin-left: 10px;
  font-size: 15pt;

}

/******** info du bien ********/


.new_residence{
  display: none;
  border: solid 2px #ff6b6b;
}

.new_residence .notice_new_residence{
  color: #ff6b6b;
  font-size: 16px;
  text-align: center;
}

.new_residence textarea{
    resize: none;
    overflow-x: hidden;
}

#map {
  height: 96%; 
  width: 100%; 
}


.nb_couchage_block{
  display: flex;
}

#tunnel-pax-number > input{
  border: none;
  width: 50px;
  margin: 0px 0px 0px 30px ;
  padding: 0px 0px 15px 0px;
}

.ui-maeva-icon-40{
  width: 40px;
  height: 40px;
}

.select_ville_block{
  display: none;
}

.input-file-container {
  position: relative;
  text-align: center;
}

.input-file-trigger {
  display: block;
  padding: 5px;
  background: #003642;
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  width: 100px;
  height: 100px;
  margin: 5px;
  border-radius: 5px;

}

.input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100px;
  padding: 14px 0;
  opacity: 0;
  cursor: pointer;
}


.photos{
  overflow-x:auto;
  height: 140px;
}

#ul_photos{
  white-space: nowrap;
  display: flex;
  list-style: none;
  padding-left : 10px ;

}

#ul_photos li{
  display:inline-block;
}


.trash_center { 
  margin: 5px;
  text-align: center;
}

.photo img{
  width: 100px !important;
  height: 100px !important;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2px #707070;

}



/******** info du propriétaire ********/


.informations{
  box-shadow: 0px 3px 10px 5px rgba(153,153,153,0.3);
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 10px;
  margin-top: 10px;

}

.div_close_proprietaire{
  margin-top: -20px;
  margin-bottom: 30px;
}

.erreur_mail{
  color: #ff6b6b;
  display: none;
}

.div_select_client, .div_select_ville{
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 101;
  
}

.div_select_ville{
  margin-top: -9px;
}

.block_select_client, .block_select_ville{
  position: relative;
}



/******** info du mandat ********/

#block_commercialisation{
  display: none;
}


.btn-xs{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

}


.info_tr .btnSupprimerLigne {
    margin-top: 18px;
}
.undeletable .btnSupprimerLigne {
    margin-top: 30px !important;
}

/****** autocomplete *******/

.ui-autocomplete{
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: none;
}

.ui-menu-item-wrapper{
  color: #336575;
  font-family: QuickSand!important;
}


/**** Radio ********/


.btn-group{
  padding: 0;
}
.btn-group .btn{
  background-color: white;
  color: black;
  box-shadow: 1px 1px 5px #999;
  min-height: 40px;
  line-height: 25px;

}
.btn-group .active{
  background-color: #85ceef !important;
}
.btn.btn-check{
  height: unset!important;
  min-width: 50px!important;
  font-size: 13px;
  font-weight: bold;
}

.form-civilite{
  height: 38px;
}



/*****input text avec icone******/

.input-group-icon > input{
  padding-right: 45px;
}

.input-group-icon-euro > input{
  padding-right: 20px;
}


input:focus ~ >i{
  border-right:red;
  border-bottom: red;
  border-top:red;

}

.arrondi-form-i{
  border-radius: 25px 0px 0px 25px / 40px 0px 0px 40px;
  height: 40px;
  width: 45px;
  z-index: 100;
  background-color: #66c2eb;;
  margin-left: -45px;
}

.arrondi-form-i > i{
  line-height: 40px;
  margin-left: 25px;
}

.arrondi-form-i > p{
  line-height: 40px;
  margin-left: 18px;
  font-weight: bold;
  font-size: 14pt;
  color:  #ffffff ;;
}

.icon_euro{
  background-color: unset;
}

.icon_euro > p{
  color: #66c2eb;
}

.input-group-prepend {
  margin-top: 10px;

}

/**** Modal *****/

.modal-header{
  background-color: #ffd000;
  border-radius: 20px 20px 0px 0px;
}

.modal-dialog{
  z-index: 10001 !important;
}

.modal-content {
  border-radius: 20px;
}

.text_renseigne_prix{
  color: #ff6b6b;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}


.block-text-center{
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}


.block_upload_document{
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.delete_file{
  color: #ff6b6b ;
  font-weight: bold ;
  float: right;
  cursor: pointer;
}

.mention_legal{
  font-size: 12px;
  text-align: center;
}


/****renseigner les prix*****/

.form_grouper_prix > input{
  margin-left: 10px;
}

.disponible_location{
  display: initial !important;
  width: 25px;
}

.table td, .table th {
  text-align: center;
  vertical-align: middle !important;
  width: 112px !important;
  font-size: 13px;
  border: 1px solid #dee2e6;
}

.form-table{
  display: -webkit-inline-box;
}

.form-div-table{
  width: 560px;
}



/****** estimation ********/

.block_estimation{
  margin-top: 20px;
  margin-bottom: 20px;

}


.block_estimation .block_head{
  height: 50px;
  line-height: 50px;
  background-color: #003e52;
  font-weight: bold;
  font-size: 14px;
  border-radius: 15px 15px 0px 0px ;
  color: #ffffff;
  text-align: center;

}


.block_estimation .block_body{
  min-height: 150px;
  line-height: 25px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border-radius:  0px 0px 15px 15px ;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2px #707070;
  vertical-align: middle;
  color: #003e52;
  padding: 5px;
  text-align: center;

}

.block_estimation .estimation_prix{
  font-size: 18px;
}

.bouton_grille{
  min-height: 40px;
  border: none !important;
  border: solid 2px #66c2eb !important;
  border-radius: 23px !important;
  padding: 10px !important;
  color: #66c2eb !important;
  cursor: pointer;
  margin: 5px !important;
  line-height: 17px;
}

.estimation_small{
  font-size: 12px;
  font-weight: normal;
}



/******* recherche + page mandat********/

.recherche{
  margin-top: 20px;
  margin-bottom: 20px;
}

.table_mandat thead th:first-child {
  border-radius: 10px 0px 0px 0px;
}

.table_mandat thead th:last-child {
  border-radius: 0px 10px 0px 0px;
}

.table_mandat thead{
  background-color: #003e52;
  color:  #ffffff ;

}

.block-search table{
  width: 100%;
}

.block-search table tr td{
  padding: 5px;
}

#id_table_mandat_filter{
  display: none;
}


.table_mandat tbody tr td p{
  margin: 0;
}

.frais_dossier_ligne, .taux_commission_ligne, .frais_sejour_ligne, .frais_annuel_ligne, .frais_entretien_ligne, .canal_ligne, .sous_canal_ligne, .tous_ligne{
  width: 100%;
  margin-left: 0px;
}



/********  Grille tarifaire   ***********/

.table_hidden_border td, .table_hidden_border th {
  border: none !important;
}

.td_color{
  background-color:#b2e0f5 ;
}

.table .ui-maeva-icon{
  height: 11px !important;
  display: inline-block;
}

.prix_net, .prix_public{
  background: #ccc;
}


/***********    Modal check client existe   **************/

.client_proprietaire_exist input[type='radio']{
  display:none;
}

.client_proprietaire_exist label{ 
  padding:10px;
  border:1px solid #ccc;
  border-radius: 4px;
  margin-top: 15px;
}

.client_proprietaire_exist input[type='radio']:checked+label{ 
  background:#ddd;
}

.client_proprietaire_exist input[type='radio'] + label::after , .client_proprietaire_exist input[type='radio']:checked + label::before{
  display:none;
}

/***********    Alert MSG   **************/


.alert.alert-success{
  display: block;
}

.alert.alert-danger{
  display: block;
}


/***************  INPUT NUMBER  ****************/

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
  -o-appearance: none;
  margin:0
}

.g-recaptcha > div {
  margin: auto;
}
