body {
  font-family: 'Roboto', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  background-color: #f1f1f1;
  color: #434A54;
  height: 100%;
  padding: 0;
  margin: 0;
  }

#wrapper {
  background-color: #f1f1f1;
  }

.container {
  max-width: 1024px;
  }

#loader {
  display: none;
  position: fixed;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  }

#loader img {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  }

/*FORMS*/

.fakeInputOverlay {
  position: absolute;
  left: 80px;
  right: 45px;
  bottom: -4px;
  background: white;
  border: 1px solid #ccc;
  line-height: 26px;
  font-size: 16px;
  padding: 2px 5px;
  border-radius: 3px;
  min-width: 100px;
  margin: 5px 0;
  color: #474747;
  outline: none;
  z-index: 1;
  font-family: 'Roboto';
  }

.ib-radios {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  }

.ib-radios.alignleft {
  justify-content: start;
  padding-left: 0;
  }

.ib-radios.alignleft .ib-checkbox {
  margin-left: 20px;
  }

.ib-checkbox {
  cursor: pointer;
  position: relative;
  z-index: 3;
  background: #F5F7FA;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-right: 5px;
  border: 1px solid #cecece;
  display: inline-block;
  vertical-align: middle;
  }

span.ib-checkbox.disabled {
  background: #434A54;
  }

.ib-check {
  display: none;
  top: -2px;
  left: 1px;
  font-size: 22px;
  color: #009688;
  }

.ib-checkbox.checked .ib-check {
  display: block;
  position: absolute;
  z-index: 4;
  }

.ib-radios input {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  }

.ib-radioLabel {
  position: relative;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  }

.newLines .ib-radioLabel {
  width: 100%;
  display: block;
  margin: 5px 0;
  }

textarea.form-error,
input.form-error {
  border: 1px solid red;
  }

input, select, textarea, .bejo_growingFieldDiv {
  padding: 0 10px;
  border-radius: 0;
  font-size: 14px;
  line-height: 23px;
  display: block;
  margin: 5px auto 5px auto;
  width: 100%;
  border: 1px solid #EBEBEB;
  outline: none;
  background: white;
  font-family: 'roboto';
  }

input:focus, textarea:focus, .bejo_growingFieldDiv:focus {
  border-color: #009688;
  }

.bejo_growingFieldDiv {
  display: inline-block;
  }

textarea {
  text-align: left;
  width: 100%;
  margin: 0;
  overflow: auto;
  resize: none;
  height: 150px;
  }

input.form_error {
  border: 1px solid red;
  }

/*END FORMS*/
.btn {
  color: white;
  background: #009688;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  border: none;
  display: block;
  outline: none;
  /*border-radius: 10px;*/
  line-height: 30px;
  }

.bejo_draggable_element .bejo_de_title,
.bejo_draggable_element .bejo_de_minimize,
.bejo_draggable_element .bejo_de_header {
  background: #3D6698;
  color: White;
  position: relative;
  z-index: 2;
  }

.bejo_draggable_element .bejo_de_header::after, .bejo_draggable_element .bejo_de_header::before {
  color: white;
  text-shadow: 1px 0 1px white;
  }

.btn.border {
  line-height: 27px;
  border-bottom: 3px solid #00796B;
  }

.btn.border:active {
  background: #00796B;
  transition: background 0.2s ease-in-out;
  }

.btn:hover {
  cursor: pointer;
  }

.btn-error {
  background: #ED5564;
  }

.btn-error.border {
  border-bottom-color: #DB4453;
  }

.btn-error.border:active {
  background: #DB4453;
  transition: background 0.2s ease-in-out;
  }

.btn.disabled {
  opacity: 0.5;
  cursor: default;
  }

.icon-height-50 {
  max-height: 50px;
  }

.icon-height-25 {
  max-height: 25px;
  }

.icon-height-20 {
  max-height: 20px;
  }

.icon-height-16 {
  max-height: 16px;
  }

.icon-height-13 {
  max-height: 13px;
  }

.Vspacer-5 {
  height: 5px;
  width: 100%;
  clear: both;
  }

.Vspacer-10 {
  height: 10px;
  width: 100%;
  clear: both;
  }

.Vspacer-15 {
  height: 15px;
  width: 100%;
  clear: both;
  }

.Vspacer-20 {
  height: 20px;
  width: 100%;
  clear: both;
  }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }

input[type=number] {
  -moz-appearance: textfield;
  }

.growingFieldDiv {
  border: 1px solid #EBEBEB;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 3px 10px;
  line-height: 19px;
  background: white;
  }

.column_header {
  height: 40px;
  font-size: 14px;
  background: #434A54;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 100%;
  color: white;
  font-weight: 500;
  position: relative;
  }

#content {
  padding-top: 80px;
  z-index: 200;
  position: relative;
  }

.ordered-row {
  display: block;
  position: relative;
  min-height: 40px;
  padding: 5px 5px 4px 5px;
  border-top: 1px solid white;
  width: 100%;
  font-size: 14px;
  background: white;
  }

.ordered-row:first-child {
  border-top: 0;
  }

.ordered-row:nth-child(odd) {
  background: #F5F7FA;
  }

.single_lines .ordered-row,
.single_lines .ordered-row .left,
.single_lines .ordered-row .right {
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

.ordered-row img {
  display: inline-block;
  vertical-align: middle;
  }

.noPad > .ordered-row, .ordered-row.noPad {
  padding: 0;
  }

.padded .ordered-row, .ordered-row.padded {
  padding: 5px 5px 4px 5px;
  }

.pointer .ordered-row, .ordered-row.pointer {
  cursor: pointer;
  }

.noPointer .ordered-row, .ordered-row.noPointer {
  cursor: inherit;
  transition: none;
  background: inherit;
  color: inherit;
  }

.pointer .ordered-row:hover, .ordered-row.pointer:hover {
  transition: all 0.3s ease-in-out;
  background: #3D6698;
  color: white;
  }

.noPointer .ordered-row:hover, .ordered-row.noPointer:hover {
  cursor: inherit;
  transition: none;
  background: inherit;
  color: inherit;
  }

.ordered-row .left {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #3D6698;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  }

.ordered-row .left i {
  font-size: 26px;
  }

.ordered-row .left small {
  font-size: 10px;
  font-weight: 300;
  display: block;
  line-height: 14px;
  }

.ordered-row .right {
  padding-left: 10px;
  font-weight: 400;
  line-height: 16px;
  }

.ordered-row .right small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  }

.GFFilledIcon {

  }

.GFFilled .GFFilledIcon {
  font-size: 24px;
  font-weight: bold;
  color: #ED5564;
  display: block;
  position: absolute;
  right: 10px;
  font-style: normal;
  top: 50%;
  margin-top: -8px;
  }

.GFFilled .GFFilledIcon::after {
  content: "\0021";
  }

.GFFilledIcon,
.GFFilledIcon {
  display: none;
  }

.hourDifference {
  color: #F7931D;
  }

.work_order_shifts_overview .hourDifference .hourDifferenceIcon {
  font-size: 24px;
  font-weight: bold;
  color: #F7931D;
  display: block;
  position: absolute;
  right: 10px;
  font-style: normal;
  top: 50%;
  margin-top: -8px;
  }

/*.work_order_shifts_overview  .hourDifference .hourDifferenceIcon::after {*/
/*content: "\0021";*/
/*content: "\2191";*/
/*}*/

.hourDifferenceIcon,
.hourDifferenceIcon {
  display: none;
  }

.blocksLeft .ordered-row,
.blockLeft .ordered-row,
.ordered-row.blockLeft {
  padding-left: 40px;
  }

.ordered-row.active {
  color: white;
  background: #009688 !important;
  }

.ordered-row.active::after {
  content: "";
  display: block;
  }

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }

.flex.flex-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  }

.flex.flex-row {
  flex-direction: row;
  }

.flex.flex-column {
  flex-direction: column;
  }

.simplebar-scrollbar::before {
  border-radius: 0;
  background: rgba(101, 109, 120, 0.7);
  }

.scrollBlock {
  display: flex;
  background: #E6E9ED;
  height: 350px;
  }

.column_pages .scrollBlock {
  height: 310px;
  }

.draggable-element {
  padding-left: 20px;
  position: relative;
  }

span.grippy {
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  left: 5px;
  padding: 0px 5px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  top: 50%;
  margin-top: -10px;
  }

span.grippy::after {
  content: '';
  background-image: url(/assets/plugins/bejo_draggable_element/dot-shadow.png);
  background-repeat: repeat;
  width: 8px;
  height: 20px;
  display: block;
  }

/*END GLOBAL*/

/*EXPORT BUTTONS*/
.exportBtn {
  background-image: url('/assets/img/icons/icon-csv.png');
  min-width: 55px;
  height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  }

/*END EXPORT BUTTONS*/
/*CONTENT HEADERS */
.column_header {
  height: 40px;
  font-size: 14px;
  background: #434A54;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white;
  font-weight: 500;
  position: relative;
  }

.column_header .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border-radius: 0;
  height: 40px;
  border: none;
  line-height: 40px;
  }

.column_content {
  background: #E6E9ED;
  position: relative;
  }

/*END CONTENT HEADERS */

/*Tabs plugin*/
.column_pages .column_navigation {
  background: #656D78;
  color: white;
  font-weight: 500;
  line-height: 40px;
  display: table;
  cursor: pointer;
  width: 100%;
  }

.column_pages .column_navigation > * {
  display: table-cell;
  position: relative;
  text-align: center;
  }

.column_pages .column_navigation > *:hover {
  background: #434A54;
  }

.column_pages .column_navigation .activeColumnPage {
  background: #434A54;
  }

.column_pages .column_page {
  display: none;
  }

.column_pages .column_page.activeColumnPage {
  display: block;
  }

.column_pages .column_page.activeColumnPage.scrollBlock {
  display: flex;
  }

/*end tabs plugin*/
/*collapsable plugin*/
.bejo_collapse {
  position: relative;
  overflow: hidden;
  }

.bejo_collapse.bejo_draggable_element {
  position: fixed;
  }

.bejo_collapse_header {
  position: relative;
  }

.bejo_collapse_header::after {
  content: "\25BC";
  display: block;
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 16px;
  color: white;
  position: absolute;
  top: calc(50% - 8px);
  left: 15px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  }

.bejo_collapsing .bejo_collapse_header::after,
.bejo_collapsed .bejo_collapse_header::after {
  /*content: "\25B2";*/
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  margin-top: -2px;
  }

.bejo_collapse .bejo_collapse_content {
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease;
  }

.bejo_collapsing .bejo_collapse_content {
  height: 0;
  overflow: hidden;
  }

.bejo_unfolding .bejo_collapse_content {
  overflow: hidden;
  }

.bejo_collapsed .bejo_collapse_content {
  height: 0;
  overflow: hidden;
  }

/* end collapsable plugin */

/*popups*/
.popupMask {
  display: none;
  }

.popupMask .popupWrapper {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  padding-top: 40px;
  }

.popupMask .popupHeader {
  background: #3D6698;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 100%;
  line-height: 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 16px;
  max-width: 980px;
  position: absolute;
  z-index: 5;
  /* width: 90%; */
  top: 0;
  left: 0;
  right: 0;
  /*margin: 5% auto 0 auto;*/
  }

.popupMask .popupContent {
  background: #E6E9ED;
  /*padding: 15px 0 15px 0;*/
  /*border-radius: 15px;*/
  /*overflow: hidden;*/
  position: relative;
  }

.popupWrapper > .ss-container {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 15px;
  }

.popupWrapper .bejo_close {
  padding: 8px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  line-height: 20px;
  font-size: 20px;
  }

/*popups*/

/*NAV HEADER*/
#navWrap {
  background: #3D6698;
  position: fixed;
  width: 100%;
  z-index: 300;
  top: 0;
  }

#navWrap #nav li.border-left {
  border-left: 1px solid white;
  }

#navWrap #nav {
  padding: 0 15px;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 25;
  font-size: 14px;
  font-weight: 400;
  max-width: 1024px;
  }

#navWrap #nav li i {
  font-size: 25px;
  margin-bottom: 7px;
  }

#navWrap #nav li.active, #navWrap #nav .subNav li.active, #navWrap #nav li.half-active {
  background: #009688;
  }

#navWrap #nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  flex-direction: column;
  color: white;
  text-decoration: none;
  flex-wrap: wrap;
  }

#navWrap #nav li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 12px 50px;
  border-color: transparent transparent #00796b transparent;
  }

#navWrap #nav .subNav {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 80px;
  left: 0;
  background: #211e1e;
  display: none;
  width: 100%;
  }

#navWrap #nav li:hover .subNav {
  display: flex;
  flex-direction: row;
  }

#navWrap #nav li .subNav li:hover {
  background: #009688;
  }

#navWrap #nav li {
  position: relative;
  flex: 1 1 10%;
  list-style: none;
  padding: 0;
  margin: 0;
  }

#navWrap #nav li:hover {
  background: #009688;
  }

#navWrap #nav .subNav li {
  display: block;
  float: none;
  background: #00796B;
  }

#navWrap #nav li.active, #navWrap #nav .subNav li.active, #navWrap #nav li.half-active {
  background: #009688;
  }

/*END NAV HEADER*/

a.btn {
  text-decoration: none;
  }

/* START LISTS */
.listSearcher {
  background: #e6e9ed;
  position: relative;
  height: 40px;
  width: 100%;
  z-index: 1;
  }

.listSearcher input {
  border: 0;
  background: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 50px 0 10px;
  }

.listSearcher i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  font-size: 25px;
  color: white;
  z-index: 1;
  background: #009688;
  line-height: 40px;
  text-align: center;
  }

/*END LISTS*/

/*START SIMPLEBAR*/
/*.simplebar-content {*/
/*overflow-x: hidden;*/
/*}*/

/*.simplebar-track.vertical {*/
/*display: none !important;*/
/*}*/

/*.simplebar-scroll-content {*/
/*padding-right: 0 !important;*/
/*overflow-y: hidden;*/
/*}*/

/*.simplebar-content {*/
/*margin-right: 0 !important;*/
/*}*/

/*END SIMPLEBAR*/

/*START FORMS*/

.blue-bar-left {
  border-left: 25px solid #3D6698;
  }

.blue-bar-right {
  border-right: 25px solid #3D6698;
  }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/dropdown-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  line-height: 25px;
  height: auto;
  padding: 0 30px 0 10px;
  }

.information .label {
  font-weight: 500;
  margin-top: 15px;
  }

.information input, .information select .information textarea {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 3px 10px;
  line-height: 19px;
  }

.information textarea {
  margin-top: 5px;
  height: 81px;
  font-size: 14px;
  }

/*END FORMS*/

.ordered-row.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 20px 0;
  border-color: transparent #00796b transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  }

/* SELECTION BTNS */
.selectionBtns {
  height: 40px;
  width: 100%;
  position: absolute;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  }

.selectionBtns .selectionBtn {
  background: #656d78;
  border-left: 1px solid white;
  width: 50%;
  float: left;
  padding: 0 15px;
  }

.selectionBtns .selectionBtn:first-child {
  border-left: 0;
  }

.selectionBtns .selectionBtn i {
  margin-right: 8px;
  line-height: 35px;
  }

/* END SELECTION BTNS */
/*#tutorialBtn {*/
/*position: fixed;*/
/*bottom: 10px;*/
/*right: 10px;*/
/*z-index: 800;*/
/*}*/

#footerBtns {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800;
  }

#footerBtns > div {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  float: right;
  }

#contactUsBtn {
  background-image: url('/assets/img/icons/question.png');
  background-position: center center;
  background-size: contain;
  }

#contactUsBtn:hover {
  background-image: url('/assets/img/icons/question_active.png');
  }

#tutorialBtn {
  background-image: url('/assets/img/icons/info.png');
  background-position: center center;
  background-size: contain;
  }

#tutorialBtn:hover {
  background-image: url('/assets/img/icons/info_active.png');
  }

#ib_legend .colorBox {
  width: 40px;
  height: 18px;
  border: 1px solid #ccc;
  }

#ib_legend .legendTitle,
#ib_legend .colorBox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
  }

.answerNo {
  background: rgba(237, 85, 100, 0.2);
  }

.lbl-warning {
  color: #F7931D;
  font-size: 16px;
  }

.lbl-error {
  color: #ED5564;
  font-size: 16px;
  }

/*.simplebar-content {*/
/*padding-bottom: 0 !important;*/
/*overflow-x: hidden !important;*/
/*}*/

.searchableList {
  position: relative;
  }

.filterPopup .popupWrapper {
  max-width: 350px;
  }

input::-webkit-calendar-picker-indicator {
  display: none;
  }

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
  }

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }

#askUsPopup .btn {
  margin-top: 15px;
  }

#askUsPopup .label {
  font-weight: 500;
  margin: 10px 0 5px 0;
  }

h2 {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  }

h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0 10px 0;
  }

#tutorialPopup {
  z-index: 10;
  }

.dgbFont {
  display: inline-block;
  font-family: 'dgbfont';
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
  }

#popupWorkOrderFieldSettings .popupWrapper {
  width: 600px;
  }

#popupWorkOrderFieldSettings .ib-radios {
  display: inline;
  }

#popupWorkOrderFieldSettings .overlay {
  position: absolute;
  opacity: 0.5;
  height: calc(100% - 86px);
  width: 100%;
  background: #000000;
  z-index: 99999;
  }

#useFieldSettingsRow .ib-radioLabel{
  margin-top: 15px;
  margin-left: 5px;
  margin-bottom: 5px;
  }

.switchBtns{
  text-align:center;
  }

.switchBtn {
  cursor: pointer;
  padding:5px 25px;
  display:inline;
  width:50%;
  font-weight: 600;
  background: #F5F7FA;
  color: #434A54;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }

.switchBtn.active {
  background: #00796B;
  color:white;
  }

.switchBtn.left{
  border-radius:10px 0 0 10px;
  }

.switchBtn.right{
  border-radius:0 10px 10px 0;
  }