

/*
#kt_wrapper {
    padding-left: 100px;
}


#kt_aside {
    position: fixed;
    z-index: 99999;
    -webkit-box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.07);
box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.07);
background-color: #fff;
  }
*/




/*---------------------------------------------------------------------- SEPARATORS */
hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(210, 210, 210, 0.41);
}


.alert.alert-success {
    background-color: #00bb6d;
    border-color: #00bb6d;
    color: #FFFFFF;
}

/*---------------------------------------------------------------------- LOADING */

#loading.hide, #loading1.hide, #loading2.hide, #loading3.hide {
    visibility: hidden;
}
div#loading, div#loading1, div#loading2, div#loading3 {
    padding-left: 30px;
    color: #1bc5bd;
    font-weight: 500;
    font-size: 1.1em;
}

.auto-save-message {
   
    position: fixed;
    font-size: 0.9em;
    bottom: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.auto-save-message.show {
    
    opacity: 1;
}

/*---------------------------------------------------------------------- SIDEBAR */


/* ---------------------------------------------------------------------- TABLES */

thead th {
    background-color: #f7f1e8;
}

.warning thead th {
    background-color: #ffdfdf;
}



tr:hover {
    background-color: #f7f1e8 !important;
}



tbody tr:nth-child(even){
  background-color: #f9f8f8;
  
}

.noeven tbody tr:nth-child(even){
    background-color:transparent;
    
  }



.table-ratings tbody tr:nth-child(2n) {
    background-color:transparent !important;
}
.round {
    padding: 6px 12px;
    background-color: #1bc5bd;
    border-radius: 4px;   
    display: inline-block;
    text-align: center;
    line-height: 14px;
    color: #fff;
    margin-bottom: 2px;
}

.border-left {
    border-right:1px solid #EBEDF3;
}

.border-right {
    border-right:1px solid #EBEDF3;
}
.border-bottom {
    border-bottom:1px solid #EBEDF3;
}
label.radio.radio-lg {   
    font-weight: 600;
    font-size: 0.9em;
}

/* --------------------------------------------------------------------- LISTING */
.advert-listing {
    background-color: #f7f1e8;
    margin: 0 0 10px 0;
    padding: 8px 12px;
        border-bottom: 2px solid #EBEDF3;
}
.advert-listing li {
    display: inline-block;
    padding-right: 15px;
}

/*---------------------------------------------------------------------- ALERTS */

.card-alert {
    padding: 10px 30px 0;
}


span.required {
    color: #ff0000;
}


.label-owner {
    background-color: #1394e9;
    color: #fff;
}

.label-user {
    background-color: #1394e9;
    color: #fff;
}


.label-user {
    background-color: #2bbeea;
    color: #fff;
    margin-left: 12px;
}

.label-number {
    background-color: #1bc5bd;
    color: #fff;
}


.label-number-0 {
    background-color: #e7e1d7;
}

.label-leads {
    padding: 8px 15px;
    display: block;
    background-color: #e2f6ff;
    border-radius: 4px;
}


.label-formule {

}


.label-admin {
    background-color: #e94817;
    color: #fff;
}


.btn-collector {
    background-color: #1598e9;
    color: #fff;
}

.btn-collector:hover {
    background-color: #1189d4;
    color: #fff;
}

/*---------------------------------------------------------------------- PHOTOS */

.photo-tools {
    padding: 10px 15px;
    background-color: #eaeaea;
}
.photo-tools a {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
}

/* --------------------------------------------------------------------- MODAL */
.modal .modal-header .close span {
    display: block !important;
    color: #000 !important;
    font-size: 2em;
}


.modal .modal-header button.close {
    width: 20px;
    height: 20px;
}

/* ------------------------------------------------------------------ TEXT EDITOR */

span.ck-file-dialog-button {
    display: none;
}
.ck.ck-dropdown {
    display: none !important;
}
.ck.ck-dropdown.ck-heading-dropdown {
    display: inline-block !important;
}
.ck.ck-content {
    height: 350px;
}
/* ------------------------------------------------------------------- NOTES */

ul.notes {
    list-style: none;
}

ul.notes li {
    display: inline-block;
    padding: 5px 4px; 
    line-height: 30PX;
    vertical-align: middle;
    
}
ul.notes .note-libelle  {
    
}

ul.notes .note  {
    
}

/* ------------------------------------------------------------------- FORMS */

.alert.alert-danger a {
    color: #fff !important;
    text-decoration: underline !important;
}

.form-group .form-text {
    font-size: 0.95rem;
    font-weight: 400;
}

.text-muted {
    color: #1bc5bd !important;
}

.checkbox.checkbox-lg > span {    
    margin-right: 6px !important;
  }

  .radio > input ~ span {   
    margin-right: 6px;
  }



  .nav-tabs {
    border-bottom: 2px solid #1bc5bd;
  }
  .nav .nav-link {   
    color: #7E8299;
    background-color: #f7f1e84d;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #5E6278;
    background-color: #1bc5bd;
    border-color: #1bc5bd #1bc5bd #1bc5bd;
    color: #fff !important;
  }

  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #1bc5bd #1bc5bd #1bc5bd;
    color: #ffffff !important;
    background-color: #1bb2ab;
  }



  #canvas-wrapper {    
    max-width: 100%;
  }


  canvas {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    max-width: 100%;
  }













