.red {
  color: #cc0000;
}

.green {
  color: #009933;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.bootbox {
  z-index: 999999999 !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 14px;
  line-height: 1;
  background-color: #F3F6F9;
  font-family: sans-serif;
  color: #000;
  line-height: 22px;
  margin-bottom: 60px;
  margin-bottom: 60px;
}

input, textarea, select {
  font-family: sans-serif;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 36px;
  color: #fff;
}

h2 {
  font-size: 20px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
}

h4 {
  font-size: 16px;
}

a {
  color: #03717A;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
}

a:hover, a:focus {
  color: #000;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.center {
  text-align: center;
}

fieldset {
  float: left;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
  border: 2px solid #fff;
  color: #333;
  text-align: center;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

fieldset p {
  font-size: 18px;
  color: #333333;
  padding: 10px 0 0 0;
  margin: 0;
}

.is-sticky {
  z-index: 9999;
  position: relative;
}

table {
  table-layout: auto !important;
}

.marginTop {
  margin-top: 20px;
}

.marginTopDouble {
  margin-top: 40px;
}

.marginBottom {
  margin-bottom: 20px;
}

.marginBottomDouble {
  margin-bottom: 40px;
}

.green_border {
  border: 2px solid #03717A !important;
}

.red_border {
  border: 2px solid #e44f4b !important;
}

.paddingTop {
  padding-top: 20px;
}

.paddingTopDouble {
  padding-top: 40px;
}

.paddingBottom {
  padding-bottom: 20px;
}

.paddingBottomDouble {
  padding-bottom: 40px;
}

.no_row_margin {
  margin-left: 0px;
  margin-right: 0px;
}

.white_bg {
  background-color: #fff;
}

.cursor {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.title {
  font-size: 40px;
  color: #1c8a93;
}

.border_green_line {
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.grey_bg {
  margin-bottom: 60px;
  margin-top: 20px;
}

.mobile_impact {
  display: none !important;
}

.mobile_icon {
  display: none;
}

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

.well {
  line-height: 24px !important;
}

.modal {
  top: 80px;
}

.green_text {
  color: #4cae4c !important;
}

.red_text {
  color: #da1f26 !important;
}

.icon_inline {
  transition: all 1s ease-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
  margin-left: 5px;
  font-size: 15px;
}

.image_margin {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -5px;
}

.nowrap {
  white-space: nowrap;
}

.icon_inline:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.content {
  margin-left: 0px;
}

.image_space {
  margin-bottom: -5px;
  margin-right: 8px;
  width: 15px;
  height: auto;
}

.fancy_check_wrap {
  line-height: 26px;
  padding-top: 7px;
  font-size: 12px;
  white-space: nowrap;
}

.nomarginbottom {
  margin-bottom: 0px !important;
}

.nomargintop {
  margin-top: 0px !important;
}

.marginbottom {
  margin-bottom: 20px;
}

.strike {
  text-decoration: line-through;
}

.popover-title, #popover_data {
  color: #231F20;
}

.cursor, .archive_item {
  cursor: pointer;
}

.alignleft {
  text-align: left;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.element_live_content {
  width: 100%;
  float: left;
  transition: all 1s ease-out;
}

ol li {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

img.item {
  width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

.fullwidth {
  width: 100%;
}

.mleft {
  margin-left: 10px;
}

.spacetopnone {
  margin-top: 0px;
}

.nospacebottom, .spacebottomnone {
  margin-bottom: 0px;
}

.spacetop {
  margin-top: 20px;
}

.spacebottom {
  margin-bottom: 20px;
}

form .element label {
  margin-left: 10px;
  font-weight: normal;
  font-size: 18px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

a {
  color: #03717A;
}

th a {
  color: #36A4AD;
}

.seeMe {
  font-size: 110%;
  font-weight: bold;
  color: #03717A !important;
  line-height: 24px;
}

.errorRed {
  color: #cf2121 !important;
}

.notlink {
  text-decoration: none !important;
  cursor: default !important;
}

.label {
  display: inline;
  padding: 0.3em 0.6em 0.3em 0.6em;
  font-size: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.pdfCustomer {
  color: #a10909;
}

.pdfInternal {
  color: #187926;
}

.pdfSupplier {
  color: #183a79;
}

.brandGreen {
  color: #1c8a93;
}

.brandBlue {
  color: #03717A;
}

.brandGreenDark {
  color: #03717A;
}

@-webkit-keyframes greyflash {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  50% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  to {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
@-webkit-keyframes highlight {
  from {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
  50% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  to {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes simplespin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.flash, .flash_incoming {
  -webkit-animation: greyflash 1s linear infinite;
  -moz-animation: greyflash 1s linear infinite;
  animation: greyflash 1s linear infinite;
  z-index: 9999;
}

.element_buttonGroup {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.element_buttonGroup .button, .element_buttonGroup .stopOveraly .resumeButton button, .element_buttonGroup .stopOveraly2 .resumeButton button, .stopOveraly .resumeButton .element_buttonGroup button, .stopOveraly2 .resumeButton .element_buttonGroup button {
  margin-right: 10px;
}
.element_buttonGroup.small {
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
}

.element_action {
  border: 1px solid #03717A;
  min-width: 60px;
  max-width: 100%;
  border-radius: 5px;
  height: 29px;
  background-color: #1c8a93;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 17.657px;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
}

.element_action.inactive {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.element_action.positive, .element_action.positive:hover {
  border: 1px solid #03717A;
  background-color: #03717A;
  color: #fff;
}

.element_action.width_auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.link_button {
  cursor: pointer;
}

.element_action.red {
  background-color: #cf2121;
  color: #fff;
}

.element_action.yellow {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.element_action.condense {
  min-width: 60px;
}

.element_action:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.element_action.loading, .element_action.loading:hover {
  background-color: #03717A;
  background-image: url(/interface/assets/images/icons/load.gif);
  padding-top: 0px !important;
}

.zynk_input {
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 6px solid #3FC0E6;
  display: inline-block;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  width: 300px;
  line-height: 77px;
  height: 80px;
  text-align: center;
  background-image: url(/interface/assets/images/logos/zynk.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-primary {
  color: #fff;
  background-color: #1c8a93;
  border-color: #1c8a93;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #1c8a93;
  border-color: #1c8a93;
}

.button, .stopOveraly .resumeButton button, .stopOveraly2 .resumeButton button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1c8a93;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 6px solid #03717A;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, width 0.5s ease-out;
  min-width: 260px;
  line-height: 66px;
  height: 70px;
  color: #fff;
}

.button:hover, .stopOveraly .resumeButton button:hover, .stopOveraly2 .resumeButton button:hover {
  background-color: #03717A;
  border-bottom: 6px solid #231F20;
}

.button.small, .stopOveraly .resumeButton button.small, .stopOveraly2 .resumeButton button.small {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1c8a93;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 4px solid #03717A;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, width 0.5s ease-out;
  width: 200px;
  line-height: 40px;
  height: 43px;
}

.button.small:hover, .stopOveraly .resumeButton button.small:hover, .stopOveraly2 .resumeButton button.small:hover {
  background-color: #03717A;
  border-bottom: 4px solid #231F20;
}

.button.confirm_button, .stopOveraly .resumeButton button.confirm_button, .stopOveraly2 .resumeButton button.confirm_button {
  background-color: #03717A;
  color: #fff;
  border-bottom: 6px solid #b8b8b8;
}

.button.confirm_button:hover, .stopOveraly .resumeButton button.confirm_button:hover, .stopOveraly2 .resumeButton button.confirm_button:hover {
  background-color: #03717A;
  border-bottom: 6px solid #000;
}

.element_action.confirm_button {
  border: 1px solid #03717A;
  background-color: #03717A;
  color: #fff;
}

.element_action.confirm_button:hover {
  border: 1px solid #000;
  background-color: #000;
}

.element_action.reject_button {
  border: 1px solid #cf2121;
  background-color: #cf2121;
  color: #fff;
}

.element_action.reject_button:hover {
  border: 1px solid #000;
  background-color: #000;
}

.button.reject_button, .stopOveraly .resumeButton button.reject_button, .stopOveraly2 .resumeButton button.reject_button {
  background-color: #cf2121;
  color: #fff;
  border-bottom: 6px solid #b8b8b8;
}

.button.reject_button:hover, .stopOveraly .resumeButton button.reject_button:hover, .stopOveraly2 .resumeButton button.reject_button:hover {
  background-color: #03717A;
  border-bottom: 6px solid #000;
}

.button.grey, .stopOveraly .resumeButton button.grey, .stopOveraly2 .resumeButton button.grey {
  color: #666;
  background-color: #dfe1e2;
  border-bottom: 6px solid #b8b8b8;
}

.button.grey:hover, .stopOveraly .resumeButton button.grey:hover, .stopOveraly2 .resumeButton button.grey:hover {
  background-color: #b8b8b8;
  border-bottom: 6px solid #000;
}

.button.success, .stopOveraly .resumeButton button.success, .stopOveraly2 .resumeButton button.success {
  background-color: #C0D254;
  border-bottom: 6px solid #231F20;
  min-width: 250px;
  background-image: url(/interface/assets/images/icons/tick_green.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.button.loading, .stopOveraly .resumeButton button.loading, .stopOveraly2 .resumeButton button.loading {
  background-color: #03717A;
  border-bottom: 6px solid #231F20;
  min-width: 250px;
  background-image: url(/interface/assets/images/icons/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0px;
}

@media only screen and (max-width: 700px) {
  .element_action {
    width: 100%;
    height: 50px;
  }

  .button, .stopOveraly .resumeButton button, .stopOveraly2 .resumeButton button {
    width: 100%;
  }
}
.element_form {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.element_input_wrap.leftcheck {
  width: 70%;
  float: left;
}
.element_input_wrap.rightcheck {
  width: 30%;
  float: left;
}

.checkpad {
  padding-left: 20px;
  padding-top: 40px;
}

.element_input_wrap {
  width: 100%;
  float: left;
}
.element_input_wrap p {
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #838383;
  margin-left: 15px;
  text-align: left;
  font-weight: normal;
}
.element_input_wrap .inlineSettings {
  margin-top: 10px;
}
.element_input_wrap label {
  float: left;
  width: 100%;
  line-height: 22px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.element_input_wrap .element_form_text {
  width: 98%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DFE1E2;
  padding-left: 15px;
  color: #585858;
}
.element_input_wrap .form-control.element_form_text {
  width: 100%;
  border: 1px solid #ccc;
}
.element_input_wrap .form-control.element_form_text.date_height {
  line-height: 42px;
  height: 42px;
}
.element_input_wrap .element_form_file {
  width: 98%;
  height: 54px;
  border: 1px solid #DFE1E2;
  padding-left: 15px;
  line-height: 0px;
  padding-top: 15px;
  background-color: #fff;
}
.element_input_wrap .element_form_text.smaller {
  width: auto;
  border: 1px solid #DFE1E2;
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
}
.element_input_wrap .element_form_text.required {
  border: 1px solid #FF1C1C;
}
.element_input_wrap .element_form_text.textarea {
  width: 98%;
  height: 180px;
  line-height: 24px;
  border: 1px solid #DFE1E2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.element_input_wrap .element_form_text.textarea.reduced {
  width: 98%;
  height: 100px;
  line-height: 24px;
  border: 1px solid #DFE1E2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.element_form .element_form_77 {
  float: left;
  width: 77%;
}
.element_form .element_form_50 {
  float: left;
  width: 50%;
}
.element_form .element_form_33 {
  float: left;
  width: 33%;
}
.element_form .element_form_25 {
  float: left;
  width: 25%;
}

.form-control {
  height: 33px;
}

.elementTitle {
  text-align: left;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  padding-bottom: 10px;
  float: left;
}
.elementTitle .smallerPlease {
  font-size: 70%;
}
.elementTitle .taskAdd {
  position: absolute;
  right: 0px;
  top: -6px;
  cursor: pointer;
}
.elementTitle .taskAdd img {
  transition: all 1s ease-out;
  transform: scale(1);
}
.elementTitle .taskAdd img:hover {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.element_bar {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 7px;
  background-color: #EAECEF;
}

.input_search, .select_search {
  border-radius: 5px;
  height: 42px;
  background-color: #FFF;
  width: 70%;
  border: 1px solid #D0D0D0;
  padding-left: 5%;
  color: #000;
  line-height: 42px;
}
.input_search.small, .small.select_search {
  width: 40%;
}

.element_selectButton {
  float: left;
  width: 100%;
  text-align: center;
}
.element_selectButton .selectButton {
  float: left;
  width: 32%;
  background-color: #FFFFFF;
  border: 1px solid #E7EFF3;
  height: 98px;
  margin-right: 2%;
  transition: all 0.4s ease-out;
}
.element_selectButton .selectButton h3 {
  color: #03717A;
  font-size: 20px;
  line-height: 47px;
  margin-top: 13px;
}
.element_selectButton .selectButton p {
  font-size: 16px;
}
.element_selectButton .selectButton.five {
  float: left;
  width: 19%;
  height: 98px;
  margin-right: 1%;
}
.element_selectButton .selectButton.four {
  float: left;
  width: 23%;
  height: 98px;
  margin-right: 2%;
}
.element_selectButton .selectButton.three {
  float: left;
  width: 32%;
  height: 98px;
  margin-right: 2%;
}
.element_selectButton .selectButton:hover {
  cursor: pointer;
  background-color: #d7dca8;
  color: #000;
}
.element_selectButton .selectButton:hover .brandGreen {
  transition: all 1s ease-out;
  color: #000;
}
.element_selectButton .selectButton.selected {
  cursor: pointer;
  background-color: #03717A;
  color: #fff;
}
.element_selectButton .selectButton.selected .brandGreen {
  transition: all 1s ease-out;
  color: #fff !important;
}
.element_selectButton .selectButton:last-child {
  margin-right: 0%;
}

.mobileShow {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu_v2 .right_section {
    width: auto !important;
  }

  .tabletHide {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .element_form .element_form_33 {
    float: left;
    width: 100%;
  }

  .elementTitle {
    text-align: center;
  }

  .mobileShow {
    display: block;
  }

  .mobileHide {
    display: none !important;
  }

  .largeContent {
    margin-top: 0px !important;
  }

  .input_search, .select_search {
    width: 100%;
  }

  .element_form .element_form_50 {
    width: 100%;
  }

  .element_selectButton .selectButton {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E7EFF3;
    height: auto;
    margin-right: 0%;
    transition: all 0.4s ease-out;
  }
  .element_selectButton .selectButton h3 {
    line-height: 45px !important;
    margin-top: 0px !important;
  }
  .element_selectButton .selectButton p {
    display: none;
  }
  .element_selectButton .selectButton.four {
    height: auto;
    margin-right: 0%;
    width: 50%;
  }
  .element_selectButton .selectButton.five {
    height: auto;
    margin-right: 0%;
    width: 50%;
  }
  .element_selectButton .selectButton.five:last-child {
    height: auto;
    margin-right: 0%;
    width: 100%;
  }
}
.element_common {
  float: left;
  margin-bottom: 20px;
}

.element_full {
  width: 100%;
}

.element_calendar {
  width: 100%;
}

.element_half {
  width: 49%;
}

.element_half:last-child {
  float: right;
}

.element_table {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #E7EFF3;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  overflow: visible;
}

.element_table.width98 {
  width: 98%;
}

.element_full .element_table {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.element_table.height_match {
  width: 100%;
}

.element_wrap {
  float: left;
  width: 100%;
}

.element_table table {
  border: 1px solid #E7EFF3;
  margin-bottom: 0px;
  table-layout: fixed !important;
}

.element_table table tr th {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #231F20;
  text-align: center;
}

.element_table table tr td {
  color: #231f20;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  transition: all 0.4s ease-out;
  text-align: center;
  display: table-cell;
}

.element_table table tr td img {
  vertical-align: middle;
}

.unboxed {
  opacity: 0.6;
}

.element_table table tr:hover td, .element_table table tr.highlight_row td, .highlight_row {
  background-color: #d7dca8;
}

.element_table table .green-highlight_row td {
  background-color: #5cb85c !important;
  color: #fff;
}
.element_table table .green-highlight_row td .brandBlue {
  color: #fff;
}
.element_table table .green-highlight_row td a {
  color: #fff !important;
}
.element_table table .green-highlight_row td a.errorRed {
  color: #cf2121 !important;
  font-weight: bold;
}

.element_table table .gold-highlight_row td {
  background-color: #dace8e !important;
  color: #856404;
}
.element_table table .gold-highlight_row td .brandBlue {
  color: #856404;
}
.element_table table .gold-highlight_row td a {
  color: #856404 !important;
}

.allocationWrap {
  background-color: #eee;
  border: 1px sold #ccc;
  padding: 3px;
  margin-bottom: 4px;
}
.allocationWrap.yellow {
  background-color: #f2efb6;
  border: solid 1px #fff98f;
}
.allocationWrap.yellow span {
  font-size: 14px;
  font-style: italic;
}
.allocationWrap.blue {
  background-color: #b6dff2;
  border: solid 1px #b6dff2;
}
.allocationWrap.blue span {
  font-size: 14px;
  font-style: italic;
}

.element_table table .yellow-highlight_row td {
  background-color: #fcf8e3 !important;
  color: #856404;
}
.element_table table .yellow-highlight_row td .brandBlue {
  color: #856404;
}
.element_table table .yellow-highlight_row td a {
  color: #856404 !important;
}
.element_table table .yellow-highlight_row td a.errorRed {
  color: #cf2121 !important;
  font-weight: bold;
}

.element_table table .red-highlight_row td {
  background-color: #f8d7da !important;
  color: #721c24;
  border-bottom: 1px solid #ccc;
}
.element_table table .red-highlight_row td .brandBlue {
  color: #721c24;
}
.element_table table .red-highlight_row td a {
  color: #721c24 !important;
}
.element_table table .red-highlight_row td a.errorRed {
  color: #cf2121 !important;
  font-weight: bold;
}

.element_table table .grey-highlight_row td {
  background-color: #e2e3e5 !important;
  color: #383d41;
  opacity: 0.8;
}
.element_table table .grey-highlight_row td .brandBlue {
  color: #383d41;
}
.element_table table .grey-highlight_row td a {
  color: #383d41 !important;
}

.element_table table .blue-highlight_row td {
  background-color: #cce5ff !important;
  color: #004085;
}
.element_table table .blue-highlight_row td .brandBlue {
  color: #004085;
}
.element_table table .blue-highlight_row td a {
  color: #004085 !important;
}

.element_table table .purple-highlight_row td {
  background-color: #6a3ca9 !important;
  color: #fff;
}
.element_table table .purple-highlight_row td .brandBlue {
  color: #fff;
}
.element_table table .purple-highlight_row td a {
  color: #fff !important;
}

.element_table table .purple-highlight_row td {
  background-color: #6a3ca9 !important;
  color: #fff;
}
.element_table table .purple-highlight_row td .brandBlue {
  color: #fff;
}
.element_table table .purple-highlight_row td a {
  color: #fff !important;
}
.element_table table .purple-highlight_row td .allocationWrap {
  color: #000;
}
.element_table table .purple-highlight_row td .allocationWrap a {
  color: #000 !important;
}

.element_table table .your_highlight_row td {
  background-color: #E1E6B9;
  color: #fff;
}
.element_table table .your_highlight_row td .brandBlue {
  color: #fff;
}

.element_calculation {
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  background-color: #fa7d00;
}

.element_graph {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #E7EFF3;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 58px;
}

.box .row.head {
  background-color: #231F20;
  color: #FFFFFF;
  border-bottom: 6px solid #1c8a93;
}

.inlineSettings {
  display: inline;
  cursor: pointer;
  transition: all 1s ease-out;
  opacity: 1;
}

.inlineSettings a {
  color: #231F20;
  text-decoration: none;
}

.inlineSettings:hover img.cog {
  -webkit-animation: simplespin 2s linear infinite;
  -moz-animation: simplespin 2s linear infinite;
  animation: simplespin 2s linear infinite;
}

.largeContent {
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
}

.thirdleft {
  margin-left: -10px;
  margin-right: 0px;
}

.thirdright {
  margin-left: -15px;
  float: right;
}

@media only screen and (max-width: 700px) {
  .scanner_expand_width {
    overflow-x: scroll;
    width: 250% !important;
  }
  .scanner_expand_width.smaller {
    width: 150% !important;
  }
  .scanner_expand_width.extratoo {
    width: 450% !important;
  }

  .element_table table, table {
    table-layout: fixed !important;
  }

  .element_table table td, table td {
    overflow: hidden !important;
  }

  .maincontent {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
  }

  .box {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }

  .element_graph {
    display: none;
  }

  .thirdright {
    display: none;
  }
}
.elementLink {
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
.elementLink a {
  font-size: 18px;
  text-decoration: underline;
}
.elementLink a:hover {
  text-decoration: none;
}

.email_link {
  background-image: url(/interface/assets/images/icons/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

.pdf_link {
  background-repeat: no-repeat;
  background-position: left center;
}

.pdf_link.green {
  background-image: url(/interface/assets/images/icons/pdf_small_green.png);
}

.pdf_link.blue {
  background-image: url(/interface/assets/images/icons/pdf_small_blue.png);
}

.pdf_link.search_mode {
  padding-left: 15px;
  padding-right: 15px;
  background-position: center center;
}

.pdf_link_inline {
  width: 15px;
  height: 19px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: -4px;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  .elementLink {
    text-align: center;
  }
}
.modal-body {
  position: relative;
  padding: 15px;
}

.red {
  color: #cc0000;
}

.green {
  color: #009933;
}

#timeline {
  float: left;
  width: 100%;
}

#timeline .fa-clock-o {
  margin-left: 4px;
  margin-right: 2px;
}

#timeline header {
  margin-bottom: 20px;
  text-align: center;
}

#timeline header.selected li {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px 6px 10px;
  border: 1px solid #eee;
}

#timeline section.stream {
  color: #777;
}

#timeline section.stream .eGap {
  height: 120px;
  padding-top: 60px !important;
}

#timeline section.stream .eGap .eventGap {
  position: absolute;
  right: 250px;
  width: 400px;
  background-color: #333;
  color: #fff;
  text-shadow: none;
  padding: 5px;
  border-radius: 50px;
  text-align: center;
}

#timeline section.stream .eGap .eventGap .fa {
  margin-right: 5px;
}

#timeline section.stream div {
  display: block;
}

#timeline section.stream div.project:not(.created):not(.bulk_access_granted) {
  color: black;
  font-weight: bold;
  border-bottom: 7px solid #dcd9d3;
  padding-top: 2px;
  padding-bottom: 2px;
}

#timeline section.stream div.project:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#timeline section.stream div.project > a {
  color: #1c5c76;
  text-decoration: underline;
}

#timeline section.stream div.day {
  width: 100px;
  margin-left: 423px;
  color: black;
}

#timeline section.stream div.day a {
  display: block;
  width: 98px;
  height: 94px;
  background: white;
  font-weight: bold;
  border: 7px solid #c3cf21;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#timeline section.stream div.day.completed a {
  background-color: #03717A;
  color: #fff;
  text-shadow: none;
}

#timeline section.stream div.day.completed a .fa {
  margin-top: 6px;
  font-size: 24px;
}

#timeline section.stream .timeGap {
  zoom: 1;
  padding-top: 10px;
  font-size: 15px;
  width: 475px;
  word-wrap: break-word;
  border-right: 7px solid #03717A;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  height: 80px;
}

#timeline section.stream .timeGap div {
  background-color: #eee;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 300px;
  margin: 0px auto;
  position: absolute;
  right: -150px;
}

#timeline section.stream .timeGap div .fa {
  font-size: 12px;
}

#timeline section.stream article.event.left .timeGap {
  /*                        right: -100px;*/
}

#timeline section.stream article.event.left .eventGap {
  /*                        right: -200px !important;*/
}

#timeline section.stream article.event.left .triggerInfo {
  border-top-right-radius: 5px;
  right: -54px;
  border-bottom-right-radius: 5px;
}

#timeline section.stream article.event.left .time_action {
  right: -160px;
}

#timeline section.stream article.event.left .eleWrap .userInitials {
  left: 10%;
  border-bottom-left-radius: 10px;
}

#timeline section.stream article.event.left .eleWrap .expand {
  left: 0px;
}

#timeline section.stream article.event.left .eleWrap .info {
  float: right;
}

#timeline section.stream article.event.left .eleWrap .info .imagery_list {
  right: -207px;
  border-left: none;
}

#timeline section.stream article.event.right .timeGap {
  /*                        left: -100px;*/
}

#timeline section.stream article.event.right .eventGap {
  /*                        left: -200px !important;*/
}

#timeline section.stream article.event.right .triggerInfo {
  border-top-left-radius: 5px;
  left: -53px;
  border-bottom-left-radius: 5px;
}

#timeline section.stream article.event.right .time_action {
  left: -155px;
}

#timeline section.stream article.event.right .eleWrap .info {
  float: left;
}

#timeline section.stream article.event.right .eleWrap .info .imagery_list {
  left: -207px;
  border-right: none;
}

#timeline section.stream article.event.right .eleWrap .userInitials {
  right: 10%;
  border-bottom-right-radius: 10px;
}

#timeline section.stream article.event.right .eleWrap .expand {
  right: 0px;
}

#timeline section.stream article.event div.timedElement {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

#timeline section.stream article.event div.timedElement.hasPhoto {
  padding-bottom: 60px;
  /*                            &:not(.noTimeGap) {

                                                            min-height: 250px;

                                                        }*/
}

#timeline section.stream article.event div.timedElement.hasPhoto.noTimeGap {
  /*                                padding-bottom: 20px !important;*/
}

#timeline section.stream article.event div.timedElement.hasPhoto .eleWrap {
  margin-top: 50px;
}

#timeline section.stream article.event div.timedElement.hasPhoto .info .time_action {
  top: -50px;
}

#timeline section.stream article.event div.timedElement.hasPhoto .info .imagery_list {
  float: none;
  height: 150px;
  width: 200px;
  position: absolute;
  top: -25px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
  padding: 0px;
}

#timeline section.stream article.event div.timedElement.hasPhoto .info .imagery_list img.item {
  height: 130px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: 9px;
}

#timeline section.stream article.event div.timedElement .triggerInfo {
  position: absolute;
  height: 20px;
  top: 0px;
  width: 10%;
  color: #fff;
  background-color: #03717A;
  text-shadow: none;
  font-size: 12px;
  text-align: center;
}

#timeline section.stream article.event div.timedElement .time_action {
  position: absolute;
  height: 20px;
  top: 0px;
  color: #231f20;
}

#timeline section.stream article.event div.timedElement .eleWrap {
  width: 100%;
  position: relative;
  float: left;
  display: table;
}

#timeline section.stream article.event div.timedElement .eleWrap .expand {
  cursor: pointer;
  width: 10%;
  text-align: center;
  bottom: 0px;
  top: 5px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
}

#timeline section.stream article.event div.timedElement .eleWrap .expand:hover {
  color: #03717A;
}

#timeline section.stream article.event div.timedElement .eleWrap .userInitials {
  text-shadow: none;
  width: 10%;
  background-color: #c3cf21;
  text-align: center;
  bottom: 0px;
  top: 0px;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  color: #fff;
  border: 1px solid #acb534;
}

#timeline section.stream article.event div.timedElement .eleWrap .userInitials span {
  margin-top: 7px;
  display: inline-block;
  padding-top: 2px;
}

#timeline section.stream article.event div.timedElement .eleWrap .info {
  width: 80%;
  background-color: #fff;
  text-align: left;
  display: inline-block;
  padding: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-height: 45px;
}

#timeline section.stream article.event div.timedElement .eleWrap .info h5 {
  padding: 8px 8px 8px 8px;
  font-weight: normal;
  margin-bottom: 0px;
}

#timeline section.stream article.event div.timedElement .eleWrap .info .eleInfo {
  background-color: #eee;
  border-top: 1px solid #ccc;
  margin-top: 8px;
  padding: 8px;
  display: none;
  overflow: hidden;
  transition: all 1s ease-out;
}

#timeline section.stream article.event div.timedElement .eleWrap .info .eleInfo.active {
  display: block;
}

#timeline section.stream article.event div.timedElement .eleWrap .info .eleInfo p {
  text-align: left;
  margin-bottom: 5px;
}

#timeline section.stream article.event div.excerpt_attachments {
  margin-top: 7px;
  margin-right: -40px;
}

#timeline section.stream article.event div.excerpt_attachments div.grid_view {
  clear: none;
}

#timeline section.stream article.event div.excerpt_attachments div.grid_view div.background .figcaption {
  padding: 0 10px;
  font-size: 15px;
  line-height: 17px;
  color: black;
  font-weight: bold;
  display: block;
  word-wrap: break-word;
  max-width: 700px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#timeline section.stream article.event div.excerpt_attachments div.background figcaption {
  font-size: 11px;
  line-height: 13px;
  padding: 0 5px 12px;
}

#timeline section.stream article.event:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#timeline section.global_activity {
  margin: 20px auto 0;
  text-shadow: 0 1px #fff;
}

#timeline section.global_activity h1 {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

#timeline section.global_activity h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 15px;
}

#timeline section.global_activity p {
  text-align: center;
  margin-bottom: 10px;
}

#timeline section.global_activity .timeline_search {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#timeline section.global_activity .timeline_search .input-group-btn {
  background-color: #333;
  color: #fff;
}

#timeline section.global_activity .timeline_search .input-group-btn button {
  background-color: #333;
  color: #fff;
}

#timeline .thumbnail_wrap {
  display: inline-block;
  position: relative;
}

#timeline div.grid_view div.background {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  position: relative;
}

#timeline div.grid_view figure {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#timeline div.workspace {
  text-align: center;
  -webkit-transition: opacity 150ms 350ms ease-in;
  -moz-transition: opacity 150ms 350ms ease-in;
}

#timeline div.panel {
  min-height: 200px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-align: left;
}

#timeline div.workspace > div.container {
  margin: 0 auto;
  width: 960px;
}

#timeline .infinite_page {
  -webkit-transition: padding 50ms 15ms ease-in;
  -moz-transition: padding 50ms 15ms ease-in;
  -ms-transition: padding 50ms 15ms ease-in;
  transition: padding 50ms 15ms ease-in;
}

#timeline section.stream div.project.left,
#timeline section.stream article.event.left {
  border-right: 7px solid #03717A;
}

#timeline section.stream div.project > a {
  color: #1c5c76;
  text-decoration: underline;
}

#timeline section.stream div.day a > span {
  display: table-cell;
  width: 98px;
  height: 89px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
}

#timeline section.stream div.day a > span time.head {
  text-decoration: underline;
}

#timeline section.stream div.day a > span time.subhead {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #bbb;
}

#timeline section.stream div.day.completed a > span time.subhead {
  color: #fff;
}

#timeline section.stream article.event > div.time {
  width: 62px;
  padding: 12px 10px 0;
  color: #aa9c84;
  font-size: 13px;
}

#timeline section.stream div.project.left div.time,
#timeline section.stream article.event.left div.time {
  float: right;
  text-align: right;
  white-space: nowrap;
}

#timeline section.stream article.event > div.avatar {
  padding: 12px 0 0 0;
  width: 55px;
  float: left;
}

#timeline section.stream div.project.left div.action,
#timeline section.stream article.event.left div.action {
  padding-right: 15px;
}

#timeline section.stream article.event .in_project, #timeline section.stream article.event .bucket {
  display: none;
}

#timeline section.stream article.event div.excerpt {
  display: block;
  color: #333;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: normal;
}

#timeline section.stream article.event > div.action {
  padding: 12px;
  color: black;
  font-size: 15px;
  line-height: 1.2em;
  width: 355px;
  margin-left: 50px;
  word-wrap: break-word;
  font-weight: bold;
}

#timeline section.stream div.project.right {
  padding-left: 10px;
}

#timeline section.stream div.project.right,
#timeline section.stream article.event.right {
  border-left: 7px solid #03717A;
  margin-left: 468px;
}

#timeline section.stream div.project:not(.created):not(.bulk_access_granted) {
  color: black;
  font-weight: bold;
  border-bottom: 7px solid #03717A;
  padding-top: 8px;
  padding-bottom: 7px;
}

#timeline section.stream div.project,
#timeline section.stream article.event {
  zoom: 1;
  padding-top: 30px;
  font-size: 15px;
  width: 475px;
  word-wrap: break-word;
}

#timeline section.stream div.project.right div.time,
#timeline section.stream article.event.right div.time {
  float: left;
}

#timeline section.stream div.project.right div.action,
#timeline section.stream article.event.right div.action {
  margin-left: 113px;
}

#timeline img.avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#timeline a.decorated {
  color: #1c5c76;
  text-decoration: underline;
}

.pocreatepage .element_form {
  margin-bottom: 3px;
}

.neewByttonStyle {
  width: 100%;
  max-width: 250px;
  padding: 14px;
  float: right;
  background-color: #929292;
  color: #fff;
  border-radius: 10px;
  margin-bottom: -30px;
}

.poArea {
  margin-left: 12%;
  float: left;
  margin-top: 11px;
  margin-bottom: 100px;
}

.emailSendSceen .areaTitle {
  font-size: 20px;
}
.emailSendSceen .sendStatus {
  color: #007E40;
  font-size: 24px;
  float: right;
  margin-top: -25px;
}
.emailSendSceen .sendEmailButton {
  background-color: #007E40;
  color: #fff;
  padding: 10px;
  width: 100%;
  margin-top: 12px;
  max-width: 300px;
  border-radius: 8px;
}
.emailSendSceen textarea {
  width: 84%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #5F5F5F;
  outline: none;
  float: right;
  min-height: 250px;
}
.emailSendSceen .formEam {
  margin-top: 30px;
}
.emailSendSceen .formEam label {
  width: 13%;
  margin-right: 15px;
  margin-top: 3px;
}
.emailSendSceen .formEam input {
  width: 84%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #5F5F5F;
  outline: none;
  float: right;
}

.stopOveraly, .stopOveraly2 {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  position: fixed;
  height: 1500px;
  text-align: center;
  z-index: 999999999;
  top: 47px;
  left: 0px;
}
.stopOveraly .resumeButton, .stopOveraly2 .resumeButton {
  margin-top: 10%;
}
.stopOveraly .resumeButton h1, .stopOveraly2 .resumeButton h1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.stopOveraly .resumeButton button, .stopOveraly2 .resumeButton button {
  width: 300px;
}

.context-menu-list {
  z-index: 999999999 !important;
}

.refreshStamp {
  font-size: 12px;
  float: right;
}

.filter_bar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  left: 0px;
  color: #fff;
  background-color: #f0ad4e;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px #ccc solid;
  z-index: 999;
}
.filter_bar.top {
  background-color: #e66d15;
  bottom: auto;
  top: 46px;
}
.filter_bar.top a {
  color: #fff;
  text-decoration: underline;
}
.filter_bar.top a:hover {
  color: #1c8a93;
}
.filter_bar.danger {
  background-color: #cc0000;
}
.filter_bar.active {
  background-color: #5cb85c;
}

.connectedSortable {
  z-index: 999999;
}

.sideMode .tank_space, .sideMode .bottling_space {
  width: 100% !important;
}

.newTankSpace .ui-state-highlight {
  height: 300px !important;
  background-color: #03717A !important;
}

.newPiacking .stockStatusInfo {
  padding: 5px;
  float: left;
  width: 100%;
}
.newPiacking .stockStatusInfo label {
  margin-bottom: 2px;
  margin-right: 2px;
  float: left;
  display: inline-block;
}
.newPiacking .bottomGreySection {
  background-color: #DFDFDF;
  display: inline-flex;
  width: 100%;
  padding: 6px 10px;
}
.newPiacking .bottomGreySection .dueDateS {
  margin-right: 20px;
  font-size: 11px;
  margin-left: 10px;
}
.newPiacking .bottomGreySection .BPHCoount {
  text-align: center;
  color: #484848;
  font-size: 12px;
}
.newPiacking .bottomGreySection .pickStatus {
  display: inline-block;
}
.newPiacking .flexyStats {
  display: flex;
  justify-content: center;
}
.newPiacking .flexyStats .blueOneS {
  width: 38%;
  color: #fff;
  border-radius: 4px;
  margin: 10px 5px 15px;
  text-align: center;
  padding: 5px;
  background-color: #5BC0DE;
}
.newPiacking .flexyStats .greyOneS {
  width: 38%;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin: 10px 5px 15px;
  padding: 5px;
  background-color: #8E8E8E;
}
.newPiacking .paclingInfo .pinP {
  text-align: center;
}
.newPiacking .paclingInfo .pinP p {
  font-size: 13px;
}
.newPiacking .paclingInfo .bottleType {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: -5px;
}
.newPiacking .newcenterArA .quantCenRef {
  font-weight: bold;
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}
.newPiacking .newcenterArA .stockStatuus {
  text-align: center;
  margin-top: 0px;
  margin-top: -1px !important;
}
.newPiacking .newcenterArA .stockStatuus .marginTop {
  display: contents;
  margin-top: 0px;
}
.newPiacking .newcenterArA .stockStatuus .label-danger {
  width: 100%;
  background-color: transparent;
  color: red;
  text-align: center;
}
.newPiacking .topSectionBlueInfo {
  background-color: #337AB7;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  padding: 10px 15px;
}
.newPiacking .topSectionBlueInfo .dateDay {
  float: right;
  margin-top: -24px;
}
.newPiacking .topSectionBlueInfo .dateDay svg {
  margin-right: 9px;
}

.tabsProductionLine {
  display: flex;
}
.tabsProductionLine .tabAreaPL {
  text-align: center;
  background-color: #fff;
  border: #EFF1F4 solid 1px;
  padding-bottom: 12px;
  flex: 1;
  margin: 0 5px;
  padding-top: 12px;
}
.tabsProductionLine .tabAreaPL .innerPL {
  text-align: center;
  width: 100%;
}
.tabsProductionLine .tabAreaPL.activeBluePL {
  background-color: #337AB7;
  color: #fff;
}
.tabsProductionLine .tabAreaPL.activeBluePL .plPL {
  color: #fff;
}
.tabsProductionLine .tabAreaPL.activeBluePL .rtsPL {
  color: #fff;
}
.tabsProductionLine .tabAreaPL .plPL {
  font-size: 15px;
  color: #707070;
}
.tabsProductionLine .tabAreaPL .rtsPL {
  font-size: 14px;
  color: #000;
  margin-top: -5px;
}

.newTankSpace .connectedSortable {
  text-align: left;
  display: flex !important;
  flex-wrap: wrap;
}
.newTankSpace .connectedSortable a {
  flex: 1;
  min-width: 23%;
  margin: 8px 12px;
  height: fit-content;
  padding: 0px !important;
  border: 5px solid #707070;
  border-radius: 4px 4px 0 0;
}
.newTankSpace .connectedSortable a.greenBox {
  border: 5px solid #707070 !important;
  border-radius: 4px 4px 0 0;
}
.newTankSpace .connectedSortable a.greenBorderBox {
  border: 5px solid #5cb85c !important;
  border-radius: 4px 4px 0 0;
}
.newTankSpace .connectedSortable a.purpleBox {
  border: 5px solid #707070 !important;
  border-radius: 4px 4px 0 0;
}
.newTankSpace .connectedSortable a.pauseBox {
  background-color: #f9eb55;
  border-bottom: dashed 6px #f9eb55 !important;
}

.tank_space, .bottling_space {
  margin-bottom: 30px;
  /*    #sortable0 {

          a {
              min-height: 40px;
          }

          div {
              float: left;
              width: 20%;
              text-align: center;
          }

          .showBacklog {
              display: inline-block;
          }

          .requiredBadge {
              float: left;
              width: 14%;
              text-align: center;
          }

      }*/
}
.tank_space div, .bottling_space div {
  text-align: left;
}
.tank_space div.tank_title, .bottling_space div.tank_title {
  text-align: center;
}
.tank_space .showBacklog, .bottling_space .showBacklog {
  display: none;
}
.tank_space .tank_table, .bottling_space .tank_table {
  position: relative;
}
.tank_space .tank_table a, .bottling_space .tank_table a {
  position: relative;
}
.tank_space .tank_table a.EditIcon, .bottling_space .tank_table a.EditIcon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.tank_space .tank_table a:not(.nostyle), .bottling_space .tank_table a:not(.nostyle) {
  width: 100%;
  display: inline-block;
  min-height: 80px;
}
.tank_space .tank_table a:not(.nostyle).greenBox, .bottling_space .tank_table a:not(.nostyle).greenBox {
  border-top: solid 1px #5cb85c;
  border-bottom: solid 1px #5cb85c;
  border-left: solid 1px #5cb85c;
  border-right: solid 1px #5cb85c;
  background-color: #c6ecc6;
}
.tank_space .tank_table a:not(.nostyle).greenBorderBox, .bottling_space .tank_table a:not(.nostyle).greenBorderBox {
  border-top: solid 1px #5cb85c;
  border-bottom: solid 1px #5cb85c;
  border-left: solid 1px #5cb85c;
  border-right: solid 4px #5cb85c;
}
.tank_space .tank_table a:not(.nostyle).purpleBox, .bottling_space .tank_table a:not(.nostyle).purpleBox {
  border-top: solid 1px #6a3ca9;
  border-bottom: solid 1px #6a3ca9;
  border-left: solid 1px #6a3ca9;
  border-right: solid 1px #6a3ca9;
}
.tank_space .tank_table a:not(.nostyle).pauseBox, .bottling_space .tank_table a:not(.nostyle).pauseBox {
  background-color: #f9eb55;
  border-bottom: dashed 6px #f9eb55;
}
.tank_space .tank_table a:not(.nostyle).activeBox, .bottling_space .tank_table a:not(.nostyle).activeBox {
  border-bottom: dashed 6px #4bd0ca !important;
}
.tank_space .tank_title, .bottling_space .tank_title {
  background-color: #fff;
  border: #EFF1F4 solid 1px;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
.tank_space .tank_title h3, .bottling_space .tank_title h3 {
  font-size: 16px;
  line-height: 20px;
}
.tank_space .tank_title p, .bottling_space .tank_title p {
  font-size: 14px;
}
.tank_space .tank_image, .bottling_space .tank_image {
  background-image: url(/interface/assets/images/production/tank.png);
  background-repeat: no-repeat;
  width: 169px;
  height: 321px;
  overflow: hidden;
  margin: 30px auto;
}
.tank_space .tank_image .tank_info_box, .bottling_space .tank_image .tank_info_box {
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  padding: 10px 0px;
  width: 110px;
  margin: auto;
}
.tank_space .tank_image .tank_info_box h3, .bottling_space .tank_image .tank_info_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #006600;
}
.tank_space .tank_image .tank_info_box.first_box, .bottling_space .tank_image .tank_info_box.first_box {
  margin-top: 80px;
}
.tank_space .tank_image .tank_info_box.second_box, .bottling_space .tank_image .tank_info_box.second_box {
  margin-top: 55px;
}
.tank_space.status_ready .tank_title, .status_ready.bottling_space .tank_title {
  background-color: #93acc5;
}
.tank_space.status_ready .tank_title h3, .status_ready.bottling_space .tank_title h3, .tank_space.status_ready .tank_title p, .status_ready.bottling_space .tank_title p {
  color: #fff;
}
.tank_space.status_ready .tank_title h3.red, .status_ready.bottling_space .tank_title h3.red, .tank_space.status_ready .tank_title p.red, .status_ready.bottling_space .tank_title p.red {
  color: #cc0000;
}
.tank_space.status_producing .tank_title, .status_producing.bottling_space .tank_title {
  background-color: #006233;
}
.tank_space.status_producing .tank_title h3, .status_producing.bottling_space .tank_title h3, .tank_space.status_producing .tank_title p, .status_producing.bottling_space .tank_title p {
  color: #fff;
}
.tank_space.status_warning .tank_title, .status_warning.bottling_space .tank_title {
  background-color: #f9eb55;
}
.tank_space.status_warning .tank_title h3, .status_warning.bottling_space .tank_title h3, .tank_space.status_warning .tank_title p, .status_warning.bottling_space .tank_title p {
  color: #000000;
}
.tank_space.status_warning .tank_info_box.first_box, .status_warning.bottling_space .tank_info_box.first_box {
  background-color: #f9eb55;
}
.tank_space.status_warning .tank_info_box.first_box h3, .status_warning.bottling_space .tank_info_box.first_box h3, .tank_space.status_warning .tank_info_box.first_box p, .status_warning.bottling_space .tank_info_box.first_box p {
  color: #000000;
}
.tank_space.status_warning .tank_info_box.second_box, .status_warning.bottling_space .tank_info_box.second_box {
  background-color: #f9eb55;
}
.tank_space.status_warning .tank_info_box.second_box h3, .status_warning.bottling_space .tank_info_box.second_box h3, .tank_space.status_warning .tank_info_box.second_box p, .status_warning.bottling_space .tank_info_box.second_box p {
  color: #000000;
}
.tank_space.status_danger .tank_title, .status_danger.bottling_space .tank_title {
  background-color: #e44f4b;
}
.tank_space.status_danger .tank_title h3, .status_danger.bottling_space .tank_title h3, .tank_space.status_danger .tank_title p, .status_danger.bottling_space .tank_title p {
  color: #fff;
}
.tank_space.status_danger .tank_info_box.first_box, .status_danger.bottling_space .tank_info_box.first_box {
  background-color: #e44f4b;
  color: #fff;
}
.tank_space.status_danger .tank_info_box.first_box h3, .status_danger.bottling_space .tank_info_box.first_box h3, .tank_space.status_danger .tank_info_box.first_box p, .status_danger.bottling_space .tank_info_box.first_box p {
  color: #fff;
}
.tank_space.status_danger .tank_info_box.second_box, .status_danger.bottling_space .tank_info_box.second_box {
  background-color: #e44f4b;
  color: #fff;
}
.tank_space.status_danger .tank_info_box.second_box h3, .status_danger.bottling_space .tank_info_box.second_box h3, .tank_space.status_danger .tank_info_box.second_box p, .status_danger.bottling_space .tank_info_box.second_box p {
  color: #fff;
}
.tank_space .requiredBadge, .bottling_space .requiredBadge {
  float: right;
}

.bottling_space .tank_title {
  margin-bottom: 20px;
}
.bottling_space.status_ready .tank_title {
  background-color: #8eb935;
}
.bottling_space.status_ready .tank_title h3, .bottling_space.status_ready .tank_title p {
  color: #fff;
}
.bottling_space.status_producing .tank_title {
  background-color: #006233;
}
.bottling_space.status_producing .tank_title h3, .bottling_space.status_producing .tank_title p {
  color: #fff;
}
.bottling_space.status_warning .tank_title {
  background-color: #f9eb55;
}
.bottling_space.status_warning .tank_title h3, .bottling_space.status_warning .tank_title p {
  color: #000000;
}
.bottling_space.status_warning .tank_info_box.first_box {
  background-color: #f9eb55;
}
.bottling_space.status_warning .tank_info_box.first_box h3, .bottling_space.status_warning .tank_info_box.first_box p {
  color: #000000;
}
.bottling_space.status_danger .tank_title {
  background-color: #e44f4b;
}
.bottling_space.status_danger .tank_title h3, .bottling_space.status_danger .tank_title p {
  color: #fff;
}
.bottling_space.status_danger .tank_info_box.first_box {
  background-color: #e44f4b;
  color: #fff;
}
.bottling_space.status_danger .tank_info_box.first_box h3, .bottling_space.status_danger .tank_info_box.first_box p {
  color: #fff;
}
.bottling_space .line_image {
  background-image: url(/interface/assets/images/production/bottling_line_belt2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 500px;
  height: 175px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
}
.bottling_space .line_image .bottles {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 2px;
}
.bottling_space .line_image .bottles .left {
  left: 0px;
  float: left;
}
.bottling_space .line_image .bottles .left img {
  transition: all 1s ease-out;
  padding-right: 2px;
}
.bottling_space .line_image .bottles .left img.finalBottle {
  position: absolute;
  left: 126px;
}
.bottling_space .line_image .bottles.animate .left img.finalBottle {
  position: absolute;
  left: 295px;
  margin-left: 96px;
}
.bottling_space .line_image .bottles .right {
  float: right;
  margin-top: -3px;
  right: 0px;
}
.bottling_space .line_image .bottles .right img {
  padding-left: 2px;
}
.bottling_space .line_image .line_info_box {
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  padding: 10px 0px;
  width: 48%;
  margin: auto;
  margin: 5px;
  float: right;
}
.bottling_space .line_image .line_info_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #006600;
}
.bottling_space .line_image .line_info_box.first_box {
  margin-top: 0px;
}
.bottling_space .line_image .line_info_box.second_box {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .tabsProductionLine .tabAreaPL .rtsPL {
    font-size: 10px;
    color: #000;
    margin-top: -5px;
  }

  .element_selectButton .selectButton p {
    font-size: 12px;
  }

  .newTankSpace .connectedSortable a {
    flex: 1;
    min-width: 40%;
  }
}
.newLogin {
  background-color: #fff;
}
.newLogin .container-flex {
  display: flex;
  width: unset !important;
  padding: 0px;
}
.newLogin .container-flex .row {
  width: 100%;
  margin: 0px;
}
.newLogin .container-flex .row .col-lg-8 {
  min-height: unset;
}
.newLogin .container-flex .row .col-lg-4 {
  min-height: unset;
}
.newLogin .verifyMeText {
  line-height: 22px;
  margin-top: 4px;
  color: #777777;
  display: none;
}
.newLogin .verifyMe {
  display: none;
}
.newLogin .loginForm {
  text-align: center;
  width: 100%;
  /*        -webkit-animation: loginForm 1s ease backwards;*/
  padding: 0 8%;
}
.newLogin .loginForm img {
  width: 250px;
  height: auto;
  margin-top: 78px;
}
.newLogin .loginForm form {
  margin-top: 0px;
}
.newLogin .loginForm form .login-element {
  border: 1px solid #d8d8d8;
  width: 100%;
  line-height: 40px;
  border-radius: 8px;
  height: 60px;
  background-color: #fff;
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-top: 18px;
  padding: 0 25px;
}
.newLogin .loginForm form .form_button {
  background-color: #015D82;
  box-shadow: none;
  border: none;
  width: 100%;
  margin-top: 20px;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, width 0.5s ease-out;
  line-height: 54px;
  height: 54px;
  min-width: 220px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  border-radius: 10px;
}
.newLogin .resendCode {
  margin-top: -40px;
  color: #536d6d;
  margin-right: 20px;
  font-size: 13px;
  margin-bottom: 14px;
}
.newLogin .resendCode i {
  margin-right: 5px;
}
.newLogin .rememberMe {
  text-align: left;
  margin-top: 20px;
}
.newLogin .rememberMe label {
  font-size: 15px;
  color: #585858;
}
.newLogin .fyld {
  float: right;
  margin-top: -23px;
  font-size: 14px;
}
.newLogin .fyld.help {
  margin-right: 16px;
}
.newLogin .loinSet {
  margin-top: 60px;
}
.newLogin .loinSet .loginG {
  margin-top: 16px;
  font-weight: 800;
  color: #6D7686;
  font-size: 15px;
}
.newLogin .loinSet .accountlikn {
  float: right;
  margin-top: 16px;
  font-size: 15px;
  color: #6D7686;
}
.newLogin .loinSet .accountlikn a {
  font-weight: 800;
  color: #6D7686;
}
.newLogin .allrgihts {
  text-align: center;
  margin-top: 95px;
  color: #707070;
}
.newLogin .allrgihts .tagline {
  color: #707070;
  font-weight: 800;
}
.newLogin .mainImg {
  background-image: url(../../interface/assets/images/logins/whousescreen.jpg);
  background-size: cover;
  height: 950px;
  background-position: center;
}

/*
@-webkit-keyframes loginForm {
    from { width: 0%; }
    to { width: 100%; }
}*/
@media only screen and (max-width: 1450px) {
  .newLogin .loginForm {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 1200px) {
  .newLogin .mainImg {
    background-image: url(../../interface/assets/images/logins/whousescreen2.jpg);
    height: 821px;
    background-position: right;
  }

  .newLogin .loginForm img {
    margin-top: 80px;
  }

  .newLogin .allrgihts {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1315px) {
  .newLogin .fyld {
    float: none;
    margin-top: 5px;
  }

  .newLogin .rememberMe {
    margin-top: 20px;
    text-align: center;
    margin-left: -15px;
  }

  .newLogin .loinSet {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hideMeSmall {
    display: none !important;
  }

  .newLogin {
    border-top: 30px solid #6ab8be;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 997px) {
  .container {
    max-width: initial !important;
  }

  .newLogin .mainImg {
    height: 820px;
    display: none;
  }

  .newLogin .loinSet {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .newLogin .loinSet .loginG {
    font-size: 14px;
  }

  .newLogin .loinSet .accountlikn {
    font-size: 14px;
  }
}
.gadAmHead .buttonFlex, .gadAmHead .select2-container {
  position: relative;
  border-radius: 7px;
  width: 100%;
  min-width: 110px;
  text-align: center;
  padding: 12px 15px;
  flex: 1;
  background-color: #D9D9D9;
  margin: 0px 5px;
  color: #686868;
  margin-top: 8px;
}
.gadAmHead .buttonFlex.supplyLong, .gadAmHead .supplyLong.select2-container {
  min-width: 200px;
}
.gadAmHead .buttonFlex.specialFixedOne, .gadAmHead .specialFixedOne.select2-container {
  position: absolute;
  right: 0px;
  min-width: 51px;
  padding: 12px 21px;
  max-width: 20px;
  background-color: #C1C1C1;
}
.gadAmHead .buttonFlex svg, .gadAmHead .select2-container svg {
  margin-right: 8px;
}
.gadAmHead .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.gadAmHead .select2-container .select2-selection--single .select2-selection__rendered {
  height: 28px;
}
.gadAmHead .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  /* margin-top: -8px; */
  height: 20px;
  line-height: 3px;
  border-radius: 4px;
}
.gadAmHead .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 22px;
  z-index: 1;
  text-align-last: center;
}
.gadAmHead .flexRow {
  display: flex;
  overflow-x: auto;
  margin: 12px;
  margin-top: 3px;
}
.gadAmHead .flexRow::-webkit-scrollbar {
  display: none;
}
.gadAmHead .elementTitle {
  line-height: 5px;
  margin-top: 10px;
}
.gadAmHead .elementTitle.bottomtitle {
  margin-top: 20px;
}
.gadAmHead button {
  cursor: pointer;
}
.gadAmHead .greyOrButtons {
  border: 1px solid #5F5F5F;
  padding: 9px 40px;
  border-radius: 5px;
  width: 100%;
  float: left;
  max-width: 250px;
  margin-top: 8px;
  margin-left: 9px;
}
.gadAmHead .greyOrButtons.greySelected {
  color: #fff;
  background-color: #5F5F5F;
}
.gadAmHead .orText {
  float: left;
  margin: 11px 26px;
  font-weight: bold;
  margin-top: 20px;
}
.gadAmHead .deliveryText {
  color: #707070;
  margin-top: 5px;
}
.gadAmHead .deliveryText svg {
  margin-left: 10px;
}
.gadAmHead .searchSearchg {
  margin-left: -35px;
  color: #707070;
}
.gadAmHead .input_search, .gadAmHead .select_search {
  padding-left: 2%;
}
.gadAmHead .redArlert {
  color: #FF0000;
  font-size: 15px;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  font-weight: bold;
}
.gadAmHead .greenFloRightButton {
  background-color: #007E40;
  color: #fff;
  padding: 9px 40px;
  border-radius: 5px;
  border: none;
  width: 100%;
  float: right;
  max-width: 250px;
  margin-left: 9px;
}

.select2-container {
  z-index: 9999 !important;
}

.poPopup {
  display: none;
  position: absolute;
  z-index: 99999;
  padding-top: 0px;
  left: 0;
  top: -11px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.poPopup .topLabel {
  color: #747474;
  font-size: 15px;
}
.poPopup .bottomButtons {
  margin-top: 15px;
  text-align: right;
}
.poPopup .bottomButtons .botButStyle {
  border: none;
  border-radius: 7px;
  color: #fff;
  padding: 10px;
  width: 100%;
  max-width: 202px;
  margin: 2px;
}
.poPopup .bottomButtons .botButStyle.redBB {
  background-color: #FF0000;
}
.poPopup .bottomButtons .botButStyle.greenBB {
  background-color: #007E40;
}
.poPopup .inputPo {
  width: 100%;
  padding: 10px 8px;
  border-radius: 8px;
  border: 1px solid #5F5F5F;
  margin-top: 6px;
  padding-left: 20px;
}
.poPopup .bottomText {
  color: #747474;
  font-size: 15px;
}
.poPopup .rightText {
  text-align: right;
}
.poPopup .rightText .redMiniBox {
  color: #FF0000;
  border: 1px solid #FF0000;
  background-color: #fff;
  padding: 6px 14px;
  margin-right: 4px;
  border-radius: 4px;
}
.poPopup .rightText .redMiniBox.okay {
  border: 1px solid #000;
  color: #000;
}
.poPopup .rightText .balancePs {
  margin-top: 5px;
  margin-right: 14px;
  color: #505050;
}
.poPopup .rightText .balancePs.firsTyle {
  margin-top: -27px;
  margin-right: 80px;
}
.poPopup .rightText .balancePs.bluePs {
  color: #00377E;
  margin-top: 8px;
}
.poPopup .pOPopcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 35px;
  border: 1px solid #888;
  width: 70%;
}
.poPopup .recordinvoiceTitle {
  text-align: center;
  font-size: 21px;
  color: #505050;
  font-weight: 300;
  margin-top: 10px;
}
.poPopup .closePoTimes {
  color: #aaaaaa;
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
}
.poPopup .closePoTimes:hover,
.poPopup .closePoTimes:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popTable {
  width: 100%;
  height: auto;
}
.popTable th {
  text-align: center;
}
.popTable td {
  text-align: center;
}

.bomApprove {
  margin-bottom: 5px;
  margin-top: 11px;
}
.bomApprove .bomVersion {
  margin-left: 8px;
  float: left;
  font-size: 13px;
  font-weight: 600;
}
.bomApprove .bomVersion svg {
  color: #3C763D;
  margin-right: 8px;
}
.bomApprove .awaitingApprove {
  float: right;
  color: #CB4444;
  margin-right: 4%;
  font-weight: 500;
  font-size: 13px;
}
.bomApprove .awaitingApprove svg {
  color: #CB4444;
  margin-right: 8px;
}
.bomApprove .approveBut {
  float: right;
  border: none;
  background-color: #fff;
  color: #3A3756;
  font-size: 15px;
  font-weight: bold;
  margin-left: 25px;
}
.bomApprove.barcodesbA {
  border: 1px solid #CFCFCF;
  padding: 10px 14px;
  width: 100%;
  display: inline-flex;
}
.bomApprove.barcodesbA .bomVersion {
  float: none;
  flex: 1 auto;
  margin: 0px 15px 0px 15px;
  font-size: 13px;
}
.bomApprove.barcodesbA .awaitingApprove {
  margin-right: 0px;
  margin-top: 0px;
  float: none;
  flex: 1 auto;
}
.bomApprove.barcodesbA .bomVersion.inactive {
  color: #CB4444;
}
.bomApprove.barcodesbA .bomVersion.inactive svg {
  color: #CB4444;
}

.greenManageButton {
  background-color: #3C763D;
  color: #fff;
  float: right;
  border-radius: 6px;
  padding: 10px 12px;
  width: 100%;
  max-width: 200px;
  border: none;
  margin-top: 8px;
}
.greenManageButton.fullDetail {
  background-color: #e9e9e9;
  color: #000;
  margin-left: 11px;
  max-width: 178px;
}

.newProductsScreen {
  margin: 0 45px;
  font-family: "Open Sans", sans-serif;
}
.newProductsScreen .topLay {
  display: inline-flex;
  margin-top: 20px;
}
.newProductsScreen .topLay .titleLT {
  flex: 1 auto;
  font-size: 17px;
}
.newProductsScreen .topLay .titleLT span {
  font-weight: 700;
  color: #5b5b56;
}
.newProductsScreen .topLay .weightL {
  flex: 1 auto;
  margin-left: 18px;
  color: #515151;
}
.newProductsScreen .topLay .weightL svg {
  color: #515151;
  margin-right: 5px;
}
.newProductsScreen .topLay .pdfL {
  flex: 1 auto;
  margin-left: 18px;
  color: #515151;
}
.newProductsScreen .topLay .pdfL svg {
  color: #515151;
  margin-right: 5px;
}
.newProductsScreen .flexySummaryTG {
  margin-top: 20px;
  display: flex;
}
.newProductsScreen .flexySummaryTG .summaryArea {
  flex: 1 auto;
  border: 1px solid #ebebeb;
}
.newProductsScreen .flexySummaryTG .summaryArea .topGreyS {
  text-transform: uppercase;
  color: #929292;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 600;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS {
  padding: 12px 15px;
  background-color: #f5f5f5;
  color: #636363;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 600;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS.blueActiePicks {
  font-weight: 600;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS.blueActiePicks svg {
  color: #277C97;
  margin-right: 6px;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS.blueActiePicks .iconPercentage {
  color: #277C97;
  font-weight: 600;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS .iconPercentage {
  font-size: 14px;
  color: #63BF1B;
  margin-left: 10px;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS .iconPercentage.overdue {
  color: #E54E4A;
}
.newProductsScreen .flexySummaryTG .summaryArea .bottmGreyS .iconPercentage.overdue svg {
  color: #E54E4A;
}
.newProductsScreen .titleLEft {
  font-size: 16px;
  color: #343434;
  font-weight: 700;
  margin-top: 35px;
}
.newProductsScreen .quorview {
  color: #505050;
  font-size: 13px;
  font-weight: 500;
}
.newProductsScreen .quorview img {
  width: 16px;
  margin-left: 14px;
  margin-right: 4px;
}
.newProductsScreen .headerV {
  background-color: #EBEBEB;
}
.newProductsScreen .upcomingTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 15px;
}
.newProductsScreen .upcomingTable.productsTb {
  margin-bottom: 30px;
}
.newProductsScreen .upcomingTable.productsTb .productDesc {
  font-weight: 400;
}
.newProductsScreen .upcomingTable.productsTb tr:nth-child(even) {
  background-color: #efefef;
}
.newProductsScreen .upcomingTable.productsTb .linkChev svg {
  color: #565656;
  text-align: right;
}
.newProductsScreen .upcomingTable.complaintsC tr:nth-child(even) {
  background-color: #FFEFEF;
}
.newProductsScreen .upcomingTable.incomingTable th, .newProductsScreen .upcomingTable.incomingTable td {
  text-align: center;
}
.newProductsScreen .upcomingTable td .linkChev .rightTable {
  margin-top: 20px;
  text-align: right;
}
.newProductsScreen .upcomingTable td .iconPercentage {
  font-size: 12px;
}
.newProductsScreen .upcomingTable td .iconPercentage svg {
  margin-right: 1px;
}
.newProductsScreen .upcomingTable td .iconPercentage.overdue {
  color: #E54E4A;
}
.newProductsScreen .upcomingTable td .iconPercentage.overdue svg {
  color: #E54E4A;
}
.newProductsScreen .upcomingTable .linkChev {
  text-align: right;
}
.newProductsScreen .upcomingTable .linkChev svg {
  font-size: 16px;
  color: #3C763D;
  text-align: right;
}
.newProductsScreen .upcomingTable th, .newProductsScreen .upcomingTable td {
  text-align: left;
  padding: 12px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  color: #535353;
}
.newProductsScreen .upcomingTable th.overdue, .newProductsScreen .upcomingTable td.overdue {
  color: #E54E4A;
}
.newProductsScreen .upcomingTable th.overdue svg, .newProductsScreen .upcomingTable td.overdue svg {
  color: #E54E4A;
  text-align: right;
}
.newProductsScreen .upcomingTable th svg, .newProductsScreen .upcomingTable td svg {
  margin-right: 8px;
  color: #63BF1B;
  text-align: right;
}
.newProductsScreen .rightSideToggle {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 6px;
  margin-top: 70px;
  border-bottom: none;
}
.newProductsScreen .rightSideToggle button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 3%;
}
.newProductsScreen .rightSideToggle button:hover {
  background-color: #ffffff;
  border-radius: 10px 13px 0px 0px;
  margin-top: 8px;
  padding: 12px 17px 16px 17px;
}
.newProductsScreen .rightSideToggle button.active {
  background-color: inherit;
  border-radius: 10px 13px 0px 0px;
  margin-top: 8px;
  padding: 12px 20px 16px 20px;
}
.newProductsScreen .tabcontent {
  display: none;
  padding: 6px 28px;
  border: 1px solid #ccc;
  margin-top: -4px;
  border-top: none;
  border-top: none;
  min-height: 775px;
}
.newProductsScreen .keyInfo .titleLEft {
  margin-top: 22px;
}
.newProductsScreen .keyInfo .titleLEft svg {
  color: #3C763D;
  margin-left: 8px;
}
.newProductsScreen .yellowNote {
  background-color: #FBFFC2;
  border: 1px solid #CFCFCF;
  margin-top: 45px;
  padding: 8px 18px;
  font-size: 13px;
  color: #535353;
  border-radius: 4px;
}
.newProductsScreen .productmg {
  margin-top: 15px;
  margin-bottom: 25px;
}
.newProductsScreen .productmg img {
  height: auto;
  width: 125px;
}
.newProductsScreen .productstl .titleLEft {
  margin-top: 20px;
}
.newProductsScreen .bomtl .titleLEft {
  margin-top: 20px;
}
.newProductsScreen .bomtl .titleLEft .bomStatus {
  float: right;
  color: #CB4444;
}
.newProductsScreen .supplierstl .titleLEft {
  margin-top: 20px;
}
.newProductsScreen .supplierstl .linkChev {
  text-align: right;
}

.bomScreen .searchBar {
  background-color: #fff;
  float: right;
  width: 19%;
  padding: 9px;
  border-radius: 5px 1px 0px 5px;
  border: 1px solid #ACACAC;
  margin-top: 8px;
  margin-right: -4px;
  border-right: none !important;
}
.bomScreen .circleOrder {
  width: 56px;
  background-color: #EFEFEF;
  border-radius: 14px;
  height: 29px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #A5A0A0;
}
.bomScreen .upcomingTable td {
  padding: 8px;
}
.bomScreen .ref {
  color: #3C763D !important;
  font-weight: 700 !important;
}
.bomScreen .toggleBom button:focus {
  outline: none !important;
  border: none !important;
}
.bomScreen .toggleBom {
  background-color: #9E9E9E;
  color: #fff;
}
.bomScreen .toggleBom button {
  background-color: #9E9E9E;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.bomScreen .toggleBom.selected {
  background-color: #3C763D;
}
.bomScreen .toggleBom.selected button {
  background-color: #3C763D;
}
.bomScreen .toggleBom svg {
  color: #fff !important;
  margin-right: 0px !important;
}
.bomScreen .dragable svg {
  font-size: 18px;
  color: #000 !important;
  margin-right: 0px !important;
}
.bomScreen img {
  width: 20px;
  height: 20px;
}

.bomChanges .headers {
  margin-bottom: 15px;
}
.bomChanges .headers .approvalStatis {
  color: #CB4444;
  float: right;
  margin-top: -24px;
  font-weight: 800;
}
.bomChanges .headers .approvalStatis.success {
  color: #3C763D;
}
.bomChanges .yellowStatus {
  background-color: #FFFBE5;
  color: #343434;
  padding: 15px;
  margin-top: 8px;
  border: 1px solid #C1C1C1;
  border-radius: 6px;
  position: relative;
  font-weight: 500;
}
.bomChanges .yellowStatus svg {
  color: #565656;
  float: right;
  font-size: 17px;
  margin-top: 2px;
}

.bomstats {
  display: flex;
}
.bomstats .stat {
  border: 1px solid #9E9E9E;
  text-align: center;
  background-color: #fff;
  padding: 30px 22px;
  margin-top: 18px;
  border-radius: 5px;
  flex: 1;
  margin: 20px 7px;
}
.bomstats .stat.leftside {
  margin-left: 0px;
}
.bomstats .stat.rightside {
  margin-right: 0px;
}
.bomstats .greenSyay {
  color: #3C763D;
  font-size: 35px;
  font-weight: 600;
}
.bomstats .statinfo {
  font-size: 16px;
  margin-top: 15px;
}

.waitingforedits {
  border: 5px solid #3C763D;
  margin-top: 14px;
  padding: 30px 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  min-height: 600px;
}
.waitingforedits .bomTitel {
  font-size: 16px;
  font-weight: 500;
}

.happyrobot svg {
  font-size: 30px;
  color: #6A6A6A;
  margin-top: 90px;
}
.happyrobot p {
  color: #484848;
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
}

.bomEditsMain {
  display: none;
  border: 5px solid #3C763D;
  margin-top: 14px;
  padding: 30px 40px;
  border-radius: 4px;
  background-color: #fff;
}
.bomEditsMain .bomTitel {
  font-size: 16px;
  font-weight: 500;
}
.bomEditsMain .deletebutton {
  background-color: #CB4444;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  border: none;
  float: right;
  margin-top: -28px;
}
.bomEditsMain .editArea {
  width: 100%;
  display: flex;
}
.bomEditsMain .editArea .areap {
  flex: auto;
  margin: 7px;
  margin-top: 20px;
}
.bomEditsMain .editArea .areap.leftside {
  margin-left: 0px;
}
.bomEditsMain .editArea .areap.rightside {
  margin-right: 0px;
}
.bomEditsMain .editArea .areap label {
  width: 100%;
}
.bomEditsMain .editArea .areap.quanityE label {
  width: 100%;
}
.bomEditsMain .editArea .areap.quanityE input {
  /*                    text-align-last: center;*/
}
.bomEditsMain .editArea .areap textarea {
  width: 100%;
  margin-top: 9px;
  padding: 14px;
  min-height: 120px;
}
.bomEditsMain .editArea .areap select {
  width: 100%;
  padding: 11px 14px;
  margin-top: 8px;
}
.bomEditsMain .editArea .areap input {
  width: 100%;
  padding: 8px 14px;
  margin-top: 8px;
}

.saveedits {
  background-color: #3C763D;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
}

.videoWrap {
  margin-bottom: 40px;
}
.videoWrap h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}

.orderCreate {
  padding: 50px;
}
.orderCreate .customerInfo .historyContent {
  width: 100%;
  margin-top: 15px;
}
.orderCreate .customerInfo .rightSideToggle {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 6px;
  border-bottom: none;
}
.orderCreate .customerInfo .rightSideToggle button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 3%;
}
.orderCreate .customerInfo .rightSideToggle button:hover {
  background-color: #ffffff;
  border-radius: 10px 13px 0px 0px;
  margin-top: 8px;
  padding: 12px 17px 16px 17px;
}
.orderCreate .customerInfo .rightSideToggle button.active {
  background-color: #ffffff;
  border-radius: 10px 13px 0px 0px;
  margin-top: 8px;
  padding: 12px 17px 16px 17px;
}
.orderCreate .customerInfo .tabcontent {
  padding: 6px 28px;
  border: 1px solid #ccc;
  margin-top: -4px;
  border-top: none;
  border-top: none;
  min-height: 775px;
}
.orderCreate .customerInfo .keyInfo .titleLEft {
  margin-top: 22px;
}
.orderCreate .customerInfo .keyInfo .titleLEft svg {
  color: #3C763D;
  margin-left: 8px;
}
.orderCreate .productTable {
  margin-bottom: 16px;
  width: 97%;
  margin: auto;
  margin-top: 16px;
  font-size: 12px;
}
.orderCreate .productTable .titleRow .td {
  font-weight: bold;
}
.orderCreate .productTable .orderProductRow {
  border: 1px solid #caccce;
}
.orderCreate .productTable .orderProductRow td {
  padding: 20px;
}
.orderCreate .productTable .orderProductRow td .smBox {
  width: 33px;
  margin-left: 8px;
  margin-right: 8px;
}
.orderCreate .productTable .orderProductRow td .noSplitBox {
  width: 80%;
  min-width: 90px;
}
.orderCreate .orderTitle {
  margin-left: 7px;
  font-size: 24px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 40px;
}
.orderCreate .orderLabel {
  font-size: 14px;
  margin-bottom: 2px;
  color: #464646;
  font-weight: 700;
}
.orderCreate .orderLabelgrey {
  font-size: 17px;
  margin-bottom: 13px;
  color: #868686;
  font-weight: 700;
  text-align: left;
}
.orderCreate .orderInput {
  height: 40px !important;
  line-height: 40px;
  width: 100%;
  padding-left: 13px;
  border: 1px solid #caccce;
  border-radius: 3px;
  color: #000000;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 3px;
  border-radius: 5px;
}
.orderCreate .orCol {
  text-align: center;
}
.orderCreate .orLabel {
  font-size: 17px;
  margin-top: 34px;
}
.orderCreate .orderTotalRow {
  float: right;
  font-weight: bold;
  padding: 30px;
  padding-top: 5px;
}
.orderCreate .orderTotalRow .orderTotal {
  margin-left: 20px;
}
.orderCreate .yourOrder {
  width: 100%;
  min-height: 220px;
  background-color: white;
  text-align: center;
  border: 1px solid #caccce;
  border-radius: 2px;
}
.orderCreate .yourOrder i {
  /*margin-top: 79px;*/
  color: grey;
}
.orderCreate .yourOrder .divText {
  margin-top: 20px;
  color: grey;
  font-size: 18px;
}
.orderCreate .orderHistory {
  width: 100%;
  height: 300px;
  background-color: white;
  text-align: center;
  border: 1px solid #caccce;
  border-radius: 2px;
}
.orderCreate .orderHistory i {
  margin-top: 106px;
  color: grey;
}
.orderCreate .orderHistory .divText {
  margin-top: 20px;
  color: grey;
  font-size: 18px;
}
.orderCreate .completeOrderButton {
  font-size: 17px;
  width: 100%;
  border-radius: 2px;
  background-color: #caccce;
  color: #fff;
  padding: 10px 12px;
  border: none;
  margin-top: 33px;
  height: 50px;
}
.orderCreate .completeOrderButton.ready {
  background-color: #3C763D;
}
.orderCreate .customerCreateButton {
  width: 100%;
  border-radius: 2px;
  background-color: #3C763D;
  color: #fff;
  float: right;
  padding: 10px 12px;
  border: none;
  margin-top: 19px;
  height: 50px;
}
.orderCreate textarea {
  width: 100%;
  min-height: 127px;
  padding-left: 18px;
  padding-top: 13px;
  border: 1px solid #caccce;
  border-radius: 2px;
  background-color: #fdffe6;
}
.orderCreate .orderBox {
  border: 1px solid #caccce;
  padding: 0px 13px;
  width: 49%;
  text-align: center;
  margin-left: 5px;
  background-color: white;
  font-size: 12px;
  height: 40px !important;
  line-height: 40px;
}
.orderCreate .orderBox.selected {
  background-color: #3c763d;
  color: white;
}
.orderCreate .orderBox.selected.red {
  background-color: #ff9898;
  color: white;
}
.orderCreate .orderBox i {
  margin-left: -10px;
  padding-right: 14px;
  color: #caccce;
}
.orderCreate .orderBox i.red {
  color: red;
}
.orderCreate .flexy {
  display: flex;
}
.orderCreate .flexy input {
  margin-right: 20px;
  margin-bottom: 5px;
  width: 100%;
}

.element_filter {
  float: left;
  width: 49%;
  margin-right: 1%;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 98%;
  background-image: url(/interface/assets/images/icons/droparrow.png);
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
}

.element_filter select {
  border-radius: 5px;
  height: 45px;
  background-color: #FFF;
  border: 1px solid #FFF;
  line-height: 40px;
  background: transparent;
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
  -webkit-appearance: none;
}

.courierLogo {
  -webkit-filter: saturate(0);
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border: 1px solid #DFE1E2;
  float: left;
  background-color: #FFFFFF;
  cursor: pointer;
  height: 107px;
  transition: all 2s ease-out;
}
.courierLogo img {
  height: auto;
  max-width: 100%;
}
.courierLogo:hover {
  -webkit-filter: saturate(3);
}
.courierLogo.selected {
  padding-top: 11px;
  -webkit-filter: saturate(1);
  border: 10px solid #C0D254;
}
.courierLogo.other {
  color: #03717A;
  text-decoration: underline;
  line-height: 35px;
  height: 79px;
}
.courierLogo.recommended {
  border-bottom: 10px solid #C0D254;
}
.courierLogo.local {
  color: #03717A;
  text-decoration: underline;
  line-height: 35px;
  height: 79px;
}

.courier_title {
  font-size: 16px;
  padding-top: 10px;
}

.courier_reasons {
  margin-top: 20px;
  color: #03717A;
  margin-bottom: 20px;
  line-height: 28px;
}

.courier_message_msg {
  font-weight: normal;
  font-size: 16px;
}

.spec_image2 {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.spec_image2 img {
  width: auto;
  height: auto;
  float: left;
  border: solid 5px #f2f5d1;
  max-height: 160px;
  max-width: 100%;
}

.route_item.completed .spec_image2 img {
  border: none;
}

.spec_image {
  float: left;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  height: 170px;
}
.spec_image img {
  width: 100%;
  height: auto;
  float: left;
  border: solid 10px #fff;
}

.spec_stock {
  float: left;
  width: 55%;
}

.element_route .route_item.selectedItem {
  background-color: #f2f5d1;
  /*-webkit-animation: bgselected 3s linear infinite;
  -moz-animation: bgselected 3s linear infinite;
  animation: bgselected 3s linear infinite;*/
}

.element_route .route_item.completed {
  background-color: #03717A;
}
.element_route .route_item.completed .route_item_content p a {
  color: #fff !important;
}

.tickCheck {
  transition: all 1s ease-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.tickCheck img {
  margin-bottom: -5px;
}
.tickCheck.ticked, .tickCheck:hover {
  margin-bottom: -5px;
  transition: all 1s ease-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.tickCheck:hover {
  -webkit-animation: greyflash 1s linear infinite;
  -moz-animation: greyflash 1s linear infinite;
  animation: greyflash 1s linear infinite;
}

.white_box_background {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}

.white_box {
  width: 100%;
  padding-top: 300px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: absolute;
  z-index: 9999;
  line-height: 35px;
}

.warehouseNoteBox {
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 5px 10px;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .white_box {
    padding-top: 15%;
  }
}
.element_route .route_item.successItem {
  color: #fff;
  background-color: #f2f5d1;
  background-image: url(/interface/assets/images/icons/tick_green.png);
}

.element_route .route_item {
  padding-bottom: 10px;
  width: 100%;
  float: left;
  padding-bottom: 20px;
  /*background-image: url(/interface/assets/images/icons/arrow_double_green.png);*/
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 0%;
  border-top: 1px dashed #c4d024;
}

.element_route .route_item:first-child {
  border-top: none;
}

.element_route .route_item_content {
  width: 55%;
  float: left;
  margin-bottom: 20px;
}

.element_route .tickItem {
  width: 20%;
  float: left;
  margin-top: 30px;
}

.route_item.completed .tickItem {
  color: #fff;
  line-height: 30px;
}

.element_route {
  background-color: #F3F6F9;
  float: left;
  width: 98%;
  margin-left: 1%;
  border: 1px solid #E7EFF3;
  text-align: center;
}

.element_route .route_item.enditem {
  padding-right: 0%;
  background-image: none;
}

.element_route .route_item h5 {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #03717A;
  line-height: 25px;
  padding-top: 3px;
}

.element_route .route_item h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #231F20;
}

.element_route .route_item p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 24px;
}

.element_route .route_item.completed h5 {
  color: #FFFFFF;
}

.element_route .route_item.completed h3 {
  color: #FFFFFF;
}

.element_route .route_item.completed p {
  color: #FFFFFF;
}

.element_route .route_item.completed .pdf_link {
  color: #FFFFFF;
}

.picking_box_head {
  margin-top: 10px;
  width: 100%;
  float: left;
  background-color: #231f20;
  color: #fff;
  text-align: center;
}

.picking_box_title {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.route_box {
  width: 100%;
  float: left;
  background-color: #026736;
  color: #fff;
  text-align: center;
}

.route_box_title {
  width: 100%;
  padding-top: 5%;
  font-size: 24px;
}

.route_map {
  width: 100%;
  border: 6px solid #8eb935;
}

.route_box_delivery_date {
  width: 100%;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.route_box_issues {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 2%;
  color: #000;
  background-color: #e7eff2;
  border-bottom: 1px solid #ccc;
}

.route_stats {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.route_stats p {
  background-image: url(/interface/assets/images/van_delivery/stopwatch.png);
  padding-left: 30px;
  background-repeat: no-repeat;
  line-height: 35px;
}

@media only screen and (max-width: 700px) {
  .element_route .route_item h5 {
    margin-top: 0px !important;
  }
  .element_route .tickItem {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .element_route .spec_image2 {
    display: none;
  }
  .element_route .route_item_content {
    width: 100% !important;
  }
}
.v_split {
  width: 100%;
  float: left;
}

.v_split_side {
  width: 50%;
  float: left;
  height: 1000px;
  text-align: left;
}

.split_summary {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 150px;
  max-height: 500px;
  overflow-y: auto;
}
.split_summary h2 {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.split_summary p {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 15px;
}
.split_summary li {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 15px;
}
.split_summary img {
  width: 100%;
  height: auto;
  max-width: 380px;
}

.v_split .right {
  background-image: url(/interface/assets/images/bg/portal_bg.jpg);
  background-size: cover;
}

.login-element {
  border: 1px solid #5b5b5b;
  width: 100%;
  line-height: 80px;
  height: 80px;
  background-color: #cccccc;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.login-box {
  padding-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
}

.login-box h7 {
  font-size: 40px;
  color: #c3cf21;
  line-height: 0.75;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.login-box p {
  color: #fff;
  font-size: 12px;
}

.login-box .element {
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 5px;
}

.login-box .logo {
  margin-bottom: 20px;
}

form .element label {
  margin-left: 10px;
}

form .element #cookie {
  margin-bottom: -5px;
}

@media only screen and (max-width: 700px) {
  .login-box {
    padding-top: 100px;
  }

  .v_split_side {
    width: 100%;
  }
  .v_split_side.left {
    display: none;
  }
}
.view_full_history {
  color: #fff;
  width: 100%;
  border: 2px solid #ccc;
  float: left;
  margin-bottom: 10px;
  text-align: 20px;
  padding: 20px;
  text-align: center;
  background-color: #1c8a93;
  cursor: pointer;
  border-radius: 10px;
}

.view_full_history img {
  margin-left: 10px;
  margin-bottom: -2px;
}

.view_full_history:hover {
  background-color: #ccc;
}

@media only screen and (max-width: 700px) {
  .quickSelectFloater {
    width: 100%;
    text-align: center;
  }
  .quickSelectFloater label {
    text-align: center;
  }
  .quickSelectFloater select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.markerWindow {
  border-top: #000 solid 6px;
  width: 100%;
  background-color: #ccc;
  padding: 10px;
}
.markerWindow .markerTitle {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: bold;
}
.markerWindow .markerCurrentRoute {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: normal;
}
.markerWindow .markerSelectChoose {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: normal;
}
.markerWindow .markerSelectChoose label {
  margin-bottom: 5px;
}
.markerWindow .markerStatus {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #006233;
}

.alert-bar {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 47px;
  transition: top 1s ease-out;
  z-index: 9999999999;
}
.alert-bar.peek {
  top: -100px;
}

@media only screen and (max-width: 700px) {
  .alert-bar {
    top: 80px;
  }
}
.screen_also {
  width: 100%;
  text-align: center;
  color: #434343;
  background-color: #ECF0BC;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
  margin-top: 47px;
  margin-bottom: -50px;
}

@media only screen and (max-width: 700px) {
  .screen_also {
    display: none !important;
    width: 100%;
    text-align: center;
    color: #434343;
    background-color: #ECF0BC;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: -10px;
  }
}
.badgeIcon {
  position: absolute;
  right: 3%;
  width: 50px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  color: #fff;
  margin-top: 8px;
  font-size: 13px;
}
.badgeIcon.grey {
  border-radius: 5px;
  background-color: #C6C6C9;
}
.badgeIcon img {
  margin-top: 4px;
}
.badgeIcon.green {
  border-radius: 5px;
  background-color: #36A4AD;
}
.badgeIcon.red {
  border-radius: 5px;
  background-color: #e44f4b;
}
.badgeIcon.taskIcon {
  position: relative;
  right: auto;
  display: inline-block;
  margin-top: 12px;
  float: left;
}

/* Base for label styling */
[type=checkbox]:not(:checked), [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before, [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after, [type=checkbox]:checked + label:after {
  content: "x";
  position: absolute;
  top: -2px;
  left: 5px;
  font-size: 14px;
  color: #09ad7e;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1.8);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before, [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important;
}

.normal_checkbox {
  position: relative !important;
  left: auto !important;
}

.normal_checkbox.margin-right {
  position: relative !important;
  left: auto !important;
  margin-right: 5px;
  margin-left: 15px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #231F20;
  border-top: 4px solid #1c8a93;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 4px;
  text-align: center;
}

footer ul {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
}

footer ul li {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
  list-style-type: none;
}

.highlight_scheduled {
  background-color: #ECEFC7 !important;
}

.highlight_me {
  background-color: #FF9816 !important;
  color: #000000;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.highlight_me.purple {
  background-color: #6a3ca9 !important;
  color: #fff;
  font-size: 14px;
}
.highlight_me.completed {
  background-color: #03717A;
  color: #fff;
  font-size: 14px;
}
.highlight_me.failed {
  background-color: #e44f4b;
  color: #fff;
}
.highlight_me img {
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
}

.history .item {
  cursor: pointer;
  float: left;
  width: 24%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #666666;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  padding-top: 1px;
  margin-top: 20px;
  padding-left: 0%;
  transition: all 0.3s ease-in;
  margin-right: 1%;
}

.item .img {
  opacity: 0.2;
}

.info_icon {
  width: 15px;
  height: 15px;
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 10px;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.5;
  transition: all 1s ease-out;
}

.user_icon {
  background-image: url(/interface/assets/images/elements_top/user.png);
}

.watch_icon {
  background-image: url(/interface/assets/images/elements_top/watch.png);
}

.history .item:hover .info_icon, .history .item:hover .closeCross {
  opacity: 1;
}

.history .item .closeCross:hover {
  -webkit-filter: saturate(3);
}

.history .item:hover {
  cursor: pointer;
  background-color: #03717A;
  color: #fff;
}

.history .item.animate.active {
  cursor: pointer;
  background-color: #03717A;
  color: #fff;
}

.history .item .closeCross {
  float: right;
  width: 10px;
  height: 10px;
  padding-top: 2px;
  padding-right: 25px;
  opacity: 0.5;
  transition: all 1s ease-out;
}

.history .item.animate.active.finances {
  background-color: #37903F;
}

.box .row.head.finances {
  border-bottom: 6px solid #37903F;
}

.history .item.animate.active.cases {
  background-color: #C72E88;
}

.box .row.head.cases {
  border-bottom: 6px solid #C72E88;
}

.history .item.animate.active.logistics {
  background-color: #B80909;
}

.box .row.head.logistics {
  border-bottom: 6px solid #B80909;
}

.history .item.animate.active.orders {
  background-color: #7D1CBD;
}

.box .row.head.orders {
  border-bottom: 6px solid #7D1CBD;
}

.history .item.animate.active.products {
  background-color: #0975B8;
}

.box .row.head.products {
  border-bottom: 6px solid #0975B8;
}

.history .item.animate.active.warehouse {
  background-color: #F26E22;
}

.box .row.head.warehouse {
  border-bottom: 6px solid #F26E22;
}

.imagery_list {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.imagery_list li {
  width: 15%;
  display: inline-block;
  padding: 5px;
  border: 1px #000 solid;
  background-color: #fff;
}
.imagery_list li img {
  max-width: 100%;
  height: auto;
}

/*OrkaUploader fix*/
.clone_item {
  display: none !important;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.outcome_box {
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
}

.outcome_box.confirm {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.outcome_box.reject {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.outcome_box img {
  margin-bottom: -5px;
  margin-right: 10px;
}

.pathway_item_wrap {
  width: 100%;
  float: left;
  border-top: 1px solid #d8d8d8;
}

.pathway_space {
  width: 100%;
  float: left;
  border-top: 4px solid #d8d8d8;
}

.pathway_item {
  float: left;
  width: 100%;
  border-left-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-style: none solid solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-color: #e7eff2;
  transition: all 1s linear;
}

.pathway_item.qc.complete0 {
  background-color: #e44f4b;
}

.pathway_item.qc.complete0 .pathway_title {
  color: #fff;
}

.pathway_item.qc.complete1 {
  background-color: #03717A;
}

.pathway_item.qc.complete1 .pathway_title {
  color: #fff;
}

.pathway_item.stage.animate {
  background-color: #ecf0bc;
}

.pathway_item.qc .pathway_icon {
  line-height: 76px;
  height: 60px;
}

.pathway_item.qc .pathway_title {
  padding-top: 20px;
  line-height: 21px;
  font-size: 16px;
  width: 60%;
}

.pathway_item.qc .pathway_note {
  background-color: #ecf0bc;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 21px;
  font-size: 16px;
  width: 100%;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

.pathway_item.qc .pathway_stamp {
  padding-top: 5px;
  width: 25%;
  line-height: 24px;
  color: #fff;
  margin-right: 1%;
  text-align: center;
  float: right;
}
.pathway_item.qc .pathway_stamp .fa {
  font-size: 50px;
  color: #fff;
}
.pathway_item.qc .pathway_icons {
  padding-top: 10px;
  width: 25%;
  line-height: 24px;
  color: #fff;
}
.pathway_item.qc .pathway_icons img {
  margin-left: 15px;
  margin-right: 0px;
}
.pathway_item.qc .pathway_icon img {
  margin-left: 15px;
  margin-right: 0px;
}

.pathway_item.skipped.animate {
  opacity: 0.5;
}

.pathway_item.completed.animate {
  background-color: #03717A;
}

.pathway_item.completed .pathway_title {
  color: #fff;
}

.pathway_item.completed .pathway_title .brandBlue {
  color: #fff;
}

.pathway_icon {
  transition: all 1s linear;
  float: left;
  max-width: 58px;
  width: 10%;
  line-height: 50px;
  height: 41px;
  background-image: -webkit-linear-gradient(90deg, #d7d7d7 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(90deg, #d7d7d7 0%, #ffffff 100%);
  background-image: -o-linear-gradient(90deg, #d7d7d7 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #d7d7d7 0%, #ffffff 100%);
}

.pathway_item.stage .pathway_icon, .pathway_item.completed .pathway_icon, .pathway_item.skipped .pathway_icon {
  opacity: 0;
}

.pathway_item.animate .pathway_icon {
  opacity: 1;
}

.pathway_icon.number {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
}

.pathway_item.stage .pathway_icon, .pathway_item.completed .pathway_icon, .pathway_item.skipped .pathway_icon {
  background-image: none;
}

.pathway_icons img {
  margin-left: 3px;
  margin-right: 3px;
}

.pathway_buttons {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 15%;
  float: right;
  margin-right: 1%;
  text-align: center;
  color: #fff;
}

.pathway_title {
  width: 70%;
  float: left;
  margin-left: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
  font-size: 13px;
  text-align: left;
}

.pathway_title.question {
  width: auto;
  font-weight: bold;
  width: 45%;
  padding-right: 2%;
  border-right: 1px solid #ccc;
}

.pathway_title.answer {
  border-right: 1px solid #ccc;
  width: auto;
  padding-left: 0%;
  width: 45%;
}

.pathway_title.extraspace {
  width: 85%;
  float: left;
  margin-left: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
  font-size: 13px;
  text-align: left;
}

.countdown {
  font-size: 18px;
  font-weight: bold;
  color: #03717A;
}

.pathway_icons {
  padding-top: 12px;
  width: 15%;
  float: right;
  margin-right: 1%;
  text-align: center;
}

.pathway_stats {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .pathway_icon {
    display: none;
  }

  .pathway_buttons {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 96%;
    float: right;
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
    color: #fff;
  }

  .pathway_title {
    width: 100%;
    float: left;
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
    font-size: 13px;
    text-align: center;
  }
}
.popover {
  z-index: 99999;
  font-family: sans-serif;
}

.element-popover {
  width: 100%;
  margin-bottom: 10px;
}
.element-popover label {
  width: 100%;
}
.element-popover .textarea {
  border-radius: 5px;
  height: 100px;
  background-color: #FFF;
  border: 1px solid #DFE1E2;
  line-height: 20px;
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
}

.tableWrap td {
  padding-bottom: 10px;
  line-height: 22px;
}

.element-popover select, .textlineFull {
  border-radius: 5px;
  height: 45px;
  background-color: #FFF;
  border: 1px solid #DFE1E2;
  line-height: 45px;
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
}

.popup_buttongroup {
  width: 100%;
}

.popover_button {
  background-color: #03717A;
  border: 1px solid #1c8a93;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  transition: all 0.4s ease-out;
}
.popover_button.complete_button {
  float: right;
  background-color: #0975B8;
}
.popover_button.delete_button {
  float: right;
  background-color: #e44f4b;
}
.popover_button.saveButton {
  margin-right: 10px;
}
.popover_button.loading {
  background-color: #03717A;
  width: 80px;
  background-image: url(/interface/assets/images/icons/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.popover_button.white {
  color: #000;
  background-color: #FFF;
  border: 1px solid #DFE1E2;
}
.popover_button:hover {
  background-color: #231F20;
  color: #FFFFFF;
}

.popover_custom_container {
  text-align: center;
  width: 100%;
}

#popover_data {
  width: 100%;
}

.popover-content {
  width: 272px;
}

.smaller_alerts_radios {
  font-size: 13px;
  margin-left: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.smaller_alerts_radios label {
  float: none !important;
  width: auto !important;
  line-height: 28px;
  text-align: left;
  display: inline-block;
}

.smaller_alerts_radios input {
  position: relative !important;
  left: 0px !important;
}

.smaller_alerts_radios input[type=checkbox], input[type=radio] {
  margin-left: 5px;
}

.side_title {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #231F20;
  padding-bottom: 10px;
  float: left;
}

.side_box {
  border: 1px solid #EAECEF;
  width: 100%;
  padding: 2%;
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
}

.side_box_issue {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.side_box_issue:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.last_update_tag {
  font-size: 12px;
  font-style: italic;
  color: #666666;
  padding-top: 5px;
}

.side_box_issue_button {
  float: right;
  margin-top: 10px;
}

.side_box_issue_guide_text {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

.side_box_issue_content {
  float: left;
  margin-top: 10px;
  line-height: 20px;
}

.side_box_summary_section {
  border-bottom: 1px solid #ccc;
  /* border-top: 1px solid #ccc; */
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-bottom: 15px;
}

.side_box_affected {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.side_box_affected:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.side_box_action_buttons {
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

.side_box_action_buttons .button, .side_box_action_buttons .stopOveraly .resumeButton button, .stopOveraly .resumeButton .side_box_action_buttons button, .side_box_action_buttons .stopOveraly2 .resumeButton button, .stopOveraly2 .resumeButton .side_box_action_buttons button {
  float: left;
  margin-right: 10px;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.side_box_summary_section ul {
  width: 100%;
  float: left;
}

.side_box_summary_section ul li {
  font-size: 14px;
  line-height: 20px;
}

.side_box_summary_section ul.split {
  width: 48%;
  padding-right: 2%;
}

.element_statistics {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #E7EFF3;
  text-align: center;
}
.element_statistics .stat {
  float: left;
  width: 25%;
  border-right: 1px solid #E7EFF3;
  height: 98px;
  transition: all 1s ease-out;
}
.element_statistics .stat.rightside {
  float: left;
  width: 50%;
  border-right: 1px solid #E7EFF3;
}
.element_statistics .stat.five {
  width: 20%;
}
.element_statistics .stat.three {
  /*width: 33%;*/
  width: 32%;
}
.element_statistics .stat h3 {
  color: #1c8a93;
  font-size: 30px;
  line-height: 47px;
  margin-top: 13px;
}
.element_statistics .stat p {
  font-size: 16px;
}
.element_statistics .stat .statOption {
  padding-left: 10%;
  margin-top: 0px;
  display: inline;
  width: 90%;
  float: left;
}

.statOptions {
  text-align: left;
  height: auto;
  padding-top: 20px;
  line-height: 28px;
  font-size: 20px;
}

.element_total {
  text-align: center;
  line-height: 40px;
}

.refreshing {
  opacity: 0.8 !important;
}

.stat_load {
  float: left;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .element_statistics .stat {
    float: left;
    width: 100%;
    border: 1px solid #E7EFF3;
    height: auto;
    padding-bottom: 10px;
    transition: all 1s ease-out;
  }
}
.product_row.complete td {
  background-color: #03717A;
  color: #fff;
}

.product_row.complete td a, .product_row.complete td .brandBlue {
  color: #fff;
}

.product_row.stock_loaded td {
  background-color: #36A4AD;
}

td.red_cell {
  background-color: #E52326 !important;
  color: #fff !important;
}
td.yellow_cell {
  background-color: #ffe45c !important;
  color: #000 !important;
}
td.green_cell {
  background-color: #03717A !important;
  color: #fff !important;
}

.element_table table .yellow-highlight_row td.red_cell,
.element_table table .blue-highlight_row td.red_cell {
  background-color: #E52326 !important;
  color: #fff !important;
}
.element_table table .yellow-highlight_row td.yellow_cell,
.element_table table .blue-highlight_row td.yellow_cell {
  background-color: #ffe45c !important;
  color: #000 !important;
}
.element_table table .yellow-highlight_row td.green_cell,
.element_table table .blue-highlight_row td.green_cell {
  background-color: #03717A !important;
  color: #fff !important;
}

.planInputBox {
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
  border: 1px #333 solid;
}

.row_failed {
  background-color: #E44F4B !important;
}
.row_failed td {
  color: #fff !important;
}
.row_failed td input {
  color: #000 !important;
}
.row_failed td select {
  color: #000 !important;
}

.row_completed {
  background-color: #03717A !important;
}
.row_completed td {
  color: #fff !important;
}
.row_completed td a {
  color: #fff !important;
}
.row_completed td input {
  color: #000 !important;
}
.row_completed td select {
  color: #000 !important;
}

.smaller_alerts_radios {
  font-size: 13px;
  margin-left: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.smaller_alerts_radios label {
  float: none !important;
  width: auto !important;
  line-height: 28px;
  text-align: left;
  display: inline-block;
}

.smaller_alerts_radios input {
  position: relative !important;
  left: 0px !important;
}

.smaller_alerts_radios input[type=checkbox], input[type=radio] {
  margin-left: 5px;
}

.spec_delete {
  padding-top: 12px;
  width: 6%;
  height: 41px;
  float: right;
  margin-right: 0%;
  text-align: center;
  background-color: rgba(196, 208, 36, 0.6);
}

.popup_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: 9999;
  display: none;
}
.popup_menu .close_button {
  height: 47px;
  width: 61px;
  padding-top: 4px;
  float: left;
  padding-right: 5px;
  padding-left: 7px;
  background-color: #000000;
  cursor: pointer;
  text-align: center;
}
.popup_menu .close_button img {
  margin-top: 14px;
}
.popup_menu .menu_container {
  width: 595px;
  position: absolute;
  top: 47px;
  background-color: #000000;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom-right-radius: 15px;
}
.popup_menu .menu_container a:hover {
  opacity: 0.9;
}
.popup_menu .menu_container .opening_links {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  color: #ccc;
}
.popup_menu .menu_container .opening_links a {
  color: #1c8a93;
  padding-left: 10px;
  padding-right: 10px;
}
.popup_menu .menu_container .opening_links a:hover {
  color: #CCC;
}
.popup_menu .menu_container .opening_links a.disabled {
  color: #CCC;
}
.popup_menu .menu_container .menu_item {
  border-radius: 5px;
  background-color: #e3e3e3;
  width: 85px;
  height: 70px;
  z-index: 46;
  float: left;
  text-align: center;
  padding-top: 15px;
  margin: 5px;
  margin-bottom: 33px;
  position: relative;
}
.popup_menu .menu_container .menu_item .fa {
  color: #333;
  font-size: 18px;
}
.popup_menu .menu_container .menu_item .badgeIcon {
  position: relative;
  width: 74px;
  margin-left: 8px;
  margin-top: 3px;
}
.popup_menu .menu_container .menu_item .menu_label {
  color: #fff;
  margin-bottom: -20px;
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}
.popup_menu .menu_container .menu_item .icon {
  width: 100%;
  height: 20px;
  overflow: hidden;
  color: #000000;
}

.module_icon .fa {
  color: #fff;
}

.module_icon a:hover, .module_icon .fa:hover {
  color: #ccc;
}

.module_icon .badgeIcon {
  position: relative;
  width: 70px;
  right: 0px;
  margin-top: -3px;
}

.menu-border-left {
  background-image: url(/interface/assets/images/menu_v2/menu_divide.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.menu_v2 {
  background-color: #181818;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 47px;
  z-index: 9999999;
}
.menu_v2 .core_search {
  padding-left: 16px;
  float: left;
  width: 30%;
  margin-top: 7px;
}
.menu_v2 .right_section {
  float: right;
  width: 350px;
  text-align: right;
  display: inline-block;
}
.menu_v2 .module_icon {
  width: auto;
  height: 47px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.menu_v2 .module_icon .status_bar {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0px;
  left: 0px;
}
.menu_v2 .module_icon .status_bar.green {
  background-color: #03717A;
}
.menu_v2 .module_icon .status_bar.red {
  background-color: #e44f4b;
}
.menu_v2 .module_icon .user_circle {
  border-radius: 50%;
  background-color: #03717A;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  margin-top: -6px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.menu_v2 .push_button {
  height: 47px;
  width: 61px;
  float: left;
  font-size: 30px;
  padding-right: 5px;
  padding-left: 2px;
  background-color: #000000;
  cursor: pointer;
  padding-top: 9px;
  text-align: center;
  color: #36A4AD;
}
.menu_v2 .push_button .module_square {
  display: inline-block;
  padding: 0px;
  height: 7px;
  width: 7px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
}

.ui-widget-content {
  border: 1px solid #e7eff2;
  background: #f9f9f9;
  color: #333;
  padding: 5px;
  z-index: 99999 !important;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin: 0.8em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 4px 1em 4px 6px;
  font-size: 13px;
  cursor: pointer;
  min-height: 0;
  line-height: 16px;
  /* list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); */
}

.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 500px;
}

@media only screen and (max-width: 700px) {
  .menu_v2 {
    /*        display:none;*/
  }
}
.caption_head {
  width: 100%;
  background-color: #03717A;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}

.calendar__div {
  width: 100%;
  position: relative;
}

.calendar th {
  vertical-align: top;
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: bold;
  color: #FFF;
  background-color: #181818;
  border-top-style: none;
  border-left-style: none;
  border-right-width: 1px;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #181818;
  text-align: center;
}

.calendar td {
  vertical-align: top;
  font-size: 14px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
  border-top-style: none;
  border-left-style: none;
  position: relative;
}

.calendar__div .calendar {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  font-family: Tahoma, Geneva, sans-serif;
  position: relative;
  min-width: 980px;
}

.calendar div.cal-entry-wrap {
  margin: auto;
  position: relative;
  padding: 4px;
}

.calendar div.cal-entry-header {
  min-height: 18px;
  text-align: right;
  font-weight: normal;
  position: relative;
  font-size: 14px;
}

.calendar div.cal-entry-body {
  min-height: 70px;
}

.calendar div.cal-entry-body li {
  margin-bottom: 3px;
  font-size: 10px;
  padding: 3px;
  list-style: none;
  cursor: move;
  z-index: 999;
}

.nodrag {
  cursor: pointer !important;
}

.calendar div.cal-entry-body p {
  font-size: 12px;
  margin: 0px;
  margin-top: 6px;
}

.subtext {
  font-size: 10px;
  font-weight: normal;
  color: #777;
  line-height: 130%;
}

.subtext a {
  color: #5081C4;
  text-decoration: none;
}

.subtext a:hover {
  color: #000;
  text-decoration: none;
}

.calendar__div .calendar__whole {
  position: relative;
  min-width: 980px;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  background-color: #FFF;
}

.cal-entry-header .task-control {
  float: left;
  display: none;
}

.highlight {
  background-color: #444;
  font-size: 11px;
  padding: 3px 5px;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
  width: 50%;
  text-align: center;
}

.cat_expand_full_wdith {
  width: 100%;
}

.cat_colour_2600 {
  background-color: #03717A;
}

.highlightName {
  background-color: #AAA;
  font-size: 11px;
  padding: 3px 5px;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
  width: 48%;
  text-align: center;
  margin-left: 1%;
}

.calendar td.outofmonth {
  color: #AAA;
  background-color: #F0F0F0;
}

img.linkImage {
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: -3px;
}

.cal-entry-header a {
  color: #231F20;
}

.calendar tr .hover:hover {
  background-color: #F5F5F5;
}

ul.formActions {
  display: block;
  margin: 8px 0 14px 0;
  padding: 0;
  list-style-type: none;
}

ul.formActions li {
  margin: 0;
  padding: 0 7px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

ul.formActions li.right {
  float: right;
  line-height: 26px;
  margin-top: -2px;
}

ul.separated li {
  border-right: 1px solid #E3E3E3;
  padding-right: 10px;
  margin-right: 10px;
}

ul.compact {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

ul.compact h2 {
  font-size: 22px;
}

.thisIsToday {
  background-color: #d7dca8 !important;
}

.droparea {
  background-color: #d7dca8 !important;
}

.calendar div.cal-entry-body span.nodrag {
  float: right;
  display: none;
  position: absolute;
  right: 0px;
  top: 8px;
}

div#pageNavWrapper {
  margin-left: 25px;
  margin-right: 35px;
  height: 27px;
}

div#pageNav {
  margin-top: -1px;
  border-bottom: 1px solid #E3E3E3;
  background-color: #FFFFFF;
}

ul.pageNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 30px;
  float: left;
  width: 600px;
}

ul.pageNav li a {
  margin: 5px 16px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

ul.pageNav li.selected {
  background-color: white;
  border: 1px solid #E3E3E3;
  border-bottom: none;
}

ul.pageNav li {
  float: left;
  padding: 0;
}

ul.pageActions {
  margin-top: 0px;
  list-style-type: none;
  float: right;
}

ul.pageActions .item, ul.pageActions .menu {
  position: relative;
  float: left;
  background-color: #FFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #E3E3E3;
  border-right-color: #E3E3E3;
  border-left-color: #E3E3E3;
}

ul.pageActions .item > span, ul.pageActions .menu > span, ul.pageActions .item > a, ul.pageActions .menu > a {
  margin: 5px 16px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.loadingScreenBlackOut {
  text-align: center;
  width: 100%;
  border-style: none;
  position: absolute;
  background-color: #FFF;
  opacity: 0.8;
  margin: auto;
  height: 100%;
  z-index: 9999;
  padding-top: 150px;
  font-size: 28px;
  font-weight: bold;
  display: none;
}

div.gridsection {
  clear: both;
  min-height: 20px;
  border: 1px solid #E3E3E3;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 5px 10px;
}

div.gridsection {
  padding-bottom: 8px;
}

div.gridsection .gridtitle {
  float: left;
  width: 100%;
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: right;
}

table.recordList {
  width: 100%;
  clear: both;
  margin-top: 5px;
}

.label-overdue {
  background-color: #FF7F7F;
}

.label-overdue, .label-today, .label-tomorrow, .label-name {
  font-size: 10px;
  margin-right: 4px;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.label-name {
  background-color: #3399cc;
  color: #FFF;
  padding-right: 5px;
  padding-left: 5px;
}

.label-tomorrow {
  background-color: #AAA;
}

.label-today {
  background-color: #FFA97F;
}

.label-overdue, .label-today, .label-tomorrow {
  font-size: 10px;
  padding: 2px;
  margin-right: 4px;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

table.recordList {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

table.recordList td {
  padding: 4px 5px 4px 5px;
  border-bottom: 1px solid #E3E3E3;
  font-size: 12px;
}

table.recordList tr:last-child td {
  border-bottom-color: #fff;
}

table.recordList .recordDate {
  background-color: #888;
  padding: 2px 5px;
  margin-left: 5px;
  color: #FFF;
}

table.recordList th {
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #EEE;
  padding: 5px 5px 4px 5px;
  white-space: nowrap;
}

table.recordList img.recordImage {
  float: left;
  margin: 0 10px 0 0;
}

table.compactList td {
  padding: 0 7px 3px 0;
  border-bottom: none;
}

table.compactList img {
  padding: 0;
  margin: 0;
}

table.recordListTop {
  width: 100%;
  clear: both;
}

table.recordListTop td {
  vertical-align: top;
  padding: 4px 5px 4px 5px;
  border-bottom: 1px solid #E3E3E3;
}

.task-title a {
  color: #333 !important;
  font-weight: bold;
  font-size: 11px;
}

.nowraptext {
  white-space: nowrap;
}

div.gridsection .gridtitle .gridtitleheading {
  float: left;
  margin: 0;
  padding: 0 3px;
  left: -3px;
  background-color: white;
}

div.gridsection .gridtitle .gridtitleComplete {
  font-size: 12px;
  text-align: center;
  width: 191px;
  border: 1px solid #E3E3E3;
  padding: 3px;
  background-color: white;
}

div.gridsection .gridtitle .gridtitleComplete:hover {
  background-color: #E3E3E3;
}

#calendarWrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 12px;
  clear: left;
}

#calendarWrap select {
  margin-right: 5px;
  margin-left: 5px;
}

.leftControl {
  float: left;
  width: 190px;
}

.cancelSmall {
  float: left;
  width: 60px;
  text-align: left;
  padding-left: 5px;
  padding-top: 10px;
}

.gridtitleComplete a, .gridtitleheading a {
  color: #3399cc;
}

.gridtitleComplete a:hover, .gridtitleheading a:hover {
  color: #333;
  text-decoration: none;
}

div.left3Quarters {
  width: 74%;
  float: left;
  margin-right: 1%;
}

.noteSlot {
  width: 98%;
  padding-top: 5px;
  padding-right: 1%;
  padding-bottom: 5px;
  padding-left: 1%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9ECF1;
  font-size: 10px;
  margin-bottom: 5px;
  display: none;
}

a .noteSlot:hover {
  color: #E52326;
}

.noteAction {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
  background-color: #EAEAEA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.noteAction.activeNote {
  background-color: #E52326 !important;
  color: #fff !important;
}

.noteAction.activeNote a {
  color: #fff !important;
}

.colourcompleted, .calendarAuditCompleted, .calendarAudit {
  background-color: #3F4B09 !important;
  background-image: url(/interface/assets/images/icons/tick_green-12x12.png);
  background-repeat: no-repeat;
  background-position: 5% center;
}

.calendarAudit {
  background-image: url(/interface/assets/images/icons/world.png);
}

.calendarAuditCompleted {
  background-color: #492c90;
}

.inlineSettings.left_arrow {
  padding-right: 15px;
}

.inlineSettings.calendar-next {
  padding-left: 15px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.colourBox {
  width: 35px;
  height: 35px;
  float: left;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 3px solid #CCC;
  transition: all 0.4s ease-out;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

.colourBox.small {
  width: 15px;
  height: 15px;
  margin-bottom: -3px;
  margin-left: 3px;
  display: inline-block;
  float: none;
  border: 1px solid #CCC;
}

.colourBox:hover {
  border: 4px solid #000;
}

.colourBox.selected {
  border: 4px solid #000;
  background-image: url(/interface/assets/images/icons/cross-white.png);
}

.infinite-loading {
  border-bottom: 10px !important;
  border-bottom-color: #03717A !important;
  border-bottom-style: solid !important;
}

.sleeping_mode {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/interface/assets/images/icons/sleep.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999999;
  position: fixed;
  top: 0%;
  height: 100%;
  width: 100%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 999999999;
  width: 98% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  width: 100% !important;
  line-height: 56px;
  height: 56px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
  line-height: 56px;
  height: 56px;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #DFE1E2;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 56px;
  z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 56px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.wh_space_close {
  position: absolute;
  width: 25px;
  height: 23px;
  right: -8px;
  top: -9px;
  background-color: #fff;
  padding: 4px;
  border-radius: 10px;
  cursor: pointer;
}

.warehouse_hover {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  position: absolute;
  top: 40px;
  left: -111px;
  background-color: #f3f6f9;
  z-index: 999;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center top;
}

.warehouse_hover .arrow {
  background-image: url(/interface/assets/images/icons/arrow-white.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -24px;
  width: 100%;
  height: 24px;
}

.warehouse_hover .floor {
  width: 230px;
  background-color: #03717A;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.warehouse_hover .floor.empty {
  color: #ccc;
  background-color: #fff;
}

.warehouse_hover .floor.selected {
  color: #000;
  background-color: #36A4AD;
}

.warehouse_row .wh_space.flash_incoming {
  border-bottom: 4px solid #03717A;
  background-color: #03717A;
}

.warehouse_row .wh_space.empty.flash_incoming {
  border-bottom: 4px solid #36A4AD;
  background-color: #36A4AD;
}

.warehouse_row.space_row {
  margin-top: 20px !important;
}

.element_map {
  width: 100%;
  height: 600px;
  background-color: #1c8a93;
}

.wh_detailed_airspace {
  width: 11px;
  height: 60px;
  border-right: 1px solid #1c8a93;
  float: left;
}

.wh_detailed_airspace .empty {
  background-color: #E44F4B;
}

.wh_detailed_airspace .void {
  background-color: #DFE1E2;
}

.wh_detailed_airspace li {
  display: inline-block;
  width: 10px;
  height: 15px;
  float: left;
  background-color: #03717A;
  border-bottom: 1px solid #1c8a93;
}

.warehouse_view2 {
  float: left;
  width: 100%;
}

.element_warehouse_view1 .rowsList {
  float: left;
  text-align: left;
  padding-right: 15px;
  padding-top: 150px;
}

.legend_spaces {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
}

.warehouse_door .warehouse_gate {
  float: left;
  width: 100%;
  text-align: center;
}

.warehouse_special_space {
  height: 155px;
  background-color: #DFE1E2;
  width: 49%;
  float: left;
  margin-right: 1%;
  padding-top: 15px;
  padding-bottom: 20px;
  overflow: hidden;
}

.warehouse_split_left {
  height: 125px;
  width: 60%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 30px;
}

.warehouse_split_right {
  border-bottom: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  width: 34%;
  float: right;
  text-align: center;
  height: 82px;
  margin-top: -15px;
}

.warehouse_split_right:last-child {
  border-bottom: none;
  margin-top: 0px;
}

.warehouse_split_right h3 {
  margin-bottom: 0px;
  font-size: 20px;
  margin-top: 20px;
  line-height: 34px;
}

.warehouse_split_left h3 img {
  margin-top: 10px;
}

.warehouse_special_space .warehouse_special_single {
  width: 100%;
  float: left;
}

.warehouse_special_single h3, .warehouse_split_left h3 {
  margin-bottom: 0px;
  font-size: 20px;
  margin-left: 5%;
  margin-top: 10px;
  line-height: 34px;
}

.warehouse_special_single h3 img, .warehouse_split_left h3 img {
  float: left;
  margin-right: 10px;
}

.warehouse_special_single p {
  margin-left: 5%;
  margin-top: 10px;
  font-size: 16px;
}

.element_search_options {
  float: left;
  width: 100%;
  text-align: right;
  line-height: 42px;
  position: relative;
}

.highlighted_selection {
  background-color: #231f20;
  line-height: 35px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.wh_detailedspace .wh_detailed_content {
  width: 61px;
  float: left;
  height: 59px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}

.wh_detailedspace .wh_detailed_content p {
  padding-top: 5px;
}

.highlighted_selection a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.highlighted_selection a.selected {
  color: #1c8a93;
}

.warehouse_door {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: url(/interface/assets/images/element/line.png);
  background-repeat: repeat-x;
  float: left;
  height: 15px;
  background-position: left center;
}

.element_warehouse_view2 .warehouse_door, .element_warehouse_view2 .legend_spaces {
  width: 99%;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
}

.element_warehouse {
  float: left;
  width: 100%;
}

.element_warehouse_view1, .element_warehouse_view2 {
  width: 100%;
  float: left;
}

.element_warehouse_view1 .warehouse_west {
  float: left;
  width: 49%;
}

.element_warehouse_view1 .warehouse_east {
  float: right;
  width: 49%;
}

.warehouse_row {
  float: left;
  width: 4%;
  padding-top: 220px;
  text-align: center;
}

.warehouse_title {
  height: 28px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.warehouse_title .warehouse_floors {
  float: left;
}

.warehouse_floors .warehouse_floor_buttons {
  float: left;
  width: 100%;
  text-align: left;
  height: 28px;
}

.warehouse_floor_buttons li {
  display: inline;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #DFE1E2;
  color: #231F20;
  border-radius: 5px;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  float: left;
}

.warehouse_floor_buttons li:hover, .warehouse_floor_buttons .selected {
  background-color: #36A4AD;
}

.warehouse_title .warehouse_title_space {
  line-height: 28px;
  font-style: 16px;
  text-align: left;
  float: left;
  margin-left: 10%;
}

.warehouse_east .warehouse_title .warehouse_title_space {
  margin-left: 0%;
}

.warehouse_content {
  width: 100%;
}

.warehouse_content .wh_space {
  background-color: #231F20;
  width: 100%;
  height: 35px;
  overflow: visible;
  display: inline-block;
  text-align: center;
  color: #d4d4d4;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
  font-size: 10px;
  transition: all 1s ease-out;
  position: relative;
  line-height: 33px;
}

.warehouse_content .wh_space.flash {
  background-color: #e44f4b;
  z-index: 998;
}

.warehouse_content .wh_detailedspace {
  background-color: #231F20;
  width: 72px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
  font-size: 12px;
  transition: all 1s ease-out;
}

.warehouse_row .wh_space.empty {
  border-bottom: 4px solid #1c8a93;
  background-color: #DFE1E2;
  color: #181818;
}

.warehouse_row .wh_space.blocked {
  border-bottom: none;
  background-color: #F4F4F4;
}

.warehouse_row .wh_space.voided {
  border-bottom: none;
  background-color: #F4F4F4;
}

.warehouse_row .wh_space.voided.goodsin {
  border-bottom: none;
  background-color: #C3C984;
}

.warehouse_row .wh_space.double {
  width: 102px;
  height: 35px;
  overflow: visible;
  display: inline-block;
  text-align: center;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
  transition: all 1s ease-out;
  position: relative;
}

.warehouse_row .wh_space.label_row {
  border-bottom: none;
  background-color: #03717A;
  line-height: 35px;
  font-size: 14px;
}

.warehouse_row .wh_space.highlight {
  -webkit-animation: highlight 1s linear infinite;
  -moz-animation: highlight 1s linear infinite;
  animation: highlight 1s linear infinite;
  background-color: #E44F4B;
}

.warehouse_content .wh_space:hover {
  background-color: #d7dca8;
}

.element_warehouse {
  margin-top: 20px;
  padding-top: 0px;
  background-color: #FFFFFF;
}

.warehouse_content .warehouse_row {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.warehouse_inline_buttons .element_action {
  float: right;
  margin-left: 10px;
}

.warehouse_inline_buttons .element_action {
  float: right;
  margin-left: 10px;
}

.warehouse_inline_buttons {
  width: 100%;
}

.warehouse_map {
  position: absolute;
  top: 20px;
  z-index: 900;
  background-color: #fff;
  padding: 3%;
  width: 94%;
  border: 1px #666 solid;
}

.colour1 {
  background-color: #94147A !important;
}

.colour2 {
  background-color: #990000 !important;
}

.colour3 {
  background-color: #E97F02 !important;
}

.colour4 {
  background-color: #F8CA00 !important;
}

.colour5 {
  background-color: #8A9B0F !important;
}

.colour6 {
  background-color: #336633 !important;
}

.colour7 {
  background-color: #036564 !important;
}

.colour8 {
  background-color: #0066FF !important;
}

.colour9 {
  background-color: #999999 !important;
}

.colour10 {
  background-color: #181818 !important;
}

.colour11 {
  background-color: #D3CE3D !important;
}

.colour12 {
  background-color: #FF3D7F !important;
}

.colour13 {
  background-color: #00DFFC !important;
}

.colour14 {
  background-color: #FFCC99 !important;
}

.colour15 {
  background-color: #8C2318 !important;
}

.colouredUserBar {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.submenu_power {
  margin-left: 20px;
  font-size: 16px;
}

.sub_text_box {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  float: left;
}

.superpower {
  text-align: center;
  line-height: 25px;
  height: 25px;
  color: #fff;
  margin-top: 8px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #e44f4b;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: -2px;
}

.superpower.section {
  background-color: #1c8a93;
}

#discussion section.stream {
  color: #777;
}
#discussion section.stream div {
  display: block;
}
#discussion section.stream div.project:not(.created):not(.bulk_access_granted) {
  color: black;
  font-weight: bold;
  border-bottom: 7px solid #dcd9d3;
  padding-top: 2px;
  padding-bottom: 2px;
}
#discussion section.stream div.project:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#discussion section.stream div.project > a {
  color: #1c5c76;
  text-decoration: underline;
}
#discussion section.stream div.day {
  width: 100px;
  margin-left: 423px;
  color: black;
}
#discussion section.stream div.day a {
  display: block;
  width: 98px;
  height: 94px;
  background: white;
  font-weight: bold;
  border: 7px solid #c3cf21;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#discussion section.stream article.event div.excerpt_attachments {
  margin-top: 7px;
  margin-right: -40px;
}
#discussion section.stream article.event div.excerpt_attachments div.grid_view {
  clear: none;
}
#discussion section.stream article.event div.excerpt_attachments div.grid_view div.background .figcaption {
  padding: 0 10px;
  font-size: 15px;
  line-height: 17px;
  color: black;
  font-weight: bold;
  display: block;
  word-wrap: break-word;
  max-width: 700px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#discussion section.stream article.event div.excerpt_attachments div.background figcaption {
  font-size: 11px;
  line-height: 13px;
  padding: 0 5px 12px;
}
#discussion section.stream article.event:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#discussion section.global_activity {
  margin: 20px auto 0;
  text-shadow: 0 1px #fff;
}
#discussion section.global_activity h1 {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
#discussion .thumbnail_wrap {
  display: inline-block;
  position: relative;
}
#discussion div.grid_view div.background {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  position: relative;
}
#discussion div.grid_view figure {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#discussion div.workspace {
  text-align: center;
  -webkit-transition: opacity 150ms 350ms ease-in;
  -moz-transition: opacity 150ms 350ms ease-in;
}
#discussion div.panel {
  min-height: 200px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-align: left;
}
#discussion div.workspace > div.container {
  margin: 0 auto;
  width: 960px;
}
#discussion .discussion {
  float: left;
  width: 100%;
  width: 100%;
  float: left;
}
#discussion .infinite_page {
  -webkit-transition: padding 50ms 15ms ease-in;
  -moz-transition: padding 50ms 15ms ease-in;
  -ms-transition: padding 50ms 15ms ease-in;
  transition: padding 50ms 15ms ease-in;
}
#discussion section.stream div.project, #discussion section.stream article.event {
  zoom: 1;
  font-size: 15px;
  width: 475px;
  word-wrap: break-word;
}
#discussion section.stream div.project.left, #discussion section.stream article.event.left {
  border-right: 7px solid #dcd9d3;
}
#discussion section.stream div.project > a {
  color: #1c5c76;
  text-decoration: underline;
}
#discussion section.stream div.day a > span {
  display: table-cell;
  width: 98px;
  height: 89px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
}
#discussion section.stream div.day a > span time.head {
  text-decoration: underline;
}
#discussion section.stream div.day a > span time.subhead {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #bbb;
}
#discussion section.stream article.event > div.time {
  width: 62px;
  padding: 12px 10px 0;
  color: #aa9c84;
  font-size: 13px;
}
#discussion section.stream div.project.left div.time, #discussion section.stream article.event.left div.time {
  float: right;
  text-align: right;
  white-space: nowrap;
}
#discussion section.stream article.event .time_ago, #discussion section.stream article.event .in_project, #discussion section.stream article.event .bucket {
  display: none;
}
#discussion section.stream article.event > div.avatar {
  padding: 12px 0 0 0;
  width: 55px;
  float: left;
}
#discussion section.stream div.project.left div.action, #discussion section.stream article.event.left div.action {
  padding-right: 15px;
}
#discussion section.stream article.event .time_ago, #discussion section.stream article.event .in_project, #discussion section.stream article.event .bucket {
  display: none;
}
#discussion section.stream article.event div.excerpt {
  display: block;
  color: #333;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: normal;
}
#discussion section.stream article.event > div.action {
  padding: 12px;
  color: black;
  font-size: 15px;
  line-height: 1.2em;
  width: 355px;
  margin-left: 50px;
  word-wrap: break-word;
  font-weight: bold;
}
#discussion section.stream div.project.right {
  padding-left: 10px;
}
#discussion section.stream div.project.right, #discussion section.stream article.event.right {
  border-left: 7px solid #dcd9d3;
  margin-left: 468px;
}
#discussion section.stream div.project:not(.created):not(.bulk_access_granted) {
  color: black;
  font-weight: bold;
  border-bottom: 7px solid #dcd9d3;
  padding-top: 2px;
  padding-bottom: 7px;
}
#discussion section.stream div.project, #discussion section.stream article.event {
  zoom: 1;
  font-size: 15px;
  width: 475px;
  word-wrap: break-word;
}
#discussion section.stream div.project.right div.time, #discussion section.stream article.event.right div.time {
  float: left;
}
#discussion section.stream div.project.right div.action, #discussion section.stream article.event.right div.action {
  margin-left: 113px;
}
#discussion img.avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#discussion a.decorated {
  color: #1c5c76;
  text-decoration: underline;
}

.amsOee {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.amsOee .titleAO {
  font-size: 34px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 20px;
}
.amsOee .serialIte.subBelow {
  margin-bottom: 20px;
}
.amsOee .oeeBox {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.amsOee .oeeBox .productionLine {
  font-size: 24px;
  font-weight: 600;
  padding-top: 50px;
}
.amsOee .oeeBox .workOrder {
  margin-top: 20px;
}
.amsOee .oeeBox.redOee {
  background-color: #AD092E;
}
.amsOee .oeeBox.amberOee {
  background-color: #E1953F;
}
.amsOee .oeeBox.redOee {
  background-color: #AD092E;
}
.amsOee .oeeBox.greenOne {
  background-color: #3E8F40;
}
.amsOee .oeeBox .eventsFooter {
  padding: 10px;
}
.amsOee .oeeBox .barChartArea {
  background-color: #E25E7F;
  height: 140px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.amsOee .oeeBox .barChartArea::-webkit-scrollbar {
  display: none;
}
.amsOee .oeeBox .barChartArea.amberOee {
  background-color: #C9654C;
}
.amsOee .oeeBox .barChartArea.greenOne {
  background-color: #59A744;
}
.amsOee .oeeBox .barChartArea .barCResult {
  padding: 25px 30px;
}
.amsOee .oeeBox .barChartArea .barCResult .bar {
  transition: 1s background ease-in;
  height: 115px;
  padding: 5px;
  margin: 0px 0px;
  width: 25px;
  background-color: #AD092E;
  bottom: 0;
  float: left;
  margin-right: 10px;
}
.amsOee .oeeBox .barChartArea .barCResult .bar:hover {
  background-color: #000;
}

.anglianButton {
  background-color: #0C7B40;
  border-radius: 8px;
  padding: 15px 50px;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 25px;
  min-width: 250px;
}

.percentageComplete {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.percentageComplete .percentagecircle {
  font-size: 50px;
  padding: 20px;
}

.radial-progress {
  margin-left: 14%;
  height: 312px;
  width: 72%;
  background-color: #ad092e;
  border-radius: 50%;
  position: relative;
  border: 25px #e25e7f solid;
  border-radius: 50%;
}
.radial-progress.amberOee {
  border: 25px #C9654C solid;
  background-color: #A76111;
}
.radial-progress.greenOne {
  border: 25px #59A744 solid;
  background-color: #244226;
}
.radial-progress canvas {
  width: 100%;
}
.radial-progress .counter {
  top: 58px;
  width: 100%;
  left: 0px;
  position: absolute;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
}
.radial-progress .counter .percentageOee {
  font-size: 62px;
  font-weight: 600;
  margin-top: 10px;
}
.radial-progress .counter .oeeSub {
  margin-top: 20px;
}
.radial-progress .counter .upNumbere {
  font-size: 70px;
  font-weight: 600;
  margin-top: 20px;
}
.radial-progress .completedSu {
  margin-top: 175px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.radial-progress .circle .mask, .radial-progress .circle .fill, .radial-progress .circle .shadow {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .mask, .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 120px, 120px, 60px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #97a71d;
}
.radial-progress .inset {
  width: 136px;
  height: 136px;
  position: absolute;
  margin-left: 12px;
  margin-top: 12px;
  background-color: #fbfbfb;
  border-radius: 58%;
  box-shadow: none;
}
.radial-progress .percentage {
  height: 33px;
  width: 65px;
  overflow: hidden;
  position: absolute;
  top: 56px;
  left: 36.5px;
  line-height: 1;
}
.radial-progress .percentage .numbers {
  margin-top: -39px;
  transition: width 1s;
}
.radial-progress .percentage .numbers span {
  width: 64px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  color: #202057;
}

@media only screen and (max-width: 490px) {
  .radial-progress {
    margin-left: 26% !important;
  }
}
@media only screen and (max-width: 767px) {
  .chckinTitl {
    margin-top: 10px;
  }
}
.marginTopDouble {
  margin-top: 40px;
}

@media only screen and (max-width: 1250px) {
  .thirdleft {
    margin-left: 0px;
    width: 100%;
  }

  .thirdright {
    width: 100%;
    margin-left: 0px;
    float: right;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .element_statistics .stat h3 {
    font-size: 18px;
    line-height: 47px;
    margin-top: 13px;
  }

  .element_selectButton .selectButton h3 {
    font-size: 18px;
    line-height: 47px;
    margin-top: 13px;
  }

  .pathway_item.qc .pathway_title {
    padding-top: 20px;
    line-height: 21px;
    font-size: 16px;
    width: 55%;
  }

  .pathway_item.qc .pathway_icons {
    padding-top: 10px;
    width: 30%;
    line-height: 24px;
    color: #fff;
  }

  .corner-loading .icon {
    display: none;
  }

  .corner-loading .brandGreen {
    padding-right: 10px;
  }

  .corner-loading {
    float: right;
  }

  .clock {
    display: none;
  }

  .date_fields {
    width: 70% !important;
  }

  .history {
    width: auto;
    display: none;
  }

  .thirdleft {
    width: 100%;
  }

  .element_warehouse_view1 .rowsList {
    padding-right: 0px;
  }

  .warehouse_content .wh_space {
    width: 36px;
    height: 36px;
  }

  .warehouse_row .wh_space.double {
    width: 76px;
    height: 36px;
  }

  .element_warehouse_view1 .warehouse_west {
    float: left;
    width: 100%;
    min-width: auto;
  }

  .element_warehouse_view1 .warehouse_east {
    float: left;
    width: 100%;
    min-width: auto;
  }

  .element_half {
    width: 100%;
  }

  .row.head .clock {
    text-align: center;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: auto;
  }

  .spec_image2 {
    width: 25%;
  }

  .element_route .route_item_content {
    width: 55%;
  }

  .element_action {
    height: 40px;
  }

  .menu {
    transition: all 0.3s ease-out;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: -100%;
  }

  .menu.expanded {
    left: 0%;
  }

  .content.expanded {
    transition: all 1s ease-out;
    opacity: 0.2;
  }

  .mobile_icon {
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .row.head .clock p {
    display: none;
  }

  .corner-loading .icon {
    margin-right: 15px;
  }

  .row.head .bar {
    margin-left: -15px;
    margin-right: -15px;
  }

  .largeContent {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
    float: left;
    margin-top: 20px;
  }

  .thirdleft {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .thirdright {
    margin-top: 50px;
  }

  .history .item {
    width: 32%;
  }
}
@media screen and (max-width: 400px) {
  * {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  *, *:before, *:after {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
  }

  footer ul {
    display: inline-block;
  }

  footer ul li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    list-style-type: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.supplier_info_bar {
  width: 100%;
  bottom: 54px;
  text-align: center;
  position: fixed;
  background-color: #8db935;
  color: #fff;
  padding: 20px 0px;
  z-index: 9999;
}
.supplier_info_bar a {
  color: #fff;
}

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

.flexitem {
  display: flex;
}

.lateBell {
  color: #CD0E13;
  float: right;
  font-size: 20px;
}

.cleaningBox {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #c4c2c2;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2px;
  color: #353132;
}
.cleaningBox.ifLate {
  border: 3px solid #CD0E13;
  background-color: #FBDDDD;
}
.cleaningBox.ifGreen {
  border: 3px solid #3BD55D;
  background-color: #CFFFD9;
}
.cleaningBox.ifBlue {
  border: 3px solid #2C57D7;
  background-color: #E5E7F6;
}
.cleaningBox.blueEmploymentBorder {
  border-left: 5px solid #4A87D8 !important;
}
.cleaningBox.yellowEmploymentBorder {
  border-left: 5px solid #E8CF2D !important;
}
.cleaningBox.purpleEmploymentBorder {
  border-left: 5px solid #9025C9 !important;
}
.cleaningBox .timeEst {
  font-size: 15px;
}
.cleaningBox .timeEst i {
  margin-right: 8px;
}
.cleaningBox .companyName {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}
.cleaningBox .companyAddress {
  padding-bottom: 5px;
  font-size: 12.5px;
  padding-right: 20px;
}
.cleaningBox .bottomSummaries {
  font-size: 12px;
  float: left;
}
.cleaningBox .bottomSummaries .drivingEst {
  padding-top: 5px;
  font-weight: bold;
}
.cleaningBox .bottomSummaries .drivingEst i {
  margin-right: 10px;
}
.cleaningBox .bottomSummaries .coffeeBreak {
  font-weight: bold;
}
.cleaningBox .bottomSummaries .coffeeBreak i {
  margin-right: 10px;
}
.cleaningBox .workerImg {
  text-align: right;
}
.cleaningBox .workerImg img {
  border: 4px solid;
  border-radius: 35px;
  width: 45px;
  height: 45px;
  margin-top: 8px;
}

.daySummary {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #c4c2c2;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 6px 5px;
  border-radius: 2px;
  color: #353132;
}
.daySummary .dayLength {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}
.daySummary .cleaningTime {
  font-style: italic;
  text-align: center;
  padding-top: 3px;
}
.daySummary .cleaningTime .timeSummary {
  font-style: normal;
  font-weight: bold;
}

.washroom .col {
  padding-left: 10px;
  padding-right: 0px;
}
.washroom .col.buttonArea {
  padding-right: 25px;
}

.headerDate {
  background-color: #8EB934;
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center !important;
  padding: 10px 8px;
  border-radius: 15px 15px 0px 0px;
}
.headerDate.activeDay {
  background-color: #006233;
}

.greenFoot {
  background-color: #8EB934;
  height: 25px;
  margin-top: 120px;
  position: absolute;
}

.logo {
  text-align: center;
  margin-top: 20px;
}
.logo img {
  width: 100%;
  max-width: 120px;
}

.searchBox {
  position: absolute;
  bottom: 0;
}
.searchBox input[type=text] {
  width: 350px;
  box-sizing: border-box;
  border: 2px solid #8CB938;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  background-image: url(/interface/assets/images/searchicon.png);
  background-position: right 15px top 15px;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.searchBox input[type=text]:focus {
  width: 200% !important;
}

.cleanerEmployee {
  position: absolute;
  bottom: 0;
}
.cleanerEmployee img {
  width: 100%;
  border: 4px solid;
  border-radius: 35px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.blueEmployment {
  border-color: #4A87D8 !important;
}

.yellowEmployment {
  border-color: #E8CF2D !important;
}

.purpleEmployment {
  border-color: #9025C9 !important;
}

.stackedButtons {
  position: absolute;
  bottom: 0;
}
.stackedButtons button {
  width: 100%;
  margin-top: 15px;
  border: 2px solid #006233;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 8px 10px;
}
.stackedButtons button i {
  margin-right: 8px;
  color: #006233;
}
.stackedButtons button.redLates {
  border: 2px solid #E60002;
}
.stackedButtons button.redLates i {
  color: #E60002;
}

.fullEmployeeOverview .cleaner-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-top: 20px solid #FBCF28;
  width: 45%;
}
.fullEmployeeOverview .cleaner-content .iconTopBar {
  padding-top: 5px;
}
.fullEmployeeOverview .cleaner-content .locationMiddle {
  margin-top: 35px;
}
.fullEmployeeOverview .cleaner-content .locationMiddle .textArea {
  padding-left: 20px;
}
.fullEmployeeOverview .cleaner-content .locationMiddle .textArea .locationTitle {
  font-size: 24px;
  font-weight: bold;
}
.fullEmployeeOverview .cleaner-content .locationMiddle .textArea .locationAddress {
  font-size: 20px;
  line-height: 35px;
  margin-top: 15px;
}
.fullEmployeeOverview .cleaner-content .locationMiddle img {
  width: 100%;
  max-height: 144px;
  height: 100%;
}
.fullEmployeeOverview .cleaner-content .jobSummary {
  border: 2px solid #D8D8D8;
  border-left: none;
  border-right: none;
  margin-top: 40px;
  padding: 17px 5px;
}
.fullEmployeeOverview .cleaner-content .jobSummary .iconSum {
  font-size: 26px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary {
  margin-top: 35px;
  margin-bottom: 30px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary button {
  width: 100%;
  margin-top: 55px;
  border: 2px solid #006233;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 8px 10px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary button i {
  margin-right: 8px;
  color: #006233;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary button.redLates {
  border: 2px solid #E60002;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary button.redLates i {
  color: #E60002;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary .cleanerImgSum {
  margin-top: 12px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary .cleanerImgSum img {
  border: 4px solid;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  margin-top: 0px;
  margin-left: 20px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary .missCleaner .cleanerName {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary .missCleaner .leftJobs {
  float: left;
  font-size: 18px;
}
.fullEmployeeOverview .cleaner-content .cleanerSummary .missCleaner .rightJobs {
  text-align: right;
  font-size: 18px;
  padding-bottom: 10px;
}

.iconSum {
  font-size: 24px;
  color: #403438;
  text-align: center;
}
.iconSum i {
  margin-right: 10px;
}

.fullContents {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*# sourceMappingURL=site.2.5.200719.css.map */
