body {
  font-size: 14px;
}
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;
}
.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-msvr {
    height: 60px;
}
.img-print-750 {
    height: 90px;
}
.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;
}
.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;
}
.hideme {
  display: none;
}
tr.archived {
  text-decoration: line-through;
  color: #828282;
}
.historyhr {
  margin: 0;
}
.defaultnone {
  display: none;
}
.vrright {
  border-right: 1px solid rgba(0, 0, 0, 0.1)
}
@media print {
  *{
    color: #000;
  }
  .flag {
    /*text-align: left;*/
    color: #000;
  }
}