/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 févr. 2021, 20:23:27
    Author     : vincent.cesar
*/

.header-bottom-wrap {
    background-color: #fff;
}

.ombre {
    text-shadow: #000000 2px 0 15px;
}

.text-orange {
    color: #ff653b;
}

.bg-ombre {
    background-color: rgba(192, 192, 192, 0.5);
}

.pt-140 {
    padding-top: 140px;
}

.pt-espace-client {
    padding-top: 100px;
}

@media (max-width: 991px) {
    
    .pt-espace-client {
        padding-top: 10px;
    }
}

@media (min-width: 991px) {
    .pt-200 {
        padding-top: 140px;
    }

}

.min-h-100 {
    min-height: 60px !important;
}

.separation-gauche {
    border-left: 1px solid #dedede;
}

/*------------- BACKOFFICE ---------------*/

.main-content-wrap.sidenav-open {
    width: 100%; 
}

.main-content-wrap {
    margin-top: 0px;
}

.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .name {
    font-size: 14px;
}
    
.inbox-main-sidebar-container .inbox-secondary-sidebar-container .inbox-secondary-sidebar .mail-item .date {
    font-size: 12px;
}

@media (max-width: 991px) {
    .inbox-main-sidebar-container {
        padding: 0;
    }
    .main-content-wrap {
        padding: 0.5rem;
    }
}

.avatar {
    margin: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.form-check-input {
    height: 20px;
    width: 20px;
}
.form-check-label {
    line-height: 20px;
    padding: 5px;
}

.date-input {
    width: 160px;
}

.demande-active {
    background-color: #f3f3f3;
}

.badge-lg{
    font-size: 0.8rem;
    min-width: 48px;
}

/*=============================================
=                - Preloader                =
=============================================*/
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #f44336; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1.8s linear infinite;
  position: fixed;
  z-index: 9999;
  top: 40%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
