ion-nav-view.has-header > ion-view > ion-content.has-header {
  /*to remove white space from top of pages with ion-content inside ion-nav-view*/
  top: 0px;
}

.jobDetail_tabsInner > .tabs-top > .tabs {
  /*to force tabs to top of parent...*/
  top: 0px;
}

/*tooltip css code : */
.tooltip {
  position: relative;
  display: inline-block;
  padding-bottom: 25px !important;
  /*border-bottom: 1px dotted black;*/
}

.popclose {
  text-align: right;
  position: absolute;
  top: 3px;
  right: 8px;
  z-index: 1000;
  color: #702065 !important;
  padding: 0px !important;
  background-color: transparent !important;
}

.purple-border:hover {
  border: thin solid purple !important;
  border-radius: 7px !important;
}

.modal > .signatureContainer {
  /* for signature screens so move them below header without using ion-content and ion-content on windows causing touch events to be absorbed before they hit signature control*/
  padding-top: 44px;
}

/* NB width replicated in taskCompletionContoller */
@media (min-width: 680px) {
  .modal {
    top: 10%;
    right: 20%;
    bottom: 10%;
    left: 20%;
    min-height: 240px;
    width: 60%;
  }
}

.jobDetail_container {
  display: table;
  height: 100%;
  width: 100%;
}

.jobDetail_header {
  display: table-row;
  height: 0px;
  width: 100%;
}

.jobDetail_tabsOuter {
  position: relative;
  display: table-row;
  height: 100%;
}

.jobDetail_tabsInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.jobDetail_tabs {
  position: static;
}

.jobDetail_tabContent {
  top: 49px;
  height: auto;
  bottom: 0px;
}

.jobDetail_tabsInner > ion-tabs > ion-nav-view {
  top: 49px;
  height: auto;
  bottom: 0px;
}

.jobListItem_tip {
  position: absolute;
  right: 0px;
  padding: 5px;
  top: 0px;
  text-align: right;
}

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear;
}

.list .item.item-accordion.ng-hide {
  line-height: 0px;
}

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important;
}

.fullwidth {
  width: 100%;
}

.actionbutton {
  width: 165px;
}

input:required:invalid,
input:focus:invalid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC");
  background-position: right top;
  background-repeat: no-repeat;
}

span.invalid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC");
  background-position: right top;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  /* display:inline-block; */
  position: absolute;
  right: 0px;
}

span.invalidParent {
  position: relative;
}

.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs {
  top: 44px !important;
}

.logo {
  width: 33px;
  height: 33px;
  background-image: url("../img/icon.png");
}

.headerLogo {
  top: 0px;
  left: 0px;
  width: 165px;
  height: 39px;
  background-image: url(""); /*../img/headerLogo.png"); */
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  width: 100%;
  background-size: cover;
}

.bar-footer {
  /*background-image: url('../img/footerbackground.png');*/
  background-size: cover;
  background-repeat: repeat-x;
  background-color: white;
  border: solid thin darkgray;
  border-top: 1.6px solid #481541;
  text-align: center;
  background-image: none;
  font-weight: bold;
  position: fixed;
}
/*.bar-subfooter {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 47px !important;
    white-space: nowrap !important;
}*/

.bar-header {
  background-image: url("../img/header_img.gif") !important;
  background-size: auto 62%;
  background-position-x: 5px;
  background-position-y: center;
  background-repeat: no-repeat !important;
  background-color: white !important;
}

.title-left {
  left: 145px !important;
  right: 50px !important;
  font-size: 15px !important;
}

.footercontact {
  padding-left: 5px;
  padding-bottom: 25%;
  vertical-align: central !important;
  line-height: 40px;
  /*height: 42px;*/
  color: #702065;
  /*width: 50%;*/
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.centreText {
  text-align: center;
}

.item-complex .item-content {
  padding: 16px 20px 16px 16px !important;
}

.preformatted {
  white-space: pre;
}

.multiline {
  white-space: initial;
}

.noPadding {
  padding: 0;
}

.wrapText {
  word-wrap: break-word;
  white-space: normal;
}

.button-bar > .buttonwrap {
  /*override ionic .button*/
  line-height: initial;
  white-space: initial;
  padding: 10px;
}

.buttonwrap::before {
  position: absolute;
  right: 0.1em;
  top: -2px;
}

.rowCheckbox {
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
}

.rowCheckbox > .checkbox {
  padding-left: 0px;
  left: 0px;
}

.centredFill {
  margin-left: auto;
  margin-right: auto;
  min-width: 80%;
}

.joblistUnderGroup > .list {
  left: -8px;
  width: calc(100% + 16px);
}

.joblistUnderGroup > .list > .item-complex .item-content {
  padding: 0px 0px 8px 0px !important;
}

.forceBorder {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.item-error {
  border-color: #ff0000 !important;
}

.jobDetail-bar-header {
  border: 1px solid purple;
  color: purple;
  /* font-weight: bold; */
  font-size: 16px;
  background-color: lightgrey;
}

.under-lined-text {
  border-bottom: thin solid #adadad;
  display: inline;
  /* padding-bottom: 3px; */
  font-size: 14px;
  color: #000;
}

.under-lined-text-small {
  /*border-bottom: thin solid #ADADAD;
    display: inline;*/
  font-size: 11px !important;
  /*color: #000;*/
}

.text-small {
  font-size: 11px;
  color: grey;
}

.jobDetails-detail-text {
  color: gray;
  margin-bottom: 0px;
}

.job-list-row {
  padding: 0px !important;
}

.job-list-item {
  border-color: purple !important;
  margin: 10px 0 !important;
  box-shadow: 1px 10px 4px -4px #ccc;
}

.joblistUnderGroup .list {
  border: solid thin purple;
  border-radius: 10px;
  padding: 1px;
  margin-top: 2px;
}

.joblistUnderGroup .list .item-complex:first-child,
.joblistUnderGroup .list .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.joblistUnderGroup .list .item-complex:last-child,
.joblistUnderGroup .list .item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.button-language {
  min-height: 20px !important;
  line-height: 0 !important;
}

.jobDetail_tabs .tab-item {
  color: purple;
}

.jobDetail_tabs .tab-item-active {
  color: grey !important;
}

.job-equipment-details {
  margin: 0px !important;
  color: #666 !important;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-complete {
  color: #066f24 !important;
}

.job-incomplete {
  color: #cc0a1a !important;
}

.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-65 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-15 {
  webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

.newJob-search-button {
  color: #fff !important;
  padding-top: 2px !important;
  text-align: center !important;
}

.newJob-search-button .col {
  background-color: purple !important;
  padding: 0px !important;
  border-radius: 5px !important;
  border: solid thin #000 !important;
}

.newJob-search-title {
  margin: 0 !important;
  font-size: 16px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 20px !important;
}

.newJob-search-data {
  margin: 0 !important;
  font-size: 11px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 20px !important;
}

.raise-job-accordian {
  border: solid 2px purple;
  margin-bottom: 10px;
  background-color: #cec8c8;
}

.raise-job-accordian-header {
  margin: 0px !important;
  font-weight: bold;
}

.raise-job-accoridan-container {
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px purple;
}

.menu-icons {
  color: purple !important;
}

.labour-container {
  border-bottom: solid thin purple !important;
  margin-top: 5px !important;
}

.labour-container-text {
  color: grey;
  margin: 0px !important;
}

.has-timerFooter {
  top: 0px !important;
  bottom: 28px !important;
}

.has-noTimerFooter {
  bottom: 7px !important;
  top: 0px !important;
}

.jobListMenuClass {
  height: 80vh !important;
  overflow-y: auto !important;
}

.jobListMenuClass ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.jobListMenuClass ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.hideClass {
  display: none !important;
}

.jobListFilterClass {
  height: 225px !important;
}

.jobListFilterClass {
  height: 225px !important;
}

.button-top-icon {
  min-height: 20px !important;
  line-height: 20px !important;
}

.button-top-icon:before {
  line-height: 20px !important;
}

.button .button-positive {
  overflow: hidden !important;
}

.innerList {
  border-top: 0;
  border-bottom: 0;
}

.innerList:first-child {
  border-top: 1px solid #ddd !important;
}

.innerList:last-child {
  border-bottom: 1px solid #ddd !important;
}
/*For Test Page*/
.test-outer-grid {
  border: solid thin purple;
}

.test-header {
  border: solid thin purple;
  background-color: purple;
  color: #fff;
}

.test-check-active {
  color: purple;
}

.table-data-margin-top-5 {
  margin-top: 5px;
}

.table-row {
  margin-top: 0px !important;
  padding: 2px !important;
}

.table-check-box {
  padding-left: 40px !important;
  background-color: transparent !important;
}

.table-row:nth-child(odd) {
  background-color: #e2e1e1 !important;
}

.table-row:nth-child(even) {
  background-color: #fff !important;
}

.test-detail-header {
  text-transform: uppercase;
}

.test-detail-row + .test-detail-row {
  margin-top: 0 !important;
}

.test-item-headings {
  text-decoration: underline;
  text-transform: uppercase;
  text-decoration-color: gray;
}

a.select-button.icon-left:before {
  margin-top: 0px !important;
}

.detail-popup .popup .popup-head {
  background-color: purple !important;
}

.detail-popup .popup .popup-head .popup-title {
  color: #fff !important;
}

.detail-popup .popup {
  background-color: #fff !important;
  border: solid 2px purple;
}

.inactive {
  color: red;
}

.changeEquipmentInactive {
  top: 150px !important;
  bottom: 0px !important;
}

.changeEquipmentNotActive {
  top: 105px !important;
  bottom: 0px !important;
}

.form-container {
  width: 100%;
  border: double thick purple;
}

.form-input-headings {
  font-weight: bold;
  color: gray;
}

.form-input-headings::after {
  content: ":";
}

.form-input-button {
  border: solid thin purple;
}

.form-input-headings + .row {
  padding: 0;
}

.tool-details {
  margin: 0 !important;
}

.tool-details span::after {
  content: ":";
  font-weight: bold;
}

.tool-details span {
  font-weight: bold;
}

.tool-detail-row + .row {
  margin-top: 0;
}

.service-action
  .action-sheet-wrapper
  .action-sheet
  .action-sheet-group
  .action-sheet-title,
.service-action .action-sheet-wrapper .action-sheet .action-sheet-group .button,
.service-action .action-sheet-wrapper .action-sheet .action-sheet-group {
  text-align: center !important;
  border-color: #d1d3d6 !important;
}

.service-action .action-sheet-wrapper .action-sheet {
  padding: 5px !important;
}

.button-row div .button {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-height: 47px !important;
  white-space: nowrap !important;
}

.test-result {
  background-color: #fff !important;
  color: #000 !important;
  text-align: center !important;
}

.test-pass {
  color: lightgreen !important;
}

.test-fail {
  color: red !important;
}

.test-done {
  color: darkblue !important;
}

.jobList-button {
  font-size: 19px !important;
  line-height: 13px !important;
  padding: 0 !important;
  min-height: 25px !important;
}

.jobList-button:before {
  font-size: 16px !important;
  line-height: 18px !important;
}

/* Larger than a phone */
@media (min-width: 567px) {
  .test-row {
    width: 100%;
    display: flex;
  }

  .test-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /*min-height:50px;*/
    float: left;
  }

  .hidden-area {
    display: block;
  }

  .jobList-mapIcon {
    padding-top: 13px;
  }

  .jobList-button {
    min-width: 25px !important;
  }

  .jobList-text-button {
    font-size: 12px;
  }

  .jobList-activity {
    font-size: 16px;
    padding: 0 32px 0 0;
  }
}

/* Small devices such as phone */
@media (max-width: 567px) {
  .test-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
    float: left;
    /*min-height:50px;*/
  }

  .hidden-area {
    display: none;
  }

  .test-row {
    width: 100%;
    display: grid;
  }

  .jobList-mapIcon {
    padding-top: 44px;
  }

  .jobList-text-button {
    font-size: 9px;
  }

  .jobList-activity {
    font-size: 12px;
  }

  .long-text-wrap {
    line-height: 25px !important;
  }

  .tcc_HeaderText {
    margin-top: 9px;
    font-weight: 800;
    font-size: 3vw;
  }
  .tcc_DetailText {
    font-size: 4vw;
  }
}

.test-col {
  padding-left: 20px;
  overflow: auto;
}

.jobList-head {
  color: darkgray;
  font-weight: bold;
}

.jobList-head span::after {
  content: " : ";
}

.jobList-head i::after {
  content: "   ";
}

.jobSummary-col {
  padding: 5px;
}
/*for hidding the footer section while keyboard opens*/
.keyboard-open .bar-footer {
  display: none;
}

.keyboard-open .view-container .pane .scroll-content {
  bottom: inherit;
}

.test-list-button {
  color: purple;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.test-list-button span:before {
  content: "   ";
}

.signature-modal {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.text-flow-over {
  white-space: nowrap;
  overflow: auto !important;
  text-overflow: ellipsis !important;
}

.noWarp {
  white-space: nowrap;
}

.gray-background {
  background-color: #e2e1e1 !important;
}

.white-background {
  background-color: #fff !important;
}

.padding-btn {
  padding: 2px;
}

.ion-content.scroll-content.ionic-scroll.has-header.withshowalloption,
.withshowalloption {
  top: 180px !important;
  bottom: 80px;
}

.ion-content.scroll-content.ionic-scroll.has-header.withoutshowalloption,
.withoutshowalloption {
  top: 140px !important;
  bottom: 80px;
}

.top-modal {
  z-index: 11;
}

.image-modal {
  width: 100% !important;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}

.transparent {
  background: transparent !important;
}

.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}

.icon-positive {
  color: #702065 !important;
}

/*.WorkTree div{padding-left:15px!important;}*/
.key-nestedList .item {
  border: none !important;
  padding-bottom: 0 !important;
}

.key-nestedList .item span {
  text-transform: capitalize !important;
}

.nestedList-header-1 {
  font-weight: 500 !important;
}

.nestedList-header-2 {
  font-weight: 400 !important;
}

.nestedList-child {
  font-weight: 100 !important;
}

.alignLeft {
  text-align: left !important;
}

.alignRight {
  text-align: right !important;
}

.modal {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.border-less-item .item {
  border: none !important;
}
/*Message page*/
.messageRow {
  margin-top: 0 !important;
}

.messageRow .col-90 {
  border: solid thin #000;
  border-radius: 10px;
  padding: 5px;
}

.messageRow .col-offset-10 {
  background-color: purple;
  color: #fff;
}

.messageTextBoxRow {
  position: absolute;
  bottom: 44px;
  padding: 10px;
  box-shadow: 0px -8px 7px rgba(175, 170, 170, 0.5);
  background-color: rgba(123, 119, 119, 0.1);
}

.messageHeaders {
  position: absolute;
  top: 44px;
  padding: 5px 0 0 5px;
  border-bottom: solid thin #d7d2d2;
  box-shadow: 0px 7px 7px rgba(175, 170, 170, 0.5);
  background-color: rgba(123, 119, 119, 0.1);
}

.messageTimeStamp {
  color: lightgray;
}

.messageTimeStamp-right {
  text-align: right;
}

.keyboard-open .view-container .pane .footerRow {
  position: fixed !important;
  bottom: 0 !important;
  background-color: #fff;
}

.has-footerRow {
  bottom: 120px !important;
}

.keyboard-open .view-container .pane .has-footerRow {
  bottom: 44px !important;
}

.test-radio-button .radio-content .radio-icon {
  font-size: 18px !important;
  float: left !important;
  left: 11px !important;
  top: 2px !important;
  padding: 0 !important;
}

.test-radio-button .radio-content .item-content {
  padding-right: 0px;
  display: none !important;
}

.test-radio-button .radio-content {
  height: 30px !important;
}

.test-checkBox-Button {
  padding-left: 2px !important;
}

.test-checkBox-Button .checkbox {
  left: 4px !important;
}

.WorkdoneNotePopup .popup {
  width: 100% !important;
}

.customTableHeadText {
  display: inline !important;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.custome-tab-Header-col {
  text-align: center;
  font-size: 30px;
  padding-top: 9px;
  color: gray;
  border-right: solid thin purple;
}

.custome-tab-Header-col p {
  margin-bottom: 0 !important;
}

.custom-document-add-button {
  padding-top: 8px;
  text-align: center;
  font-size: 30px;
}

.custome-tab-Header {
  background-color: rgba(180, 173, 173, 0.13);
  overflow-x: scroll;
  overflow-y: hidden;
  height: 50px;
}

.custom-active-tab {
  color: purple;
  font-weight: bold;
}

.custome-tab-Header-col:last-child {
  border-right: none;
}

/***********************************************************************************/
/******************************* IOS CSS ******************************************/
/**********************************************************************************/

.platform-ios.platform-cordova:not(.fullscreen)
  .bar-header:not(.bar-subheader) {
  height: 44px !important;
  background-size: auto 40% !important;
}

.platform-ios.platform-cordova:not(.fullscreen)
  .bar-header:not(.bar-subheader)
  > * {
  margin-top: 0 !important;
}

/* cordova:not(.fullscreen) .has-header,
.platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
    top: 44px !important;
} */

.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs,
.platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top {
  top: 0px !important;
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-tabs-top {
  top: 0px !important;
}

.platform-ios.platform-cordova:not(.fullscreen)
  .jobDetail-view
  div.scroll-content.has-header,
.platform-ios.platform-cordova:not(.fullscreen).jobDetail-view
  div.scroll-content.has-header {
  top: 44px !important;
}

/***********************************************************************************/
/******************************* IOS CSS END ***************************************/
/**********************************************************************************/

.stock-barcode-item .popup {
  width: 90% !important;
}

/*.ion-infinite-scroll:not(.active) .spinner,
.ion-infinite-scroll:not(.active) .icon:before{
    display:inline-block;
}*/

.jobDetailGroup-checkBox {
  padding-left: 0 !important;
  border: none;
}

.jobDetailGroup-checkBox div {
  right: 0px !important;
  left: 0px !important;
  padding: 7px 2px !important;
}

.taskView {
  border: solid thin purple;
  border-radius: 10px;
  padding: 5px !important;
  margin-top: 3px !important;
}

.text-positive {
  color: #702065 !important;
}

.multiscreen-fullView {
  top: 0px !important;
  bottom: 0px;
}

.multiscreen-withButton {
  top: 0px !important;
  bottom: 15%;
}

.test-disabled {
  border: solid thin;
  background-color: darkgrey;
  color: #fff;
}

.popup-pin .popup {
  width: 75% !important;
  max-height: auto !important;
}

.filterPress {
  color: #fff !important;
  background-color: #702065 !important;
  padding: 0px 5px 0px 5px !important;
}

.filterDepress {
  color: #702065 !important;
  background-color: #fff !important;
}

.slideDown {
  top: 263px !important;
  padding-top: 0px;
}

.slideUp {
  top: 90px !important;
}

ul li {
  display: inline !important;
  padding-left: 30px;
  font-size: 20px;
}

.buttonBorder {
  border: 1px solid #702065;
}
/*.winStyle{
    bottom:4px !important;
}*/
/*.workdoneNote{
    text-align:end !important;
}*/
.errspan {
  float: right;
  margin-right: 6px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  color: #702065;
}

whereNextItem {
  margin-top: 8px;
  margin-right: 35px;
  margin-left: 35px;
  margin-bottom: auto;
}

/*===========dhtmlx scheduler============= */
.dhx_cal_navline {
  width: inherit !important;
  top: 8px !important;
}

.dhx_cal_header {
  width: inherit !important;
}

.dhx_cal_data {
  overflow-x: visible !important;
  overflow-y: visible !important;
  width: inherit !important;
}

.dhx_cal_date {
  top: -15px !important;
}

.dhx_cal_container {
  overflow: visible !important;
}

.dhx_cal_quick_info {
  left: 10% !important;
  margin-top: 50% !important;
}

.dhx_scale_holder_now {
  overflow-y: initial !important;
}

/*For creating event in mobile on double click..*/
.dhx_cal_light {
  left: 2% !important;
  width: 96% !important;
  margin-top: 10% !important;
}

.dhx_cal_larea {
  width: 95% !important;
}

.dhx-cal.light-wide .dhx-cal-larea {
  width: 395px !important;
}

.dhx_cal_event {
  box-shadow: 5px 5px 12px gray !important;
}
/*.dhx_cal_light_wide .dhx_wrap_section{width:59%}
.dhx_cal_ltext textarea{width:100% !important}
.dhx_left_btn_set{margin-top:48px !important}*/
.dhx_cal_light_wide .dhx_wrap_section {
  width: 340px;
}

.dhx_cal_event_line_height {
  /*height:90%!important;*/
  font-size: 9px;
}
/*.dhx_cal_event_line_height .dhx_event_resize{height:90%!important}*/
.event_text {
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
  margin-left: -8px;
  white-space: nowrap;
}

.event_text p {
}

.event_orange {
  background: #ff9933 !important;
  color: #000 !important;
  border: 1px solid #7a4800 !important;
  outline-offset: -1px;
  border-radius: 0px !important;
}

.event_orange .dhx_header,
.event_orange .dhx_title,
.event_orange .dhx_body,
.event_orange .dhx_footer {
  background: transparent !important;
  border: none !important;
}

.event_red {
  background: #ff3333 !important;
  color: #fff !important;
  border: 1px solid #990000 !important;
  outline-offset: -1px;
  border-radius: 0px !important;
}

.event_red .dhx_header,
.event_red .dhx_title,
.event_red .dhx_body,
.event_red .dhx_footer {
  background: transparent !important;
  border: none !important;
}

.event_blue {
  background: #0096ff !important;
  color: #fff !important;
  border: 1px solid #003970 !important;
  outline-offset: -1px;
  border-radius: 0px !important;
}

.event_blue .dhx_header,
.event_blue .dhx_title,
.event_blue .dhx_body,
.event_blue .dhx_footer {
  background: transparent !important;
  border: none !important;
}

.scheduler-min-calendar-tab {
  right: auto !important;
  left: 140px !important;
}

.ionic_datepicker_popup .popup-body .selected_date_full {
  background-color: #702065 !important;
}

.ionic_datepicker_popup .popup-buttons button {
  background-color: #702065 !important;
}

.event_text {
  text-overflow: ellipsis;
  overflow: auto;
}

.van_branchlocation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  text-align: left;
}

.itemWidth {
  min-width: 150px;
  width: auto;
}
.popupWidth {
  max-width: 450px !important;
}
.barcodeEquipmentHeader {
  border: 1px solid purple;
  font-size: 16px;
  background-color: lightgrey;
}
.hideHeader {
  margin-top: 0px !important;
}
.slideListDown {
  padding-top: 41px !important;
}

.pickListItems-grayBG {
  background-color: lightgray;
  color: black;
  /* font-weight: bold; */
  font-size: 16px;
}
.pickListItems-removeGrayBG {
  /* font-weight: bold; */
  font-size: 16px;
}
.pickList_view {
  /*border-radius:3px;*/
  border: 1px solid purple;
  color: black;
  /*font-weight: bold;*/
  font-size: 16px;
  background-color: lightgrey;
}

@media (max-width: 400px) {
  .responsive-sm1 {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .responsive-sm .col,
  .responsive-sm .col-10,
  .responsive-sm .col-20,
  .responsive-sm .col-25,
  .responsive-sm .col-33,
  .responsive-sm .col-34,
  .responsive-sm .col-50,
  .responsive-sm .col-66,
  .responsive-sm .col-67,
  .responsive-sm .col-75,
  .responsive-sm .col-80,
  .responsive-sm .col-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.listItemHeight-310 {
  min-height: 310px;
}

.listItemWidth {
  min-width: 100%;
}

.fGasMenu {
  background-color: #e2e1e1 !important;
  border: solid 1px purple;
  font-weight: bold;
  border-radius: 10px;
  color: purple;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* for auto growing text area */
.grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
}

.grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";
  /* This is how textarea text behaves */
  white-space: pre-wrap;
  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}

.grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;
  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}

.grow-wrap > textarea,
.grow-wrap::after {
  /* Identical styling required!! */
  border: 1px solid black;
  padding: 0.5rem;
  font: inherit;
  /* Place on top of each other */
  grid-area: 1 / 1 / 2 / 2;
}

.pre-wrap {
  white-space: pre-wrap;
}

.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
}
.bubble {
  background: #1ad1ff;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #1ad1ff;
  top: -1px;
  left: 50%;
}

.grayButton {
  background-color: gray;
}

.purpleButton {
  background-color: purple;
  color: white;
}

#formWrapper {
  width: 100%;
  padding: 8px;
  margin: 5px auto;
  overflow: hidden;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#eae8e8)
  );
  background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
}

#formWrapper .search {
  width: 80%;
  height: 52px;
  padding: 10px 5px;
  float: left;
  border: 1px solid gray;
  border-radius: 3px;
}

#formWrapper .btn {
  float: right;
  border: 1px solid purple;
  height: 52px;
  width: 20%;
  padding: 0;
  cursor: pointer;
  color: #fafafa;
  font-size: medium;
  background-color: purple;
  background-image: -webkit-linear-gradient(top, purple, purple);
  border-radius: 3px;
  white-space: nowrap;
  /* text-shadow: 0 1px 0 rgba(0, 0,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; */
}

.products-dialog-content {
  width: 100%;
  border-top: solid thin purple;
  border-left: solid thin purple;
  border-right: solid thin purple;
  padding: 3px;
  height: 100% !important;
  overflow: auto !important;
}

.defect-radio-group {
  padding-top: 16px;
  padding-left: 16px;
}

/* For Job Enquiry  */
.search-bar {
  border: 1px solid #ccc;
  padding: 5px;
  display: flex;
  align-items: center;
  margin: 16px;
}

input {
  outline: none;
}

.search-input {
  flex: 1;
  border: none;
}

.search-button {
  border: none;
  background-color: purple;
  color: #fff;
  font-size: 1.5em;
  border-radius: 4px;
  cursor: pointer;
}

.checkbox-row {
  display: flex;
  justify-content: space-around;
  align-items: left;
  padding: 10px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 16x;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}

.checkbox-container input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid purple;
  border-radius: 50%;
  background-color: transparent;
}

.checkbox-container input:checked + .checkmark::after {
  content: "\2713";
  display: block;
  color: white;
  text-align: center;
  line-height: 20px;
}

.checkbox-container input:checked + .checkmark {
  background-color: purple;
}

/* .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col {
  box-sizing: border-box;
  flex: 1 0 0%;
  max-width: 100%;
  padding: 0 10px;
} */

.row-header {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.grey {
  background: #ccc;
  white-space: pre-wrap;
}
