pdf-viewer>canvas {
  width: 100%;
}

.hc-picker {
  border: 1px solid #aaa;
  border-radius: 3px;
}

.wrap-text-item {
  white-space: normal;
}

.pop-up-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.7);
}

.pop-up-container .picker-title {
  margin: 0;
  border-radius: 0;
}

.keyboard-up {
  height: auto !important;
}

.keyboard-open {
  height: auto !important;
}

.focus-text-area {
  -webkit-transition: margin-top 0.25s;
  /* -- For Safari 3.1 to 6.0 -- */
  transition: margin-top 0.25s;
  margin-top: 5% !important;
}

.blur-text-area {
  -webkit-transition: margin-top 0.25s;
  /* -- For Safari 3.1 to 6.0 -- */
  transition: margin-top 0.25s;
  margin-top: 30% !important;
}

.platform-ios .hide-white-area {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  position: absolute;
}

.platform-android .hide-white-area {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  position: absolute;
}

.pop-up {
  position: absolute;
  background-color: white;
  height: 92vh;
  width: 92% !important;
  margin-left: 5%;
  margin-top: 4vh;
  border: 1px solid gray;
  border-radius: 5px;
  box-shadow: 1px 1px 1px black;
}

.platform-ios .text-change {
  line-height: 30px;
}

.platform-ios .pop-up ion-scroll {
  position: absolute;
  width: 100%;
  height: auto !important;
}

.pop-up ion-scroll {
  position: absolute;
  height: 100%;
  width: 100%;
}

logDividerbody, ion-view {
  cursor: url('http://ionicframework.com/img/finger.png'), auto;
}

.ion-navicon-round {
  font-size: 30px;
  padding: 4px;
}

ion-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  overflow-y: scroll !important;
}

ion-view {
  background-color: #fff !important;
}

.save-button-margin-top {
  margin-top: 40px !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader)>* {
    /*
  Original
  margin-top: 20px;
  */
    margin-top: 35px;
  }

  .platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
    height: 80px;
    /*
  Original
  height: 64px;
  */
  }

  .platform-ios .has-header-small {
    top: 65px;
  }

  .platform-ios .has-header {
    top: 71px;
  }

  .platform-ios .hc-obs-modal-header {
    height: 70px;
  }

  .platform-ios .hc-obs-modal-title {
    top: 15px;
  }

  .platform-ios .has-header.no-header {
    top: 0px;
  }

  .platform-ios .save-button-margin-top {
    margin-top: 50px !important;
  }
}

.pos-fixed {
  position: fixed !important;
}

.pos-relative {
  position: relative !important;
}

.filtersMode {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  background-color: #fff;
  overflow-y: scroll !important;
}

.home-logo {
  width: 250px;
  margin: auto;
}

.tab-nav {
  position: relative;
}

.phoneCall {
  background: rgba(0, 0, 0, 0.55);
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 15px;
}

.phone-icon {
  color: white;
  font-size: 14px;
}

.align-center {
  text-align: center;
}

.headerBtns {
  background-color: #388E3C;
}

#tractorHours {
  top: 21%;
  bottom: auto;
  left: 73%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  position: absolute;
  color: #bbb;
  font-weight: 300;
  line-height: 1;
  color: #000000;
}

#nextService {
  top: 26%;
  bottom: auto;
  left: 74.5%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 15px;
  position: absolute;
  color: #bbb;
  font-weight: 310;
  line-height: 1;
  color: #000000;
}

.content {
  text-align: left;
  padding: 10px;
}

.company-name {
  font-size: 18px;
  height: 57px;
}

.filter-drop-shadow {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.5));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.5));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.5));
  -o-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.5));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1.5));
}

.percentage-progress-bar {
  margin-bottom: -18px;
  margin-top: 10px;
}

.big-font-buttons {
  font-size: 30px;
  font-weight: 900;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.listContent {
  float: left;
  width: calc(100% - 38px);
  overflow: initial;
  white-space: initial;
}

option[value="0"][disabled] {
  display: none;
}

.statusDiv {
  float: left;
  border: 1px solid #EEE;
  padding: 25px 15px;
  margin: -16px;
  margin-right: 4px;
}

.has-bottom-button {
  height: 93%;
}

.has-bottom-button .scroll {
  padding-bottom: 120px !important;
}

.bottom-container {
  background-color: transparent !important;
  text-align: center;
  height: 9%;
  margin-top: 10px;
  margin-bottom: 45%;
  padding-left: 10px;
  padding-right: 10px;
}

.with-button-bottom {
  min-height: 80%;
  max-height: 80%;
}

.bottom-button-container {
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.fixed-button {
  position: fixed;
  bottom: 5%;
}

.bottom-button-container-scroll, .fixed-bottom {
  position: fixed;
  bottom: 0px;
}

.bottom-button {
  font-weight: bold !important;
  font-size: 20px;
  border-radius: 20px;
  border: none;
  color: white;
  height: 50px;
  background-color: #51A7F9 !important;
  width: calc(100% - 10px);
  margin: 20px 5px;
}

/* -- Preview PDF CSS -- */

#preview-pdf-title {
  text-align: center;
}

#subheader-zoom {
  background-color: #0365C0;
}

.platform-android #subheader-steps.subheader-pages-pdf {
  top: 44px;
  height: 30px;
}

.platform-ios #subheader-steps.subheader-pages-pdf, .platform-browser #subheader-steps.subheader-pages-pdf {
    top: 60px;
    height: 30px;
}

.platform-browser #subheader-steps.subheader-pages-pdf {
  top: 44px;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */
@media (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios #subheader-steps.subheader-pages-pdf {
    top: 74px;
  }
}

.scroll-preview-pdf {
  width: 100%;
  height: calc(100vh - 100px) !important;
}

.buttons-left .icon-float-left {
  float: left;
  padding-left: 2px;
}

.zoom-buttons div {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.4s;
}

.zoom-buttons div:hover {
  text-decoration: none;
  transition: all 0.4s;
}

.zoom-buttons span {
  background: rgba(170, 170, 170, .7);
  color: #0365C0;
  display: block;
  height: 55px;
  width: 55px;
  font-size: 40px;
  border-radius: 50%;
  float: right;
  transition: all 0.4s;
  vertical-align: middle;
  box-shadow: 0px 7px 10px 0px rgba(30, 30, 30, .4);
}

.platform-android .zoom-buttons span#zoomIn {
  text-align: center;
  padding: 18px 0px;
}

.platform-android .zoom-buttons span#zoomOut {
  text-align: center;
  padding: 17px 0px;
}

.zoom-buttons span#zoomOut {
  padding: 15px;
}

.zoom-buttons span#zoomIn {
  padding: 13.5px;
}

.zoom-buttons span.disabled {
  background: rgba(120, 120, 120, 0.2);
  color: rgba(3, 101, 192, 0.2);
}

#contentPreviewPDF {
  margin-top: 30px;
}

.platform-browser #contentPreviewPDF {
  margin-top: 10px;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios #contentPreviewPDF {
    margin-top: 40px;
  }
}
#contentSubHeaderPDF {
  margin-top: -15px;
}

#contentSubHeaderPDF span {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 1);
}

#contentSubHeaderPDF .disabled {
  background: rgba(255, 255, 255, 0.2);
}

#contentSubHeaderPDF #font-page-number span {
  width: 70px;
}

.preview-pdf-subheader {
  top: 40px;
}

.goToLabel {
  height: 35px;
}

#goToLabelInput {
  font-size: 15px;
  color: #fff
}

.font-goToLabel {
  font-size: 15px;
  color: #fff
}

#font-page-number span {
  background: #0365C0;
  color: white;
  font-size: 20px;
}

.arrow-preview-pdf {
  font-size: 25px;
}

/* -- Photo gallery service CSS -- */

.image-list-thumb {
  padding: 2px 2px 2px 2px;
  height: 150px;
}

.image-modal {
  width: 100% !important;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}

.pgs-transparent {
  background: rgba(0, 0, 0, 0.9) !important;
}

.slider {
  width: 100%;
  height: 100%;
}

.pgs-image img {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.pgs-title {
  color: white;
  font-weight: bold !important;
}

.pgs-photo-description {
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
  top: 82%;
  transform: translate(0, -78%);
  margin: auto;
}

.pgs-btn-close-modal {
  background-color: #0365C0;
}

.pgs-ion-scroll {
  width: 100%;
  height: 100%
}

.slider-pager-page {
  color: white !important;
}

/* -- End photo gallery service CSS --*/

.icon-center-vertically {
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.statusHigh, .statusHigh .item-content {
  background-color: #EC5D57;
  color: white;
}

.ion-item-, .ion-item-null {
  border-left: 0.3em solid white;
}

.ion-item-statusHigh {
  border-left: 0.3em solid #EC5D57;
}

.statusMediun, .statusMediun .item-content {
  background-color: #ff7519;
  color: white;
}

.ion-item-statusMediun {
  border-left: 0.3em solid #ff7519;
}

.statusLow, .statusLow .item-content {
  background-color: #F5D328;
  color: white;
}

.ion-item-statusLow {
  border-left: 0.3em solid #F5D328;
}

.statusNone, .statusNone .item-content {
  background-color: #33cd5f;
  color: white;
}

.ion-item-statusNone {
  border-left: 0.3em solid #33cd5f;
}

.iconStatusNone {
  color: #33cd5f;
}

.iconStatusLow {
  color: #F5D328;
}

.iconStatusMediun {
  color: #ff7519;
}

.iconStatusHigh {
  color: #EC5D57;
}

.height-60 {
  height: 60px;
}

.height-200px {
  height: 200px;
}

.height-250 {
  height: 250px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-50 {
  line-height: 50px;
}

.margin-bottom-0 {
  margin-bottom: 0%;
}

#username {
  font-size: 20px;
}

#menuHeader {
  height: 44px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-left: 0px;
  border: none;
}

.no-border {
  border: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.margin-bottom-minus-12px {
  margin-bottom: -12px !important;
}

.col-2 {
  width: 2% !important;
}

.col-5 {
  width: 5% !important;
}

.col-10 {
  width: 10% !important;
}

.col-13 {
  width: 13% !important;
}

.col-15 {
  width: 15% !important;
}

.col-20 {
  width: 20% !important;
}

.col-25 {
  width: 25% !important;
}

.col-33 {
  width: 33% !important;
}

.col-40 {
  width: 40% !important;
}

.col-45 {
  width: 45% !important;
}

.col-60 {
  width: 60% !important;
}

.col-65 {
  width: 65% !important;
}

.col-70 {
  width: 70% !important;
}

.col-75 {
  width: 75% !important;
}

.col-80 {
  width: 80% !important;
}

.col-85 {
  width: 85% !important;
}

.col-100 {
  width: 100% !important;
}

.text-left-button {
  float: left;
  font-size: 22px;
  color: white;
}

.text-right-button {
  float: right;
  font-size: 22px;
  color: white;
}

.text-center-button {
  position: static;
  left: 50%;
  transform: translate(-50%, 50%);
}

.time {
  margin-top: 40px;
  margin-bottom: 0px;
}

.clock, #clock {
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0px;
  border-color: #0365C0;
}

.steps-subheader {
  padding-top: 25px;
  height: 70px;
  top: 20px;
  margin: 0px;
}

.platform-ios .steps-subheader {
  top: 44px;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */
@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .steps-subheader {
    top: 59px;
  }
}

.new-crew-subhead {
  top: 184px;
}

.center-div {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.subhead-search-clock {
  background-color: #0365C0;
  border-color: #0365C0;
  height: 60px;
  top: 0px;
}

.subhead-search-steps {
  background-color: #0365C0;
  border-color: #0365C0;
  height: 70px;
  top: 0px;
  padding-top: 20px;
}

.clock-shop {
  top: 44px;
}

.subhead {
  background-color: #0365C0;
  border-color: #0365C0;
  height: 70px;
  top: 44px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.platform-ios .subhead-clock-shop {
  background-color: #0365C0;
  border-color: #0365C0;
  height: 55px;
  top: 64px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subhead-clock-shop {
  background-color: #0365C0;
  border-color: #0365C0;
  height: 55px;
  top: 42px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subhead-scout {
  background-color: #51A7F9 !important;
  border-color: #51A7F9 !important;
  height: 45px !important;
  top: 42px !important;
  margin-bottom: 0px !important;
  padding: 10px !important;
}

.platform-ios .subhead-scout {
  background-color: #51A7F9 !important;
  border-color: #51A7F9 !important;
  height: 45px !important;
  top: 64px !important;
  margin-bottom: 0px !important;
  padding: 10px !important;
}

.barcodeImg {
  width: 98%;
  margin: 0px;
}

.barcode {
  background-color: #023e75;
  height: 50px;
}

#searchInput {
  color: #fff;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

.bg-dk-blue {
  background-color: #023e75;
}

.searchLabel {
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}

#searchInput.searchLabel-crew {
  height: auto;
  border-radius: 6px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  margin-left: 10px;
  background-color: #023e75;
  border-radius: 6px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.icon-medium {
  font-size: 30px;
  display: block;
  position: absolute;
  margin: -3px 0 0 0;
}

.icon-big {
  font-size: 60px;
}

.font-45 {
  font-size: 45px;
}

.font-30 {
  font-size: 30px;
}

/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Tooltip text */

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90% !important;
  background-color: #51A7F9;
  color: white;
  text-align: left;
  font-size: 15px;
  border-radius: 5px;
  padding: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 30;
  bottom: 100%;
  left: 5%;
}

/* Style tooltip  modal details*/

.tooltip-modal {
  color: #0365C0;
  font-size: 22px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tooltip-qa {
  font-size: 24px;
  margin-top: 0px;
  float: right;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.popover-tooltip {
  margin-bottom: -70%;
}

div.tooltiptext.popover-tooltip {
  position: fixed !important;
  top: 10%;
  height: 100px !important;
  padding: 10px;
}

/* -- Scout CSS -- */

.platform-ios .button.headerBtns.button-positive.header-button {
  font-size: 17px;
  font-weight: bold !important;
}

.platform-ios .ion-ios-arrow-forward:before {
  font-size: 34px !important;
}

#observation-modal {
  overflow-y: auto !important;
  position: absolute !important;
  max-height: 100% !important;
}

#content-observation-modal {
  height: 100vh !important;
  white-space: normal !important;
}

#table-row-modal {
  overflow-y: auto !important;
  position: absolute !important;
  max-height: 100% !important;
}

#content-table-row-modal {
  padding: 0 !important;
  height: 100vh !important;
  white-space: normal !important;
  padding-top: -4px;
}

.platform-ios #content-table-row-modal {
  padding-top: 16px;
}

#content-location-step {
  height: 110vh !important;
  white-space: normal !important;
}

#content-top {
  overflow-y: hidden !important;
  top: 0px !important;
  padding-top: 50px !important;
}

.platform-ios #content-top {
    top: 0px !important;
    padding-top: 65px !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios #content-top {
    top: 0px !important;
    padding-top: 65px !important;
  }
}

.titleScout {
  background-color: #6ECB4B;
  margin-top: 12px !important;
  color: white;
  padding: 11px;
  margin: 0;
}

.optionchoiceChecked div i {
  padding: 0 !important;
  padding-right: 6px !important;
  color: #33cd5f;
  background-color: #efefef;
}

.optionchoiceUnchecked div i {
  padding: 0 !important;
  padding-right: 6px !important;
  color: red;
  background-color: #efefef;
}

.modal-scout-type {
  height: 300px;
  min-height: 300px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  width: 300px;
  background-color: #EEE !important;
  border: 2px solid #DDD;
}

.scout-type {
  float: left;
  width: 120px;
  background-color: #388E3C;
  margin-left: 7px;
  height: 120px;
  margin-bottom: 40px;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-size: 22px;
}

.scout-type div {
  margin-top: 60px;
  transform: translateY(-50%);
}

.select-big {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
  margin: 0px 20px 0px 0px;
  border: 1px solid rgb(17, 17, 17);
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgb(102, 102, 102) 3px 3px 3px;
  display: inline-block;
}

.select-big-blue {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
  margin: 0px 20px 0px 0px;
  border: 1px solid #51A7F9;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.input-big {
  width: 100%;
  font-size: 25px !important;
  border-bottom: 2px #DDD solid !important;
  margin-bottom: 30px;
}

.input-label {
  padding-left: 15px;
}

.comments {
  width: calc(100% - 2px);
  height: 100px;
  font-size: 18px;
  max-width: 396px;
  border: 3px #AAA solid;
  margin: auto;
  padding: 10px;
  border-radius: 3px;
}

.picture-btn {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.picture-btn i {
  color: #65A7F3;
  font-size: 110px;
  border-radius: 50%;
  padding: 0 20px;
  margin-bottom: 10px;
}

.picture-btn img, .multiples-picture img {
  width: 82px;
  height: 75px;
  margin-top: 15px;
}

.multiples-picture {
  display: inline-block;
  width: 50%;
  margin-top: 4%;
  margin-bottom: 4%;
  position: relative;
}

.delete-image {
  position: absolute;
  top: 0;
  left: 120px;
  font-size: 40px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
}

#signatureCanvas {
  width: 580px;
  height: 190px;
  border: 3px #DDD solid;
  margin: auto;
  display: block;
}

#signatureCanvas2 {
  width: 580px;
  height: 190px;
  border: 3px #DDD solid;
  margin: auto;
  display: block;
}

.evaluationResult {
  text-align: center;
}

#currentTime {
  text-align: center;
  font-size: 23px;
}

#logTextPadding {
  padding: 2%;
}

#logText {
  color: #ffffff;
  font-size: 30px;
}

#vineTextStyling {
  font-size: 20px;
}

#listContentText {
  color: #000000;
  font-size: 25px;
}

#clearbtn {
  background-color: #DCDEE0;
  color: #666666;
  font-size: 20px;
  border-radius: 5px;
}

#savebtn {
  background-color: #51A7F9;
  font-size: 20px;
  color: #ffffff;
  border-radius: 5px;
}

.item-list-block {
  padding: 15px 400px 15px 5px;
  margin: -15px -400px -15px -5px;
}

.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;
}

.list:last-child {
  margin-bottom: 0%;
}

.list-min-80 {
  min-height: 80% !important;
}

.list-min-120 {
  min-height: 120% !important;
}

.list-min-80>.scroll-content-steps {
  min-height: 80% !important;
}

.list-min-80 .list {
  min-height: 80% !important;
}

.observationList .item-content a {
  color: white;
}

.observationList .item {
  margin-top: 5px;
}

.date-divider {
  width: 100%;
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 20px;
}

.filters .select-big {
  margin-bottom: 0;
  width: 100%;
}

.filters {
  height: 100%;
  width: 90%;
  margin: auto;
}

.filters .item-input input {
  padding: 0px;
}

.section-qa h2 {
  background-color: #33cd5f;
  color: white;
  padding: 10px;
  margin-bottom: 0px !important;
}

.no-reports {
  color: #5a5a5a !important;
  margin-top: 20% !important;
}

.bg-white {
  background-color: white !important;
}

.cancel-bottom {
  position: absolute;
  bottom: 10px !important;
  left: 10px;
  right: 10px;
  width: calc(100% - 40px) !important;
}

.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: #27ae60;
      background: linear-gradient(top, #27ae60 0%, darken(#27ae60, 20%) 100%);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
      opacity: 0;
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked+label:after {
      opacity: 1;
    }
  }
}

.other-location {
  margin: 10px;
}

/* -- END scout CSS -- */

/* -- Float action button CSS -- */

.fab {
  border: none;
  font-size: 47px;
  color: white;
  background-color: #0365C0;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(41, 41, 41, .3);
  -moz-box-shadow: 0px 7px 10px 0px rgba(41, 41, 41, .3);
  box-shadow: 0px 7px 10px 0px rgba(41, 41, 41, .3);
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0px 5px 5px 0px;
  display: table;
  z-index: 5;
  line-height: 45px;
  padding: 0px;
}

.fab-left {
  right: 90px;
}

.fab-top {
  width: 72px !important;
  height: 72px !important;
  font-size: 35px !important;
  margin-bottom: 75px !important;
  margin-right: 13px !important;
}

/* -- End float action button CSS -- */

/* -- Login screen CSS -- */

#font-size-20 {
  font-size: 20px;
}

.login-input {
  font-size: 18px !important;
  padding: 0px;
  color: #000;
}

#searchbar {
  font-size: 20px;
  height: 50px;
  padding-bottom: 0px;
}

#HCdomain {
  padding-right: 38px;
  line-height: 20px;
}

#company-name {
  font-size: 18px;
  padding: 0px;
  line-height: 20px;
  color: #000;
}

::-webkit-input-placeholder {
  font-size: 18px;
  padding: 0px;
  color: #fff;
}

/* -- Login and Home screens CSS -- */

#loginContent {
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}

#btnLogin {
  color: #FFFFFF;
  height: 80px;
  font-size: 22px;
}

#loginPage {
  background-image: url("../img/bg-blues-sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.headerGreen, .bar, .bar-header {
  color: white !important;
  background-color: #0365C0;
  border-bottom-color: transparent;
}

.managerTab {
  font-size: 20px;
  background-color: #fff;
  height: 30px;
  padding: 5px;
  padding-left: 16px;
}

#menuIcon, .menuIcon {
  width: 40px;
}

.gear-settings {
  font-size: 50px;
}

#homeIcon {
  width: 50%;
}

#home {
  font-size: 23px;
}

#username {
  float: right;
  padding-left: 100%;
}

#welcomeMessage {
  text-align: center;
  font-size: 20px;
}

#logoLogin {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 130px;
}

#logoLogin img {
  width: 75%;
  margin: auto;
}

#login-icon {
  width: 45%
}

#logoHome {
  width: 100%;
  margin: auto;
  text-align: center;
}

#logoHome img {
  width: 90%;
  margin: auto;
}

.button-clear.button-clear {
  color: white;
}

.cards-info .card {
  box-shadow: 0 2px 4px #999;
}

.cards-info .card .item {
  height: 115px;
  padding-top: 30px;
}

.left-side {
  float: left;
  width: 40%;
}

.left-side .icon-big {
  font-size: 95px;
  display: block;
  position: absolute;
  margin: -20px 0 0 0;
}

.right-side {
  color: white;
  font-weight: bold;
  text-align: right;
  float: right;
  width: 60%;
}

.right-side h1 {
  color: white;
  font-weight: bold;
}

/* -- End login and home screens CSS -- */

/* -- Tracker CSS -- */

#mapBtn {
  font-size: 34px;
  line-height: 1px;
  color: white;
}

#closeIcon {
  font-size: 25px;
}

#btnMore {
  font-size: 25px;
}

.btnHeader {
  font-size: 30px;
  padding: 5px;
}

textarea {
  font-size: 21px;
  line-height: 20px;
}

.textarea-qa {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  margin: 2%;
  border-radius: 3px;
  padding: 5px;
}

#qa-recommendations-field {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  margin: 10px !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

#tractorImg {
  width: 80%;
  border-radius: 50%;
  border: 15px;
  border-style: solid;
}

.button.button-stable.button-large.button-block {
  border-color: #b2b2b2;
}

/* -- Tracker Custom CSS -- */

.button.button-positive {
  background-color: #00882b;
}

.button.button-positive.activated {
  background-color: green;
}

.button.button-stable.button-large.button-block {
  border-color: #ddd;
}

.row {
  padding: 0px;
}

#searchIcon {
  font-size: 30px;
  padding-left: 10px;
}

#QRicon {
  font-size: 30px;
  height: 50px;
  width: 100%;
}

#nickname {
  text-align: center;
  background-color: #51A7F9;
  height: 45px;
  color: #ffffff;
  font-size: 20px;
}

#imageProfileEquipment {
  height: 107px;
  text-align: center;
}

#popoverTracker {
  height: 320px;
}

#popoverEquipmentMore {
  height: 190px;
}

.loadingIcon {
  text-align: center;
}

#equipmentList {
  text-align: left;
}

.eqipmentPhoto {
  margin: auto;
  width: 50%;
  line-height: 50px;
}

.eqipmentPhotoDiv {
  text-align: center;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}

.eqipmentProgressDiv {
  text-align: center;
  border: 1px #f8f8f8 solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  position: relative;
}

#equipmentOptions {
  margin: auto;
  width: 99%
}

#tractorHours {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  padding-bottom: 10px;
}

#nextService {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
}

#eqipmentOptionsDiv {
  text-align: center;
  margin-top: 4px;
  background: #f8f8f8;
  border: none;
}

#chevronRight {
  float: right;
  color: #fff;
}

#logDivider {
  background-color: #0365C0;
  color: #FFFFFF;
  padding: 10px;
  height: 45px;
  font-size: 25px;
}

#LogItem {
  border: 1px #D9D9D9 solid;
  font-size: 19px;
  padding: 10px;
  line-height: 35px;
}

#dateTimeInput {
  padding: 0px;
  font-size: 16px;
  text-align: center;
}

.input-extra-field {
  width: 100% !important;
  border: 1px solid #ccc !important;
  margin: 2% !important;
  padding-left: 7px !important;
  border-radius: 3px !important;
}

#moreInfoLog, .moreInfoLog {
  font-size: 20px;
}

#moreInfo, #lessInfo {
  font-size: 20px;
  float: right;
}

#logs {
  border: 1px #D9D9D9 solid;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
  line-height: 25px;
}

#map {
  float: right;
}

#dateService input[type="date"] {
  text-align: center;
  padding-left: 50px;
  font-weight: bolder;
}

#date-end {
  font-size: 12px;
  padding-right: 0;
}

#date-init {
  font-size: 12px;
  padding-right: 0;
}

#logMoreInfo span {
  border: none;
}

.popup-body {
  text-align: center;
}

/* -- Full-screen modal on tablets CSS -- */

@media (min-width: 700px) {
  .modal {
    top: 0px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

.has-custom-subheader-shop {
  margin-top: 469;
}

.has-custom-subheader {
  top: 90px;
}

.platform-ios .has-custom-subheader {
  top: 114px;
}

.has-subheader-steps {
  top: 118px;
}

.has-header-shop {
  top: 144px;
}

.has-header-clock {
  top: 150px;
}

.has-header-search-employee {
  top: 43px;
}

/* -- Logs equipment screen CSS -- */

#dateBlock {
  padding-bottom: 10px;
}

#dateBlock .item-text-wrap.col-20 {
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  font-size: 20px;
}

#dateBlock .col-40 .item {
  box-shadow: 1px 2px 5px 1px #888888;
}

/* -- End tracker CSS -- */

/* -- Map CSS -- */

.scroll {
  height: 100%;
  min-height: 100vh;
}

#new-observation .scroll {
  min-height: 100%;
}

#new-observation .content-steps-min-full-height .scroll {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 110px);
}

#map {
  width: 100%;
  height: 75%;
}

/* -- End map CSS -- */

/* -- Wizard steps CSS -- */

.btn-steps {
  top: 90%;
  width: 100%;
}

#scout-form {
  height: 100%;
  position: relative;
  padding: 100px;
}

#scout-steps {
  width: auto;
}

#scout-steps.ng-enter, #scout-steps.ng-leave {
  position: absolute;
  left: 0px;
  right: 0px;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}

/* -- Animations -- */

/* -- Enter animation -- */

#scout-steps.ng-enter {
  -webkit-animation: slideInRight 0.5s both ease;
  -moz-animation: slideInRight 0.5s both ease;
  animation: slideInRight 0.5s both ease;
}

/* -- Leave animation -- */

#scout-steps.ng-leave {
  -webkit-animation: slideOutLeft 0.5s both ease;
  -moz-animation: slideOutLeft 0.5s both ease;
  animation: slideOutLeft 0.5s both ease;
}

/* -- Slide out to the left -- */

@keyframes slideOutLeft {
  to {
    opacity: 0;
  }
}

/* -- Slide in from the right -- */

@keyframes slideInRight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -- End wizard steps CSS -- */

/* -- Shop CSS -- */

.spinner svg {
  margin-top: 5%;
}

.searchBar {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

.searchBar input {
  color: white !important;
  font-size: 15px;
}

.pinWrong {
  font-size: 15px;
  font-weight: 700;
  color: red;
  margin-top: 10px;
}

.btnAdd {
  position: absolute;
  right: 2%;
  background-color: #387EF5;
  color: white;
}

#lastEnd {
  border: 1px solid #51A7F9;
  border-radius: 3px;
  width: 100px;
  height: 30px;
}

.platform-android input[type="time"] {
  padding: 4px;
}

.clear-both {
  clear: both;
}

/* Map CSS */

.angular-google-map-container {
  height: 500px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#barCodeIcon {
  font-size: 45px;
  padding-right: 20px;
  color: #000000;
}

.sizeIcon {
  font-size: 30px;
  line-height: 50%;
}

#tractorList {
  font-size: 20px;
  height: 70px;
}

#labelBarSearch {
  padding: 10px 0px 10px 0px;
  background: #eee;
  border: none;
  border-radius: 0px 0px 10px 10px;
  ;
}

#status>.ion-chevron-right {
  margin-left: 95%;
}

#listText {
  font-size: 22px;
}

#checklistHrs {
  padding: 10px;
  font-size: 18px;
  width: 100%;
  height: 60px;
}

#font-size-18 {
  font-size: 18px;
  padding: 0px;
}

#btn-save {
  width: 100%;
  margin-bottom: 5%;
}

.btn-add-comments {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.btn-add-comments#card-btn-add-comments {
    box-shadow: none;
}

#statusProfile {
  font-size: 22px;
  padding: 15px;
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
}

#inputHours {
  height: 60px;
  padding: 15px;
}

#updateHoursInput {
  padding-left: 0px;
  padding-right: 0px;
}

#Question {
  font-size: 18px;
}

.menuTabManager {
  font-size: 22px;
  color: #000000;
}

#tractorUpload {
  width: 35%;
  margin-left: 32%;
  margin-right: 30%;
  margin-top: 5%;
  text-align: center;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.height-85 {
  height: 85px !important
}

.absense-space {
  padding-bottom: 60px;
}

.hc-box-header-question-step1 {
  height: 130px !important;
  font-size: 18px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  margin: 9px;
  padding: 10px;
  border-radius: 3px;
  margin-top: 1em;
}

.box-dropdown-header-question {
  margin-bottom: -20px;
}

/* no border bottom for dropdown header question */

.box-dropdown-header-question .group-container {
  border-bottom: 0px;
}

#listPadding {
  font-size: 22px;
  padding: 15px;
}

.large-size {
  font-size: 30px !important;
}

.header-button {
  background-color: #023e75 !important;
  margin: -5px;
  border-radius: 0px;
  width: 100px;
  max-height: 100%;
}

.platform-ios .header-button {
  height: 35px !important;
}

.steps-buttons div {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all 0.4s;
}

.platform-ios .steps-buttons div {
  margin-left: 3px !important;
}

.steps-buttons div:hover {
  text-decoration: none;
  transition: all 0.4s;
}

.steps-buttons span {
  background: rgba(255, 255, 255, 0.7);
  color: #0365C0;
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  padding: 5px;
  width: 30px;
  border-radius: 50%;
  transition: all 0.4s;
}

.steps-buttons div.active span {
  transition: all 0.2s;
  background: #fff;
  border: none;
  color: #0365C0;
  transform: scale(1.3);
}

.steps-buttons div a.active span {
  transition: all 0.4s;
  background: #fff;
  border: none;
  color: #0365C0;
  transform: scale(1.3);
}

.steps-buttons div.visited {
  background-color: #1e3601;
}

.item-checkbox-right .checkbox input, .item-checkbox-right .checkbox-icon {
  float: right;
}

.item-checkbox.item-checkbox-right {
  padding: 15px;
}

.item-divider-positive {
  background-color: #186ec0 !important;
  color: white;
}

.item-text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.card.card-crew-info {
  height: 70px;
}

.crew-description {
  font-weight: bold !important;
  color: white;
  font-size: 20px;
}

.icon-small {
  transform: scale(0.9);
}

.card.card-orange {
  background-color: orange;
}

.icon-avatar {
  width: 10%;
  height: 10%;
}

.icon-avatar.icon-avatar-left {
  float: left;
}

.phoneNum {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.serch-icon {
  font-size: 30px;
  color: #fff;
}

.next {
  float: right;
  font-size: 16px;
}

.back {
  float: left;
  font-size: 16px;
}

.scoutSmall {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.scoutModuleSm {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.white, #white {
  color: white !important;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.add-employee-scan-code-icon {
    height: 36px;
    width: 36px;
    margin: 0 !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.margin-bottom {
  margin-bottom: 12%;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.bg-blue {
  background-color: #0365C0;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-grey {
  background-color: #efefef;
}

.bg-lightgrey {
  background-color: rgb(250, 250, 250);
}

.bg-strong-grey {
  background-color: #dcdcdc;
}

.bg-dark-grey {
  background-color: #eee;
  color: #424242;
}

.bg-lg {
  background-color: #33cd5f;
}

.bg-lightgreen {
  background-color: lightgreen !important;
}

.bg-ghost {
  background: ghostwhite !important;
  color: #444 !important;
}

.bg-lb {
  background-color: #51A7F9;
}

.bg-yellow {
  background-color: #ffc900;
}

.bg-purple {
  background-color: #886aea;
}

.bg-dark {
  background-color: #262626 !important;
}

.btn {
  border-radius: 3px;
  width: 100%;
  height: 75px;
  font-size: 22px;
  border-color: transparent;
  margin: 10px;
}

.btn-sm {
  border-radius: 3px;
  width: 50%;
  height: 100px;
  font-size: 50px;
  border-color: transparent;
  margin: 10px;
  text-align: center;
}

.bg-red {
  background-color: #C82506;
}

.bg-yellow-archive {
  background-color: #F9A825;
}

.lrgPaddTop {
  padding-top: 25px;
}

.stepsPaddTop {
  padding-top: 75px;
}

.smTxt {
  font-size: 14px !important;
}

.largeTxt, #largeTxt {
  font-size: 6vw !important;
}

.xl-largeTxt, #xl-largeTxt {
  font-size: 28px !important;
}

.employeeList {
  margin: 0px !important;
  padding-top: 2vh !important;
  padding-bottom: 2vh !important;
  color: black;
  align-items: center;
}

.employeeList:nth-child(odd) {
  background-color: #efefef;
}

.employeeListSmaller {
  margin: 0px !important;
  padding-top: 1vh !important;
  padding-bottom: 1vh !important;
  color: black;
}

.platform-ios ion-scroll[direction=y]#containerQA {
  white-space: normal !important;
  padding: 0px;
  height: auto !important;
}

.ios-scroll {
  height: 100px !important;
}

ion-scroll[direction=y] {
  height: 100%;
  white-space: nowrap;
  padding: 0px;
}

.platform-ios #selectEmployeePieceRate {
  left: 35px;
  right: 35px;
  top: -10px;
}

.platform-ios #closeIconPieceRateModal {
  font-size: 25px;
  top: -10px;
}

#contentAddBoxesModal {
  margin-top: 10%;
  height: 95vh !important;
  white-space: normal !important;
}

.platform-ios #contentAddBoxesModal {
  margin-top: 13.5% !important;
  height: 90vh !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios #contentAddBoxesModal {
    margin-top: 19.3% !important;
  }
}

.blank-space {
  height: 75px;
}

.crewBtn {
  height: 50px;
  line-height: 50px;
}

.list-item {
  height: 50px;
  font-size: 20px;
  line-height: 20px;
}

#containerQA {
  white-space: normal;
}

div.button-bar.fixed-button {
  margin-bottom: 10% !important;
  position: relative !important;
  top: 45px !important;
  padding: 0 !important;
}

div.button-bar.fixed-button-content {
  position: fixed;
  bottom: 10% !important;
  padding: 0 !important;
}

#contentPests {
  margin-top: -5px !important;
}

#searchBarContent {
  margin-top: -1px;
  top: 0.5px !important;
}

.steps-scout-ios {
  height: 25px;
}

.platform-ios .steps-scout-ios {
  height: 50px;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .scout-header {
    margin-top: -15px !important;
  }
}

.platform-ios #containerQA {
  top: 65px !important;
}

.platform-ios #container, .platform-ios #scout-form {
  top: 114px !important;
}

.platform-ios .top-container {
  top: 115px !important;
}

.platform-ios #subheader-steps {
  bottom: 526px;
}

.platform-ios #titleQA {
  left: 0px;
}

#scrollSignatureModal {
  top: 45px !important;
  display: initial !important;
}

.platform-ios #scrollSignatureModal {
  top: 65px !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios #scrollSignatureModal {
    top: 80px !important;
  }
}

.center, #center {
  text-align: center !important;
}

.crew-icon, #crew-icon {
  padding-left: 1vw;
  font-size: 9vw !important;
  line-height: 50px;
  color: #fff;
}

.crew-select {
  float: left;
  width: 12%;
  padding: 7px 0 4px 4px;
}

/*#last:last-child{
margin-bottom: 150px !important;
}
#addCrewlist:last-child{
margin-bottom: 55px;
}*/

.scout-report-mg {
  padding: 10px;
}

input::-webkit-input-placeholder {
  font-size: 100%;
}

input::-moz-placeholder {
  font-size: 100%;
}

input:-ms-input-placeholder {
  font-size: 100%;
}

input:-moz-placeholder {
  font-size: 100%;
}

#searchInput::-webkit-input-placeholder {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.7);
}

#searchInput::-moz-placeholder {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.7);
}

#searchInput:-ms-input-placeholder {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.7);
}

#searchInput:-moz-placeholder {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.9);
}

.card-production:last-child {
  margin-bottom: 170px !important;
}

.platform-ios .shop-tk-header {
  top: 55px;
}

.platform-ios .subhead-search {
  top: 12px;
}

.subhead-search-shop {
  top: 40px;
}

.platform-ios .subhead-search-shop {
  top: 64px;
}

.platform-ios .subhead-search-steps {
  top: 134px;
}

.platform-ios .qaSteps {
  margin-top: 49px;
}

.qaSteps {
  margin-top: 49px;
}

.ionic-version {
  padding: 3px;
}

.mg-top-1 {
  margin-top: 5%;
}

.shop-tk-header {
  top: 30px;
}

.item-units-location {
  border-top: none !important;
  margin-bottom: 2% !important;
}

.item-units-ammount {
  border-bottom: none !important;
}

.overflow-scroll {
  overflow-y: scroll !important;
}

.blank-option {
  min-height: 100% !important;
}

.unlock-scroll {
  height: calc(100% + 10px) !important;
}

.platform-ios .scout-msg {
  margin-top: 30px !important;
}

.summary-individual {
  top: 0px !important;
  padding-top: 44px;
  background-color: #F2F2F2;
}

.platform-ios .summary-individual {
  top: 0px !important;
  padding-top: 64px;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .summary-individual {
    padding-top: 80px;
  }
}

.supervisor-sign {
  width: 100%;
  height: 10%;
}

.bg-white {
  background-color: white;
}

.word-wrap {
  word-wrap: break-word;
}

.summary-tab {
  height: 12% !important;
  position: fixed !important;
  bottom: 0px !important;
}

.summary-tab-label {
  font-size: 16px !important;
}

.margin-div-13 {
  height: 130px !important;
}

.update-location-icon {
  position: absolute;
  top: -2px;
  right: -10px;
}

.activated-item {
  opacity: 1 !important;
}

.text-area-comment {
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
  margin: 2%;
  margin-bottom: 100px;
  padding-left: 7px;
  border-radius: 3px;
}

/* Style for cluster markers map */

div.map-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  display: block;
}

.history-icon {
  margin-top: 5px;
  font-size: 18px;
  color: white;
}

.legend {
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 6px 8px;
  width: 180px;
  line-height: 18px;
  color: #777;
  font-weight: bold;
}

.legend i {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
  background-color: #2196f3 !important;
  color: white;
  font-weight: bold;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
  background-color: rgba(33, 150, 243, 0.7);
}

.cluster {
  background: #2d84c8;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: 700;
  border: 1px solid #2d84c8;
  font-family: monospace;
}

.cluster:before {
  content: ' ';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid white;
}

.text-bold {
  font-weight: bold !important;
}

.scout-item-divider {
  font-size: 18px !important;
}

.scout-item-divider .date {
  color: #0365C0 !important;
}

.scout-item-divider .icon {
  color: #0365C0 !important;
}

.scout-item-divider .inspections-ammount {
  color: grey !important;
}

.margin-vine-type {
  margin-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-3 {
  margin-left: 3% !important;
}

.img-border {
  margin: 1px 4px 0 0;
  padding: 2px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
}

.color-lb {
  color: #51A7F9;
}

.color-status-gray {
  color: #444 !important;
}

.color-black {
  color: black !important;
}

.color-dark-green {
  color: #33cd5f;
}

.item-header {
  font-size: 18px;
}

.header-item {
  font-weight: bold !important;
}

input[type=checkbox] {
  width: 25px;
  height: 25px;
}

.item-icon-left .item-content {
  padding-left: 3em;
}

.item-icon-left i {
  left: 0;
  right: auto;
}

.scout-item, .line-height-20px {
  line-height: 20px;
}

.img-left {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.img-center {
  width: 50px;
  height: 50px;
}

.scout-box {
  width: 32px;
  height: 32px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0px;
}

.pr-units-history {
  position: relative;
  top: 50px;
  transition: all 0.7s;
}

.white-card-parent {
  background-color: #efefef;
}

.pr-camera-view {
  background-color: grey;
  width: 100%;
  position: relative;
  height: 50%;
}

.right {
  float: right;
}

.white-text-btn {
  color: white;
}

.white-text.title {
  color: white !important;
}

.align-left, .align-left * {
  text-align: left;
}

.align-right, .align-right * {
  text-align: right;
}

.default-background {
  background-color: #0365C0 !important;
}

.avatar-img {
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
}

.col-center {
  position: relative;
  transform: translateY(50%);
}

.custom-scanner-fab {
  margin-bottom: 35px;
  margin-left: 0;
  transform: scale(0.8);
}

.history-footer {
  padding: 2px;
  height: 0px;
}

.history-margin-top {
  transition: all 0.7s;
  margin-top: 90px;
}

.margin-top {
  margin-top: 55px !important;
}

.margin-top-10 {
  margin-top: 10% !important;
}

.margin-top-5 {
  margin-top: 5% !important;
}

.margin-top-2 {
  margin-top: 2% !important;
}

.margin-top-5-vh {
  margin-top: 5vh !important;
}

.margin-top-15px {
  margin-top: 15px !important;
}

.margin-bottom-15px {
  margin-bottom: 15px !important;
}

.margin-bottom-2 {
  margin-bottom: 2% !important;
}

.margin-left-8px {
  margin-left: 8px;
}

.margin-left-5pct {
  margin-left: 5%;
}

.margin-right-5pct {
  margin-right: 5%;
}

.margin-right-5px {
  margin-right: 5px;
}

.margin-right-8px {
  margin-right: 8px;
}

.margin-right-10px {
  margin-right: 10px;
}

.margin-8px {
  margin: 8px;
}

.wrap-text {
  word-wrap: break-word !important;
  white-space: normal !important;
}

.sync-gif {
  width: 100px;
}

.nav-btn {
  color: white !important;
  width: 100px !important;
  height: 100% !important;
  border-radius: 0px !important;
  top: 0px!important;
  right: 0px !important;
  background-color: #023e75 !important;
  margin-top: 0px !important;
}

.platform-ios .nav-btn {
  color: white !important;
  width: 100px !important;
  height: 44px !important;
  border-radius: 0px !important;
  right: 0px !important;
  top: 20px !important;
  background-color: #023e75 !important;
}

.has-header-shopAuto {
  top: 23px;
}

.platform-ios .ios-shopHeader {
  margin-top: 20px !important;
}

.platform-ios .has-header-shopAuto {
  margin-top: 50px !important;
}

.platform-ios .headerJobs {
  margin-top: 20px !important;
}

.summary-item {
  height: 45px;
  font-size: 16px;
  line-height: 20px !important;
}

.summary-icon {
  width: 25px;
  float: left;
}

.jobList:nth-child(even) {
  background-color: #efefef;
}

.job-item {
  height: 115px;
  font-size: 18px;
  line-height: 20px;
}

.deleteJob, #deleteJob {
  font-size: 35px !important;
}

.addJob {
  margin-top: 75px;
}

.job-icon {
  width: 22px;
  height: 22px;
  line-height: 50px;
}

.jobTime {
  height: 30px;
}

.shop-summary-header {
  font-size: 20px;
}

.shop-summary-text {
  font-size: 12px;
}

.shop-margin-bottom {
  margin-bottom: 0px;
}

.row-gray {
  background-color: #EFEFEF;
}

.text-card-ellipsis {
  width: 40vw;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-android .piecerate {
  top: 60px;
}

.noStatus {
  background-color: #dbdbdb;
  color: black;
}

.black-color {
  color: black !important;
}

.grey-color {
  color: #999999;
}

.white-color {
  color: white;
}

.img-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.flag {
  width: 50px;
  height: 35px;
  border-radius: 18%;
}

.qa-report {
  height: 50px !important;
}

.support-bar {
  color: black !important;
  background-color: white;
  border-top: 1px #CCC solid;
  text-align: center;
  height: 60px;
  display: block !important;
}

.color-blue {
  color: #0a9dc7;
}

.color-green {
  color: #00FF00;
}

.color-red {
  color: red;
}

.color-red-important {
  color: red !important;
}

.color-grey {
  color: grey;
}

/*################################### SIGNATURE COMPONENT ###################################*/

.content #signatureComponentCanvas {
  width: 100%;
  border: solid 1px grey;
  height: 220px;
  min-height: 200px;
}

@keyframes hc-highlight-item-anim {
  from {
    background-color: rgb(215, 222, 12);
  }
  to {
    background-color: #eee;
  }
}

.hc-highlight-item {
  animation-name: hc-highlight-item-anim;
  animation-duration: 1000ms;
  animation-fill-mode: backwards;
}

.hc-icon-check {
  top: 50%;
  right: 0%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.signature-box .ion-checkmark {
    top: 50%;
    right: 0%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #33CD5F;
}

.hc-signature-canvas-wrapper {
  position: relative;
}

.hc-clear-button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #686868;
  font-size: 40px;
  border-radius: 50%;
  background-color: none;
  z-index: 1;
}

.min-height-100 {
  min-height: 100vh;
}

.hc-signature-preview {
  height: 30%;
  width: 30%;
}

.button-bar {
  left: 0px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 5%;
}

.button-bar .button {
  margin: 1%;
}

/* landscape */

@media screen and (orientation: landscape) {
  .button-bar {
    position: relative;
  }
  .hc-clear-button {}
}

/*################################### END SIGNATURE COMPONENT ###################################*/

.small-chevron-down {
  float: right;
  font-size: 70%;
  width: 10%;
}

.no-top-border {
  border-top: none;
}

.picker-title {
  background-color: #ddd;
  color: #222;
  text-align: center;
  font-size: 20px;
}

.picker-title-drop {
  background-color: white;
  border-bottom: none;
  height: 1em;
  padding: 10px 10px 20px 10px;
}

.picker-title-blue {
  background-color: #0365C0;
  color: white;
  text-align: center;
  font-size: 20px;
}

.picker-title h2 {
  text-align: center;
  font-size: 18px;
}

.bar-footer-big {
  height: 60px;
}

.bar-footer-big.bar-footer-actions {
    height: 80px;
    padding: 0;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .bar-footer-big {
    bottom: 15px !important;
  }
}

.btn-half {
  width: 48%;
  padding: 5px;
  border-radius: 10px;
  font-size: 20px !important;
  font-weight: bold !important;
}

.img-circle {
  width: 40px !important;
  height: 40px !important;
  display: block;
  margin-left: 10%;
  margin-top: 7%;
}

.bg-circle {
  position: relative;
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
}

.sync-dot {
  border-radius: 50%;
  font-size: 200px;
  height: 10px;
  width: 10px;
  background-color: grey;
  position: absolute;
  float: left !important;
  z-index: 99 !important;
  margin-right: 10px !important;
  top: 21px;
  right: 5px;
}

.report-panel {
  height: 80px !important;
  margin: 0px;
  padding: 10px 0px 0px 10px;
}

.report-text {
  position: relative;
  line-height: 1;
  font-size: 1.25em;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-break-word {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.qa-comment {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.full-height {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}

.platform-android .full-height {
  min-height: 150%;
}

.observation-title-img {
  width: 5vw;
  height: 5vw;
}

.status-dot {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5%;
  right: 5px;
}

.detail-header {
  background-color: lightgrey;
  padding-bottom: 10px;
  overflow: auto;
  display: block;
}

.platform-ios .text-detail-header {
  left: 35% !important;
  width: 60% !important;
}

.text-detail-header {
  position: absolute;
  top: 8px;
  left: 38%;
  right: 0px;
  width: 55%;
  padding-left: 0px;
  margin-left: 4%;
  padding-bottom: 30px;
  text-align: left;
}

.platform-ios .icon-detail {
  top: 0% !important;
}

.icon-detail {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 35px;
  right: 25px;
  bottom: 5px;
  top: 20%;
  position: relative;
  z-index: 99;
  margin-right: 90%;
}

.content-icon-detail {
  height: 30px;
  width: 37px;
  padding-bottom: 35px;
  margin-left: 25%;
  margin-bottom: 5px;
}

.margin-left-detail {
  margin-left: 18%;
  height: auto;
  margin-top: 4vw;
}

.location-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 6%;
  margin-left: 1%;
}

.clock-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 4.5%;
}

.sync-status-detail {
  margin-left: 29%;
}

.category-detail {
  margin-left: 17%;
}

.location-text {
  display: initial;
  vertical-align: middle;
  white-space: initial;
}

.status-text {
  display: inline-block;
  vertical-align: middle;
}

.location-details {
  margin-top: 3%;
  margin-bottom: 3%;
}

.sync-dot-details {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: grey;
  margin-left: 2%;
}

.detail-content {
  top: 44px;
}

.platform-ios .detail-content {
  top: 64px;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .detail-content {
    top: 80px;
  }
}

.category-text {
  margin-top: 0px;
  margin-left: -20px;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 50px;
  width: 100%;
  min-height: 30px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

/*################################## COMPONENTS #################################*/

.segmented-control {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
}

.segmented-control__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.segmented-control__input {
  position: absolute;
  visibility: hidden;
}

.segmented-control__label {
  display: block;
  padding: 7px;
  border: 1px solid #ddd;
  font: 14px/1.5 sans-serif;
  text-align: center;
  height: 35px;
  width: 35px;
}

.segmented-control__NA {
  display: block;
  padding-top: 6px;
  border: 1px solid #ddd;
  text-align: center;
  height: 35px;
  width: 35px;
  font-weight: 700;
}

.segmented-selected {
  background: cornflowerblue;
  color: white;
}

.padding-1 {
  padding: 1vh;
}

.padding-vertical-1 {
  padding: 1vh 0;
}

.scout-item-text {
  float: left;
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
}

.platform-ios9 .scout-item-text, .platform-ios10 .scout-item-text {
  transform: translate(0%, 0%) !important;
  margin-top: 3.66% !important;
}

.margin-left-10 {
  margin-left: 10vh;
}

.food-item-text {
  float: left;
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
  margin-left: 1vh;
}

.platform-ios9 .food-item-text, .platform-ios10 .food-item-text {
  transform: translate(0%, 0%) !important;
  margin-top: 3.66% !important;
}

.platform-ios9 .padding-1, .platform-ios10 .padding-1 {
  padding-top: 2vh !important;
  padding-left: 1vh !important;
}

.platform-ios9 .avatar-center-vertically, .platform-ios9 .input-center-vertically, .platform-ios10 .avatar-center-vertically, .platform-ios10 .input-center-vertically {
  top: 50% !important;
  transform: translate(0%, -50%) !important;
  position: absolute !important;
}

.scout-item-avatar {
  float: left;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: left;
  margin-right: 1vh;
}

.food-item-avatar {
  float: left;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: left;
}

.scout-item-avatar-padding {
  padding-left: 50px;
}

.scout-item-avatar>img:first-child {
  position: absolute;
  top: 15px;
  left: 1vh;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.food-item-avatar>img:first-child {
  position: absolute;
  top: 10px;
  left: 1vh;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.segmented-left {
  border-radius: 20% 0 0 20%;
}

.segmented-right {
  border-radius: 0 20% 20% 0;
}

.sync-spinner {
  width: 100%;
  font-size: 30px;
}

.sync-space {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-top: 0;
  margin-right: 2px;
}

.sync-button-container {
  background: none;
  border: none;
  right: 0px !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  font-weight: 100 !important;
  font-size: 0px !important;
  line-height: 0 !important;
}

.sync-complete {
  content: url("../img/sync-complete.png") !important;
}

.sync-error {
  content: url("../img/sync-error.png") !important;
}

.sync-pending {
  content: url("../img/sync-pending.png") !important;
}

.sync-obsolete {
  content: url("../img/sync-old.png") !important;
}

.sync-syncing {
  content: url("../img/sync-syncing.gif") !important;
  width: 39px;
  height: 39px;
  margin-left: 11px;
  margin-top: -2px;
  margin-right: -4px;
}

.pop-up-comment {
  position: relative;
  background-color: white;
  height: 290px;
  width: 90% !important;
  margin-left: 5%;
  margin-top: 30%;
  border: 1px solid gray;
  border-radius: 5px;
  box-shadow: 1px 1px 1px black;
}

.font-increased, .text-19px {
  font-size: 19px !important;
}

.font-increase {
  font-size: 15px !important;
}

.font-statement, .text-14px {
  font-size: 14px !important;
}

.input-increase {
  height: 40px !important;
}

.platform-ios9 .col-20 .input-increase, .platform-ios10 .col-20 .input-increase {
  height: 40px !important;
  width: 20% !important;
}

/*################################## COLORS #################################*/

.blue-header {
  background-color: #0365C0
}

.blue-segment {
  background-color: cornflowerblue;
}

.validation-red {
  border-color: red;
}

.validation-text {
  color: red;
}

.blue-text {
  color: #0365c0;
}

.white-text-btn {
  color: white;
}

/*################################## ALIGNMENT #################################*/

.top-button-custom {
  width: 90%;
  height: 75%;
  margin-left: 0;
  margin-right: 84px;
  margin-bottom: 0 !important;
  background-color: 51A7F9;
}

.bottom-10 {
  bottom: 10vh !important
}

.bottom-custom {
  width: 50% !important;
  float: left;
  margin-left: 17px;
  background-color: 51A7F9;
}

.img-icon-right {
  float: right;
  width: 50px;
  height: 50px;
  margin-left: 95%;
  margin-top: -35px;
  z-index: 99;
}

.v-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.blob-icon {
  padding: 0px 0px 64px 64px;
  transform: scale(0.4) translateX(-50%) translateY(-20%);
}

.item-text-bottom {
  position: relative;
}

.item-text-bottom i {
  width: 30%;
}

.item-text-bottom div {
  width: 30%;
}

.multicolumn-picker {
  position: relative;
  display: inline-block;
  margin: 2%;
  width: 80px;
  vertical-align: top;
}

.grid-items {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}

.multicolumn-picker-selected {
  background-color: #eee !important;
  border: 2px solid #11c1f3;
  border-radius: 5px;
}

.multicolumn-picker-image {
  background-repeat: no-repeat;
  background-size: 64px 64px !important;
  transform: translateX(-50%) scale(0.7);
  position: absolute;
}

.multicolumn-picker-text {
  width: 100% !important;
  position: relative;
  margin-top: 80%;
  text-align: center;
  font-size: 12px;
}

.hc-icon-class {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  background-size: 64px 64px;
  vertical-align: middle;
  text-align: center;
}

.hc-icon-class::before {
  vertical-align: middle;
  transform: scale(2);
}

.hc-icon-blob-container {
  vertical-align: middle;
  display: table-cell;
}

.hc-icon-blob {
  vertical-align: middle;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  transform: scale(0.7);
}

img[ng-src=""] {
  visibility: hidden;
}

.border-radius-3 {
  border-radius: 3px;
}

.opacity-30 {
  opacity: 0.5;
}

.hc-item {
  display: table;
}

.hc-button-item {
  margin: 5px;
  color: white;
  border-radius: 3px;
  font-size: 19px;
  box-shadow: 1px 1px 2px #aaa;
  text-align: center;
}

.hc-button-item .hc-item-content {
  transform: translateX(-15px);
}

.hc-item-content {
  padding: 5px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  word-break: break-word;
}

.hc-icon-file-container {
  width: 64px;
  height: 64px;
}

.hc-icon-file {
  width: 64px;
  height: 64px;
}

.hc-header-icon .hc-icon-file {
  width: 32px;
  height: 32px;
}

.hc-item-icon {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  display: table-cell;
}

#week-up {
  top: -1.6px;
}

/* -- Popup Service CSS -- */

.popup-container, .popup-open {
  pointer-events: auto !important;
}

.popup-text-area {
  top: 60px !important;
  bottom: auto !important;
}

.popup-fix-top {
  top: 114px !important;
  bottom: auto !important;
}

.popup-fix-top-header {
  top: 45px !important;
  bottom: auto !important;
}

.popup-container .popup {
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box !important;
  border-radius: 10px;
  color: black !important;
}

.popup-head {
  box-sizing: border-box !important;
  background-color: transparent !important;
  overflow: hidden !important;
}

.popup-title {}

.popup-body {
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}

.popup-buttons {
  padding: 0px !important;
  min-height: 25px !important;
}

.popup-buttons .button {
  color: #007AFF !important;
  margin: 0px !important;
}

.popup-buttons .button:first-child {
  border-radius: 0px 0px 0px 10px !important;
  background: rgba(255, 255, 255, 0);
  border-right: 1px solid #BABABA;
}

.popup-buttons .button:last-child {
  border-radius: 0px 0px 10px 0px !important;
  background: rgba(255, 255, 255, 0);
}

.compact_button {
  padding: 8px;
  border-radius: 25px;
  width: 64px;
  height: 64px;
  transform: scale(0.75);
}

.hc-button-block {
  font-size: 13px;
  width: 100%;
  border-radius: 0 !important;
  position: relative;
  margin: 0px;
  padding: 0 !important;
  transform: scaleY(0.5);
  text-align: left;
}

.hc-button-block .hc-item-content {
  margin: 0;
  padding: 0;
  transform: scaleY(2) translateX(0%);
}

.hc-button-block .hc-item-icon {
  transform: scaleX(0.5);
}

.bold-text {
  font-weight: bold !important;
}

.bold-600 {
  font-weight: 600;
}

.expand-from-modal {
  width: calc(100% + 50px);
  margin-left: -20px;
}

.padding-bottom {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.item-break-word>.item-content {
  text-align: left;
  word-break: break-all;
  white-space: normal !important;
}

.crew-name-summary {
  text-shadow: 2px 2px 2px lightgrey;
  color: black;
}

@media screen and (max-width: 415px) {
  .platform-ios .crew-title div.title.title-center.header-item {
    width: 130px;
    white-space: nowrap;
    left: 29vw !important;
    right: 29vw !important;
    top: 6.5vw !important;
    font-size: 14px;
    text-align: center;
    margin: auto;
  }
  .crew-title div.title.title-center.header-item {
    width: 35vh;
  }
  .platform-android .crew-title div.title.title-center.header-item {
    width: 190px;
    padding-left: 25px;
    left: 2vh !important;
    right: 5vh !important;
    text-align: left;
  }
}

.piece-rate-card {
  padding: 10px;
}

.piece-rate-employee-item {
  height: 25px;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.piece-rate-subheader-text {
  font-size: 20px;
}

.button-remove-history {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 12.5px;
}

.card-clockout-bottom {
  margin-bottom: 170px !important;
  overflow-y: visible !important;
}

@keyframes scalechange {
  from {
    transform: scale(0.0);
  }
  to {
    transform: scale(1.0);
  }
}

.last-added-item {
  transform: scale(1.0);
  animation-name: scalechange;
  animation-duration: 1s;
}

.item-break-word>.item-content {
  text-align: left;
  word-break: break-all;
  white-space: normal !important;
}

.pest-required:first-child {
  border-right: 6px solid red;
}

.pest-non-required {
  border-right: 6px solid transparent;
}

.avatar-center-vertically, .checkleft-center-vertically {
  top: 50% !important;
  position: absolute !important;
  transform: translate(0%, -50%) !important;
}

.checkright-center-vertically {
  top: 50% !important;
  position: absolute !important;
  transform: translate(100%, -50%) !important;
}

.checkleft-center-vertically-3 {
  top: 50% !important;
  position: absolute !important;
  transform: translate(-100%, -50%) !important;
}

.checkmiddle-center-vertically-3 {
  top: 50% !important;
  position: absolute !important;
  transform: translate(0%, -50%) !important;
}

.checkright-center-vertically-3 {
  top: 50% !important;
  position: absolute !important;
  transform: translate(100%, -50%) !important;
}

.avatar-center-vertically, .input-center-vertically, .text-center-vertically {
  top: 50% !important;
  transform: translate(0%, -50%) !important;
}

.observation-input {
  margin-left: -3.5vw !important;
  padding-right: 0 !important;
  text-indent: 5px;
}

.complement-row {
  display: block;
  text-align: left;
}

.icon-box {
  width: 50px;
  height: 50px;
}

.box-complement {
  width: 95% !important;
  height: 130px;
  font-size: 18px;
  max-width: 396px;
  border: 3px #AAA solid;
  margin: auto;
  margin-top: 10px;
  padding: 10px;
  border-radius: 3px;
}

/* ######################################################################################################## */

/* GENERIC CSS for FORMS */

.form label {
  font-size: 18px !important;
}

.section-header {
  background-color: #3B6382;
  color: white;
  padding: 6px;
  margin-bottom: 0px !important;
}

/*  QUESTIONS ELEMENTS*/

.text-form {
  margin-bottom: 5px;
}

.text-form>label {
  margin: auto;
}

.text-form>input {
  margin: auto;
  width: 95%;
  border: 1px solid #AAA;
  border-radius: 5px;
}

/* GENERIC CSS for FORMS */

/* ######################################################################################################## */

.pest-header {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.details-header-food {
  top: 0 !important;
  white-space: inherit !important;
  margin-left: 0 !important;
  left: 30% !important;
  margin-top: 12px !important;
}

.details-icon-food {
  margin-left: 10% !important;
}

.left-70 {
  left: 65%;
}

div.col-75.scout-item {
  max-width: 60%;
}

.spacement-segment {
  margin-right: 0vw !important;
  margin-left: 10vw !important;
}

.platform-ios .spacement-segment {
  margin-right: 0vw !important;
  margin-left: 12vw !important;
}

.spacement-segment-required {
  margin-right: 3% !important;
  right: 5px !important;
}

.spacement-segment-status {
  margin-left: 4% !important;
}

input[type="date"].observation-input {
  margin-left: -5.0vw !important;
  margin-right: -6vw !important;
  font-size: 12px !important;
}

input[type="time"].observation-input {
  margin-left: -5.0vw !important;
  margin-right: -6vw !important;
  font-size: 12px !important;
  height: 100%;
}

.platform-ios input[type="date"].observation-input {
  margin-left: -5.0vw !important;
  margin-right: -6vw !important;
  font-size: 12px !important;
  height: 110% !important;
  line-height: 0px;
}

.platform-ios input[type="time"].observation-input {
  margin-left: -5.0vw !important;
  margin-right: -6vw !important;
  font-size: 12px !important;
  height: 110% !important;
  line-height: 0px;
}

.platform-ios9 input[type="number"].observation-input, .platform-ios10 input[type="number"].observation-input {
  margin-left: -3.3vw !important;
  margin-right: -6vw !important;
  font-size: 12px !important;
  height: 140% !important;
  line-height: 15px;
}

/* -- Fixes for iPhone 5 -- */

@media screen and (device-aspect-ratio: 40/71) {
  .bottom-button-container {
    position: absolute;
    bottom: 0;
    margin-bottom: 45% !important;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .platform-ios #viewQA div.title.title-center.header-item {
    width: 120px;
    margin-left: -20px;
  }
  .platform-ios #observation-modal {
    overflow-y: auto !important;
    position: absolute !important;
    max-height: 100% !important;
  }
  .platform-ios #content-observation-modal {
    height: 100vh !important;
    white-space: normal !important;
  }
  .platform-ios #content-top {
    overflow-y: hidden !important;
    top: 0px !important;
    padding-top: 50px !important;
  }
  div.button-bar.fixed-button-content {
    position: relative !important;
    padding: 0px !important;
    bottom: 0px !important;
  }
  .content.min-height-100 {
    min-height: 100% !important;
  }
  .item h2 {
    margin: 0 0 4px 0;
  }
  .spacement-segment {
    margin-right: 0vw !important;
    margin-left: 2vw !important;
  }
  .spacement-segment-required {
    margin-right: 7% !important;
  }
  input[type="date"].observation-input {
    margin-left: -7vw !important;
    margin-right: -6vw !important;
    font-size: 12px !important;
  }
  .platform-ios input[type="time"].observation-input {
    margin-left: -6vw !important;
    margin-right: -6vw !important;
    font-size: 12px !important;
    height: 110% !important;
    line-height: 0px;
  }
  .platform-ios input[type="date"].observation-input {
    margin-left: -7vw !important;
    margin-right: -6vw !important;
    font-size: 12px !important;
    height: 110% !important;
    line-height: 0px;
  }
  .platform-ios9 input[type="number"].observation-input, .platform-ios9 input[type="number"].observation-input {
    margin-left: -3.3vw !important;
    margin-right: -6vw !important;
    font-size: 12px !important;
    height: 140% !important;
    line-height: 15px;
  }
  .platform-ios9 .col-20 .input-increase, .platform-ios10 .col-20 .input-increase {
    height: 40px !important;
    width: 20% !important;
  }
  .input-increase {
    width: 130%;
  }
}

/* -- Adjustments for small devices -- */

@media screen and (max-width: 320px) {
  .popover-tooltip {
    margin-bottom: -80%;
  }
  .scout-item {
    margin-right: 1.5vh !important;
  }
  .platform-ios .item-icon-right {
    padding-right: 15vw !important;
  }
}

.picker-header-step-two {}

.picker-header-step-two i.header-icon {
  width: 64px !important;
  height: 64px !important;
}

;
.picker-back-button i::before {}

.header-icon {
  transition: all 2s;
  padding: 0;
  padding-left: 32px !important;
  background-size: 32px 32px !important;
  position: absolute !important;
  padding-left: 64px !important;
  left: 0;
  bottom: -15px;
  padding-top: 64px !important;
  background-size: 64px 64px !important;
  background-repeat: no-repeat !important;
}

@keyframes animateshow {
  from {
    opacity: 0;
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.no-decoration-item {
  border: none;
}

.picker-step-two-icon {
  position: absolute;
  transform: translateY(-50%) scale(2);
  left: 20px;
  top: 50%;
}

.animate-if.ng-enter, .animate-if.ng-leave {
  transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.25s;
}

.animate-if.ng-enter, .animate-if.ng-leave.ng-leave-active {
  transform: translateX(-100%) scale(0);
}

.animate-if.ng-leave, .animate-if.ng-enter.ng-enter-active {
  transform: translateX(0) scale(1);
}

.picker-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.group-container {
  margin: 8px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 1px;
}

.hc-item-divider {
  margin: 0;
  padding: 0;
  height: 8px !important;
}

.picker-no-selection {
  color: #888;
  float: left;
  font-style: italic;
}

.small-picker-padding-left {
  padding-left: 8% !important;
}

.img-small {
  width: 50px;
  height: 50px;
}

.img-medium {
  width: 75px;
  height: 75px;
}

.img-big {
  width: 150px;
  height: 150px;
}

.text-align-centered {
  top: 50%;
  left: calc(55%);
  position: absolute;
  transform: translate(-50%, -50%);
}

.platform-ios .custom-height-keyboard {
  margin-bottom: 45vh !important;
}

.platform-android .custom-height-keyboard {
  margin-bottom: 35vh !important;
}

.padding-0 {
  padding: 0% !important;
}

.margin-9px {
  margin: 9px;
}

.margin-bottom-minus-2px {
  margin-bottom: -2px;
}

.margin-bottom-20vh {
  margin-bottom: 20vh !important;
}

.margin-top-2vh {
  margin-top: 2vh !important;
}

.margin-top-05vh {
  margin-top: 0.5vh !important;
}

.margin-bottom-05em {
  margin-bottom: 0.5em !important;
}

.margin-bottom-07em {
  margin-bottom: 0.7em !important;
}

.margin-bottom-1-5em {
  margin-bottom: 1.5em !important;
}

.line-height-0-25em {
  line-height: 0.25em;
}

.line-height-6vh {
  line-height: 6vh;
}

.line-height-7vh {
  line-height: 7vh;
}

.text-30px {
  font-size: 30px;
}

.text-3vw {
  font-size: 3.3vw !important;
}

.text-4vw {
  font-size: 3.9vw !important;
}

.text-5vw {
  font-size: 5vw;
}

.text-6vw {
  font-size: 6vw;
}

.text-7vw {
  font-size: 7vw !important;
}

.text-10vw {
  font-size: 10vw !important;
}

.right-0 {
  right: 0 !important;
}

.font-95 {
  font-size: 95%;
}

.font-80 {
  font-size: 80%;
}

.font-85 {
  font-size: 85%;
}

.font-90 {
  font-size: 90%;
}

.font-italic {
  font-style: italic;
}

.title-header div.title.title-center.header-item {
  margin: 0vw !important;
  left: 25vw !important;
  right: 25vw !important;
  width: 50vw !important;
  font-size: 4vw !important;
  text-overflow: ellipsis;
  text-align: center;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .title-header div.title.title-center.header-item {
    top: 50%;
  }
}

.platform-ios div.title.title-center.header-item {
  left: 20% !important;
  right: 20% !important;
}

.platform-ios .header-item-without-action-button div.title.title-center.header-item {
  left: 25% !important;
  right: 25% !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios div.title.title-center.header-item {
    left: 25% !important;
    right: 25% !important;
  }
}

.right-header-button {
  color: white;
  background-color: #023e75;
  margin: -5px;
  border-radius: 0px;
  width: 25vw;
  padding: 0px !important;
}

.right-header-button:hover {
  color: white;
}

.inline-flex {
  display: inline-flex;
}

.item-icon-right-no-margin .icon {
  right: 0px !important;
}

.summary-space-bottom-changeActivity {
  height: 50px;
}

.summary-space-bottom {
  height: 50px;
  background-color: #F2F2F2;
}

.chip {
  padding: 0 25px;
  text-align: center;
  min-height: 28px;
  margin: 0 2%;
  font-size: 14px;
  line-height: 28px;
  border-radius: 25px;
  background-color: #f1f1f1;
  margin-top: 1%;
}

.font-normal {
  font-weight: normal !important;
}

.padding-top-0-25em {
  padding-top: 0.25em !important;
}

.padding-left-5 {
  padding-left: 5% !important;
}

.padding-left-3 {
  padding-left: 3% !important;
}

.padding-left-3em {
  padding-left: 3em !important;
}

.padding-left-0 {
  padding-left: 0% !important;
}

.padding-right-1 {
  padding-right: 1% !important;
}

.padding-right-7 {
  padding-right: 7% !important;
}

.padding-bottom-1em {
  padding-bottom: 1em;
}

.composed-checkbox {
  top: 60% !important;
  left: 1% !important;
}

.padding-right-8 {
  padding-right: 8% !important;
}

.padding-right-10px {
  padding-right: 10px;
}

.button-close-composed-modal {
  right: 0px !important;
  background-color: #ddd;
  color: #387ff9;
}

.item-button-right>.button.button-close-composed {
  background-color: #ddd;
  color: #387ff9;
  left: 0;
  top: 10px;
}

.pop-up-container .picker-title .ion-close-round {
  position: absolute;
  padding: 16px;
  right: 0px;
  top: 0;
}

.card-header-sm {
  height: 46px;
  line-height: 14px;
}

.card-header-sm .card-header-details {
  text-align: right;
}

.card-footer-sm {
  height: 31px;
  line-height: 31px;
}

.card-bottom {
  background: #ffc900;
  z-index: 5;
  position: fixed;
  width: 100%;
  bottom: 6.5vh;
  height: 7%;
}

@media screen and (min-width: 321px) and (max-width: 415px) and (min-device-width: 359px) {
    .card-bottom {
        background: #ffc900 !important;
        z-index: 5;
        position: fixed;
        width: 100%;
        bottom: 6vh !important;
        height: 7%;
    }
}

@media screen and (max-width: 320px) and (max-height: 480px) {
    .card-bottom {
        background: #ffc900 !important;
        z-index: 5;
        position: fixed;
        width: 100%;
        bottom: 10.5% !important;
        height: 7%;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .card-bottom {
        background: #ffc900 !important;
        z-index: 5;
        position: fixed;
        width: 100%;
        bottom: 10.4% !important;
        height: 7%;
    }
}

.margin-left-2 {
  margin-left: 2% !important;
}

.margin-right-0 {
  margin-right: 0% !important;
}

.margin-right-2 {
  margin-left: 2% !important;
}

.expandable-icon {
  right: 0px !important;
  font-size: 2vh !important;
}

.font-size-3vh {
  font-size: 3vh !important;
}

.border-color-tranparent {
  border-color: transparent;
}

.extra-input {
  border: 1px solid #ccc !important;
  padding-left: 7px !important;
  border-radius: 3px !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align-top {
  vertical-align: top !important;
}

.food-steps-badge {
  margin: 3px;
  border-radius: 5px;
  font-weight: bold;
}

.gray-badge {
  background-color: #ddd;
  color: #666;
}

.blue-badge {
  background-color: #0365C0;
  color: white;
}

.blue-badge-older {
  background-color: #80BAEE;
  color: white;
}

.height-45px {
  height: 45px;
}

.padding-5px {
  padding: 5px;
}

.icon-vc {
  position: relative;
  top: 8px;
}

.meta-item {
  font-style: italic;
  color: #777;
  text-align: center;
  text-decoration: underline;
}

#hcResources>a.item-content {
  padding: 16px !important;
}

.resources-content {
  margin: auto;
  text-align: center;
  margin: 0 !important;
}

.scale-up-center.ng-enter {
  animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards;
}

/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/

@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

#empty-location-picker {
  background-color: #ddd;
  color: grey;
  text-align: center;
}

.contact-support {
  background: rgba(0, 0, 0, 0.55);
  text-align: center;
  font-size: 15px;
  padding: 15px;
  color: white;
}

.contact-support-bottom {
  position: absolute;
  bottom: 0;
  width: calc(100% + 2px);
  margin-bottom: -2px;
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 9;
}

.body-no-min-height .scroll {
  min-height: 0px !important;
}

.no-min-height {
  min-height: 0px;
}

.max-height-30px {
  max-height: 30px;
}

.max-height-90vh {
  max-height: 90vh;
}

.width-100vw {
  width: 100vw;
}

.question-item {
  display: flex;
  width: 100%;
  align-items: center;
}

.question-text {
  font-size: 1.1em;
  line-height: 1em;
  width: 100%;
  padding-left: 1%;
}

.display-none {
  display: none;
}

.display-inline-block {
  display: inline-block;
}

.question-col-clipboard {
  width: 35px;
  margin-right: 5px;
  margin-left: 5px;
}

.question-clipboard {
  color: black;
  font-size: 1.5em;
  margin-right: 0.25em;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.question-col-input {
  width: 160px;
  min-height: 40px;
}

.question-input {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.calc-35px {
  width: calc(100% - 35px);
}

.right-5px {
  right: 5px;
}

.right-10px {
  right: 10px;
}

.right-15px {
  right: 15px !important;
}

.right-30px {
  right: 30px;
}

.right-35px {
  right: 35px;
}

.right-80px {
  right: 80px;
}

.right-85px {
  right: 85px;
}

.right-110px {
  right: 110px;
}

.right-115px {
  right: 115px;
}

.right-148px {
  right: 148px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.hc-picker-composed-item-checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
  transform: scale(0.6);
}

.hc-picker-composed-item-content {
  display: inline-block;
}

.background64x64 {
  background-size: 64px 64px !important;
  background-repeat: no-repeat !important;
}

#focus {
  min-height: 45px;
  border-radius: 5px;
  font-size: 1.5em;
  line-height: 2em;
  padding-left: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#focus::-webkit-input-placeholder {
  font-size: 1em !important;
  line-height: 2em;
  vertical-align: middle;
}

.char-remain {
  color: gray;
  font-size: 0.8em;
  float: right;
}

.padding-left-5px {
  padding-left: 5px;
}

.padding-right-5px {
  padding-right: 5px;
}

.width-105px {
  width: 105px !important;
}

.line-height-35px {
  line-height: 35px;
}

.text-right {
  text-align: right;
}

.small-picker-margin-left {
  margin-left: -1.05em;
}

.margin-auto {
  margin: auto;
}

.width-70 {
  width: 70% !important;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.has-menu-header {
  top: 6vh !important;
}

.platform-ios .has-menu-header {
  top: 10vh !important;
}

.profile-container {
  width: 100%;
  height: 44px;
  background-color: #004383;
  left: 0;
  position: absolute;
  top: 0;
  padding: 5px;
}

.hc-accounts-modal-wrapper {
  top: 44px !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .profile-container {
    height: 46px !important;
  }
  .plarform-ios .hc-accounts-modal-wrapper {
    top: 46px !important;
  }
}

.profile-image {
  height: 35px;
  display: inline-block;
}

.profile-name {
  display: inline-block;
  vertical-align: top !important;
  margin-left: 5px;
  margin-top: -2px;
}

.text-time {
  font-size: 1em !important;
  text-indent: 8px !important;
}

.hc-strip .row:nth-child(even) {
  background-color: #fbfbfb;
}

.hc-strip .row:nth-child(odd) {
  background-color: #f6f6f6;
}

.text-date {
  font-size: 0.8em !important;
  text-indent: 4px !important;
}

.margin-right-15pct {
  margin-right: 15% !important;
}

.top-fs-step1 {
  top: 27px !important;
}

.platform-ios .top-fs-step1 {
  top: 51px !important;
}

.top-fs-step2 {
  top: 25px !important;
}

.platform-ios .top-fs-step2 {
  top: 47px !important;
}

/* Fixes for iPhones X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max */

@media screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .platform-ios .top-fs-step2 {
    top: 39px !important;
  }
}

.top-1em {
  top: 1em;
}

.margin-top-05em {
  margin-top: 0.5em !important;
}

.margin-top-1em {
  margin-top: 1em !important;
}

.margin-top-1-5em {
  margin-top: 1.5em !important;
}

.line-height-1em {
  line-height: 1em !important;
}

.line-height-1-5em {
  line-height: 1.5em;
}

.height-2-5em {
  height: 2.5em;
}

.heigth-2-75em {
  height: 2.75em !important;
}

.height-5em {
  height: 5em;
}

.heigth-6-25em {
  height: 6.25em !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.white-space-normal {
  white-space: normal;
}

.align-items-center {
  align-items: center;
}

.align-items-flex-start {
  align-items: flex-start;
}

.border-radius-3px {
  border-radius: 3px;
}

.sync-text-color {
  color: #0c60ee;
}

.text-05em {
  font-size: 0.5em;
}

.text-075em {
  font-size: 0.75em;
}

.text-1-25em {
  font-size: 1.25em;
}

.text-1-5em {
  font-size: 1.5em;
}

.text-1-7em {
  font-size: 1.7em;
}

.padding-0-75em {
  padding: 0.75em;
}

#no-pack-available {
  font-size: 2vh;
  color: red !important;
}

.exclude-signature {
  text-decoration: line-through;
  color: lightgray;
}

.centralize-signature-buttons {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.plus-log-answer {
  margin: 1px;
  background: transparent;
  border: 2px dashed #c8ced6;
  transition: 0.3s;
  outline: none;
  width: calc(100% - 2px);
}

.padding-9px {
  padding: 9px;
}

.margin-left-minus-5px {
  margin-left: -5px !important;
}

.child-no-border .list ion-item {
  border: none;
  padding: 10px;
}

.platform-android .datetime-input {
  height: 100% !important;
  margin-right: -20px !important;
  background-color: white;
}

.input-warning {
  margin-left: 9px;
  color: #aaa;
}

.android-edit-icon {
  display: none;
  font-size: 20px !important;
}

input.md-time-input {
  font-size: 20px;
  font-weight: 500 !important;
  background-color: white;
  margin-left: 5px;
  text-align: center;
}

.datetime-android-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.datetime-android-container input, .datetime-android-container span {
  width: auto;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  justify-self: center;
  align-content: center;
  align-self: center;
}

.datetime-android-container i {
  padding-left: 8px;
  font-size: 20px;
}

input.lg-time-input {
  width: auto;
  text-align: center;
  font-size: 2em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 10px;
  font-weight: 500;
  background: white;
}

.max-width-1em {
  max-width: 1em;
}

.max-width-25-vh {
    max-width: 25vh;
}

.text-1-25em {
  font-size: 1.25em;
}

.hc-strip a:nth-child(even) {
  background-color: rgb(255, 250, 255);
}

.hc-strip a:nth-child(odd) {
  background-color: #F0F1F5;
}

.add-row-menu {
  width: 50px;
  height: 0px;
  margin: 0 auto;
  position: relative;
}

.add-row-button {
  position: absolute;
  top: -30px;
  left: calc(50% - 25px);
  text-decoration: none;
  text-align: center;
  color: #444;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  background: #eef !important;
  z-index: 9;
}

.add-row-line {
  background-color: #eef !important;
  padding: 0.5em 1em 1.25em 1em;
  height: 3em;
}

.add-row-locations {
  font-weight: 500;
  position: absolute;
  z-index: 10;
  top: 0.4em;
  left: 40%;
}

.row-search-modal {
  background-color: #ddd;
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}

.search-item-input {
  border-radius: 6px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search-item-input label {
  width: calc(100% - 54px);
  border: none;
  border-radius: 0;
}

.search-item-input .ion-search {
  min-height: 34px;
}

.search-item-input .ion-search:before {
  font-size: 20px;
  line-height: 34px;
}

.search-item-input label.item-input input {
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 16px;
}

.button.button-search-close {
  max-height: 34px;
  min-height: 34px;
  background-color: transparent;
  border: none;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.button.button-search-close .icon {
  background-color: #aaa;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.button.button-search-close .icon:before {
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.bg-dk-blue .button.button-search-close {
  background-color: transparent;
  padding-right: 6px;
  padding-left: 16px;
  margin-left: 0;
  position: absolute;
  right: 4px;
}

.medTxt, #medTxt {
  font-size: 16px !important;
}

.hc-infinite-list-container {
  position: relative;
  min-height: 192px;
}

.hc-infinite-list-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocker-type .list {
  width: 90%;
  display: -webkit-box;
  margin-bottom: 0;
  margin-right: 5%;
  margin-left: 5%;
  height: 2.75em;
}

.blocker-type label {
  width: 50%;
  margin: 0;
  line-height: 0.25em;
}

.blocker-type .ion-checkmark {
  padding-top: 0.25em;
}

.display-box {
  display: -webkit-box;
}

/* Style for App in Dashboard */

.right-155px {
  right: 155px !important;
}

.width-145px {
  width: 145px !important;
}

.right-150px {
  right: 150px !important;
}

.question-text-browser {
  width: 55% !important;
}

.report-list-icon-padding {
  padding: 1px 2px 3px 3px
}

.report-list-icon-position {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.report-list-locs-icon {
  position: relative;
  left: 1em;
  opacity: 0.7;
}

.multi-loc-item {
  padding: 1.25em 3em 1.25em 1em;
}

.summary-loading-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  padding-top: 32px;
  font-weight: bold;
  background-color: #f2f2f2;
}

.text-1em {
  font-size: 1em !important;
}

.width-0-8em {
  width: 0.8em;
}

.width-1em {
  width: 1em;
}

.hc-icon-review-black .hc-icon-review {
  fill: #000;
}

.hc-icon-review-green .hc-icon-review {
  fill: #63D391;
}

.hc-title-role {
  z-index: 1;
}

.hc-list-crews-margin-top-small {
  margin-top: 45px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-0 {
  margin: 0;
}

.margin-left-4pct {
  margin-left: 4%;
}

.margin-right-4pct {
  margin-right: 4%;
}

.bar-subheader.bar-flex {
  display: flex;
  align-items: center;
  width: 100%;
}

.bar-subheader.bar-flex h1 {
  margin: 0;
}

.hc-change-account-modal {
  width: 100%;
  max-height: 50vh;
}

.hc-fit-9 {
  flex: 9;
}

.hc-half-width {
  width: 50%;
}

.hc-item-account {
  min-height: 6.6vh;
  padding-left: 3vw;
  padding-right: 3vw;
}

.hc-change-account-modal .scroll {
  width: 100%;
}

.hc-change-account-modal .hc-scroll-container {
  max-height: 28vh;
}

.hc-slide-in-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hc-slide-in-right.ng-enter, .hc-slide-in-right>.ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
}

.hc-slide-in-right.ng-enter-active, .hc-slide-in-right>.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hc-slide-in-right.ng-leave, .hc-slide-in-right>.ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hc-accounts-modal-wrapper {
  position: relative;
}

.hc-z-index-20 {
  z-index: 20;
}

.hc-icon-right {
  float: right;
}

.hour-day-radio {
  border-color: #ddd;
  position: relative;
  z-index: 2;
  display: block;
  border-width: 1px;
  border-style: solid;
  width: calc(48% - 6px);
}

.hc-datetime-padding {
  padding: 9px;
}

@media screen and (min-width: 700px) {
  .hc-datetime-padding {
    padding: 0px;
  }
}

.width-100-less-05em {
  width: calc(100% - 0.5em)
}

.width-100-less-1em {
  width: calc(100% - 1em)
}

.grade-status-list {
  position: absolute;
  right: 10px;
  bottom: 18px;
  width: 2.8em;
}

.hc-icon-review-position {
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
}

.left-12px {
  left: 12px !important;
}

.fix-check-box {
  width: 5.6em;
}

.select-crew-modal-header {
  margin-top: 60px;
}

.fix-modal {
  margin-top: 200px;
}

.modal-body {
  background-color: rgba(10, 10, 10, 0.7);
}

.modal-backdrop-bg {
transition: opacity 300ms ease-in-out;
-webkit-transition: opacity 300ms ease-in-out;
background-color: #000;
opacity: 0;
}
