#cug {
  color: #D1D171;
}

#booking {
  color: #D7E7E5;
}

.content-header > .breadcrumb a{
  color: #009899;
}

.content-header h1 {
  color: #D1D171;
}

.menu-header h1{
  color: #D1D171; 
  font-size: 33px;
  padding:10px;
}

.profile_header a{
  color: #F3CFD7;
}

.profile_header i:hover{
   color: #D1D171;
}

.side-bar .menu a:hover .item,
.side-bar .menu .item a:hover{
  background: #D1D171;
}


.navbar-nav li,.btn_style{
    border:1px solid #009899;
    color:#009899;
}

.btn_style_selected{
    background-color:#009899;
    color:white;
}

.navbar-nav li.li_delete, .li_delete{
    border:1px solid #D1D171;
    color:#D1D171;
}

.navbar-nav li a{
    color:#009899;
    text-decoration:none;
}

.navbar-nav li:hover,.navbar-nav li a:hover,.btn_style:hover{
    border:1px solid #009899;
    color:white;
    background-color:#009899;
}

.navbar-nav li.li_delete:hover,.navbar-nav li.li_delete a:hover, .li_delete:hover{
    border:1px solid #D1D171;
    color:white;
    background-color:#D1D171;
}

.container_box_shadow {
  box-shadow: .75rem .75rem 0 #F3CFD7;
}

.container_box {
   border-top: 3px solid #F3CFD7;
   border-left: 3px solid #F3CFD7;
}

.container_titre, .box-title{
   color: #D1D171; 
   font-size: 22px;
   font-weight: bold;
}

.page-link.active, .active > .page-link{
    background-color:#D1D171;
}

.row_filter{
    background-color: #D7E7E5;
    border-radius: .75rem;
    padding:10px;
    margin:20px 10px;
}

.class_label,
.table > :not(caption) > * > *.th_label,
.td_label{
  color: #009899;
}

.tr_label{
   border-color: #009899;
}

table th{
    color: #009899;
}

.border_bottom_case{
    border-bottom:1px solid #D1D171;
}

.box {
  border-radius: .75rem;
  box-shadow: 0 1px 1px #D7E7E5;  
}

.box-header > .fa,.btn .fa-plus,.btn .fa-minus{
    color: #D1D171;
}

.box-header > .fa_label{
    color: #009899;
}

.box_special{
    border: 1px solid #F3CFD7;
}

.btn-close{
    color: #F3CFD7;
}

.btn-close:hover{
    color: #009899;
}

.box_pdf{
    border:1px solid #009899; 
    border-radius: 10px; 
    text-align:center; 
    padding:10px; 
    width:130px;
}

.box_pdf a{
    text-decoration:none;
    color: #009899;
}

/* Datatable */

table.table-striped > tbody > tr > *  {
    border-style:none;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > *  {    
    background-color: #D7E7E5;
    box-shadow:inherit;
}

.table-hover > tbody > tr:hover > *,
table.table-striped > tbody > tr:hover.odd > *{
    background-color: #D1D171;
    cursor:pointer;
}

.table-hover > tbody > tr.retour_depot:hover > *,
table.table-striped > tbody > tr.retour_depot:hover.odd > *{
    background-color: white;
    cursor:pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, 
table.dataTable thead > tr > td.dt-orderable-desc,
.dt-orderable-none .dt-column-title{
    color:#D1D171;
}



#chambres-table > tbody > tr:nth-of-type(2n+1) > *  {    
    background-color: inherit;
    box-shadow: inherit;
}

#chambres-table > tbody > tr.color-primary-1:nth-of-type(2n+1)  > *,
#chambres-table > :not(caption) > .color-primary-1 > *{
    background-color: #D1D171;
}

.pagination .page-link{
    color: black;
}

.pagination .active .page-link{
    border:1px solid black;
    color:white;
}

.pagination .disabled .page-link{
    background-color:#D1D171;
    color:white;
}

/* Fin Datatable */

.box_radio, .box_checkbox, .select_btn, .select2-container--default{
    border: 1px solid #F3CFD7;
}

.checkbox_true,
.radiobtn_true{
    background-color: #D1D171;
}

footer {
  background-color: #D1D171;
}


/* Dynamsoft */
#main .ct-rt {
    background-color:#F3CFD7;
}


