﻿
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
}

header {
  margin-bottom: 10px;
}

.footerMargin {
  margin-bottom: 35px;
}

body {
  background-color: #eaecff;
  font-family: Verdana, Geneva, Times, sans-serif
}

/*//Copy this css for multi-level menu*/
.navbar-light .navbar-nav .nav-link {
  color:white;
}

.btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
  background: transparent;
  outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg);
}

.ContractorCharge
{
  font-family: Arial;
}
  .ContractorCharge .label {
    margin-right: 10px;
    font-size: smaller;
  }

.ContractorCharge .ChargeAmount{
  margin-left:10px;
  color:cornflowerblue;
}

  .ContractorCharge .ChargeItemAmount {
    margin-left: 5px;
    margin-right: 5px;
    color: cornflowerblue;
  }

.ContractorCharge .ChargeDescription {
  font-size: smaller;
}

.JobStatusOtherInfo {
  font-size: smaller;
}
.bodyText {
  color: Maroon;
  font-size: smaller;
}
.Label {
  white-space: nowrap;
  color: Maroon;
  font-size: 14px;
  vertical-align:top;
}
.modalLabel {
  white-space: nowrap;
  color: Maroon;
  font-size: smaller;
}
.modalCombo, .modalTextbox {
  width: 25em;
  height: 30px;
  font-size: 0.8rem;
  padding-top: 0px;
  padding-bottom: 6px;
}
.modalDate {
  width: 10em;
  height: 28px;
  font-size: 0.75rem;
  padding-top: 0px;
  padding-bottom: 3px;
}
.modalTextArea {
  width: 25em;
  height: 10em;
  font-size: 0.75rem;
  font-size: x-small;
}
div.optionbuttons {
  padding-top: 5px;
  padding-bottom: 2px;
} 


@media screen and (min-width: 0px) and (max-width: 768px) {
  .Label {
    font-size:small;
  }
  .mobile-only {
    display:block;
  }
  .k-listbox .k-list-scroller {
    width: 300px;
    height: 250px;
    overflow: auto;
  }
  .k-listbox.k-listbox-toolbar-bottom {
    height: 250px !important;
  }
  .jobsheetPDF {
    width: 100%;
    height: 672px;
  }
  .payment-entry > div {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width:769px) and (max-width:992px) {
  .Label {
    white-space: nowrap;
    color: Maroon;
    font-size:12px;
  }
  .mobile-only {
    display: none;
  }
  .k-listbox {
    width: 250px;
	height: 350px;
    overflow: auto;
  }
  .k-list-scroller {
    width: 250px;
	height: 3000px;
  }
  .k-list-content {
	  width: 250px;
  }
  .jobsheetPDF {
    width: 724px;
    height: 1024px;
    margin: 0 auto;
  }
}
@media screen and (min-width:993px) and (max-width:4000px) {
  .mobile-only {
    display:none;
  }
  .extended {
    width: 25em;
  }
  .k-listbox {
    /*width: 300px;*/
    height: 80vh !important;
    overflow: visible;
  }
  .k-list-scroller {
    /*width: 300px;*/
    height: 3000px !important;
  }
/*  .k-list-content {
	  width: 300px;
  }*/
  #add-textbox {
    width: 250px;
  }
  .jobsheetPDF {
    width: 900px;
    height: 1280px;
    margin: 0 auto;
  }
}

.Product {
  font-size: medium;
}

.JobStatusDate {
  white-space: nowrap;
  font-size: x-small;
}

.FactoryStatusDate {
  white-space: nowrap;
  font-size: x-small;
}

.FactoryStatusWho {
  color: crimson;
  font-size: small;
}

.Product {
  font-size: small;
}

.JobStatusWrapper {
  display: inline-block;
}

.Product a {
  color: black;
}
.Room {
  font-size: small;
  color: black;
  text-decoration: none;
}
  .JobStatusWrapper p {
    margin-bottom: 0px;
    white-space: normal;
  }

[watchlist] {
  cursor: pointer;
}

.OrderStatus {
  white-space: nowrap;
  color: red;
}

.OrderStatusDate {
  white-space: nowrap;
  margin-left:8px;
  font-size:smaller;
  color: red;
}


.JobNumber img {
  margin: 2px;
}

.AssetBarcode img {
  margin: 2px;
}

.AssignedTo {
  color:crimson;
  font-size:small;
}

.NoteWrapper {
  margin-bottom: 0.4em;
}
.Installer {
  background-color: lightgoldenrodyellow;
  border-left: 5px solid orange;
  padding-left: 3px;
}
.NoteWrapper.Highlight {
  background-color: lightpink;
  border-left: 5px solid deeppink;
  padding-left: 3px;
}
  .NoteWrapper.Installer {
    background-color: lightgoldenrodyellow;
    border-left: 5px solid orange;
    padding-left: 3px;
  }
  .NoteWrapper.Accounts {
    background-color: lightcyan;
    border-left: 5px solid teal;
    padding-left: 3px;
  }

  .NoteWrapper .Date {
    text-align: center;
    font-size: smaller;
    margin-right: 8px;
    color: orangered;
  }

  .NoteWrapper .ModifiedBy {
    text-align: center;
    font-weight: bold;
    margin-right: 8px;
  }
.NoteWrapper .Note {
  font-size: 0.9rem;
}
/****************************************************/
/* NAVBAR background colours - RED prod  ORANGE dev */
.navbar {
  background-color: #c40000;
}

.dev {
    background-color: #ff7733;
}

/****************************************************/

.form-group {
  margin-bottom: 0.2rem;
}

.k-widget.k-tooltip-validation {
  border-color: black;
  background-color: red;
  color: white;
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.pagination{
  margin-top: 5px;
}

.btn-outline-primary{
  color:black;
}

.editImg {
  height: 15px;
  width: 15px;
  margin:5px;
}

.watchlistImg {
  height: 15px;
  width: 15px;
  margin: 5px;
}

.historyImg {
  height: 15px;
  width: 15px;
  margin: 5px;
}

.row-divider {
  margin-bottom:2rem;
}

.Repair .Date {
  text-align: center;
  font-size: smaller;
  color: lightcoral;
  margin-left: 5px;
  margin-right: 5px;
}

.Repair .Category {
  font-weight:bold;
  margin-right: 5px;
}

.JobStatus {
  text-transform: uppercase;
}

.AssetStatus {
  color: red;
  text-transform: uppercase;
}

.AssetStatusDate {
  font-size: smaller;
  margin-left: 5px;
}

.jobImages .date {
  text-align: center;
  font-size: smaller;
  margin-right: 8px;
  color: lightcoral;
}

.jobImages .ModifiedBy {
  text-align: center;
  font-weight: bold;
  margin-right: 8px;
}

.s3card {
  line-height:1;
  padding: 5px;
}

.border-break {
  border-color: red;
  border-bottom-style: solid;
  border-bottom-width:thin;
}
/****************************************************/

.open-UrgentGlassDialog {
  color: green;
  cursor: pointer;
}
.delete-UrgentGlassDialog {
  cursor: pointer;
}
/****************************************************/


div.toggle.btn:hover {
  border-color: #80bdff;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

/* Mobile Only - job search menu - START */
.btn-group-fab {
  position: fixed;
  width: 80px;
  height: auto;
  right: 5px;
  top: 100px;
}

  .btn-group-fab div {
    position: relative;
    width: 100%;
    height: auto;
  }

  .btn-group-fab .btn {
    position: absolute;
    top: 0;
    border-radius: 10%;
    display: block;
    margin-bottom: 2px;
    width: 85px;
    height: 30px;
    margin: 2px auto;
    font-size: 10px;
  }

  .btn-group-fab .btn-main {
    width: 90px;
    height: 35px;
    right: 15%;
    margin-right: -10px;
    z-index: 9;
    font-size: 14px;
  }

  .btn-group-fab .btn-sub {
    top: 0;
    z-index: 8;
    right: 15%;
    margin-right: -10px;
    padding-left: 2px;
    -webkit-transition: all 2s;
    transition: all 0.5s;
  }

  .btn-group-fab.active .btn-sub:nth-child(2) {
    top: 40px;
  }

  .btn-group-fab.active .btn-sub:nth-child(3) {
    top: 75px;
  }

  .btn-group-fab.active .btn-sub:nth-child(4) {
    top: 110px;
  }

  .btn-group-fab.active .btn-sub:nth-child(5) {
    top: 145px;
  }

  .btn-group-fab.active .btn-sub:nth-child(6) {
    top: 180px;
  }
/* Mobile Only - job search menu - END */
/****************************************************/

/* HYPERSONIC check - Status highlight styles - START */
.CHECK, .CHECK a {
  color: #E60000 !important;
  background-color: #ffff00;
  font-weight: bold;
}

.RED, .RED a {
  color: #E60000 !important;
  font-weight: bold;
}

.AMBER, .AMBER a {
  color: #FF7800 !important;
  font-weight: bold;
}

.GREEN, .GREEN a {
  color: #4CBB17 !important;
  font-weight: bold;
}

.LIGHTGREEN, .LIGHTGREEN a {
  color: #1edd08 !important;
  font-weight: bold;
}

.BLUE, .BLUE a {
  color: Blue !important;
  font-weight: bold;
}

  .PURPLE, .PURPLE a {
    color: #81007f !important;
    font-weight: bold;
  }

.ERROR {
  color: red !important;
  background-color: yellow !important;
  border: 2px dashed red !important;
  padding: 0.05em 0.25em !important;
}

.STOP {
  color: yellow !important;
  background-color: red !important;
  border: 2px dashed yellow !important;
  padding: 0.05em 0.25em !important;
}

.BOLD {
  font-weight: bold !important;
}

.BGONHOLD {
  background-color: #ffe9d7 !important;
}
.BGERROR {
  background-color: #f4a4a4 !important;
}

/* HYPERSONIC check - Status highlight styles - END */
/****************************************************/

.MeasureStatus .MeasureStatusValue {
  margin-right:5px;
}

.MeasureStatus .MeasureStatusDate {
  font-size:xx-small;
}
