body{
    margin: 0;
    font-family: 'Roboto-Regular' !important;
}
html, body {
    height: 100%;
    font-family: 'Roboto-Regular' !important;
}
@font-face{
    font-family: 'Roboto-light';
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face{
    font-family: "fontawesome-webfont";
    src: url("../fonts/fa_fonts/fontawesome-webfont.woff");
}
@font-face{
    font-family: "fontawesome-webfont2";
    src: url("../fonts/fontawesome-webfont.woff2");
}
@font-face {
  font-family: 'Roboto-Regular';
  src:  url('../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'), 
        url('../fonts/Roboto-Regular/Roboto-Regular.ttf')  format('truetype'), 
        url('../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Initialize font  */
div, span, a, ul, li, button {
    font-family: 'Roboto-Regular' !important;
}
/* début  Authentification/authentification_view */
#login_box{
    width: 40%;
    background-color:#f2f2f2;
    border: 1px solid rgba(0,0,0,0.2) ;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 5px #f2f2f2;
}

#forgot_p_box{
    width: 100%;
    background-color:#f2f2f2;
    border: 1px solid rgba(0,0,0,0.2) ;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 5px #f2f2f2;
} 
#form_box {
    margin: 20px;
} 
#logo_lp {
    width: 20%;
    margin: auto;
    text-align: center;
    display: block;
}
#container_image{
    margin-bottom: 20px;
    margin-top: 5vh;
}
#btn_connecter{
    background-color: #a8bac4;
    color: white;
}
#mdp_oublie{
    color:#858d91;
    text-decoration: none;
    font-weight: bolder;
    font-family: 'Roboto-light';
}
.label_login{
    color:#858d91;
    font-family: 'Roboto-light';
    display: block;
}
#div_mdp_oublie{
    margin-top:6px;
}
.icone_login{
    color:#858d91; ;
    position: relative;
    top:60px;
    left:15px;
}
#show_mdp{
    color:#858d91; ;
    position: relative;
    top:-28px;
    left:93%;
}
.input_login[type=text]{
    padding-left: 40px !important;
    display: block;
    width: 100%;
}
.input_login[type=password]{
    padding-left: 40px !important;
    display: block;
    width: 100%;
}
#div_mdp_oublie a:hover{
    color:rgba(0, 0, 0, 0.6);
}
#login_box .fa {
    position: absolute;
    top: 30px;
}

#login_box .form-group {
    position: relative;
    margin-top: 30px;
}
@media all and (min-width:600px) and (max-width:768px)  {
    .icone_login{
        color:#858d91; ;
        position: relative;
        top:30px;
        left:15px;
    }
    #btn_connecter{
        margin-left: 36%;
    }
    #mdp_oublie{
        margin-left: 33.5%;
    }
    #bloc_mdp{
        margin-bottom: 0px;
    }
    #login_box{
        width: 80%;
    }
}
@media all and (max-width:599px){
    #login_box{
        width: 100%;
        border: 1px solid rgba(0,0,0,0.2) ;
        border-radius:2px;
        box-shadow: 2px 2px 5px 5px #f2f2f2;
        margin-top:40px;
    }
    .icone_login{
        color:#858d91; ;
        position: relative;
        top:32px;
        left:15px;
    }
    #bloc_mdp{
        margin-bottom: 0px;
    }
    #logo_lp{
        margin-left: 30%;
        width: 40%;
    }
    #container_image{
        margin-bottom: 0px;
        margin-top: 10px;
    }
    #btn_connecter{
        margin-left: 30%;
    }
    #mdp_oublie{
        margin-left: 26%;
    }
}
/* fin Authentification/authentification_view */

/* début Common/header: navbar */
#menu_right li a{
    color:#676d70;
    font-family: 'Roboto-light';
}
#menu_right li a:hover{
    color:rgba(200,0,0,0.5);
}
#menu_right li a:focus{
    color:rgba(255,0,0,0.5);
}
#menu_right{
    margin-right: 1%;
}
#menu_right li{
    margin-right: 30px;
}
#navbar{
    margin-bottom: 0px;
}
/* fin Common/header: navbar */

/* début Common/header: sidebar*/
/* #list_menu li a{
    color:#676d70;
    font-family: 'Roboto-light';
}
#list_menu li a:hover{
    color: rgba(200,0,0,0.5);
}
#list_menu li a:active{
    color: rgba(200,0,0,0.5);
}
#sidebar{
    border-right: 1px solid transparent;
    box-shadow: 8px 0 5px -5px #c6d2d8;
}
#logo_menu{
    width:70%;
    margin-left: 15%;
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
    #logo_menu{
        width:30%;
        margin-left:0;
        margin-bottom:0px;
    } 
    #sidebar{
        border-top:1px solid #c6d2d8;
        border-bottom:1px solid #c6d2d8; 
    }
} */

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
  }
  
  #sidebar-wrapper .sidebar-heading {
    padding: 0 1.25rem;
    font-size: 1.2rem;
  }
  
  #sidebar-wrapper .list-group {
    width: 15rem;
  }
  
  #page-content-wrapper {
    min-width: 100vw;
    background-color: #f5f5f5;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }
  
  @media (min-width: 768px) {
      #sidebar-wrapper {
        margin-left: 0;
      }
  
      #page-content-wrapper {
        min-width: 0;
        width: 100%;
        background-color: #f5f5f5;
      }
  
      #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
      }
  }
  /* Début Sidebar navbar */
  #nav_titre{
    color: #045487;
    margin-bottom: 0px;
  }
  #nav_sous_titre{
    color: #045487;
    padding-left: 22%;
    font-size: 0.8em;
    padding-top: 0px;
  }
  
  #menu a:hover{
    color: #045487;
  }
  
  #d-down li a{
    font-size: 0.9em;
  }
  
  a[data-toggle="collapse"] {
    position: relative;
  }
  
  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  

/* fin Common/header: sidebar*/

/* début tableau*/
th,td{
    font-family: "Roboto-light";
}
th{
    font-weight: bolder;
}
select.sel_opt{
    width: 5%;
}
button.boutton_lp{
    background-color: #4b96cd;
    color: white;
}
a.boutton_lp{
    background-color: #4b96cd;
    color: white;
}
input.boutton_lp{
    background-color: #4b96cd;
    color: white;
}
thead.en-tete-tableau{
    background-color: #80b0d1;
}
h1.titre{
    color: gray;
    font-family: "Roboto-light";
}
i.etat{
    margin-left: 10px;
}
span.triage{
    float:right;
}
span.triage i{
    font-weight:normal;
}
/* fin tableau*/

.btn-link {
    font-weight: 400 !important;
    color: #dc3545 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

a {
    text-decoration: none;
    color: #676d70 !important;
}

a:hover {
    color: #676d70 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #b4b4b4 !important;
}
.font-blue {
    color: #007bff;
}
/*  #76A9B0 */
.font-red {
    color: #dc3545;
    /* color: #76A9B0; */
}
.font-light {
    background-color: #f5f5f5;
}

.nav-border {
    border: 1px solid #b4b4b4;
}


/* début état camion détail */

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
   /*  background-color: #f1f1f1; */
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }

   
  .tab a.tablinks {
    text-decoration: none;
  }
  
  /* Change background color of buttons on hover */
  .tab a:hover {
    background-color: #ddd;
    color: red;
  }

  /* Create an active/current tablink class */
  .tab a.active {
    /* background-color: #ccc; */
    border-bottom:2px solid red;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
  }

  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  /* fin état camion détail */

/*
* Jquery validate error
*/
  .error {
    color: rgb(209, 39, 39);
   /*  background-color: #FFF; */
  }

  /**
  * etat camion : Alberto
  */
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}


.modal-body.add-edit{
    height: 450px;
    overflow-y: auto;
}

/**
* Alberto 14 mai 2020
*/
h3.card-title {
    font-weight: normal;
    color: #237fbf;
    text-transform: uppercase;
}

a.nav-link {
    font-size: 14px!important;
}

/* ALBERTO */
h3.card-title {
    font-weight: normal;
    color: #237fbf;
    text-transform: uppercase;
    margin-bottom: 0!important;
    font-size: 20px;
}
p.d-flex.justify-content-end {
    margin-bottom: 10px;
}
hr {
        margin-top: 0.5rem!important;
        margin-bottom: 0.5rem!important;
}

/* MAJ Tolotra */
.btn {
    font-size: 14px !important;
    line-height: 15px !important;
    font-family: 'Roboto-Regular' !important;
    height: 29px;
    outline: none !important;
}
.form-control {
    font-size: 14px !important;
    line-height: 15px !important;
    font-family: 'Roboto-Regular' !important;
    padding: 0px 10px !important;
    height: 28px !important;
}
.text-center {
    text-align: center;
}
.table.dataTable tbody td {
    padding: 8px 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.table.dataTable tbody td p {
    margin-bottom: 0;
}
label.control-label {
    font-weight: 600 !important;
    font-family: 'Roboto-Regular' !important;
    margin-bottom: 0 !important;
}
.btn-primary {
    background-color: #4b96cd !important;
    border-color: #4b96cd !important;
}
.btn-default {
    background: #ea6464 !important;
    background-color: #ea6464 !important;
    color: #ffffff !important;
}
.form-group {
    margin-bottom: 5px !important;
}
.bg-white {
    background: #ffffff !important;
}
.modal-footer .boutton_lp {
    background-color: #61f39b !important;
}
.modal-footer .btn-defaut {
    background-color: #ea6464 !important;
    color: #ffffff !important;
}
.modal-body label {
    font-size: 14px;
}
.modal-body .form-control {
    font-size: 12px !important;
}
#vehicule_liste {
    font-size: 14px !important;
}

td.adjust-actions-content {
    width: 16%;
    vertical-align: middle !important;
}
.adjust-actions-content {
    width: 27%;
    vertical-align: middle !important;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-selection__rendered {
    font-size: 12px !important;
}
.select2-results__options {
    font-size: 12px !important;
}
.select2-search__field {
    font-size: 12px !important;
}