@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 13px !important;
  font-weight: 300;
  color: #000; }

a {
  color: #004D91;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #004D91;
  text-decoration: underline; }

.page-wrapper {
  background: color_2;
  position: relative; }

/* CONNEXION */
/*************/
.text-muted {
  color: #000 !important; }

.text-muted:hover {
  color: #004D91 !important;
  text-decoration: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #004D91; }

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #004D91; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #004D91; }

/* TOP BAR */
/***********/
.navbar-collapse {
  background-color: #004D91 !important; }

.topbar .top-navbar .navbar-header {
  background: white;
  line-height: 65px;
  padding-left: 10px;
  min-width: 70px; }

/* TABLES */
/**********/
.table td, .table th {
  padding: 0.40rem;
  vertical-align: middle;
  border-top: 1px solid #E7EAED; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.6em;
  display: block;
  opacity: 1; }

.custom-select-sm {
  height: calc(1.64844rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 100%; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #004D91 !important;
  border-color: #004D91 !important; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 13px; }

/* SIDE BAR MENU */
/*****************/
.sidebar-nav ul li a {
  color: #000;
  padding: 5px 30px 5px 15px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400; }

.sidebar-nav ul li a:hover {
  color: #004D91; }

.sidebar-nav ul li.nav-small-cap {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 31px 5px 5px 0px;
  color: #000;
  font-weight: 500; }

.sidebar-nav > ul > li > a i {
  width: 25px;
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  color: #E7EAED; }

.sidebar-nav > ul > li.active > a {
  color: #004D91;
  font-weight: 500;
  border-left: 3px solid #004D91; }

.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i,
.sidebar-nav ul li a:focus i {
  color: #004D91 !important; }

/* BUTTONS */
/***********/
.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 0.25rem;
  background: #E7EAED;
  color: #000;
  margin-right: 3px;
  font-size: 13px; }

.dt-buttons .dt-button:hover {
  background: #004D91;
  color: #FFF;
  border-color: #E7EAED; }

.btn-primary {
  color: #000;
  background-color: #E7EAED;
  border-color: #004D91; }

.btn-info {
  color: #fff;
  background-color: #004D91;
  border-color: #004D91; }

/** SELECT RESEAU PAGE FICHE compte**/
.bootstrap-select .dropdown-menu li a:focus, .bootstrap-select .dropdown-menu li a:hover {
  color: #004D91;
  background: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #004D91; }

/**** BARRE DE SOULIGNEMENT DES INPUT **/
.floating-labels .bar:before, .floating-labels .bar:after {
  background: #004D91 !important; }

.text-intervenant {
  color: #004D91 !important; }

/**** MESSAGES - rubrique active **/
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #F8F9FA;
  border-color: #DFDFDF; }

.customtab li a.nav-link.active, .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #004D91;
  color: #004D91; }

div#card_infos_expert {
  background: #EDF1F5;
  padding: 10px;
  border-radius: 8px; }

.RenseignerReparateur {
  background-color: #e9ecef;
  padding: 10px;
  text-align: justify;
  border-radius: 5px; }

.ficheReparateurModal label {
  margin-top: -22px; }

.ficheReparateurModal input:read-only {
  padding-left: 5px; }

tr.dossier_isole {
  background-color: #de852e8a !important; }

tr.private_dossier {
  background-color: #c61414ab !important; }

.dossier_isole {
  background-color: #de852e8a !important;
  color: #fff;
  padding: 2px 5px; }

.private_dossier {
  background-color: #c61414ab !important;
  color: #fff;
  padding: 2px 5px; }

.label_missionnement {
  color: #004D91;
  margin-right: 5px; }

span#wait_for_upload {
  background-color: #004D91;
  padding: 0.375rem 0.75rem;
  width: 190px;
  height: 35px;
  text-align: center;
  line-height: 1.5;
  border-radius: 0.25rem; }

.badge-danger {
  background-color: #004D91; }

.customtab li a.nav-link:hover, .page-link:hover, .page-link {
  color: #004D91; }

.btn-isole, .btn-isole:hover {
  background-color: #de852e;
  border-color: #de852e; }

.type_doc_upload {
  color: white;
  text-align: center;
  display: inline-block;
  padding: 7px 7px;
  margin: 5px 5px;
  border-radius: 4px;
  width: 190px; }

.already_upload {
  border-color: #5DB891;
  background-color: #5DB891; }

.not_already_upload {
  border-color: #A24A4C;
  background-color: #A24A4C; }

#id_document_deja_upload {
  text-align: center; }

.color_primary {
  color: #004D91; }

#nbrSuivi, #nbrDoc {
  position: relative;
  top: -2px; }

/*btn-success*/
.btn-success {
  color: #fff;
  background-color: #004D91;
  border-color: #004D91; }

.btn-success:hover {
  color: #fff;
  background-color: #004D91;
  border-color: #004D91; }

/*btn alert confirm & annuler */
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #004D91 !important;
  border-color: #004D91 !important; }

.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #C13A3E !important;
  border-color: #C13A3E !important; }

/* couleur date picker */
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #004D91; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #004D91; }

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #004D91; }

@media screen and (max-width: 1280px) {
    /* certaine chose passe en display none pour les ecrans de taille moyenne pour que amelior├® la qualite de l'affichage:

        la colone marque sur la table liste des dossiers disparait  MODIF dans => liste dossier_desktop.tpl

        "le et ├á 12h00" heure de depot du document est raccourci dans la table suivi document MODIF dans =>  commun.php (classe) ajout d'un span dans methode sql_datetime_fr

    */
  .correction_ecran_moyen {
    display: none !important; } }
.miniature_image_dossier {
  margin: 5px; }

.to_the_left:before {
  border: 1px solid #fff;
  color: #004D91;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 15px;
  opacity: 0.8; }

.to_the_right::before {
  border: 1px solid #fff;
  color: #004D91;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 15px;
  opacity: 0.8; }

.icone_titre_menu {
  margin: 0 5px;
  color: #004D91; }

.icone_input, .fa-circle-notch, .fa-map-marker, .fa-phone, .fa-bars {
  color: #004D91;
  margin-right: 5px; }

.select2-results .select2-highlighted {
  background: #004D91 !important;
  color: #fff !important; }

.btn-info, .btn-info:hover, .btn-info:active,
.btn-info:focus {
  color: #fff;
  background-color: #004D91 !important;
  border-color: #004D91 !important;
  box-shadow: none !important; }

.page-titles .breadcrumb .breadcrumb-item.active {
  color: #004D91 !important;
  font-weight: 500; }

.breadcrumb-item.active {
  color: #004D91 !important;
  font-weight: 500; }

sidebar-nav > ul > li.active > a {
  color: #004D91 !important;
  font-weight: 500;
  border-left: 3px solid #004D91 !important; }

.sidebar-nav > ul > li.active > a i {
  color: #004D91 !important; }

  .btn_pagination span
{
    border: 1px solid #bcbcbc;
    width: 50px;
    padding: 0 10px;
    cursor: pointer;
    color: #004D91;
  
    
}

.btn_pagination .numero_page
{
  
  display: inline-block;
  text-align: center;
  height: 20px;
}

.btn_pagination .numero_page:hover, .btn_pagination .prev_suiv:hover{
  background-color: #EDF1F5;
}

.position_start {
  background-color: #004D91;
  color: white!important;
}

/*# sourceMappingURL=custom_COMMUN.css.map */
