body {
  padding-top: 60px;
  background-color: #e7e7e7;
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
  padding-bottom: 50px;
  height: auto;
}
.not-seen {
  background-color: transparent;
  color: transparent;
}
.navbar-tracker .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #FFA500 !important;
  color: #333333 !important;
  border-radius: 5px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFA500 !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: white !important;
}
@media print {
  .noPrint {
    display: none;
  }
  .printOnly {
    display: block;
  }
  .panel {
    font-size: smaller;
  }
}
@media screen {
  .printOnly {
    display: none;
  }
}
.tab-content > .tab-pane {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 200px;
}
.reference {
  min-width: 120px;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 3px;
  padding: 4px 10px;
  border: 1px solid #aaa;
  color: #333;
  background-color: #FFA500 !important;
}
.print-reference {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 3px;
  padding: 4px 10px;
  border: 1px solid #666;
  border-radius: 5px;
}
.required {
  color: red;
  font-size: 0.8em;
}
.thumbnail {
  min-height: 280px !important;
}
.btn-droppable {
  width: 180px;
  height: 30px;
  padding-left: 4px;
}
.btn-draggable {
  width: 160px;
}
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 500px;
}
.larger {
  font-size: larger;
}
.smaller {
  font-size: smaller;
}
.reports .pagination {
  margin-top: 2px;
  margin-bottom: 2px;
}
tr.report-years > td,
tr.report-years > th {
  background-color: #aaa;
  font-style: italic;
}
table.report tr.report-heading {
  height: 40px;
  font-size: larger;
}
table.report tr.report-heading th {
  vertical-align: bottom !important;
}
table.report thead th.qty,
table.report tfoot th.qty {
  text-align: right;
}
table.report tbody th.qty {
  text-align: right;
}
table.report tbody td.qty {
  text-align: right;
}
table.report tbody td.tot {
  font-weight: bolder;
  font-size: larger;
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 8px;
}
table.report tbody.control-qty {
  background-color: lightsalmon;
}
table.report tbody.control-qty tr.control-total th {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
table tbody.case-qty,
thead.case-qty {
  background-color: #efefef;
}
table tbody.case-qty td,
thead.case-qty td,
table tbody.case-qty th,
thead.case-qty th {
  padding-top: 8px;
}
td.case-qty,
th.case-qty {
  background-color: #efefef;
}
.highlight {
  background-color: #ffb14d;
  color: #333;
  padding: 2px 4px;
  font-weight: bolder;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-inline .pager {
  margin-top: 0px;
}
p.form-view {
  padding-top: 7px;
  margin-bottom: 0;
}
.ago {
  font-size: 0.8em;
}
.error {
  color: red;
  font-size: smaller;
}
.success {
  color: darkgreen;
  font-size: smaller;
}
.info {
  color: royalblue;
  font-size: smaller;
}
.gallery .caption {
  font-size: 0.8em;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
img.file-thumb {
  height: 32px;
  width: 32px;
  overflow: hidden;
}
img.file-preview {
  height: 128px;
  width: 128px;
  overflow: hidden;
}
a.thumbnail p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: smaller;
}
.gallery .gallery-box {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.gallery .gallery-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery .gallery-caption {
  padding: 0px 10px 20px 10px;
  font-size: 0.8em;
}
.img-list .img-list-box {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.img-list .img-list-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.hand {
  cursor: pointer;
}
.area {
  background-color: #ededed;
  float: left;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 5px;
  margin-right: 5px;
  margin-bottom: 4px;
}
.stage {
  padding: 3px 8px;
  border-radius: 5px;
}
.insp-stage .Closed {
  background-color: green;
  color: #eee;
}
.insp-stage .Open {
  background-color: #af2323;
  color: #eee;
}
.insp-stage .Conviction {
  background-color: green;
  color: white;
}
.insp-stage .Warnings-Issued {
  background-color: orange;
  color: #333;
  border-color: #ddd;
}
.insp-stage .Prosecution {
  background-color: orange;
  color: #333;
  border-color: #ddd;
}
.insp-stage .Re-Check {
  background-color: yellow;
  color: #333;
  border-color: #ddd;
}
.subMenu {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.help {
  margin-top: 10px;
  padding: 5px;
  background-color: #efeff4;
  color: #131313;
}
.help h1 {
  margin-top: 3px;
  font-size: 1.8em;
}
.help h2 {
  font-size: 1.6em;
}
.help h3 {
  font-size: 1.4em;
}
.ng-table th.text-right {
  text-align: right;
}
.ng-table th.text-left {
  text-align: left;
}
.LOST {
  color: red;
}
.FOUND {
  color: orange;
}
.OPEN {
  color: red;
}
.CLOSED {
  color: darkgreen;
}
table th.day-line,
td.day-line {
  background-color: #ececec;
  font-size: larger;
}
table th.day-line .smaller,
td.day-line .smaller {
  font-size: 0.7em;
}
table > tbody > tr > th.no-lines {
  border-top: 0;
  border-bottom: none;
}
table > tbody.no-lines {
  border-top: 0;
  border-bottom: none;
}
table tr.no-lines td {
  border-top: none;
}
table tr.no-lines th {
  border-top: none;
}
table.no-lines > tbody > tr td {
  border-top: none;
}
table.no-lines > tbody > tr th {
  border-top: none;
}
table.print-container {
  width: 100%;
}
table.print-container td {
  vertical-align: top;
}
table.print-container td.print-section {
  border: 1px solid #999;
  padding: 10px;
}
table.print-container td.print-section h2 {
  margin-top: 5px;
  border-bottom: 1px solid #bbb;
  display: inline-block;
}
table.print-container .print-section {
  width: 100%;
}
table.print-section tr > td:first-child {
  font-weight: bold;
  width: 150px;
}
table.print-section tr.print-note {
  border-top: 1px solid #999;
}
table.print-section td,
table.print-section th {
  padding: 1px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.date-time-container {
  padding-top: 33px !important;
}
.date-time-label {
  padding-top: 41px !important;
}
.actions .Admission {
  background-color: #CBE0F4;
}
.actions .Discharge {
  background-color: #FDE8C2;
}
.actions .Activity {
  background-color: #E0FFC1;
}
.actions .Inspection {
  background-color: #FFFFC1;
}
.form-group {
  margin-bottom: 5px;
}
.related-current {
  border: 2px solid black !important;
}
li.active .standout {
  color: white;
  border: 1px solid white;
}
.standout {
  padding: 2px 5px;
  color: darkred;
  border-radius: 3px;
  border: 1px solid firebrick;
}
.release-notes img {
  border: 10px solid #666666;
  width: 100%;
}
