@font-face {
  font-family: 'Roboto';
  src: url('font/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.dossierproductionbg {
  background-color: #a0a8bf;
}
.fichenonconformitebg {
  background-color: #bc8243;
}
.relevedimensionnelbg {
  background-color: #3d6c36;
}
.relevedimensionnelbg .stickyzone {
  background-color: #3d6c36;
}
.ordrefabricationbg {
  background-color: #5580a2;
}
.dashboardbg {
  background-color: rgba(37, 83, 49, 0.49);
}
.card {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.line-icon {
  margin-bottom: 20px;
  display: table;
}
.line-icon:last-child {
  margin-bottom: 0px;
}
.line-icon i {
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  padding-right: 12px;
}
.line-icon span {
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.fileUpload label {
  cursor: pointer;
  display: inline-block;
}
.fileUpload input {
  position: absolute;
  left: -9999px;
  height: 0px;
}
.fileUpload.center {
  text-align: center;
}
.btn-primary {
  background-color: #037cb6 !important;
}
.horodatage-infos {
  font-size: 10px;
  color: #aaa;
}
.dropup .dropdown-menu {
  bottom: 0px;
}
section.content {
  margin-left: 15px;
}
.navbar-brand {
  padding-left: 30px;
}
.block-header {
  margin-bottom: 15px;
}
@media (min-width: 1010px) {
  .block-header {
    margin-bottom: 0px;
  }
}
.block-header h2.special-title {
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1010px) {
  .block-header h2.special-title {
    display: none;
  }
}
#title-zone h2 {
  font-size: 20px;
  text-align: center;
  display: none;
  margin: 0;
}
@media (min-width: 1010px) {
  #title-zone h2 {
    display: block;
    position: fixed;
    margin-bottom: 0px;
    top: 0;
    left: 200px;
    right: 250px;
    z-index: 20;
    font-size: 20px;
    line-height: 70px;
    color: #037cb7 !important;
  }
}
/* Page de login */
.login-page {
  background-color: #eeeeee;
}
/* Relevé */
a.add-mesure,
a.edit-mesure {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.form-line.simple-text {
  border-bottom: 1px solid transparent;
}
.form-line.simple-text::after {
  border-bottom: 1px solid transparent !important;
}
.bootstrap-select .bs-searchbox {
  overflow: hidden;
}
.bootstrap-select .bs-searchbox input {
  width: calc(100% - 30px);
}
.document-line i {
  vertical-align: middle;
}
.view-line {
  margin-bottom: 10px;
}
.view-line .view-label {
  font-weight: bold;
  display: inline-block;
}
.view-line .view-label::after {
  content: " : ";
}
.view-line .view-value {
  display: inline-block;
}
.brick .libelle {
  font-weight: bold;
}
.commentaire-line {
  margin-bottom: 15px;
}
.commentaire-line .date {
  color: #aaa;
}
/**
 * Cartouche
 */
.cartouche-file {
  width: 200px;
  overflow: hidden;
  display: table-row;
}
.cartouche-file .icon-name,
.cartouche-file .btn-delete {
  white-space: nowrap;
  display: table-cell;
}
.cartouche-file .filename {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
#cartouche-document-btn-container {
  width: 200px;
}
a.info-box-4 {
  cursor: pointer;
}
a.info-box-4:hover,
a.info-box-4:active {
  text-decoration: none;
}
@media (min-width: 767px) {
  .homepage {
    display: table;
    width: 100%;
  }
  .homepage .special-row {
    display: table-row;
  }
  .homepage .special-row .special-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .homepage .special-row .special-col .card {
    display: inline-block;
    width: 100%;
  }
}
