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

/* 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: #3ca995;
  -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;
}

.marginTop {
  margin-top: 20px;
}

.marginTopDouble {
  margin-top: 40px;
}

.marginBottom {
  margin-bottom: 20px;
}

.marginBottomDouble {
  margin-bottom: 40px;
}

.green_border {
  border: 2px solid #3ca995 !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: #C4D024;
}

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

.red_text {
  color: #da1f26;
}

.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: #919a1e;
}

th a {
  color: #c3cf21;
}

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

.errorRed {
  color: #cf2121 !important;
}

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

.modal-body {
  position: relative;
  padding: 15px;
  float: left;
  width: 100%;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: auto;
}

.modal {
  z-index: 99999;
}

.countGoodsIn {
  font-size: 16px;
  font-weight: bold;
}

.element_table table .red-highlight_row td .brandBlue {
  color: #fff;
}

.pageOverlay {
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 999999;
  left: 0;
  width: 100%;
}

.barCodeTopMessage {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.barcodeScannerModal {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  border: 1px #ccc solid;
  top: 88px;
  position: fixed;
  width: 90%;
  left: 5%;
  right: 5%;
  z-index: 999999;
  padding: 1%;
  padding-bottom: 1%;
}
.barcodeScannerModal .barcodeOption {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.barcodeScannerModal .barcodeOption button {
  width: 100%;
  height: 70px;
}
.barcodeScannerModal .barcodeOptionInput, .barcodeScannerModal .btn {
  text-align: center;
  border-color: #121288;
  height: 70px;
}
#primaryNav {
  display: none;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
}
#primaryNav .deptIcon {
  background-position: 0 -44px;
}
#primaryNav .itemTitle {
  color: #000;
  font-weight: normal;
  font-size: 9px;
  margin: 0;
  position: absolute;
  line-height: 16px;
  top: 40px;
  width: 100%;
}
#primaryNav .mainNav {
  background: #FFF;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
#primaryNav .mainNav .navItem:first-child {
  border-color: #f6f6f6;
  border-right: 1px solid #eae9e9 !important;
  border-bottom: 3px solid #C4D024;
}
#primaryNav .mainNav .navItem:first-child .innerHolder {
  border-right: 0;
  border-right: 1px solid #eae9e9;
  height: 60px;
}
#primaryNav .mainNav #siteLogo span {
  display: none !important;
}
#primaryNav .mainNav .navItem:nth-child(3) .innerHolder {
  border-right: 1px solid #f6f6f6;
}
#primaryNav .mainNav .navItem {
  border-bottom: 3px solid #f6f6f6;
  float: left;
  width: 20%;
  list-style: none;
  box-sizing: border-box;
  padding: 0px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  display: inline;
}
#primaryNav .mainNav .navItem a {
  display: block;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  padding-top: 12px;
}
#primaryNav .mainNav .navItem a:hover, #primaryNav .mainNav .navItem a:focus {
  color: #C4D024;
}
#primaryNav .mainNav .navItem a span {
  display: block;
  height: 40px;
  width: auto;
}
#primaryNav .mainNav .navItem .logoWrap {
  background-color: #f6f6f6;
}
#primaryNav .mainNav .navItem .logoWrap .logoCenter {
  background: url(../images/svg/mobile-logo.svg) no-repeat scroll 50% 50% #f6f6f6;
  height: 60px;
  width: 60px;
  background-position: bottom;
  background-size: 60px 60px;
}
#primaryNav .mainNav .navItem .innerHolder .logoCenter {
  margin: auto !important;
  display: block;
  height: 64px;
}
#primaryNav .mainNav .navItem .innerHolder .logoCenter a {
  height: 60px;
  padding: 0;
}
#primaryNav .mainNav .navItem .numItems {
  border-radius: 11px;
  border: 2px solid #FFF;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 0 -29px 0 0;
  position: absolute;
  right: 50%;
  top: 10px;
  width: 18px;
}
#primaryNav .mainNav span {
  display: inline-block;
  height: 45px;
  margin: 0;
}
#primaryNav .mainNav span.hidden {
  display: none;
}
#primaryNav .mainNav .innerHolder .itemTitle {
  color: #000;
  font-weight: 400;
  font-size: 9px;
  margin: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}
#primaryNav .mainNav .basketIcon {
  position: relative;
}
#primaryNav .mainNav .basketIcon .numItems {
  background-color: #000;
  border-radius: 8px;
  color: #FFF;
  font-size: 9px;
  font-weight: bold;
  height: 15px;
  margin: 14px 0 0 17px;
  width: 15px;
  background-color: #DE007B;
}

@media only screen and (max-width: 700px) {
  #primaryNav {
    display: block;
    top: 7px;
  }
}
#depts, #topNav {
  overflow: hidden;
}

#header.fixedHeader #depts {
  position: fixed !important;
  top: 63px;
  z-index: 150;
}

.dropdownHolder {
  background-color: #FAFAFA;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.deptsList {
  padding: 80px 0 8px;
  position: fixed;
  width: 100%;
  z-index: 149;
  top: 0px;
}
.deptsList li {
  float: left;
  padding: 10px 0 0;
  width: 50%;
  list-style: none;
}
.deptsList p {
  margin: 0;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}
.deptsList a {
  background: transparent no-repeat 90% -268px;
  background-size: 50px 313px;
  color: #494949;
  display: block;
  height: 38px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 12px;
}
.deptsList li:nth-child(even) {
  margin-right: -2px;
}

#contactMobile {
  padding: 65px 0 8px;
  position: fixed;
  width: 100%;
  z-index: 149;
  top: 0px;
}
#contactMobile li {
  float: left;
  padding: 10px 0 0;
  width: 50%;
  list-style: none;
}
#contactMobile li .address {
  padding: 8px 12px;
  border: 2px solid #8d7249;
}
#contactMobile p {
  margin: 0;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}
#contactMobile a {
  background: transparent no-repeat 90% -268px;
  background-size: 50px 313px;
  color: #494949;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 12px;
}
#contactMobile li:nth-child(even) {
  margin-right: -2px;
}

#searchBar .searchForm {
  margin: 0 10px;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  position: relative;
  height: 60px;
}
#searchBar .searchForm span.textInput {
  width: 100%;
}
#searchBar .searchForm .textInput .inner {
  background: #FFF;
  border: 1px solid #DCDCDC;
  display: block;
  overflow: hidden;
  padding-left: 3px;
  zoom: 1;
}
#searchBar .searchForm .textInput input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: 1px solid #FFF;
  color: #494949;
  float: left;
  font-size: 12px;
  height: 30px !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-indent: 4px;
  vertical-align: top;
  width: 100%;
}
#searchBar .searchForm span.textInput input {
  height: 38px !important;
}
#searchBar .searchForm .submitButton {
  float: left;
  font-size: 13px;
  height: 40px;
  margin: 3px 0 0 6px;
  margin-top: 0;
  width: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#searchBar .searchForm .submitButton .inner {
  border-radius: 5px;
  display: block;
}
#searchBar .searchForm .submitButton input {
  background: #69C00A no-repeat 80% -292px;
  background-size: 50px 313px;
  border: none;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  height: 32px;
  padding: 0 0 0 15px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
#searchBar .searchForm .submitButton input {
  background-color: #579D0A !important;
  background-position: 80% -292px;
  background-size: 50px 317px;
  border-bottom: 2px solid #3F7107;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 15px;
  text-align: left;
}
#searchBar .searchForm .submitButton input {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
}
@media only screen and (max-width: 999px) {
  .nav {
    display: none;
  }

  body {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 340px) {
  #primaryNav.mobileNavigation .mainNav.svgImages .navItem .logoWrap {
    background-size: 90%;
    background-position: 4px 22px;
  }
}
.videoWrap {
  margin-bottom: 40px;
}
.videoWrap h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}

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

.context-menu-list {
  z-index: 999 !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: #C4D024;
}
.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;
}

.tank_space, .bottling_space {
  margin-bottom: 30px;
}
.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 2px #5cb85c !important;
  border-bottom: solid 2px #5cb85c !important;
  border-left: solid 2px #5cb85c !important;
  border-right: solid 2px #5cb85c !important;
  background-color: #c6ecc6;
}
.tank_space .tank_table a:not(.nostyle).greenBorderBox, .bottling_space .tank_table a:not(.nostyle).greenBorderBox {
  border-top: solid 4px #5cb85c !important;
  border-bottom: solid 4px #5cb85c !important;
  border-left: solid 4px #5cb85c !important;
  border-right: solid 4px #5cb85c !important;
}
.tank_space .tank_table a:not(.nostyle).purpleBox, .bottling_space .tank_table a:not(.nostyle).purpleBox {
  border-top: solid 2px #6a3ca9 !important;
  border-bottom: solid 2px #6a3ca9 !important;
  border-left: solid 2px #6a3ca9 !important;
  border-right: solid 2px #6a3ca9 !important;
}
.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(../../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;
}
.tank_space #sortable0 a, .bottling_space #sortable0 a {
  min-height: 40px;
}
.tank_space #sortable0 div, .bottling_space #sortable0 div {
  float: left;
  width: 20%;
  text-align: center;
}
.tank_space #sortable0 .showBacklog, .bottling_space #sortable0 .showBacklog {
  display: inline-block;
}
.tank_space #sortable0 .requiredBadge, .bottling_space #sortable0 .requiredBadge {
  float: left;
  width: 14%;
  text-align: center;
}

.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(../../assets/images/production/bottling_line_belt.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 400px;
  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;
}
.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: 110px;
  margin: auto;
  float: right;
  margin-left: 20px;
}
.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;
}

.courierLogo {
  -webkit-filter: saturate(0);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  border: 1px solid #DFE1E2;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  cursor: pointer;
  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: #3ca995;
  text-decoration: underline;
  line-height: 28px;

}
.courierLogo.recommended {
  border-bottom: 10px solid #C0D254;
}
.courierLogo.local {
  color: #3ca995;
  text-decoration: underline;
  line-height: 35px;
  height: 79px;
}

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

.courier_reasons {
  margin-top: 20px;
  color: #919a1e;
  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: #3ca995;
}
.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;
}

@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(../images/icons/tick_green.png);
}

.element_route .route_item {
  padding-bottom: 10px;
  width: 100%;
  float: left;
  padding-bottom: 20px;
  /*background-image: url(../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: #3ca995;
  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: #C4D024;
  color: #fff;
  text-align: center;
}

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

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

.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(../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;
  }
}
.sortArea {
  float: left;
  margin-right: 48px;
}

.tableFloatingHeaderOriginal .removeBorder td {
  border: none !important;
  padding-top: 8px;
}

.textRight {
  text-align: right;
}

.showCheckListPopup {
  background-color: #F7F7F7;
  text-align: center;
  display: none;
  padding: 18px 5px;
  font-family: "Open Sans", sans-serif;
}
.showCheckListPopup .checkAckTitle {
  margin-top: 8px;
  font-size: 19px;
}
.showCheckListPopup .checkGre {
  color: #505050;
  font-size: 16px;
}
.showCheckListPopup .completeStages {
  font-size: 20px;
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 20px;
}
.showCheckListPopup .checkItem {
  background-color: #EFEFEF;
  margin: 10px;
  padding: 10px;
}
.showCheckListPopup .checkItem .checkItems {
  float: left;
  color: #363636;
  font-family: "Open Sans", sans-serif;
  margin-top: 3px;
}
.showCheckListPopup .checkItem .greenSidechecls {
  background-color: #C6C6C2;
  color: #fff;
  width: 52px;
  border: none;
  height: 45px;
  font-size: 21px;
  margin-right: -9px;
  margin-top: -9px;
  margin-bottom: -10px;
}
.showCheckListPopup .checkItem .greenSidechecls.selectedGSC {
  background-color: #C3D021;
}

.gadAmHead .buttonFlex, .gadAmHead .select2-container {
  position: relative;
  border-radius: 7px;
  width: 100%;
  min-width: 153px;
  text-align: center;
  padding: 12px 15px;
  flex: 1;
  background-color: #D9D9D9;
  margin: 0px 5px;
  color: #686868;
  margin-top: 8px;
  text-align-last: center;
}
.gadAmHead .buttonFlex.overrideFloatLeft, .gadAmHead .bulkWarehouse .buttonFlex.categorySortBox.overridePopupFloatLeft, .bulkWarehouse .gadAmHead .buttonFlex.categorySortBox.overridePopupFloatLeft, .gadAmHead .overrideFloatLeft.select2-container, .bulkWarehouse .gadAmHead .select2-container.categorySortBox.overridePopupFloatLeft, .gadAmHead .bulkWarehouse .select2-container.categorySortBox.overridePopupFloatLeft {
  float: left;
  margin-bottom: 10px;
  width: auto;
}
.gadAmHead .buttonFlex.supplyLong, .gadAmHead .supplyLong.select2-container {
  min-width: 200px;
}
.gadAmHead .buttonFlex.selectedflex, .gadAmHead .selectedflex.select2-container {
  background-color: #C3D021;
  color: #fff;
}
.gadAmHead .buttonFlex.specialFixedOne, .gadAmHead .specialFixedOne.select2-container {
  position: absolute;
  right: 8px;
  min-width: 51px;
  padding: 12px 21px;
  max-width: 20px;
  background-color: #C1C1C1;
}
.gadAmHead .buttonFlex i, .gadAmHead .select2-container i {
  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 {
  overflow-x: auto;
  margin: 12px;
  margin-top: 3px;
  margin-bottom: 1px;
  display: flex;
}
.gadAmHead .flexRow.overrideFloatLeft, .gadAmHead .bulkWarehouse .flexRow.buttonFlex.categorySortBox.overridePopupFloatLeft, .bulkWarehouse .gadAmHead .flexRow.buttonFlex.categorySortBox.overridePopupFloatLeft, .bulkWarehouse .gadAmHead .flexRow.categorySortBox.overridePopupFloatLeft.select2-container, .gadAmHead .bulkWarehouse .flexRow.categorySortBox.overridePopupFloatLeft.select2-container {
  display: inline-block;
}
.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 .octToitle {
  font-size: 20px;
}
.gadAmHead .octToitle i {
  margin-left: 20px;
}
.gadAmHead .endToggleButton {
  width: 50px;
}
.gadAmHead .greenToggleButton {
  background-color: #C6C6C2;
  color: #fff;
  width: 44px;
  border: none;
  height: 42px;
  font-size: 21px;
  margin-right: -7px;
  margin-top: -8px;
  margin-bottom: -6px;
}
.gadAmHead .viewFullButtns {
  width: 100%;
  margin-top: 20px;
  background-color: #C3D021;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
}
.gadAmHead .toggledYouAreNow {
  background-color: #C3D021 !important;
}
.gadAmHead .tableFloatingHeaderOriginal thead {
  background-color: #535353;
  color: #fff;
}
.gadAmHead .tableFloatingHeaderOriginal th {
  text-align: center;
}
.gadAmHead .tableFloatingHeaderOriginal td {
  text-align: center;
}
.gadAmHead .tableFixed {
  table-layout: fixed;
}
.gadAmHead .marginTen {
  margin-top: 10px;
}
.gadAmHead .greyOrButtons {
  border: 1px solid #5F5F5F;
  padding: 11px 40px;
  border-radius: 5px;
  width: 100%;
  float: left;
  max-width: 250px;
  margin-top: 5px;
  margin-left: 2px;
}
.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 i {
  margin-left: 10px;
}
.gadAmHead .searchSearchg {
  margin-left: -35px;
  color: #707070;
}
.gadAmHead .input_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: #C3D021;
  color: #fff;
  padding: 11px 40px;
  border-radius: 5px;
  border: none;
  width: 100%;
  float: right;
  max-width: 250px;
  margin-left: 9px;
}
.gadAmHead .greenFloRightButton.selectallbutton {
  background-color: #D6D6D6;
  color: #7C7C7C;
}
.gadAmHead .greenFloRightButton.selectallbutton.selected {
  background-color: #54525F;
  color: #fff;
}
.gadAmHead .greenFloRightButton.selectallbutton.selected i {
  color: #fff;
}
.gadAmHead .greenFloRightButton.selectallbutton i {
  margin-right: 8px;
  color: #7C7C7C;
}

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

.poPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  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: #C3D021;
}
.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 .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: 60%;
}
.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;
}

.newSelectStyles .select2-dropdown--below {
  width: 80% !important;
  background-color: #EFEFEF;
}
.newSelectStyles .select2-search select2-search--dropdown {
  display: none;
}
.newSelectStyles .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-flex;
}

.disableselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge*/
  user-select: none;
  /* Non-prefixed version, currently 
     not supported by any browser */
}

.bulkWarehouse .overrideInline {
  display: inline-block;
  width: 100%;
}
.bulkWarehouse .scrollText {
  margin-top: 15px;
  margin-left: 18px;
  font-size: 15px;
  opacity: 0.8;
}
.bulkWarehouse .scrollText i {
  margin-left: 8px;
}
.bulkWarehouse .bulkMovePopup {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.bulkWarehouse .bulkMoveContent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.bulkWarehouse .bulkMoveContent .elementTitle {
  margin-top: 20px;
  text-align: center;
  line-height: 20px;
  margin-bottom: -4px;
  font-size: 20px;
}
.bulkWarehouse .bulkMoveContent .deliveryText {
  font-size: 16px;
  opacity: 0.8;
}
.bulkWarehouse .confirmButtons {
  background-color: #D6D6D6;
  color: #7C7C7C;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 12px 8px;
  margin: 20px 5px;
  max-width: 401px;
}
.bulkWarehouse .confirmButtons.confirmMove {
  background-color: #C3CF20;
  color: #fff;
}
.bulkWarehouse .confirmButtons i {
  margin-right: 8px;
}
.bulkWarehouse .pointerArrow {
  color: #C3CF20;
  font-size: 40px;
  margin-top: 20px;
}
.bulkWarehouse .closeBulk {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.bulkWarehouse .buttonFlex .catTitle i, .bulkWarehouse .gadAmHead .select2-container .catTitle i, .gadAmHead .bulkWarehouse .select2-container .catTitle i {
  margin-right: 8px;
  margin-left: 8px;
}
.bulkWarehouse .buttonFlex.categorySortBox, .bulkWarehouse .gadAmHead .categorySortBox.select2-container, .gadAmHead .bulkWarehouse .categorySortBox.select2-container {
  border-radius: 10px;
  width: 100%;
  min-width: 190px;
  max-width: 220px;
  text-align: center;
  padding: 17px 15px;
  background-color: #EFEFEF;
  margin: 0px 5px;
}
.bulkWarehouse .buttonFlex.categorySortBox.warning, .bulkWarehouse .gadAmHead .categorySortBox.warning.select2-container, .gadAmHead .bulkWarehouse .categorySortBox.warning.select2-container {
  background-color: #af3131;
  color: white;
}
.bulkWarehouse .buttonFlex.categorySortBox.allSelected, .bulkWarehouse .gadAmHead .categorySortBox.allSelected.select2-container, .gadAmHead .bulkWarehouse .categorySortBox.allSelected.select2-container {
  background-color: #54525F;
  max-width: unset;
}
.bulkWarehouse .buttonFlex.categorySortBox.allSelected .catTitle, .bulkWarehouse .gadAmHead .categorySortBox.allSelected.select2-container .catTitle, .gadAmHead .bulkWarehouse .categorySortBox.allSelected.select2-container .catTitle {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
.bulkWarehouse .buttonFlex.categorySortBox.selectedflex, .bulkWarehouse .gadAmHead .categorySortBox.selectedflex.select2-container, .gadAmHead .bulkWarehouse .categorySortBox.selectedflex.select2-container {
  background-color: #54525F;
}
.bulkWarehouse .buttonFlex.categorySortBox.selectedflex .catTitle, .bulkWarehouse .gadAmHead .categorySortBox.selectedflex.select2-container .catTitle, .gadAmHead .bulkWarehouse .categorySortBox.selectedflex.select2-container .catTitle {
  color: #fff;
}
.bulkWarehouse .buttonFlex.categorySortBox .buttonTotal, .bulkWarehouse .gadAmHead .categorySortBox.select2-container .buttonTotal, .gadAmHead .bulkWarehouse .categorySortBox.select2-container .buttonTotal {
  background-color: #E2E2E2;
  border-radius: 8px;
  font-size: 17px;
  padding: 5px;
  margin-left: 8%;
  color: #C8C8C8;
  margin-top: 5px;
  margin-right: 8%;
}
.bulkWarehouse .buttonFlex.categorySortBox .buttonTotal span, .bulkWarehouse .gadAmHead .categorySortBox.select2-container .buttonTotal span, .gadAmHead .bulkWarehouse .categorySortBox.select2-container .buttonTotal span {
  margin: 12px;
}
.bulkWarehouse .buttonFlex.categorySortBox .itemsInCat, .bulkWarehouse .gadAmHead .categorySortBox.select2-container .itemsInCat, .gadAmHead .bulkWarehouse .categorySortBox.select2-container .itemsInCat {
  background-color: #C3CF20;
  color: #fff;
}
.bulkWarehouse .buttonFlex.categorySortBox.overrideFloatLeft, .bulkWarehouse .buttonFlex.categorySortBox.overridePopupFloatLeft, .bulkWarehouse .gadAmHead .categorySortBox.overrideFloatLeft.select2-container, .bulkWarehouse .gadAmHead .categorySortBox.select2-container.overridePopupFloatLeft, .gadAmHead .bulkWarehouse .categorySortBox.overrideFloatLeft.select2-container, .gadAmHead .bulkWarehouse .categorySortBox.select2-container.overridePopupFloatLeft {
  float: left;
  margin-bottom: 10px;
}
.bulkWarehouse .buttonFlex.categorySortBox.overridePopupFloatLeft, .bulkWarehouse .gadAmHead .categorySortBox.overridePopupFloatLeft.select2-container, .gadAmHead .bulkWarehouse .categorySortBox.overridePopupFloatLeft.select2-container {
  margin: 11px;
  margin-bottom: 5px !important;
}

.statusBox {
  width: 24%;
  margin-right: 1%;
  float: left;
  height: 28px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s all ease-in;
  background-color: #ccc;
}
.statusBox.complete {
  background-color: #5fa384;
}

.containerDefault {
  border: 1px solid #707070;
}

.containerSuccess {
  background-color: #2c4613;
}

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

.managerTypeChooser {
  color: #707070;
  font-size: 16px;
}
.managerTypeChooser svg {
  margin-left: 8px;
  font-size: 15px;
}

.buttonLink {
  background-color: #c5ce49;
}
.buttonLink .blockTitle svg {
  color: #505050 !important;
}
.buttonLink .blockResult {
  color: #505050 !important;
}

.productContractSummary {
  text-align: center;
  margin-top: 30px;
}
.productContractSummary .productContractSummaryTable {
  margin-bottom: 100px;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
.productContractSummary .productContractSummaryTable thead tr {
  background-color: #2A2A2A;
}
.productContractSummary .productContractSummaryTable tr {
  border-collapse: separate;
  border-spacing: 0 1em;
}
.productContractSummary .productContractSummaryTable th {
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  width: 34%;
}
.productContractSummary .productContractSummaryTable tbody tr {
  background-color: #F7F7F7;
  color: #505050;
  font-weight: 600;
  border: 1px solid #BCBCBC;
}
.productContractSummary .productContractSummaryTable td {
  padding: 10px 5px;
}

.filterPopup .contractSumInnerContent {
  width: 35% !important;
}
.filterPopup .savefitlerbutton {
  background-color: #343434;
  color: #fff;
  padding: 14px 5px;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  border: none;
}
.filterPopup .filterSection {
  margin-top: 15px;
}
.filterPopup .filterSection .accordion {
  margin: 4px 0;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 16px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 5px;
}
.filterPopup .filterSection .select2-container {
  z-index: 999999 !important;
}
.filterPopup .filterSection .active, .filterPopup .filterSection .accordion:hover {
  background-color: #ccc;
}
.filterPopup .filterSection .select2-container .select2-selection--single {
  line-height: 30px;
  height: 44px;
}
.filterPopup .filterSection .panel {
  margin-top: 10px;
  padding: 0 5px;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-left: 7px;
}

.viewAllButton {
  background-color: #888888;
  border: 1px solid #989898;
  text-align: center;
  padding: 12px 5px;
  margin-top: 12px;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
}

.summaryBlockSection {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.summaryBlockSection .blockItem {
  flex: 1 0 29%;
  border: 1px solid #a0a0a0;
  text-align: center;
  padding: 8px 5px;
  margin: 5px;
  border-radius: 3px;
}
.summaryBlockSection .blockItem .blockTitle {
  color: #707070;
  font-size: 15px;
}
.summaryBlockSection .blockItem .blockResult {
  color: #707070;
  font-size: 15px;
  font-weight: bold;
}

.overViewContractPopup {
  position: fixed !important;
  font-family: "Roboto", sans-serif;
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: unset;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.overViewContractPopup .contractSumInnerContent {
  overflow-y: auto;
  background-color: #fefefe;
  border: 1px solid #888;
  width: 45%;
  position: inherit;
  right: 0;
  z-index: 999999999999999;
  height: 100%;
  margin-top: 46px;
}
.overViewContractPopup .mainContentT {
  margin-top: 1px;
  padding: 27px 31px;
  /*height: 700px;*/
  overflow: auto;
}
.overViewContractPopup .mainContentT .popupTitle {
  font-size: 20px;
}
.overViewContractPopup .mainContentT .popupTitle span {
  color: #707070;
  font-size: 16px;
}
.overViewContractPopup .mainContentT .popupTitle span svg {
  margin-right: 4px;
  font-size: 14px;
}
.overViewContractPopup .largeStatusButt {
  background-color: #DEAA1A;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #707070;
  float: right;
  margin-top: -46px;
  padding: 10px 5px;
  width: 100%;
  max-width: 200px;
  font-weight: 600;
}
.overViewContractPopup .topContentHead {
  background-color: #C5CE49;
  height: 58px;
  padding: 20px;
}
.overViewContractPopup .closemM {
  color: #505050;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 0.8;
  margin-top: -5px;
}
.overViewContractPopup .closemM:hover,
.overViewContractPopup .closemM:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.summaryTable {
  width: 100%;
  margin-top: 25px;
}
.summaryTable .topHead {
  background-color: #2A2A2A;
  color: #fff;
}
.summaryTable .status {
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #DEAA1A;
  color: #201E1E;
  padding: 4px 0;
}
.summaryTable .completedStat {
  background-color: #2C4613;
  color: #fff;
}
.summaryTable th {
  text-align: center;
  padding: 14px 0;
}
.summaryTable td {
  text-align: center;
  padding: 14px 0;
  font-weight: 400;
}
.summaryTable tbody tr {
  background-color: #F7F7F7;
  border-collapse: separate;
  border-spacing: 0 1em;
  border: 1px solid #BCBCBC;
}
.summaryTable tbody tr:nth-child(2) {
  background-color: #E3E3E3;
}
.delayed {
  background-color: #DC2626 !important;
  color: #fff !important;
}

.beingMade {
  background-color: #81817F !important;
  color: #fff !important;
}

.viewButton {
  background-color: #C5CE49;
  color: #505050;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #9e9e9e;
}

.searchbar {
  margin-top: -48px;
  position: absolute;
  right: 43px;
}
.searchbar input {
  width: 100%;
  max-width: 375px;
  border: 1px solid #c5c5c5;
  padding: 10px;
  border-radius: 5px;
}
.searchbar i {
  float: right;
  margin-top: -27px;
  position: relative;
  z-index: 999999999;
  margin-right: 15px;
  padding-left: 68px;
}

.containerManager {
  margin-top: 80px;
  font-family: "Roboto", sans-serif;
}
.containerManager .container {
  max-width: 1550px;
  width: 1550px;
}

.tabToggle {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 40px;
}
.tabToggle a {
  flex: 1 auto;
}
.tabToggle .tabToToggle {
  background-color: #fff;
  border: 1px solid #ACACAC;
  border-radius: 3px;
  color: #707070;
  font-size: 16px;
  margin: 5px;
  text-align: center;
  padding: 14px 5px;
  font-weight: 600;
}
.tabToggle .activeToggle {
  background-color: #337AB7;
  color: #fff;
}

.topDetails {
  display: flex;
  flex-wrap: wrap;
}
.topDetails .areaTitle {
  margin-right: 12px;
  font-size: 18px;
  margin-top: 8px;
  font-weight: 500;
}

.filterSortTitle {
  font-size: 15px;
  margin: 8px 12px 7px;
  color: #707070;
  float: left;
}

.filterbutton {
  background-color: #C5CE49;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 4px 30px;
  margin-left: 18px;
}
.filterbutton i {
  margin-right: 5px;
  font-size: 14px;
  color: #444141;
}

.boxArea {
  background-color: #fff;
  margin-top: -5px;
  padding: 20px 35px;
  border: 1px solid #707070;
  border-radius: 4px;
  min-height: 540px;
}

.filterSummary {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin-top: 12px;
  padding-top: 3px;
}

.boldGreen {
  color: #797F1C !important;
  font-weight: bold;
}

.overflowScrollSect {
  overflow-x: scroll;
}

.overflowScrollSect::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.containerScrollSection {
  display: flex;
  margin-top: 35px;
}

.containerItem::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.invis {
  visibility: hidden;
}

.shipLink {
  background-color: #E4E5F3;
  border: 1px solid #121953;
  color: #3D3D3D;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 7px;
}
.shipLink i {
  color: #140B2E;
  margin-right: 8px;
}

.containerItem {
  background-color: #eeebeb;
  flex: 1 0 25%;
  border: 1px solid #707070;
  border-radius: 5px;
  margin: 0px 20px;
  margin-left: 2px;
  height: 715px;
  overflow-y: scroll;
}
.containerItem .topSect {
  text-align: center;
  background-color: #B1B1B1;
  padding: 13px 0;
  padding-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  margin-top: -0.9px;
}
.containerItem .topSect p {
  font-weight: 700;
  color: #2A2A2A;
  font-size: 14.5px;
}
.containerItem .bottomSect {
  padding: 0px 20px;
  margin-top: 25px;
}
.containerItem .bottomSect .contractDetailSquare {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
}
.containerItem .bottomSect .contractDetailSquare .paddME {
  padding: 14px 25px;
  border: 1px solid #707070;
  border-radius: 5px 5px 0px 0px;
  text-align: left;
}
.containerItem .bottomSect .contractDetailSquare ul {
  margin: 10px 0px;
}
.containerItem .bottomSect .contractDetailSquare ul li {
  margin: 5px 0;
  margin: 5px 0;
  display: inline-flex;
  width: 100%;
}
.containerItem .bottomSect .contractDetailSquare ul li svg {
  margin-right: 8px;
  color: #444141;
  float: left;
}
.containerItem .bottomSect .contractDetailSquare .contNum {
  color: #3D3D3D;
  font-weight: bold;
  font-size: 15px;
}
.containerItem .bottomSect .contractDetailSquare .dueDate {
  color: #3D3D3D;
  font-size: 14px;
}
.containerItem .bottomSect .contractDetailSquare .dueDate i {
  margin-right: 5px;
  color: #BF4747;
}
.containerItem .bottomSect .contractDetailSquare .contractStatus {
  color: #09062E;
  font-size: 14px;
  font-weight: bold;
  float: right;
}
.containerItem .bottomSect .contractDetailSquare .contractStatus i {
  margin-right: 5px;
}

.cItemStatus {
  background-color: #80807E;
  color: #fff;
  padding: 10px;
  width: 100.3%;
  margin-bottom: -15px;
  text-align: center;
  font-weight: 600;
  border-radius: 0px 0px 5px 5px;
  margin-left: -1px;
}
.cItemStatus.sailing {
  background-color: #4372df;
}
.cItemStatus.discharged {
  background-color: #229f4f;
}
.cItemStatus.collected {
  background-color: #eca328;
}
.cItemStatus.booked {
  background-color: #df4343;
}

.smallToggledView .hideStats {
  display: none;
}
.smallToggledView .shipLink {
  display: none;
}

.duedate {
  color: #8B2222;
  font-weight: bold;
  float: right;
  font-size: 14.5px;
  margin-right: 12px;
}

.detailsArea {
  margin-top: 30px;
}
.detailsArea .labelTitle {
  color: #505050;
  font-size: 15px;
  font-weight: 600;
}
.detailsArea textarea {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  padding: 18px;
  border-radius: 4px;
}

.imageArea .imageSPace img:hover {
  -webkit-transform: scale(3, 3);
}

.imageArea {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-right: 25px;
}
.imageArea .imageSPace {
  flex: 1 0 20%;
  margin: 8px;
}
.imageArea .imageSPace img {
  width: 100%;
  height: auto;
  transition: 0.2s;
  border-radius: 4px;
}
.imageArea .imageSPace p {
  text-align: center;
}

.bigbluechecks {
  background-color: #337AB7;
  color: #fff;
  margin-top: 40px;
  padding: 20px 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
}

.filteringRobot {
  text-align: center;
  margin-top: 50px;
}
.filteringRobot input {
  width: 100%;
  max-width: 375px;
  border: 1px solid #c5c5c5;
  padding: 10px;
  border-radius: 5px;
}
.filteringRobot p {
  font-size: 16px;
  margin-bottom: 15px;
}
.filteringRobot .filterbutton {
  background-color: #C5CE49;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 10px 30px;
  margin-left: 18px;
  margin-right: 6px;
}
.filteringRobot .fa-filter {
  font-size: 14px;
}
.filteringRobot svg {
  font-size: 26px;
  color: #5d5d5d;
}

.checksButton {
  background-color: #337AB7;
  color: #fff;
  font-size: 23px;
  padding: 5px 1px !important;
}
.checksButton svg {
  margin-top: 12px;
  margin-bottom: -5px;
}

.checkedGreen {
  background-color: green;
}

.rowExpanded {
  background-color: #EBEBEB;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  margin-top: 20px;
  display: none;
}

.closeRow {
  position: absolute;
  right: 22px;
  font-size: 26px;
  top: 10px;
  color: #313131;
}

.attachdocument2 {
  background-color: #FEFEFE;
  border: 2px dashed #342F2F;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  margin-top: 27px;
  padding-top: 31px;
  height: 112px;
  font-size: 15px;
  width: 100%;
  margin-left: 8px;
}

.sideLeftChina {
  padding: 10px 0;
  padding-left: 25px;
}
.sideLeftChina .chinaRow {
  width: 100%;
  display: flex;
  padding: 8px 0px;
}
.sideLeftChina select {
  width: 100%;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 6px;
  font-weight: 700;
  background-color: #fff;
}
.sideLeftChina label {
  color: #505050;
  font-weight: 500;
  flex: 1 auto;
  margin: 0 8px;
  position: relative;
}
.sideLeftChina .attachdocument {
  background-color: #FEFEFE;
  border: 2px dashed #342F2F;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  margin-top: 27px;
  padding-top: 31px;
  height: 112px;
  font-size: 15px;
  width: 42%;
  margin-left: 8px;
}
.sideLeftChina textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  padding: 8px 12px;
  height: 112px;
}
.sideLeftChina input {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  padding: 8px 12px;
}
.sideLeftChina span {
  position: absolute;
  right: 0px;
  top: 36px;
  background-color: #303030;
  color: #fff;
  padding: 8.5px 18px;
  margin-top: -6px;
  border-radius: 0px 5px 5px 0px;
}

.buttonGreenUpload {
  background-color: #C3D021;
  border: 1px solid #C4C2C2;
  border-radius: 4px;
  padding: 14px 8px;
  width: 100%;
  max-width: 450px;
  margin-top: 15px;
  margin-bottom: 55px;
  transition: 0.3s;
}

.buttonGreenUpload:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.uploadVidImg {
  padding-top: 30px;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 20px;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.uploadVidImg .contractSumInnerContent {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 50%;
  position: initial;
  right: unset;
  z-index: 999999999999999;
  height: auto;
  margin-top: 65px;
  margin: auto;
  text-align: center;
}
.uploadVidImg .attachdocument {
  background-color: #FEFEFE;
  border: 2px dashed #342F2F;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  margin-top: 7px;
  padding-top: 31px;
  height: 116px;
  font-size: 15px;
  width: 102%;
  margin-left: 0px;
}
.uploadVidImg .inputsRow {
  display: flex;
  width: 100%;
  margin: 15px 0;
}
.uploadVidImg .file-upload {
  opacity: 0;
  width: 102px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.uploadVidImg label {
  flex: 1 auto;
  font-weight: bold;
  color: #505050;
  text-align: left;
  margin: 10px;
}
.uploadVidImg input {
  border: 1px solid #A2A0A0;
  border-radius: 4px;
  padding: 10px 5px;
  margin-top: 6px;
  width: 100%;
}
.uploadVidImg select {
  border: 1px solid #A2A0A0;
  border-radius: 4px;
  padding: 10px 5px;
  margin-top: 6px;
  width: 100%;
}
.uploadVidImg textarea {
  border: 1px solid #A2A0A0;
  border-radius: 4px;
  padding: 10px 5px;
  margin-top: 6px;
  width: 100%;
  height: 116px;
}

.officeselector div:hover {
  background-color: #c3cf21;
  color: #fff;
}

.managerTypeChooser:hover .officeselector {
  display: block;
}

.officeselector {
  display: none;
  background-color: #5e5e5e;
  width: 390px;
  margin-top: 6px;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  height: auto;
  border: 4px solid #c3cf21;
  transition: 0.3s;
}
.officeselector a:hover {
  color: #fff;
  text-decoration: none;
}
.officeselector div {
  background-color: #fff;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
}

.customerSearch {
  padding: 12px;
  border: 1px solid #9B9B9B;
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
  margin-right: 8px;
}

.customerSelect {
  padding: 12px;
  border: 1px solid #9B9B9B;
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
  margin-right: 8px;
}

.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: #C4D024;
  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;
  }
}
.notifyjs-corner {
  top: 100px !important;
}

.goodsinmanager {
  margin-top: 15px;
}
.goodsinmanager .greyTitel {
  font-size: 19px;
}
.goodsinmanager .deliveryNaemSub {
  font-size: 16px;
  margin-top: 3px;
  color: #707070;
}
.goodsinmanager .backtopage {
  background-color: #D6D6D6;
  border-radius: 7px;
  padding: 14px 0;
  color: #8D8D8D;
  font-size: 16px;
  width: 100%;
  max-width: 320px;
}
.goodsinmanager .rightText {
  text-align: right;
}
.goodsinmanager .flexyRow {
  display: flex;
}
.goodsinmanager .arijDrag {
  margin: 0 10px;
  margin-top: 12px;
  flex: 1;
}
.goodsinmanager .arijDrag .unitCountAmount {
  float: right;
  color: #5A5A5A;
  font-weight: 700;
  font-size: 15px;
}
.goodsinmanager .arijDrag .arjContent {
  border-radius: 3px;
  min-height: 850px;
  background-color: #fff;
  padding: 15px 12px;
  margin-top: 15px;
}
.goodsinmanager .arijDrag .elementDragGoodsItem {
  text-align: center;
  position: relative;
  padding: 17px 5px;
  border: 1px solid #CBCBCB;
  margin-top: 10px;
  border-radius: 5px;
}
.goodsinmanager .arijDrag .elementDragGoodsItem:hover {
  background-color: #C6D22B;
  transition-duration: 0.4s;
  text-decoration: none !important;
  color: #fff;
}
.goodsinmanager .arijDrag .elementDragGoodsItem:hover i {
  color: #fff;
  transition-duration: 0.4s;
}
.goodsinmanager .arijDrag .elementDragGoodsItem i {
  font-size: 16px;
  margin-top: 2px;
}
.goodsinmanager .arijDrag .leftOne {
  position: absolute;
  left: 15px;
  color: #C6D22B;
}
.goodsinmanager .arijDrag .rightOne {
  position: absolute;
  right: 15px;
  color: #797979;
}
.goodsinmanager .arijDrag a {
  text-decoration: none !important;
}
.goodsinmanager .arijDrag .icoTitle {
  font-weight: 700;
  color: #C6D22B;
  font-size: 16px;
}
.goodsinmanager .arijDrag .icoTitle i {
  margin-right: 12px;
}

@media only screen and (max-width: 1200px) {
  .goodsinmanager .arijDrag .leftOne {
    position: unset;
    width: 100%;
  }

  .goodsinmanager .arijDrag .rightOne {
    position: unset;
    width: 100%;
  }

  .goodsinmanager .arijDrag .unitCountAmount {
    width: 100%;
    text-align: center;
    float: unset;
  }

  .icoTitle {
    text-align: center;
    font-size: 14px;
  }
  .icoTitle i {
    display: none;
  }
}
.alert-bar {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 47px;
  transition: top 1s ease-out;
  z-index: 9999;
}
.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: 20%;
  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: #c3cf21;
}
.badgeIcon.red {
  border-radius: 5px;
  background-color: #e44f4b;
}

/* 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 #C4D024;
  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;
  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: #3ca995;
  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(../images/elements_top/user.png);
}

.watch_icon {
  background-image: url(../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: #919a1e;
  color: #fff;
}

.history .item.animate.active {
  cursor: pointer;
  background-color: #919a1e;
  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: #3ca995;
}

.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: #3ca995;
}

.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: 41px;
  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: #3ca995;
}

.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: #919a1e;
  border: 1px solid #C4D024;
  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: #919a1e;
  width: 80px;
  background-image: url(../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: 500px;
}

.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 {
  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 h3 {
  color: #C4D024;
  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: #3ca995;
  color: #fff;
}

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

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

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: #006132 !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: #006132 !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: 10px;
  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: #c3cf21;
  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(../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: max-content;
  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: #3ca995;
}
.menu_v2 .module_icon .status_bar.red {
  background-color: #e44f4b;
}
.menu_v2 .module_icon .user_circle {
  border-radius: 50%;
  background-color: #919a1e;
  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: 10px;
  text-align: center;
  color: #c3cf21;
}
.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: 650px) {
  .menu_v2 .core_search {
    width: 55% !important;
  }
}
.caption_head {
  width: 100%;
  background-color: #3ca995;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
.caption_head a {
  color: #fff;
}
.caption_head .float-right {
  float: right;
  margin-right: 5px;
}

.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: #3ca995;
}

.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(../images/icons/tick_green-12x12.png);
  background-repeat: no-repeat;
  background-position: 5% center;
}

.calendarAudit {
  background-image: url(../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(../images/icons/cross-white.png);
}

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

.sleeping_mode {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../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: 99999;
  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(../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: #3ca995;
  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: #c3cf21;
}

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

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

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

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

.wh_detailed_airspace {
  width: 11px;
  height: 60px;
  border-right: 1px solid #C4D024;
  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: #3ca995;
  border-bottom: 1px solid #C4D024;
}

.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: #C4D024;
}

.warehouse_door {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: url(../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: #c3cf21;
}

.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 .bulkSpace {
  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 .bulkSpace.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 .bulkSpace.empty {
  border-bottom: 4px solid #C4D024;
  background-color: #DFE1E2;
  color: #181818;
}

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

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

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

.warehouse_row .bulkSpace.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 .bulkSpace.label_row {
  border-bottom: none;
  background-color: #3ca995;
  line-height: 35px;
  font-size: 14px;
}

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

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

.warehouse_row .wh_space.empty {
  border-bottom: 4px solid #C4D024;
  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: #3ca995;
  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: #C4D024;
}

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

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

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

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

/*# sourceMappingURL=site.4.6.3.css.map */

.thecalendars {
  max-height: 768px;
  display: block;
  float: left;
  width: 100%;
  overflow-y: scroll;
}