*:focus {
  outline: none;
}
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;
}
input {
  font-family: "Poppins", sans-serif;
  /* width: 25vw; */
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  width: 260px;
  border-color: black;
}
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: 11;
  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: -1;
}
.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;
}
#cardInner {
  align-content: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 100px;
}
#viewReportCardInner {
  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%;
}
.card:hover {
  transform: scale(1.025);
}
.card:active {
  opacity: 0.5;
}
.cardContainer {
  margin-bottom: 10px;
}
.buttonHolder {
  background-color: lightgray;
  border-bottom-right-radius: 5px;
  border-color: darkgray;
  border-left-style: solid;
  border-top-left-radius: 5px;
  border-top-style: solid;
  bottom: 0;
  font-size: 24px;
  padding: 5px 10px 5px 5px;
  position: absolute;
  right: 0;
}
.textHolder {
  float: left;
  position: relative;
}
.crossButton {
  color: rgb(223, 40, 40);
  cursor: pointer;
}
.tickButton {
  color: green;
  cursor: pointer;
}

.editCheckBoxContainer{
      display: flex;
      justify-content: space-around;
      align-items: center;
      min-width: 50%;
}

.editPassCheckBoxHolder,
.editFailCheckBoxHolder,
.editRepairCheckBoxHolder,
.editNaCheckBoxHolder,
.editNcCheckBoxHolder,
.editMonitorCheckBoxHolder{
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 2px;
      padding: 5px;
}

.editPassCheckBoxHolder.pass{
      background-color: #b5babd;
      border: 1px solid #808080;
      border-radius: 3px;
}
.editFailCheckBoxHolder.fail{
      background-color: #b5babd;
      border: 1px solid #808080;
      border-radius: 3px;
}
.editRepairCheckBoxHolder.repair{
      background-color: #b5babd;
      border: 1px solid #808080;
      border-radius: 3px;
}
.editNaCheckBoxHolder.na{
      background-color: #b5babd;
      border: 1px solid #808080;
      border-radius: 3px;
}
.editNcCheckBoxHolder.nc{
      background-color: #b5babd;
      border: 1px solid #808080;
      border-radius: 3px;
}
.editMonitorCheckBoxHolder.monitor{
      background-color: #b5babd;
      border: 1px solid #808080;
      border-radius: 1px;
}


.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;
}
.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: 80%;
}
.detailsHolder {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.confirmDefects {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: space-evenly;
  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: 10px;
  padding-top: 10px; */
  position: fixed;
  text-align: center;
  transition: height 0.25s;
  width: 100%;
  z-index: 13;
  display: flex;
}
.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;
}
.greenButton:hover {
  background-color: #1E9E1E !important;
  border-color: #1E9E1E !important;
  color: #FFF !important;
}
.submitReportHide {
  display: none;
}
.passClass {
  background-color: green;
}
.repairClass {
  background-color: rgb(223, 40, 40);
}
.notApplicableClass {
  background-color: dodgerblue;
}
.failClass {
  background-color: rgb(223, 40, 40);
}
.greenBorder {
  border-color: green;
  border-style: solid;
  border-width: 10px;
}
.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;
}
#informationCard {
  display: block;
  width: 100%;
}
.driverDetailsText {
  font-size: max(1vw, 16px);
  font-weight: 700;
}
.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: 3vh;
  margin-bottom: 3vh;
  padding: 5px 10px 5px 10px;
  width: 90%;
}

.submitMotDetailsInput {
  width: 25px;
  min-width: auto;
}

#submitMotDetailsStateComments {
  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;
}

.width100 {
  width: 100%;
}

.editVehicleInput {
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-family: "Poppins", sans-serif;
  padding: 5px 10px 5px 10px;
  max-width: 500px;
}
.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;
}
#odoFormat,
#byFault,
#nameRec {
  border-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  padding: 5px;
  font-family: "Poppins", sans-serif;
}
#byFault {
  max-width: 200px;
  height: 40px;
}
#clearFiltersHolder {
  max-width: 187px;
  text-align: center;
  width: 100%;
  margin-top: 16px;
}

#clearFiltersDiv {
  align-items: center;
}

.notApplicableButton {
  color: dodgerblue;
  cursor: pointer;
}
.displayNone {
  display: none;
}
.displayNoneImportant {
  display: none !important;
}
.page {
  padding-top: 75px;
  padding-bottom: 75px;
}
#pageTitle {
  margin: 0;
}
.menuBtn {
  padding: 10px;
  cursor: pointer;
}
.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 {
  bottom: 0;
  left: 0;
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}
#loginButtonHolder {
  display: flex;
  justify-content: center;
}
#loginInputHolder,
#reportListHolder {
  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;
  height: auto;
  min-height: auto;
}
#loginInputHolder {
  flex-direction: column !important;
  align-items: center;
  padding: 20px;
  margin: 20px;
  max-width: 500px;
}
.reportListInner {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
#reportSearchListInner,
#analyticsListInner,
#analyticsListHolder,
#userManagementHolder {
  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;
}
#analyticsListInner {
  display: flex;
  min-height: auto;
  background-color: #e9e9e9;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#analyticsReportListInner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

#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;
}
.reportListItem:hover,
.homeReportListItem: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;
}
.notCheckedButton {
  color: orangered;
  cursor: pointer;
}
.buttonContainerItemMargin {
  margin-left: 0.5vw;
}
.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;
  width: 83%;
}
.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);
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.25s ease-in-out;
  height: max(14vh, 120px);
  justify-content: center;
  margin: 10px;
  max-width: 265px;
  text-align: center;
}
.homeSearchReportItem {
  margin-bottom: 10px;
}
.searchReportItem:hover,
.homeSearchReportItem:hover {
  transform: scale(1.1);
}


.searchReportItem input[type="checkbox"],
.homeSearchReportItem input[type="checkbox"] {
  height: 18px;
  right: 0;
  position: absolute;
  top: 0;
  transform: scale(1.25);
  width: 18px;
}

.searchReportItem button,
.homeSearchReportItem button {
  border: none;
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  color: #FFF;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-top: 4px;
  padding: 1px 12px;
}

.searchReportItem button:hover,
.homeSearchReportItem button:hover {
  cursor: pointer;
}

.searchReportItem.greenBorder button,
.homeSearchReportItem.greenBorder button {
  background-color: green;
  border: 2px solid rgb(255 255 255 / 70%);
}

.searchReportItem.redBorder button,
.homeSearchReportItem.redBorder button {
  background-color: rgb(223, 40, 40);
  border: 2px solid rgb(255 255 255 / 70%);
}

.searchReportItem.yellowBorder button,
.homeSearchReportItem.yellowBorder button {
  background-color: rgba(255, 232, 0, 1);
  color: #333;
}


#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%;
  margin-top: 25px;
}
#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;
}
#userManagementTitle,
#fleetManagementTitle {
  margin-top: 20px;
}
#fleetManagementTitle {
  width: 100%;
}
#homereportAnalytics,
#homereportAnalyticsCharts {
  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);
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#homereportAnalyticsCharts {
  padding-bottom: 30px;
}
#homereportAnalyticsContent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30px;
}
.analyticsInner {
  height: 100%;
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
#homeUserManagement,
#homeFleetManagement {
  align-items: center;
  background-color: lightgray;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 200px;
  padding: 15px 10px 10px 10px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  justify-content: center;
  position: relative;
}

#quickFleetManagement,
#userManagement {
  flex: 1;
}

#homeRecentReportsContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

#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;
  position: relative;
}
#homePageInner {
  display: flex;
  flex-direction: column;
}
#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;
  padding: 20px;
  margin-bottom: 20px;
  background-color: lightgray;
  box-shadow: 7px 9px 10px 0 rgb(0 0 0 / 30%);
}
.whatsNewList {
  font-size: max(2vw, 14px);
  text-align: left;
}
.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);
  margin-bottom: 10px;
  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 {
  display: flex;
  flex-direction: row;
}
#fullscreenImage {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 14;
  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;
  bottom: 20px;
  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: 10;
}
.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%;
  display: none;
  border-radius: 10px;
  background-color: white;
}
.canvas:hover {
  cursor: url("../images/pen.png"), pointer;
}
#driverSignature {
  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 {
  margin: 0;
  padding: 0;
}
#rectifyInformation,
#roadworthyInformation {
  align-items: center;
  padding: 10px;
  max-height: 73px;
}
#rectifyNameInfo,
#roadworthyNameInfo {
  font-size: 16px;
}
#rectifySignature,
#roadworthySignature {
  width: 125px;
}
.rectify {
  display: flex;
  flex-direction: column;
}
.rectifyContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
#rectifyNameInput,
#roadworthyNameInput {
  margin-bottom: 10px;
}
.homeLoading {
  display: none;
  font-size: 32px;
  color: rgb(223, 40, 40);
}
.reportAnalyticsLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.tyreInput {
  min-width: 130px !important;
  width: 10.5vw;
  color: black;
  text-align: center;
}
.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;
}
.axle {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-radius: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px;
  flex: auto;
}
.tyrePressure,
.tyreDepth,
.tyreTorqueLevel,
.tyreBrakeWear {
  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;
}

.tyreDepth:hover::after,
.tyreDepth:focus-within::after {
  right: 1.5em;
}

.tyrePressure:hover::after,
.tyrePressure:focus-within::after {
  right: 1.5em;
}
.axleHolder {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.axleHolder:last-child {
  margin-bottom: 0 !important;
}
.depthPsiHolder {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.depthPsiInner {
  display: flex;
  flex-direction: column;
}
.tyreChecksHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tyreCard:hover {
  transform: scale(1.025);
}
.tyreText {
  margin: 0;
  color: white;
}
#tyreContainer,
#viewReportTyreContainer,
#brakeTestContainer,
#viewReportBrakeTestContainer,
#tailLiftWeightTestContainer,
#viewReportTailLiftWeightTestContainer {
  display: flex;
  justify-content: center;
  margin: 0px 20px 50px 20px;
}
#brakeTestContainer,
#viewReportBrakeTestContainer,
#tailLiftWeightTestContainer,
#viewReportTailLiftWeightTestContainer {
  flex-direction: column;
}

.tyreCheckbox,
.viewReportTyreCheckbox,
.checkbox {
  width: 25px !important;
  min-width: auto;
  transform: scale(1.75);
}
.disabledInput {
  cursor: pointer;
  background-color: #ffffff;
}
.tyreChecksHolder span {
  color: white;
}
.textDiagramIndicator {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
}
.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(223, 40, 40);
  z-index: 25;
  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;
}

.splash-logo {
  height: 50%;
  max-height: 300px;
}

.paperPassClass {
  background-color: green;
}
.paperFailClass {
  background-color: rgb(223, 40, 40);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

.failToggle {
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  padding: 5px 2px;
  transition: all 0.3s ease;
  border-style: solid;
  text-align: center;
  width: 95%;
  margin-top: 16px;
}
.failToggle:hover {
  border-color: rgb(223, 40, 40);
}
.failToggleOn {
  background-color: rgb(223, 40, 40);
  color: white;
  border-color: black;
}
.repairToggleOn {
  background-color: orange;
  color: white;
  border-color: black;
}

#homeUserManagementContent {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#homeUserManagementAddUser,
#homeUserManagementRemoveUser {
  margin-bottom: 20px;
}

.yellowButton {
  background-color: rgba(255, 232, 0, 1);
  color: black;
}

.redButton {
  background-color: rgb(223, 40, 40);
  color: white;
}

.failToggleOn {
  background-color: rgb(223, 40, 40);
  color: white;
  border-color: black;
}
.rectifyToggleOn {
  background-color: green;
  color: white;
  border-color: black;
}

.signOffToggleOn {
  background-color: #0080ff;
  color: white;
  border-color: black;
}

.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;
}

.incidentHolder {
  background-color: lightgray;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 75vh;
  box-shadow: 7px 9px 10px 0 rgb(0 0 0 / 30%);
  margin-bottom: 20px;
  padding: 10px 20px 20px 20px;
  overflow-y: scroll;
}

.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;
  cursor: pointer;
  margin: 10px;
}

.vehicleCard:hover {
  border-color: rgb(223, 40, 40);
}

.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;
}

.green {
  background: green;
  padding: 5px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.errorMessageText {
  color: rgb(223, 40, 40);
}

.lookupRegMarginTop {
  margin-top: 10px;
}

#vehicleFilterInput,
#trailerFilterInput,
#personnelFilterInput,
#incidentsFilterInput,
#filterPartsInput,
#hireVehicleFilterInput,
#siteFilterInput,
#filterSupplierInput,
#adminsFilterInput {
  margin: 10px;
}

#ui-datepicker-div {
  z-index: 15 !important;
}

.forsBox {
  padding: 25px;
  align-items: center;
  height: auto;
  flex: 1;
}

#checkInformationCard {
  width: 100%;
}

.sectionInner {
  flex-wrap: wrap;
  display: flex;
}

.largeText {
  font-size: 24px !important;
}

.buttonHeight {
  height: 30px;
}

.imageSliderHolder {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#userManagementButton,
#fleetManagementButton,
#searchButton,
.analyticsButton {
  position: absolute;
  right: 0;
  bottom: 10px;
}


#userManagementHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.userCard {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  border-style: solid;
  border-color: black;
  transition: border-color 0.25s ease-out;
  margin: 10px;
  cursor: pointer;
  text-align: center;
  width: 400px;
  height: 75px;
}

.userCard:hover {
  border-color: rgb(223, 40, 40);
}

#searchUsersInput {
  margin: 20px;
}

.monthlyReport {
  position: absolute;
  left: 0px;
  bottom: 10px;
  right: 0px;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

#analyticsRequestReport {
  margin-top: 0;
  max-width: 200px;
}

.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: 579px;
}

#repairTable {
  display: flex;
  flex-wrap: wrap;
}

.repairHolder,
.vorHolder {
  display: flex;
  flex-direction: column;
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
  background: white;
  margin-bottom: 10px;
}

.repairCard label {
  margin-bottom: 20px;
}

.additionalEmailsHolder {
  display: flex;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 20px;
  background-color: lightgray;
  box-shadow: 7px 9px 10px 0 rgb(0 0 0 / 30%);
}

#additionalEmailsLabel,
#resetPasswordLabel,
#aboutSupportLabel,
#whatsNewLabel {
  justify-content: flex-start;
  display: flex;
}

#whatsNewLabel {
  width: 100%;
}

#additonalEmailsInput {
  font-family: "Poppins", sans-serif;
  resize: none;
  border-radius: 10px;
  padding: 10px;
}

.resetPasswordHolder {
  display: flex;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
  background-color: lightgray;
  box-shadow: 7px 9px 10px 0 rgb(0 0 0 / 30%);
}

.aboutSupportHolder {
  display: flex;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 20px;
  background-color: lightgray;
  box-shadow: 7px 9px 10px 0 rgb(0 0 0 / 30%);
}

.analyticsRed {
  color: rgb(223, 40, 40);
  font-size: 28px;
}

.analyticsGreen {
  color: green;
  font-size: 28px;
}

.analyticsBackgroundRed {
  color: rgb(223, 40, 40);
}
.analyticsBackgroundGreen {
  color: green;
}

#vorDateFilter {
  margin-bottom: 20px;
}

.chartHolder {
  width: auto;
  height: 400px;
  padding: 10px;
}
.chartHolderXL {
  width: auto;
  height: 450px;
  padding: 10px;
}

.flex {
  display: flex;
}

#homeFleetManagementContent {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.mapBox {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#mapInner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.mapInfoHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mapText {
  margin: 0;
  color: white;
  font-weight: bold;
  margin-left: 0 !important;
}

#vorListHolder {
  overflow-y: scroll;
  height: auto;
  max-height: 400px;
}

.calendarPage {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px !important;
}

.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;
}

.temporaryVOR h5{
      padding: 2px !important;
      margin: 1px ;
      box-sizing: border-box !important;
      font-size: 12px;
}

/* 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;
}

.reportsTax{
      background-color: #AAC9DD;
      border: 2px solid #bf0603;
}

.reportsLoler{
  background-color: #f5f442;
  border: 2px solid #bf0603;
}

.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: 10px;
            left: 83% !important;
            /* height: 20px !important; */
            padding: 5px !important;
            font-size: 13px !important;
            
      }

      #calendarInput, #defectCalendarInput{
            /* top: 255px; */
            top: -20px;
            height: 15px;
            max-width: 150px !important;
      }
      
      input {
            max-width: 110px;
      }
}

#defectCalendarHolder {
  height: 100vh !important;
}

.vehicleCard span {
  max-width: 350px;
}

.flex {
  display: flex;
}

.firstAction {
  color: white;
}

.trackPage iframe {
  width: 100%;
  height: 93vh;
}

.trackPage {
  padding-top: 33px !important;
}

.workshopPage iframe {
  width: 100%;
  height: 94vh;
  margin-top: 20px;
}

.workshopPage {
  padding-top: 15px !important;
}


/* MEDIA RULES */
/* WIDTH RULES */
@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: 479px) {
  .filterControls {
    flex-grow: 1;
  }

  #byFault {
    max-width: none;
  }
}
@media screen and (min-width: 500px) {
  .reportListItem,
  .homeReportListItem {
    padding: 10px;
  }
}
@media screen and (max-width: 609px) {
  .driverDetails {
    justify-content: center;
  }
}
@media screen and (max-width: 574px) {
  #homeUserManagementContent {
    flex-direction: column;
  }
  .homeReportListItem {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 650px) {
  .titleText {
    font-size: 18px;
  }
}

@media screen and (max-width: 650px) {
  .whatsNewList {
    font-size: 14px;
  }
}

@media screen and (min-width: 700px) {
  .cardText {
    font-size: 14px;
  }
}
@media screen and (max-width: 952px) {
  .driverDetails {
    text-align: center;
  }
  .reportInformation {
    height: auto;
  }
  .driverDetails div {
    min-width: 260px;
  }
  .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: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .workingPop {
    font-size: 120px;
  }
}
/* HEIGHT RULES */
@media screen and (max-height: 750px) {
  .driverDetailsInput {
    margin-bottom: 1vh;
  }
}

@media screen and (max-width: 349px) {
  .card {
    height: 180px;
  }
}

@media screen and (max-width: 469px) {
  .card {
    height: 180px !important;
  }
}

@media screen and (min-width: 590px) {
  .card {
    height: 180px !important;
  }
}

@media screen and (min-width: 899px) {
  .card {
    height: 120px !important;
  }
}

/* dropdown */
/* Dropdown Button */
.dropbtn {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
  border-color: black;
  max-width: 360px;
  min-width: 264px;
  text-align: left;
}

.dropbtnTrailer {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
  border-color: black;
  max-width: 360px;
  min-width: 264px;
  text-align: left;
  margin-top: 20px;
}

/* The search field */
#myInput {
  max-width: 260px;
  padding: 10px;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
  outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}
.dropdownMB {
  position: relative;
  display: inline-block;
  margin-bottom: 180px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
  border-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  padding: 7px;
  font-family: "Poppins", sans-serif;
}

/* Links inside the dropdown */
.dropdown-content span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom-style: solid;
}

/* Change color of dropdown links on hover */
.dropdown-content span:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

#signedInInfo {
  margin-right: 20px;
  font-size: max(10px, 1vw);
}

.yellowCard {
  background-color: rgba(255, 232, 0, 1);
  color: black !important;
}

#invoicePage {
  position: relative;
}

#addNewInvoice {
  position: absolute;
  top: 10px;
  right: 0px;
}

#addNewClient {
  position: absolute;
  top: 10px;
  right: 0px;
}

.invoiceOuter {
  margin-bottom: 50px;
}

.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;
  max-height: 75vh;
}

#recentInvoices,
#clientList,
#statementList,
#recentQuotes,
#quickAddList,
#raiseQuickInvoiceJob {
  overflow-y: scroll;
  align-content: flex-start;
}

.mb {
  margin-bottom: 25px;
}

.invoiceInputHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.mt20 {
  margin-top: 20px;
}

.invoiceInputHolder input {
  width: 90%;
}

.invoiceSectionHeader {
  font-size: max(1vw, 18px);
  font-weight: 900;
}

.invoiceTitle {
  text-align: left;
  width: 90%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
}

#raiseQuickInvoicesContent {
  display: flex;
  flex-wrap: wrap;
}

.widthAuto {
  width: auto !important;
}

td input,
.inputAutoWidth {
  width: auto;
  min-width: auto;
}

th {
  text-align: left;
}

/* #invoiceListContent th,
#jobListContent th,
#statementListContent th,
#clientListContent th,
#incidentInner th,
#quoteListContent th,
#quickAddListContent th,
#raiseInvoiceJobContent th,
#partsListContent th {
  text-align: center;
}

#invoiceListContent tr,
#jobListContent tr,
#statementListContent tr,
#clientListContent tr,
#incidentInner tr,
#quoteListContent tr,
#quickAddListContent tr,
#raiseInvoiceJobContent tr,
#partsListContent tr {
  text-align: center;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: black;
  height: 50px;
}

#invoiceListContent td,
#jobListContent td,
#statementListContent td,
#clientListContent td,
#incidentInner td,
#quoteListContent td,
#quickAddListContent td,
#raiseInvoiceJobContent td,
#partsListContent td {
  max-width: 100px;
}

#jobListContent,
#invoiceListContent,
#statementListContent,
#clientListContent,
#incidentInner,
#quoteListContent,
#quickAddListContent,
#raiseInvoiceJobContent,
#partsListContent {
  width: 100%;
  border-collapse: collapse;
} */

/* #partsListContent {
  overflow-y: scroll;
  align-self: flex-start;
}

#partsList {
  max-height: none;
  height: 76vh;
}

#jobList  {
  margin-top: 10px;
  height: 100vh;
  align-items: flex-start;
  padding: 10px;
  overflow-y: scroll;
} */

.showCompletedJobs {
  position: absolute;
  right: 30px;
  top: 107px;
}

.archiveVehicleControl {
  position: absolute;
  right: 30px;
  top: 160px;
}

#addNewJob {
  position: absolute;
  top: 65px;
  right: 19px;
}

#addNewPart, #addNewSupplier {
  position: absolute;
  top: 156px;
  right: 28px;
}

#bookInPart {
  position: absolute;
  top: 156px;
  right: 220px;
}

.updateInvoice {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.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;
}

.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;
}

.repairTesterSelect,
.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;
}

.hideCardClass {
  display: none;
}

.brakeTestPassFail {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.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;
}

.brakeTestImgBtn {
  position: absolute;
  top: 18px;
  right: 20px;
  background-color: rgba(255, 232, 0, 1);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  color: black;
}

#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;
}

#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,
#tailLiftComments {
  display: flex;
  flex-direction: column;
}

table {
  text-align: center;
}
table input {
  min-width: auto;
  width: 75px;
  color: black;
  text-align: center;
}

#vehicleTrailerNo,
#addTrailerNo {
  max-width: 360px;
  min-width: 286px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: auto;
  max-height: 250px;
}

.descriptionWidth {
  width: 360px;
}

.raiseInvoiceDueDate {
  width: 120px;
}

.raiseJobNotes, .actionsTakenTxtArea {
  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;
}

.raiseInvoiceDesc {
  font-family: Poppins, sans-serif;
  padding: 8px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin: 0px;
  width: 275px;
  height: 20px;
  color: black;
  margin-top: 8px;
}

.portlet.calendar .fc-event .fc-time,
.fc-event-title {
  color: black !important;
}

.portlet.calendar .fc-event .fc-title {
  color: black !important;
}

#viewReportEfficiencyHolder table th {
  text-align: center;
}

#brakeTestTempHolder table th {
  text-align: center;
}

.axleText {
  font-size: 14px !important;
}

.axleWidth {
  width: 75px !important;
  min-width: auto !important;
  margin: 0 !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;
}

#toggleClientBtn {
  height: 27px;
}

#viewReportVehicleInformation,
#viewReportVehicleTrailer,
#vehicleTrailer,
#vehicleInformation,
#viewReportVehicleBodyType,
#vehicleBodyType,
#viewReportVehicleAttachedTrailer {
  margin: 0;
  padding: 0;
}

#addTesterSignOffHolder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0px 20px 0px;
}

::-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;
}

#thirdPartyRepairerInfo {
  display: flex;
  flex-direction: column;
}

#repairLocationCheck {
  margin-bottom: 15px;
}

.invoiceSpan {
  display: flex;
  flex-direction: column;
  position: relative;
}

.invoiceSearch {
  margin: 10px;
}

#defectCalendarBtn {
    background-color: green;
    color: white;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    bottom: 20px;
    left: 80%;
    height: 20px !important;
    cursor: pointer;
}

.incidentDetail {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  border-style: solid;
  width: 100%;
  margin-bottom: 10px;
}

#incidentMapHolder, #incidentMapInner {
  height: 250px;
}

#incidentLocationTitle {
  width: 100%;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
}

#calendarInput, #defectCalendarInput {
  position: relative;
  bottom: 55px;
  /* width: 40px !important; */
}

.customerVehicleCheckbox {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.mbn {
  margin-bottom: 0px !important;
}

.redText {
  color: red;
}

.fc-toolbar-chunk div {
  display: flex;
  flex-direction: row;
}

@media (max-width: 800px){
      .fc-toolbar-title{
      font-size: 0.75em !important;
      }

      .fc-button-primary{
            font-size: 0.6em !important;
      } 
}

.fc-prev-button, .fc-next-button {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.flexRow {
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: space-around;
}

.max300 {
  max-width: 300px !important;
}

.max280 {
  max-width: 280px !important;
}

#reOrderTitle {
  text-align: left;
  width: 90%;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  margin-top: 50px;
}

i.fas.fa-bars {
  margin: 10px;
}

td a {
  word-wrap: break-word;
}

.editAssetBtn {
  background-color: rgb(255, 232, 0);
  border-color: rgb(255, 232, 0);
  color: black;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  /* width: 70%; */
  max-width: 80px;
  min-width: 60px;
}

.firstActionHolder {
  display: flex;
  flex-direction: column;
}

.firstActionHolder span {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tyreTorqueLevel:hover::after,
.tyreTorqueLevel:focus-within::after {
  right: 1.5em;
}
.tyreTorqueLevel::after {
  content: " NM";
  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;
}
.tyreBrakeWear:hover::after,
.tyreBrakeWear:focus-within::after {
  right: 1.5em;
}

.fc-day-today {
  background: var(--fc-today-bg-color,rgba(255,220,40,.15)) !important;
}

.dropdownHeight {
  max-height: 250px;
  overflow-y: scroll;
}

#filterJobsInput {
  margin: 10px;
}

.whiteText .fc-event-title {
  color: white !important;
}

.calendarFill {
  display: flex;
  flex-direction: column;
}

.calendarFill div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.calendarFill input {
  min-width: 0;
  width: auto !important;
}

.partsTable {
  width: 100%;
  display: inline-table;
  margin-bottom: 30px;
}

.partsTable th {
  text-align: center !important;
}

.partHistory {
  display: flex;
  flex-direction: column;
  border-style: solid;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 10px;
}

.keyContainer div {
  padding-top: 2px;
  padding-bottom: 2px;
}

.reportsKeyHolder {
  width: 100%;
  display: flex;
  flex-direction: row;
  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;
}

#name {
  border-color: black;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  padding: 7px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

#opCode {
  -webkit-text-security: disc;
}

#assetDueDateHolder {
  display: flex;
  flex-direction: column;
  width: 84%;
  justify-content: space-evenly;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  border: solid black;
  position: absolute;
  top: 157px;
}

.fileItem {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border: solid black;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 15;
  width: 420px;
}

.fileItemHolder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.deleteFile {
  background-color: red;
    padding: 10px;
    margin-left: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
    flex: 1;
}

#fileList {
  max-height: 470px;
  overflow-y: scroll;
  padding: 5px;
}

#toggleAssetBtn {
  max-height: 32px;
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.flexRow {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.flexCenterCol {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#supplierListDropdownHolder{
      display: flex;
}
.test .fa-times{
      color: red;
      left: 108%;
      position: relative;
      bottom: 30px;
}

.removeSupplier .fa-times{
      color: red;
      left: 10px;
      position: relative;
      top: 8px;
}

.supplierReference{
      position: relative;
      width: 25%;
      left: 25px;
}

.supplierHeader{
      display: flex;
      width: 80%;
}

.supplierReferenceText{
      margin-left: 224px;
      font-size: max(1vw, 16px);
      font-weight: 700;
}

.supplierReferenceText.two{
      margin-left: 184px;
}

.supplierReferenceText.three{
      margin-left: 188px;
}

@media (max-width: 940px){
      .supplierReferenceText, .driverDetailsText{
            font-size: max(1vw, 12px);
            margin-top: 3px;
      }

      .supplierReferenceText{
            margin-left: 190px;
      }

      .supplierReferenceText.two{
            margin-left: 165px;
      }
      
      .supplierReferenceText.three{
            margin-left: 170px;
      }

      .invoiceInputHolder input{
            max-width: 345px;
      }
      
      .dropbtn{
            max-width: 200px;
            min-width: 200px;
      }
}

@media (max-width: 750px){
      .supplierReferenceText, .driverDetailsText{
            font-size: max(1vw, 10px);
            margin-top: 3px;
      }

      .supplierReferenceText{
            margin-left: 185px;
      }

      .supplierReferenceText.two{
            margin-left: 160px;
      }
      
      .supplierReferenceText.three{
            margin-left: 165px;
      }
}
.completeJob{
  display: none;
}