body {
  font-size: 14px;
  -webkit-print-color-adjust: exact;
}
html{
  overflow-y: scroll;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.bg-tlwarn {
  background-color: #3c4044 !important;
}
.bg-tlpen1 {
  background-color: #a1a22b !important;
}
.bg-tlpen2 {
  background-color: #c37a3b !important;
}
.bg-tlpen3 {
  background-color: #9a1616 !important;
}
.headerlogo {
  height: 40px;
}
.table-sm th, .table-sm td {
	line-height: 1;
}
.table td {
  vertical-align: middle;
}
.flag {
  text-align: center;
  color: #fff;
}
.auto-hide {
  display: none;
}
.form-center {
  display: block;
}
.btntoppanel {
  margin: 3px;
  margin-bottom: 5px;
}
.btntop {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.01rem 0.5rem;
}
.btn-gap {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.text-black {
  color: #000 !important;
}
.displaylogo {
  max-width:100%;
}
.logo {
  max-height:80px;
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.gt-logo {
  width: 140px;
}
.printtext {
    font-size: 10px;
}
.printheaders {
    font-size: 12px;
}
.img-print {
    height: 85px;
}
.img-print-750 {
    height: 90px;
}
.img-print-judicial {
  max-height: 100px;
  max-width: 100%;
}
.table-print>thead>tr>th, .table-print>tbody>tr>th, .table-print>tfoot>tr>th {
  border-bottom: 2px solid black;
}
.table-print>thead>tr>td, .table-print>tbody>tr>td, .table-print>tfoot>tr>td {
  border-bottom: 1px solid grey;
}
.table-judicial>thead>tr>th, .table-judicial>tbody>tr>th, .table-judicial>tfoot>tr>th {
  border: 1px solid #dee2e6;
  background-color: #dee2e6 !important;
}
.table-judicial>thead>tr>td, .table-judicial>tbody>tr>td, .table-judicial>tfoot>tr>td {
  border: 1px solid #dee2e6;
}
.navflag {
  color: #fff !important;
}
.dropdown-success {
  color: #fff;
  background-color: #28a745;
}
.dropdown-success:active, .dropdown-success:hover {
  color: #fff;
  background-color: #218838;
}
.dropdown-danger {
  color: #fff;
  background-color: #dc3545;
}
.dropdown-danger:active, .dropdown-danger:hover {
  color: #fff;
  background-color: #c82333;
}
tr.archived {
  text-decoration: line-through;
  color: #828282;
}
.historyhr {
  margin: 0;
}
.defaultnone {
  display: none;
}
.modalhr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-open .modal {
  overflow: hidden;
}
#otherPenalty {
  display: none;
}
#otherOffence {
  display: none;
}
#otherReg {
  display: none;
}
#fineamount {
  display: none;
}
#adminemail {
  display: none;
}

#pointsamount {
  display: none;
}
.select2-results {
  color: #000;
}
.table-nowrap {
  white-space: nowrap;
}

.changedetectionbtn {
  width: 100%;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
}

.page-header, .page-header-space {
  height: 100px;
}

.page-footer, .page-footer-space {
  height: 15px;
}

.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.page-header {
  position: fixed;
  top: 0mm;
  width: 100%;
}

.page {
  page-break-after: always;
}

.report>thead>tr>th, .report>tbody>tr>th, .report>tfoot>tr>th, .report>thead>tr>td, .report>tbody>tr>td, .report>tfoot>tr>td {
  padding: 0;
}

@media print {
  @page landscape { size: a4 landscape; }
  *{
    color: #000;
  }
  .landscape {
    page: landscape;
  }
  .flag {
    /*text-align: left;*/
    color: #000;
  }
  .bg-mid {
    background-color: #dee2e6 !important;
  }
  .table-judicial>thead>tr>th, .table-judicial>tbody>tr>th, .table-judicial>tfoot>tr>th {
    border: 1px solid #dee2e6;
    background-color: #dee2e6 !important;
  }
  .table-judicial>thead>tr>td, .table-judicial>tbody>tr>td, .table-judicial>tfoot>tr>td {
    border: 1px solid #dee2e6;
  }
}
@media screen {
  div.divFooter {
    display: none;
  }
}
@media print {
  div.divFooter {
    position: fixed;
    bottom: 0;
  }
}