body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  overscroll-behavior-y: contain;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
*:-webkit-scrollbar {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: max(0.75vw, 10px);
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: max(0.75vw, 10px);
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: max(0.75vw, 10px);
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: max(0.75vw, 10px);
}

input {
  font-family: "Poppins", sans-serif;
  width: 25vw;
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  min-width: 260px;
  border-color: black;
}
.fixed {
  bottom: 0;
  position: fixed;
}
.width100 {
  width: 100%;
}
.tyreInput {
  min-width: 90px;
  max-width: 190px;
  width: 10vw;
  color: black;
  text-align: center;
}
p {
  font-size: max(4vw, 14px);
}
.ui-datepicker {
  font-family: "Poppins", sans-serif !important;
}
.loginIcon {
  font-size: 24px;
  margin-right: 10px;
}
.loginHolder {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.headerContainer {
  background-color: rgb(223, 40, 40);
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
  transition: top 0.3s;
}
ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.header {
  margin-bottom: 100px;
  position: absolute;
  top: 0;
  width: 100%;
}
.headerZ {
  z-index: 2;
}
.titleText {
  font-size: max(2vw, 18px);
  padding: 10px;
  text-align: center;
}
.headerList {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cardText {
  color: white;
  font-size: max(2vw, 14px);
  text-align: left;
}
.cardFaultText {
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}
.logo {
  cursor: pointer;
  height: auto;
  margin-right: 15px;
  width: 50px;
}
#pageTitle {
  margin: 0;
}
#viewReportCardInner {
  margin-left: 20px;
  margin-right: 20px;
}
#cardInner {
  margin-left: 20px;
  margin-right: 20px;
}
.card {
  border-radius: 10px;
  box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.3);
  height: 180px;
  margin: 10px;
  padding: 10px 10px 10px 25px;
  position: relative;
  transition: all 0.25s ease-in-out;
  flex: 40%;
}
.tyreCard {
  border-radius: 10px;
  box-shadow: 6px 8px 8px 0 rgb(0 0 0 / 30%);
  margin: 10px;
  padding: 10px 15px 10px 15px;
  position: relative;
  transition: all 0.25s ease-in-out;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tyreHolder {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.textDiagramIndicator {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
}
#tyreContainer,
#viewReportTyreContainer,
#brakeTestContainer,
#viewReportBrakeTestContainer,
#tailLiftWeightTestContainer,
#viewReportTailLiftWeightTestContainer {
  display: flex;
  justify-content: center;
  margin: 0px 20px 50px 20px;
}

#safetyPerformanceInput,
#overloadPerformanceInput,
#workingLoadPerformanceInput,
#hydraulicPerformanceInput,
#creepPerformanceInput,
#valvePressurePerformanceInput,
#floorHeightPerformanceInput,
#floorHeightSWLPerformanceInput,
#operationTimesUpPerformanceInput,
#operationTimesDownPerformanceInput,
#operationTimesUnladenUpPerformanceInput,
#operationTimesUnladenDownPerformanceInput,
#platformClosingPerformanceInput,
#platformOpeningPerformanceInput {
  min-width: auto;
  max-width: 155px;
}

/* td input {
} */

.tyreCard:hover {
  transform: scale(1.0075);
}
.tyreText {
  margin: 0;
  color: white;
}
.axle {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-radius: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px;
  flex: auto;
}
.axleHolder {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.axleHolder:last-child {
  margin-bottom: 0 !important;
}
.card:hover {
  transform: scale(1.025);
}
.card:active {
  opacity: 0.5;
}
.cardContainer {
  margin-bottom: 10px;
}
.buttonHolder {
  background-color: lightgray;
  border-bottom-right-radius: 10px;
  border-color: darkgray;
  border-left-style: solid;
  border-top-left-radius: 10px;
  border-top-style: solid;
  border-bottom-left-radius: 10px;
  bottom: 0;
  font-size: 24px;
  padding: 5px 10px 5px 15px;
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.25s ease-in-out;
  justify-content: space-between;
  min-width: 232px;
}
.buttonHolder span:last-child {
  margin-right: 0 !important;
}
.textHolder {
  float: left;
  position: relative;
}
.crossButton {
  color: rgb(223, 40, 40);
  cursor: pointer;
}
.tickButton {
  color: green;
  cursor: pointer;
}

.popup {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 7;
  flex-direction: column;
}
.inner {
  background-color: lightgray;
  border-radius: 10px;
  border-style: solid;
  min-width: 350px;
  position: relative;
  width: 50vw;
  z-index: 8;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 30px;
  height: auto;
  overflow-y: scroll;
  max-height: 100%;
}
.cameraButton {
  align-items: center;
  border-radius: 10px;
  border-style: solid;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  height: 45px;
  padding: 10px 15px 10px 15px;
  border-width: 2px;
  max-width: 400px;
  width: 87%;
}
.defectDetails {
  border-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-family: inherit;
  font-size: inherit;
  height: auto;
  margin: 2%;
  min-height: 100px;
  padding: 10px;
  resize: none;
  width: 89%;
}
.detailsHolder {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.confirmDefects {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  margin-top: 5%;
}
.confirmText {
  margin-left: 10px;
}
.defectTitle {
  text-align: center;
}
.actionsInner {
  align-items: center;
  background-color: green;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0px 15px;
}
.footer {
  align-items: center;
  background-color: rgb(223, 40, 40);
  border-color: rgba(0, 0, 0, 0.3);
  border-top-style: solid;
  bottom: 0;
  color: white;
  flex-direction: row;
  height: 0px;
  justify-content: space-evenly;
  left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: fixed;
  text-align: center;
  transition: height 0.25s;
  width: 100%;
  z-index: 14;
  display: flex;
  flex-wrap: wrap;
}

.passAll {
  background-color: green;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 32px;
  padding: 5px 20px;
}
.greenButton {
  background-color: green;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.submitReportHide {
  display: none;
}
.passClass {
  background-color: green;
}
.paperPassClass {
  background-color: green;
}
.notApplicableClass {
  background-color: dodgerblue;
}
.failClass {
  background-color: rgb(223, 40, 40);
}
.paperFailClass {
  background-color: rgb(223, 40, 40);
}
.repairClass {
  background-color: rgb(223, 40, 40);
}
.hideCardClass {
  display: none;
}
.greenBorder {
  border-color: green;
  border-style: solid;
  border-width: 10px;
}
.yellowCard {
  background-color: rgba(255, 232, 0, 1);
  color: black !important;
}
.redBorder {
  border-color: rgb(223, 40, 40);
  border-style: solid;
  border-width: 10px;
}
.yellowBorder {
  border-color: rgba(255, 232, 0, 1);
  border-style: solid;
  border-width: 10px;
}
.notSelectedClass {
  background-color: grey;
}
.popupHeader {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  text-align: center;
}
.reportInformation {
  background-color: slategray;
  border-radius: 10px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  max-width: none;
  min-width: 144px;
  padding: 25px;
  position: relative;
  transition: all 0.25s ease-in-out;
  width: auto;
}
.reportInformation:active {
  opacity: 0.5;
}
.reportInformation:hover {
  transform: scale(1.005);
}
.driverDetails {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
#driverDetails {
  padding: 0 20px 0 20px;
}
#informationCard {
  display: block;
  width: 100%;
}
.driverDetailsText {
  font-size: max(1vw, 16px);
  font-weight: 700;
}
.driverDetailsSubText {
  font-size: max(0.75vw, 14px);
}
.loginText {
  font-size: max(1vw, 16px);
  font-weight: 700;
  width: 100%;
}
.driverDetailsInput {
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-family: "Poppins", sans-serif;
  height: 26.5px;
  padding: 5px 10px 5px 10px;
  width: 25vw;
}
.loginInput {
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-family: "Poppins", sans-serif;
  height: 3vh;
  width: 90%;
  min-width: 200px;
  max-height: 500px;
}

.partsDropdownHolder {
  border-color: black !important;
  border-radius: 10px;
  border-style: solid !important;
  border-width: 2px !important;
  font-size: 16px;
  padding: 7px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

#odoFormat,
#name,
#nameRec,
#vehicleTrailerNo,
.repairTesterSelect,
.repairPartSelect,
#fuelLevelSelect,
#addTrailerNo {
  border-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  padding: 7px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.repairTesterSelect,
.repairPartSelect {
  width: 90%;
  margin-bottom: 20px;
}
#name,
#vehicleTrailerNo {
  margin-bottom: 3vh;
  min-width: 240px;
  width: 96%;
}
#vehicleTrailerNo,
#addTrailerNo {
  max-width: 360px;
  min-width: 286px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: auto;
  max-height: 230px;
}
#driverDetailsOdoReading {
  margin-top: 20px;
}
.notApplicableButton {
  color: dodgerblue;
  cursor: pointer;
  font-weight: bold;
}
.repairButton {
  color: rgb(223, 40, 40);
  cursor: pointer;
  font-weight: bold;
}
.displayNone {
  display: none;
}
.displayNoneImportant {
  display: none !important;
}
.page {
  padding-top: 75px;
  padding-bottom: 150px;
}
.workingPop {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: rgb(223, 40, 40);
  display: none;
  font-size: max(10vw, 60px);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.login {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#reportSelectionPage,
#loginPage,
#aboutPage {
  bottom: 0;
  left: 0;
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}
#loginButtonHolder {
  display: flex;
  justify-content: center;
}
#loginInputHolder,
#reportListHolder,
#aboutPageHolder {
  background-color: lightgray;
  border-radius: 10px;
  padding: 20px;
  width: 80%;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  min-height: 200px;
  display: flex;
}
#aboutPageHolder {
  max-width: 800px;
}
#loginInputHolder {
  flex-direction: column !important;
  align-items: center;
  padding: 20px;
  margin: 20px;
  max-width: 500px;
  z-index: 11;
}
.reportListInner {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
#searchResultHolder {
  background-color: lightgray;
  border-radius: 10px;
  margin: 0px 20px 10px 20px;
  min-height: 200px;
  padding: 20px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  width: auto !important;
}
#reportMessage {
  width: 82% !important;
  padding-left: 0 !important;
}
.reportListItem,
.homeReportListItem {
  border-radius: 10px;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: max(2vw, 5px);
  text-align: center;
  transition: border-color 0.25s ease-out;
  font-size: max(2vw, 14px);
  min-width: 160px;
  margin-bottom: 10px;
}
.reportListItem:hover,
.homeReportListItem:hover,
.tyreInputNA:hover {
  border-color: rgb(223, 40, 40);
}
#reportSelectorHolder {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.monitorButton {
  color: orange;
  cursor: pointer;
  font-weight: bold;
}
.notCheckedButton {
  color: orangered;
  cursor: pointer;
  font-weight: bold;
}
.buttonContainerItemMargin {
  margin-right: 40px;
}
.monitorClass {
  background-color: orange;
}
.notCheckedClass {
  background-color: orangered;
}
.failCheckboxListHolder {
  align-items: center;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
}
.failTextAreaHolder {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
ul.ks-cboxtags {
  list-style: none;
  padding: 20px;
}
ul.ks-cboxtags li {
  display: inline;
}
ul.ks-cboxtags li label {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 20px;
}
ul.ks-cboxtags li label::before {
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  padding: 2px 6px 2px 2px;
  text-rendering: auto;
  transition: transform 0.3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform 0.3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  background-color: rgb(223, 40, 40);
  border: 2px solid black;
  color: #fff;
  transition: all 0.2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  border-radius: 20px;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid white;
}
.errorText {
  color: rgb(223, 40, 40);
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.inputMinWidth {
  min-width: 240px;
  width: 90%;
}
.odoInputMinWidth {
  max-width: 240px;
  min-width: 155px;
}
.imageUpload {
  margin-left: 15px;
  border-style: none;
}
.searchReportItem,
.homeSearchReportItem {
  align-items: center;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: max(2vw, 14px);
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.25s ease-in-out;
  height: max(12vh, 120px);
  justify-content: center;
  margin: 10px;
  max-width: 265px;
  text-align: center;
}
.homeSearchReportItem {
  margin-bottom: 10px;
}
.searchReportItem:hover,
.homeSearchReportItem:hover {
  transform: scale(1.1);
}
#viewReportInformationCard {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#aboutPageAlign {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#aboutPageInner {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  justify-content: center;
}
#homeAvailableReportsTitle,
#homeRecentReportsTitle,
.whatsNewMessageTitle,
#reportMessage,
.searchReportsTitle {
  text-align: left;
  width: 90%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
}
#homeAvailableReports {
  background-color: lightgray;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 200px;
  position: relative;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex: 1;
}

#homeAvailableReportsContent {
  align-content: space-evenly;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  padding: 10px;
  padding-top: 10px;
}

#homeRecentReportsContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#homeRecentReports {
  align-items: center;
  background-color: lightgray;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 200px;
  padding: 10px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  justify-content: center;
}
#homePageInner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#homePage {
  display: flex;
  justify-content: center;
}
.homePageHolder {
  margin-bottom: 5%;
  width: 95%;
  min-width: 256px;
}
.whatsNewMessage {
  align-items: center;
  background-color: lightgray;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0px 10px 0px 10px;
  padding: 20px;
  flex: 1;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  justify-content: center;
}
.whatsNewList {
  font-size: max(2vw, 14px);
}
.filters {
  background-color: lightgray;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 20px 30px 20px;
  padding: 20px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
}
#applyFilters {
  padding: 5px !important;
}
.filterControls {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  justify-content: center;
}
.filterControls input {
  width: auto;
  min-width: auto !important;
}
.faultImage {
  max-width: 350px;
  padding: 10px;
  width: 35vw;
  cursor: pointer;
}
.alignTextCenter {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.alignCenter {
  text-align: center;
}
.forgotPassword {
  background-color: rgba(255, 232, 0, 1);
  color: black;
}
.marginLeft {
  margin-left: 10px;
}
.detailsEdit {
  font-size: 1.5rem;
}
.odoInfo,
.timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.timer {
  justify-content: center;
}
#fullscreenImage {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}
#fullscreenImage img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 690px;
}

#installMessage,
#pushMessage {
  display: none;
  position: fixed;
  right: 0;
  top: 5px;
  left: 0;
  background: lightgray;
  margin: 20px;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  z-index: 20;
}
.installMessageInner,
.pushMessageInner {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.installIcon {
  width: 15%;
  max-width: 36px;
}
ul.arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border: 1px solid rgb(223, 40, 40);
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
ul.arrow {
  font-family: "Poppins";
  line-height: 1.5em;
  padding: 0;
}
ul.arrow li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.canvas {
  height: 100px;
  width: 100%;
  border-radius: 10px;
  background-color: white;
}
.canvasHolder {
  display: none;
}
.canvas:hover {
  cursor: url("../images/pen.png"), pointer;
}
#driverSignature,
#newReportDriverSignature {
  height: 50px;
}
.verticalColumn {
  display: flex;
  flex-direction: column;
  min-height: 103px;
  justify-content: center;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin-bottom: 5px;
  text-align: center;
  flex-grow: 1;
}
#viewReportVehicleInformation,
#viewReportVehicleTrailer,
#vehicleTrailer,
#vehicleInformation,
#viewReportVehicleBodyType,
#vehicleBodyType,
#viewReportVehicleAttachedTrailer {
  margin: 0;
  padding: 0;
}
#rectifyInformation {
  align-items: center;
}
#rectifySignature {
  height: 50px;
}
.rectify {
  display: flex;
  flex-direction: column;
}
.rectifyContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
#rectifyNameInput {
  margin-bottom: 10px;
}
.homeLoading {
  display: none;
  font-size: 32px;
  color: rgb(223, 40, 40);
}
.availableReportsLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.failToggle {
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  padding: 5px 2px;
  transition: all 0.3s ease;
  border-style: solid;
  margin-top: 17px;
  text-align: center;
}
.failToggle:hover {
  border-color: rgb(223, 40, 40);
}
.failToggleOn {
  background-color: rgb(223, 40, 40);
  color: white;
  border-color: black;
}
.rectifyToggleOn {
  background-color: green;
  color: white;
  border-color: black;
}

.repairToggleOn {
  background-color: orange;
  color: white;
  border-color: black;
}

.splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(223, 40, 40);
  z-index: 3000;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splash.display-none {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(223, 40, 40);
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -10;
  transition: all 0.5s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

.splash-logo {
  height: 50%;
  max-height: 300px;
}

#backArrow {
  cursor: pointer;
}

.jobNumberContainer {
  margin-bottom: 10px;
}

#driverDetailsOdoReadingInner {
  display: flex;
  align-items: center;
  margin-bottom: 3vh;
}

#vehicleTrailerNoManualInput {
  max-width: 348px !important;
  min-width: 240px;
}

.depthPsiHolder {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.depthPsiInner {
  display: flex;
  flex-direction: column;
}

.alignCenter {
  text-align: center;
}

/* .row3 {
  margin-top: 30px;
} */

.tyrePressure,
.tyreDepth,
.tyreBrakeWear, 
.tyreTorqueLevel {
  display: inline-block;
  position: relative;
}

.tyrePressure::after {
  content: " PSI";
  position: absolute;
  top: 7px;
  right: 0.5em;
  transition: all 0.05s ease-in-out;
}

.tyreDepth::after {
  content: " mm";
  position: absolute;
  top: 7px;
  right: 0.5em;
  transition: all 0.05s ease-in-out;
}

.tyreBrakeWear::after {
  content: " BLW";
  position: absolute;
  top: 7px;
  right: 0.5em;
  transition: all 0.05s ease-in-out;
}
.tyreTorqueLevel::after {
  content: " NM";
  position: absolute;
  top: 7px;
  right: 0.5em;
  transition: all 0.05s ease-in-out;
}
.tyreDepth:hover::after,
.tyreDepth:focus-within::after {
  right: 1.5em;
}

.tyrePressure:hover::after,
.tyrePressure:focus-within::after {
  right: 1.5em;
}

.tyreBrakeWear:hover::after,
.tyreBrakeWear:focus-within::after {
  right: 1.5em;
}

.tyreDateInput:hover::after,
.tyreDateInput:focus-within::after {
  right: 1.5em;
}

.tyreTorqueLevel:hover::after,
.tyreTorqueLevel:focus-within::after {
  right: 1.5em;
}

@supports (-moz-appearance: none) {
  .tyrePressure::after,
  .tyreDepth::after,
  .tyreBrakeWear::after,
  .tyreDateInput::after,
  .tyreTorqueLevel::after {
    right: 1.5em;
  }
}

.tyreInputDepth {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
 
.tyreInputBrakeWear, .tyreInputPressure, .tyreInputTorque {
  border-radius: 0;
}
.tyreInputDateInput {
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.largeText {
  font-size: 24px !important;
}

#odoRead::after {
  content: "\00a0";
}

.justifyCenter {
  justify-content: center;
}

.forsBox {
  padding: 25px;
  align-items: center;
  height: auto;
}

span.tickButton:hover div.hoverContainer span.serviceable {
  display: block;
}

span.crossButton:hover div.hoverContainer span.defect {
  display: block;
}

span.repairButton:hover div.hoverContainer span.repair {
  display: block;
}

span.notApplicableButton:hover div.hoverContainer span.na {
  display: block;
}

span.notCheckedButton:hover div.hoverContainer span.nc {
  display: block;
}

span.monitorButton:hover div.hoverContainer span.m {
  display: block;
}

.hoverContainer {
  bottom: 50px;
  font-size: 24px;
  padding: 5px 10px 5px 15px;
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.25s ease-in-out;
  justify-content: space-between;
  min-width: 232px;
}

.blueColour {
  background-color: dodgerblue;
  border-radius: 10px;
  padding: 5px;
}

.greenColour {
  background-color: green;
  border-radius: 10px;
  padding: 5px;
}

.redColour {
  background-color: rgb(223, 40, 40);
  border-radius: 10px;
  padding: 5px;
}

.yellowColour {
  background-color: orange;
  border-radius: 10px;
  padding: 5px;
}

.orangeColour {
  background-color: orangered;
  border-radius: 10px;
  padding: 5px;
}

#reportCheckInfo {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  flex-wrap: wrap;
}

#checkInformationCard {
  width: 100%;
}

.sectionInner {
  flex-wrap: wrap;
  display: flex;
}

.buttonHeight {
  height: 30px;
}

.imageSliderHolder {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#testerInfoErrorMsg {
  color: rgb(223, 40, 40);
}

.radio {
  width: auto !important;
  min-width: auto !important;
}

.brakeTestPassFail {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.repairCard {
  background-color: lightgrey;
  border-radius: 10px;
  box-shadow: 6px 8px 8px 0 rgb(0 0 0 / 30%);
  margin: 10px;
  padding: 10px 10px 10px 25px;
  position: relative;
  transition: all 0.25s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex: 10%;
  max-width: 400px;
}

#repairTable {
  display: flex;
  flex-wrap: wrap;
}

.repairHolder {
  display: flex;
  flex-direction: column;
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
  background: white;
  margin-bottom: 10px;
}

.repairInput,
.repairPartsInput {
      font-family: 'Poppins';
      border-radius: 10px;
      height: 60px;
      border: 2px solid black;
}

.repairInput,
.repairPartsInput,
.repairInputMins {
  margin-bottom: 20px;
  width: 87% !important;
}

.repairCard label {
  margin-bottom: 20px;
}

.tyreInputNA {
  border-width: 2px;
  display: flex;
  padding: 3px;
  border-style: solid;
  margin-top: 2px;
  border-radius: 10px;
  margin-left: 3px;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.tyreInputNASingle {
  border-width: 2px;
  padding: 3px;
  border-style: solid;
  margin-top: 2px;
  border-radius: 10px;
  margin-left: 3px;
  transition: all 0.25s ease-out;
  cursor: pointer;
  position: absolute;
  right: -45px;
  top: 0px;
}

#ui-datepicker-div {
  z-index: 21 !important;
}

#opCode,
#opCodeRec {
  -webkit-text-security: disc;
}

#backToLogin {
  margin-top: 10px;
}

#addTrailerBtn {
  background-color: green;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  padding: 10px;
}

input[type="range"] {
  display: block;
  -webkit-appearance: none;
  background-color: #bdc3c7;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  outline: 0;
  padding: 10px 0px 10px 0px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: rgb(223, 40, 40);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
​ input[type="range"]::-webkit-slider-thumb:hover {
  background-color: white;
  border: 2px solid rgb(223, 40, 40);
}
input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.6);
}

#driverDetailsFuelLevelInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fuelGauge {
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-between;
}

.halfFuel {
  margin-right: 25px;
}

#fuelLevelInputAmount {
  margin-top: 10px;
}

#fuelLevelNote {
  font-size: max(1vw, 12px);
}

.footerButton {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tyreCheckbox,
.viewReportTyreCheckbox {
  width: 25px !important;
  min-width: auto;
  transform: scale(1.75);
}

.tyreChecksHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#brakeTestContainer,
#viewReportBrakeTestContainer,
#tailLiftWeightTestContainer,
#viewReportTailLiftWeightTestContainer {
  flex-direction: column;
}

.brakeTestHolder,
.tailLiftWeightTestHolder {
  padding: 10px;
  background-color: grey;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  color: white;
  position: relative;
}

.brakeTestHolder th,
.tailLiftWeightTestHolder th {
  text-align: center;
}

.brakeTestImgBtn {
  position: absolute;
  top: 18px;
  right: 20px;
  background-color: rgba(255, 232, 0, 1);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  color: black;
}

.addPartBtn {
  background-color: green;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  margin-bottom: 15px;
  margin-top: 25px;
}

.vehicleControls {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 50px;
      border-bottom-style: solid;
      border-left-style: solid;
      border-top-right-radius: 10px;
      background-color: grey;
      border-color: dimgray;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 10px 0px 10px;
      box-shadow: -7px 5px 10px 0 rgb(0 0 0 / 30%);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 0px;
  }

table {
  text-align: center;
}
table input {
  min-width: auto;
  color: black;
  text-align: center;
}

#viewReportBrakeTestDateInput {
  font-family: "Poppins", sans-serif;
  width: 125px;
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  min-width: auto;
  border-color: black;
  color: black;
  text-align: center;
}

#brakeTestBottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#brakeTestBottom input {
  min-width: auto;
  width: 175px;
}

#brakeTestCommentInput,
#viewReportBrakeTestCommentInput {
  font-family: "Poppins", sans-serif;
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin: 0px;
  width: 97%;
  color: black;
}

#tailLiftCommentsContainer{
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
}

#tailLiftComments {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px;
}

#TailLiftTestInput {
  font-family: "Poppins", sans-serif;
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, black, 21);
  margin: 0px;
  width: 50%;
  color: black;
}

#ladenUnladenHolder,
#rollerDecelerometerHolder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}

.brakeHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

#brakeTestComments,
#viewReportBrakeTestComments {
  display: flex;
  flex-direction: column;
}

.tyreChecksHolder span {
  color: white;
}

.disabledInput {
  cursor: pointer;
  background-color: #ffffff;
}

.sectionHolder {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 25px;
}

.sectionWhatsNew {
  flex: 2;
}
/* MEDIA RULES */
/* WIDTH RULES */
@media screen and (max-width: 349px) {
  .card {
    height: 180px;
  }
}
@media screen and (max-width: 420px) {
  .searchReportItem,
  .homeSearchReportItem {
    min-height: 190px;
  }
}
@media screen and (max-width: 427px) {
  .reportListItem,
  .homeReportListItem {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 450px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 469px) {
  .card {
    height: 180px !important;
  }
}
@media screen and (max-width: 479px) {
  .filterControls {
    flex-grow: 1;
  }
}
@media screen and (min-width: 500px) {
  .reportListItem,
  .homeReportListItem {
    padding: 10px;
  }
}
@media screen and (min-width: 590px) {
  .card {
    height: 180px !important;
  }
}
@media screen and (max-width: 629px) {
  .driverDetails {
    justify-content: center;
  }
}
@media screen and (min-width: 650px) {
  .titleText {
    font-size: 18px;
  }
}

@media screen and (max-width: 609px) {
  .whatsNewList {
    font-size: 14px;
  }
}

@media screen and (max-width: 809px) {
  .axle {
    width: 100%;
    align-items: center;
  }
}

@media screen and (min-width: 700px) {
  .cardText {
    font-size: 14px;
  }
}

@media screen and (min-width: 899px) {
  .card {
    height: 120px !important;
  }
}

@media screen and (max-width: 952px) {
  .driverDetails {
    text-align: center;
  }
  .reportInformation {
    height: auto;
  }
  .odoInfo {
    justify-content: center;
  }
  #viewReportVehicleInformation {
    max-width: none;
  }
  .verticalColumn {
    min-height: none;
  }
}
@media screen and (min-width: 730px) {
  .searchReportItem,
  .homeSearchReportItem,
  .reportListItem,
  .homeReportListItem {
    font-size: 14.5px;
  }
}
@media screen and (min-width: 900px) {
  .whatsNewList {
    font-size: 18px;
  }
}
@media screen and (min-width: 1001px) {
  .inner {
    width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .workingPop {
    font-size: 120px;
  }
}

@media screen and (min-width: 601px) {
  #homePageInner {
    flex-direction: row;
  }
}

/* HEIGHT RULES */
@media screen and (max-height: 750px) {
  .driverDetailsInput {
    margin-bottom: 1vh;
  }
}

#signedInInfo {
  font-size: max(10px, 1vw);
  margin-right: 20px;
}

.extraPartsHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#jobCardContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1350px){
      #jobCardContent {
            grid-template-columns: 1fr 1fr 1fr;
          }
}

@media (max-width: 1000px){
      #jobCardContent {
            grid-template-columns: 1fr 1fr;
          }
}

@media (max-width: 650px){
      #jobCardContent {
            grid-template-columns: 1fr;
          }
}

.submitRepairControl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 50px;
  border-top-style: solid;
  border-left-style: solid;
  background-color: grey;
  border-color: dimgray;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px 0px 10px;
  box-shadow: -7px 5px 10px 0 rgb(0 0 0 / 30%);
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

.green {
  background: green;
  padding: 5px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.stopTimer {
  background: red;
  padding: 5px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.resetTimer {
  background: rgb(255, 232, 0);
  padding: 5px;
  border-radius: 10px;
  color: black;
  cursor: pointer;
}

.extraPart {
  display: flex;
  justify-content: space-around;
}

.flex {
  display: flex;
}

.calendarPage {
  padding-left: 25px;
  padding-right: 25px;
}

.keyConDrop{
      position: relative;
      width: 50vw;
      height: 40px;
      bottom: 0px;
      left: 51%;
      transform: translateX(-50%);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
}

.fa-chevron-down{
      transition: 0.5s ease;
}

.fa-chevron-down.down{
      transform: rotate(-180deg);
}

/* Key container -- Uses flexbox for each row and the container flexes them into a column */
.keyContainer{
      position: relative;
      width: 50vw;
      height: 0px;
      background-color: lightgray;
      margin: 20px;
      left: 49%;
      transform: translateX(-50%);
      overflow: hidden;
      padding: 0px;
      bottom: 20px;
      display: flex;
      flex-direction: column;
      border-radius: 5px;
      transition: 1s ease;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.keyContainer.active{
      height: 243px;
      padding: 5px 5px 5px 5px !important;
}

.customEvents, .VOR, .motResults, .defectResults, .fillIns, .reports, .reminders, .defectFirstActions{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      margin-left: 5px;
      border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
}

.customEvents h3, .VOR h3, .motResults h3, .defectResults h3, .fillIns h3, .reports h3, .reminders h3, .defectFirstActions h3{
      padding: 0 !important;
      margin: 0 !important;
      box-sizing: border-box !important;
      font-size: 18px;
}

.temporaryVOR{
      margin-right: 8px;
      color: black !important;
}

.temporaryVOR h5{
      padding: 2px !important;
      margin: 1px ;
      box-sizing: border-box !important;
      font-size: 12px;
      color: black !important;
}

/* All colours for each different key  */

.customEventsComplete{
      background-color: #59cd90;
      margin-left: 12px;
}

.customEventsIncomplete{
      background-color: #ee6352;
}

.vorTemporary{
      background-color: #ffb600;
      margin-left: 10px;
}

.vorIndefinite{
      background-color: #ff7900;
}

.motResultsPass{
      background-color: #59cd90;
      margin-left: 10px;
}

.motResultsFail{
      background-color: #ee6352;
}

.motResultsPRS{
      background-color: #ffee93;
}

.defectResultsPass{
      background-color: #59cd90;
      margin-left: 10px;
      border: 2px solid #d4b2d8;
}

.defectResultsFail{
      background-color: #ee6352;
      border: 2px solid #d4b2d8;
}

.defectResultsRectify{
      background-color: #efcefa;
}

.defectResultsOffroad{
      background-color: #d4b2d8;
      margin-left: 10px;
}

.defectResultsRecovery{
      background-color: #a88fac;
}

.defectResultsDrive{
      background-color: #826c7f;
      color: #fff;
}

.defectResultsMaintenance{
      background-color: #5d4e60;
      color: #fff;
}

.fillInsNoUse{
      background-color: #a1fcdf;
}

.fillInsManual{
      background-color: #17c3b2;
}

.fillInsWorkshop{
      background-color: #0f8b8d;
      color: #fff;
}

.reportsPass{
      background-color: #59cd90;
      margin-left: 10px;
      border: 2px solid #0077b6;
}

.reportsFail{
      background-color: #ee6352;
      border: 2px solid #0077b6;
}

.reportsRectified{
      background-color: #3fa7d6;
}

.reportsInspection{
      background-color: #0077b6;
      margin-left: 10px;
      border: 2px solid #bf0603;
      color: #fff;
}

.reportsMOT{
      background-color: #90e0ef;
      border: 2px solid #bf0603;
      color: black;
}

.reportsTax{
      background-color: #AAC9DD;
      border: 2px solid #bf0603;
      color: black;
}

.reportsTacho{
      background-color: #d5f3f9;
      border: 2px solid #bf0603;
}

.reminderStart{
  background-color: #59cd90;
  border: 2px solid #bf0603;
}

.reminderEnd{
  background-color: #ffb600;
  border: 2px solid #bf0603;
}

/* End of colour key codes */

/* Media queries so when below 880px font-size shrinks to stop overlapping and everything is still in line */

@media (max-width: 880px){
      .keyContainer{
            height: 130px;
      }

      .customEvents h3, .VOR h3, .motResults h3, .defectResults h3, .fillIns h3, .reports h3, .reminders h3, .defectFirstActions h3{
            font-size: 12px;
      }

      .customEventsComplete{
            margin-left: 12px;
      }

      .temporaryVOR h5{
            font-size: 9px;
      }

      .vorTemporary{
            margin-left: 10px;
      }

      .motResultsPass{
            margin-left: 10px;
      }
      
      .defectResultsPass{
            margin-left: 10px;
      }

      /* .fillInsNoUse{
            margin-left: 69px;
      } */

      .reportsPass{
            margin-left: 10px;
      }

      #defectCalendarBtn{
            top: 255px;
      }

      #calendarInput, #defectCalendarInput{
            top: 255px;
      }
}

.workshopPage iframe {
  width: 100%;
  height: 93vh;
}
.workshopPage {
  padding-top: 50px !important;
}

.widthAuto {
  width: auto !important;
}

.inputAutoWidth {
  width: auto;
  min-width: auto;
}

td input {
  min-width: auto;
  max-width: 55px;
}

th {
  text-align: left;
}

#invoiceListContent th,
#jobListContent th {
  text-align: center;
}

#invoiceListContent tr,
#jobListContent tr {
  text-align: center;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: black;
  height: 50px;
}

#jobListContent,
#invoiceListContent {
  width: 100%;
  border-collapse: collapse;
}

#jobList {
  margin-top: 10px;
  max-height: 80vh !important;
  align-items: flex-start;
  padding: 10px;
  width: 98%;
  overflow-y: scroll;
}

.showCompletedJobs {
  position: absolute;
  right: 30px;
  top: 107px;
}

.archiveVehicleControl {
      position: absolute;
      right: 30px;
      top: 160px;
}

#addNewJob {
  position: absolute;
  top: 65px;
  right: 19px;
}

.invoiceHolder {
  background-color: lightgray;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 7px 9px 10px 0 rgb(0 0 0 / 30%);
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 200px;
  max-height: 450px;
}

.invoiceBtn {
  cursor: pointer;
  border-style: solid;
  padding: 5px;
  border-radius: 10px;
  border-width: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 130px;
}

.yellow {
  background-color: rgb(255, 232, 0);
  border-color: rgb(255, 232, 0);
  color: black;
}

.blue {
  background-color: rgb(72, 168, 214);
  border-color: rgb(72, 168, 214);
  color: white;
}

.green {
  background-color: green;
  border-color: green;
  color: white;
}

.red {
  background-color: rgb(223, 40, 40);
  border-color: rgb(223, 40, 40);
  color: white;
}

.invoiceMargin {
  margin-right: 10px;
}

#filterJobsInput {
  margin: 10px;
}

.raiseJobNotes {
  font-family: "Poppins", sans-serif;
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin: 0px;
  width: 90%;
  color: black;
}

.invoiceInputHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.invoiceInputHolder input {
  width: 90%;
}

.dropd,
select {
  border-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  padding: 7px;
  font-family: "Poppins", sans-serif;
  width: 90%;
  margin-bottom: 20px;
}

.descriptionWidth {
  min-width: auto !important;
  width: 360px;
  max-width: inherit;
}

.fleetHolder {
  background-color: lightgray;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 230px;
  position: relative;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  padding: 20px;
}

.vehicleCard {
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  transition: border-color 0.25s ease-out;
  margin: 10px;
}

#fleetVehicles,
#fleetTrailers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}

#homereportAnalyticsTitle,
#homeRecentReportsTitle,
.whatsNewMessageTitle,
#reportMessage,
.searchReportsTitle,
#userManagementTitle,
#analyticsTitle,
.analyticsTitle,
#fleetManagementTitle {
  text-align: left;
  width: 90%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
}

.vehicleCard:hover {
  border-color: rgb(223, 40, 40);
}

#vehicleFilterInput,
#trailerFilterInput,
#siteFilterInput,
#hireVehicleFilterInput {
  margin: 10px;
}

.signIn {
  margin-right: 20px;
  text-align: right;
}

.vehicleCard span {
  max-width: 350px;
}

.cardSectionHolder {
  position: relative;
}

.passAllSectionBtn {
  /* position: absolute;
  top: -4px;
  left: 70px; */
  background-color: green;
  color: white;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

.flexCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexCenterCol {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#brakePadWearUnit {
  width: 80px !important;
}

#addTrailerDropdown {
  margin-top: 15px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #dF2838;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #dF2838;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

#driverDetailsReportDate {
  margin-top: 10px;
}

.month_year_datepicker .ui-datepicker-calendar {
  display: none;
}

.exp-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}

.exp-wrapper:after {
  content: "/";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  color: black;
}

input.exp {
  float: left;
  border: 0;
  outline: none;
  appearance: none;
  font-size: 14px;
  border-radius: 0;
  text-align: center;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  padding: 0;
  min-width: 45px;
  max-width: 100px;
  width: 5.5vw;
}

.tyreInputDateMonth {
  border-bottom-left-radius: 10px !important;
  border-right-style: none !important;
}

.tyreInputDateYear {
  border-bottom-right-radius: 10px !important;
  border-left-style: none !important;
}

#toggleAssetBtn {
  max-height: 32px;
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.flexRow {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.widthAuto {
  width: auto !important;
}

.addAxleHolderInner {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
}

.addAxleHolder {
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.axleWidth {
  width: 75px !important;
  min-width: auto !important;
  margin: 0 !important;
}

#addNewTrailerHolder {
  margin-top: 20px;
}

.partsTable {
  width: 100%;
  display: inline-table;
  margin-bottom: 30px;
}

.partsTable th {
  text-align: center !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.repairInputMins {
  margin-bottom: 60px !important;
}

.timerHolder {
  display: flex;
  flex-direction: column;
}

.padding10 {
  padding: 10px;
}

.reportsKeyHolder {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom: solid 2px;
  padding-bottom: 10px;
}

.reportKey {
  padding: 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 5px;
}

.reportKeyPass {
  background-color: green;
  color: white;
  border-color: green;
}

.reportKeyAwaitingSignOff {
  background-color: green;
  color: white;
  border-color: yellow;
}

.reportKeyFailed {
  background-color: rgb(223, 40, 40);
  color: white;
  border-color: rgb(223, 40, 40);
}

.reportKeyRepaired {
  background-color: rgba(255, 232, 0, 1);
  color: black;
  border-color: rgb(223, 40, 40);
}

.reportKeyRectified {
  background-color: rgb(223, 40, 40);
  color: white;
  border-color: green;
}

@media (max-width:766px){
      .reportKey{
            font-size: 12px;
            padding: 7px;
      }
}

#assetDueDateHolder {
  display: flex;
  flex-direction: column;
  width: 51%;
  justify-content: space-evenly;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  border: solid black;
  position: absolute;
  top: 33%;
}

#assetDueDateHolderWorkshop {
  display: flex;
  flex-direction: column;
  width: 51%;
  justify-content: space-evenly;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  border: solid black;
  position: absolute;
  top: 33%;
  margin-top: -16%;
}

.completeJob{
      display: none;
}