md-input-container {
    width: 100%;
  }
  md-sidenav {
    width: 345px;
  }
  .left {
    text-align: left;
  }
  .center {
    text-align: center !important;
  }
  .right {
    text-align: right;
  }
  .smallnav {
    padding: 0px 16px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    min-height: 30px !important;
    color: #c7c7c7 !important;
  }
  .miniflag {
    height: 11px;
    margin-top: -2px;
  }
  .statut {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
  }
  .statut.green {
    background-color: #008000;
    color: #fff;
  }
  .statut.red {
    background-color: #f00;
    color: #fff;
  }
  .statut.grey {
    background-color: #808080;
    color: #fff;
  }
  .icon.red {
    color: #f00;
  }
  .icon.green {
    color: #008000;
  }
  .text.red {
    color: #f00;
  }
  .text.green {
    color: #008000;
  }
  .helpblock {
    display: block;
    font-size: 11px;
    color: #ccc;
    line-height: 11px;
  }
  /*section
    margin 20px*/
  .help {
    padding: 20px 0px;
  }
  .footer-fixe {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 10;
    background-color: #f6f6f6 !important;
    border-top: 1px solid #e4e4e4;
    text-align: right;
  }
  .footer-fixe md-toolbar {
    background-color: transparent;
  }
  .footer-gris {
    background-color: #f6f6f6 !important;
  }
  .site-sidenav {
    background-color: #36f;
  }
  .site-sidenav .md-whiteframe-glow-z1 {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.14), 0px 0px 2px 2px rgba(0,0,0,0.098), 0px 0px 5px 1px rgba(0,0,0,0.084);
  }
  .site-sidenav md-content {
    background-color: transparent;
  }
  .site-sidenav md-content .md-button {
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    align-items: inherit;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
  }
  .site-sidenav md-content .md-button i {
    font-size: 21px;
    margin-right: 10px;
  }
  /*.site-content-toolbar
    margin-bottom 30px
    background-color #1565C0!important
  .site-content
    background-color: #F6F6F6 !important;
    padding-bottom 70px*/
  .login-lang {
    text-align: right;
    padding: 10px;
  }
  .login-lang img {
    width: 30px;
    margin: 5px;
  }
  .login-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.335, 1.05);
  }
  .login-overlay md-input-container {
    width: 100%;
  }
  .login-overlay:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
    background-color: #2973f2;
    content: "";
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.14);
  }
  .login-overlay .logo {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    font-size: 27px;
    letter-spacing: 1px;
    top: 70px;
  }
  .login-overlay .logo .smaller {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 5px;
    margin-left: -8px;
  }
  .login-overlay .form-container {
    position: relative;
    z-index: 1;
    top: 100px;
    background: #fff;
    width: 50%;
    margin: 0 auto;
  }
  .login-overlay .form-container .icon {
    padding-top: 0px;
  }
  .login-overlay .form-container .icon .mdi {
    color: #2979ff;
    font-size: 110px;
  }
  .login-overlay .form-container .icon .header {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
  }
  .login-overlay .form-container .inputs {
    margin-top: 10px;
  }
  .login-overlay .form-container .inputs .mdl-textfield {
    width: 75%;
  }
  .login-overlay .form-container .inputs .buttons {
    width: 75%;
    margin: 5px auto;
  }
  .login-overlay .form-container .inputs .buttons .mdl-checkbox {
    text-transform: uppercase;
    text-align: initial;
    width: 50%;
    float: left;
  }
  .login-overlay .form-container .inputs .buttons .signup {
    float: right;
  }
  .login-overlay .form-container .inputs .buttons .signup a {
    text-decoration: none;
    color: #2979ff;
  }
  .login-overlay .form-container .inputs .buttons .link {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .login-overlay .form-container .inputs .buttons .link .mdl-button {
    background: #2979ff;
    color: #fff;
    font-weight: 100;
    width: 25%;
    font-size: 15px;
  }
  .login-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
    background-color: #fff;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
  }
  .login-footer .mdl-logo {
    color: #88878b;
  }
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.1), 0 0 0 0 rgba(0,0,0,0.14), 0 0 0 0 rgba(0,0,0,0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
  }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px;
  }
  /* ------ MODAL----------------- */
  .dialog-addContact {
    min-width: 500px;
  }
  .dialog-addEmployee {
    min-width: 500px;
  }
  .dialog-addEmployee .small {
    position: absolute;
    left: 0px;
    padding-left: 230px;
    font-size: 11px;
    color: #848484;
  }
  /* ------ FIN MODAL----------------- */
  #add-document md-tabs-canvas {
    display: none;
  }
  /* hack for password */
  .md-input[type=password]:-webkit-autofill ~ label:not(.md-no-float) {
    transform: translate3d(0, 6px, 0) scale(0.75);
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    width: calc((100% - 18px) / 0.75);
    color: rgba(0,0,0,0.54);
  }
  /* -----------     REPORT -----------*/
  #rapport-view .documents {
    margin: 10px;
    padding-bottom: 20px;
  }
  #rapport-view .rap_societe {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    /*margin: 10px 0px;*/
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3f51b5;
  }
  #rapport-view .adresse {
    font-size: 11px;
  }
  #rapport-view .adresse_societe {
    padding-left: 5px;
  }
  #rapport-view .employe {
    margin-left: 20px;
  }
  #rapport-view .rap_employe {
    font-weight: bold;
    text-transform: uppercase;
    color: #3f51b5;
    font-size: 14px;
  }
  
  /* -----------     DRAG AND DROP -----------*/
  .dnd_download_button {
    margin: 5px;
    border: #3366ff 1px dashed;
  }
  .dnd_download_button i {
    padding: 0px 15px;
    color: #3366ff;
  }
  .dnd_download_button_list {
    border: #3366ff 1px dashed !important;
  }
  
  .dnd_upload_zone {
    text-align: center;
    padding: 25px;
    margin: 10px;
    border: #3366ff 1px dashed;
    color: #3366ff;
  }
  .dnd_upload_zone i {
    font-size: 30px;
  }
  
  .dnd_upload_list {
    padding: 6px 80px;
    margin: 5px;
    border: #3366ff 1px dashed;
    color: #3366ff;
    float: right;
  }
  .dnd_upload_list i {
    font-size: 20px;
    color: #3366ff;
  }
  
  .dnd_upload_button_list {
    padding: 0px 25px;
    margin: 5px;
    border: #3366ff 1px dashed;
    color: #3366ff;
  }
  .dnd_upload_zone.over, .dnd_upload_list.over, .dnd_upload_button_list.over {
    background-color: #3366ff3b !important;
  }

  .label {
    color: #82a1ff  !important;
  }
  
  /* for custom report */
  #rep_date .md-datepicker-input {
    display:none;
  }