html, body {
    background-color: #F7F7F7;
    font-family: "Montserrat","Open Sans",Arial,Verdana,sans-serif ;
    font-size: 14px;
  }

  a {
    color: inherit;
    text-decoration: inherit; /* no underline */
  }

  a:hover {
    color: inherit;
    text-decoration: inherit; /* no underline */
  }

  .MuiButton-label {
    font-family: "Montserrat","Open Sans",Arial,Verdana,sans-serif ;
  }
  .table-image {
    width: 150px;
  }
  
  .header{
  background: #33495b;
  color:#fff ;
  padding:0 40px 0 0;
  height:94px;
    font-family: 'Montserrat';
    font-size: 14px;
  
  }
  .MuiAppBar-colorPrimary {

    background-color: #33495b;

  }

  .navbar-custom {
    background: #33495b;
    box-shadow: 0 2px 8px 2px rgba(0,0,0, 0.2);
    font-family: 'Montserrat';
  }
  
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    color: #5d6e7b;
    transition: all .3s ease-in-out;
  }
  
  .btn-main {
    font-family: "Montserrat","Open Sans",Arial,Verdana,sans-serif;
    font-weight: normal;
    width: auto;
    height: auto;
    max-height: 40px;
    color: #fff;
    background: #33495b;
    border-width: 0;
    border-radius: 3px;
    border-color: #33495b;
    font-size: 14px;
    line-height: 23px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  
  .btn-main-green {
    font-family: "Montserrat","Open Sans",Arial,Verdana,sans-serif;
    font-weight: normal;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 40px;
    color: #fff;
    background: #17A2B8;
    padding: 8px 21px;
    border-width: 0;
    border-radius: 3px;
    border-color:  #17A2B8;
    font-size: 14px;
    line-height: 23px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  
  .btn-main-red {
    font-family: "Montserrat","Open Sans",Arial,Verdana,sans-serif;
    font-weight: normal;
    display: inline-block;
    width: auto;
    height: auto;
    background: #c00518;
    padding: 8px 21px;
    border-width: 0;
    border-radius: 3px;
    border-color: #c00518;
    font-size: 14px;
    line-height: 23px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  
  .btn-icon {
    width: 57px;
    height: 39px;
  }
  
  .btn-main:hover {
    transform: scale(1.01);
    background: #afac8B;
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  }
  .btn-main-red:hover{
    transform: scale(1.01);
    background: rgba(192, 5, 24, 0.8);
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  }
  .btn-main-green:hover{
    transform: scale(1.01);
    background: rgba(23, 162, 184, 0.8);
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  }
  .btn-secondary:hover {
    transform: scale(1.01);
  }
  
  .card-main {
    background-color: #DFE4E7;
    border-color: #33495b;
  }
  
  .card-header-main {
    background-color: #33495b;
    color: #fff;
  }
  
  .title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #fff;
  }
  
  .title-red {
    color: #be0a27;
  }
  
  .title-blue {
    color: #33495b;
  }
  
  .title-box:before {
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
  }
  
  .title-red-box:before {
    content: '';
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    background: #BD0A26;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
  }
  
  .title-blue-box:before {
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background: #33495b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
  }
  
  .underline-blue {
    padding-bottom: 4px;
    border-bottom: solid 2px #33495B;
  }
  
  .underline-white {
    padding-bottom: 4px;
    border-bottom: solid 1.8px #fff;
  }
  
  
  .link-main {
    color: #c00518;
  }
  
  .card-custom {
    background-color: #3E5E6D;
  }
  
  .card-custom-left {
    width: 15%;
  }
  
  .card-custom-right {
    width: 80%;
  }
  
  .list-item-selectable {
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: black;
  }
  
  .list-selected {
    background-color: #EAEAEA;
    transform: scale(1.05);
    color: black;
  }
  
  .file-upload-title {
    font-size: 3rem;
  }
  
  .import-container-top {
    background-color: #3E5E6D;
    color: #Fff;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .import-container-bot {
    background-color: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  
  .container-custom {
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 85%;
  }
  
  .file-upload-title {
    font-size: 2rem;
  }
  
  .files input {
      outline: 2px dashed #92b0b3;
      outline-offset: -10px;
      -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
      transition: outline-offset .15s ease-in-out, background-color .15s linear;
      padding: 20px 0px 85px 35%;
      margin: 0;
      width: 100% !important;
  }
  .files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
      -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
      transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
   }
  .files{ position:relative}
  .files:after {  pointer-events: none;
      position: absolute;
      top: 60px;
      left: 0;
      width: 50px;
      right: 0;
      height: 56px;
      content: "";
      display: block;
      margin: 0 auto;
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .color input{ background-color:#f1f1f1;}
  .files:before {
      position: absolute;
      bottom: 10px;
      left: 0;  pointer-events: none;
      width: 100%;
      right: 0;
      height: 57px;
      content: " ou déposez ici. ";
      display: block;
      margin: 0 auto;
      color: #2ea591;
      font-weight: 600;
      text-transform: capitalize;
      text-align: center;
  }
  .jumbotron {
    margin-bottom: 1rem !important;
  }
  
  .jumbotron-custom {
    background-color: #33495b;
    padding: 1rem 1rem;
    color: #fff;
  }
  
  .table-sample-custom {
    color: black;
  }
  
  .table-sample-custom td {
    line-height: 1rem;
    padding: 0.8rem !important;
    font-size: 14px;
  }
  
  .table td, .table th{
    vertical-align: middle;
  }
  
  .dropdown .bootstrap-select .show .dropup {
    background-color: #f1f1f1;
  }
  
  .modal-custom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal-custom-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
  }
  
  .close {
    cursor: pointer;
  }
  
  
  .th-sticky {
    background: #33495B;
    color: #Fff;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  }
  tfoot {
    display: table-header-group;
  }
  
  .badge-custom {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8rem;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .badge-custom:hover {
    transform: scale(1.01);
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  }
  
  #DataTables_Table_0 tbody{
    background-color: #Fff;
  }
  
  .list-group-custom {
    margin-top: 10px;
  }
  
  .list-item-custom {
    color: black;
    cursor: pointer;
  }
  
   /* The Modal (background) */
   .modal-custom {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 
