/* css for fordon-module */
.modal-fullscreen {
    max-width: 98%;
}
.in-error.red {

}
.in-error .red {

}

.wide{}
.small{}

.logo-top {
    background-color: #fff;
}
.logo-top img {
  margin-bottom: 15px;
}
@media screen {
  #printSection {
      display: none;
  }
}
@page {
  size: A4;
  margin: 1cm;
}

@media print {
    html, body {
    width: 210mm;
    height: 297mm;
    color: #111;
  }
  body * :not(.printSection) {
    visibility:hidden;
  }
  .dt-print-view *, printSection, #printSection, #printSection * {
    visibility:visible !important;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
  .DTE_Header_Content, ._DTE_Field_Name_name, .btn, .close {
    display: none;
  }
  .DTE_Field_Name_name, .DTE_Field_Name_type, .DTE_Field_Name_maint_type, .date {
    max-width: 50%;
    color: #111;
  }
  .DTE_Field_Name_type {
    max-width: 50%;
    float: left;
  }
  em {
    padding-left: 0.6cm;
    max-width: 80%;
    display: inline-block;
  }
  textarea {
    max-width: 80%;
  }
}