/** 
    MIXINS FROM COMPASS
    to be put in its own scss file, probably, _donottouch_compass_mixins.scss
*/
/*
@import "compass/typography";
@import "compass/css3";*/
:root {
  --background-color: #fefefe;
  --background-text-color: #303030;
  --top-bar-color: #f6f6f6;
  --top-bar-color-50-transparent: #f6f6f688;
  --top-bar-text-color: #303030;
  --theme-color: #0e6d99;
  --theme-primary: #0daa75;
  --theme-secondary: #2b8bbd;
  --theme-text-col: #585858;
  --theme-text-col-light: #fff;
  --theme-text-col-primary: #fff;
  --theme-text-col-secondary: #fff;
  --theme-border: #2d8bbc;
  --theme-border-25-transparency: rgba(45, 139, 188, 0.75);
  --theme-border-50-transparency: rgba(45, 139, 188, 0.5);
  --theme-border-75-transparency: rgba(45, 139, 188, 0.25);
}

/*********** Page Layout Styles **********/
html {
  height: 100%;
}

body {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: var(--background-text-color);
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
}

form {
  height: 100%;
}

body.bgd {
  background: var(--background-color);
  color: var(--background-text-color);
}

body.bgd .top-bar {
  background-color: var(--top-bar-color);
  color: var(--top-bar-text-color);
}

@media screen and (min-width: 768px) {
  body.bgd .top-bar {
    border-right: 1px Solid #083b53;
  }
}

.fill {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

.themecolor {
  color: #0e6d99;
}

.themetextcolorlight {
  color: #fff;
}

.themetextcolor {
  color: #585858;
}

/*********** End PageLayout Styles **********/
/*********** Menu/Layout Styles **********/
#divMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#divMenu .menu {
  width: 243px;
  margin: auto;
  padding: 0px 5px;
}

#divMenu .menu .menubutton:nth-child(even), #divMenu .menu .menubuttonnoaction:nth-child(even) {
  margin: 8px 0px 0px 20px;
}

#divMenu .menu .menubutton:nth-child(odd), #divMenu .menu .menubuttonnoaction:nth-child(odd) {
  margin: 8px 0px 0px 0px;
}

#divMenu .menu .menubutton:nth-child(odd):last-child, #divMenu .menu .menubuttonnoaction:nth-child(odd):last-child {
  margin-left: 59px;
  top: -7px;
}

#divMenu .menu .menuactionbutton {
  width: 212px;
  margin-top: 10px;
}

#divMenu .menu .menuactionbutton.btn-custom-secondary {
  width: 150px;
  margin: 10px 31px 0px 31px;
}

#divMenu .menu3 {
  width: 320px;
  margin: auto;
  padding: 0px 2px;
}

#divMenu .menu3 .menubutton, #divMenu .menu3 .menubuttonnoaction {
  margin: 5px 0px 0px 5px;
}

#divMenu .menu3 .menubutton:nth-child(1), #divMenu .menu3 .menubutton:nth-child(4), #divMenu .menu3 .menubutton:nth-child(7), #divMenu .menu3 .menubutton:nth-child(10), #divMenu .menu3 .menubutton:nth-child(13), #divMenu .menu3 .menubuttonnoaction:nth-child(1), #divMenu .menu3 .menubuttonnoaction:nth-child(4), #divMenu .menu3 .menubuttonnoaction:nth-child(7), #divMenu .menu3 .menubuttonnoaction:nth-child(10), #divMenu .menu3 .menubuttonnoaction:nth-child(13) {
  margin: 5px 0px 0px 0px;
}

#divMenu .menu3 .menuactionbutton {
  width: 212px;
  margin: 10px 43px 0px 43px;
}

#divMenu .menu3 .menuactionbutton.half {
  width: 140px;
  margin: 0px 0px 10px 0px;
}

#divMenu .menu3 .menuactionbutton.btn-custom-secondary {
  width: 150px;
  margin: 10px 74px 0px 74px;
}

#divMenu .menu3 .half + .half {
  margin-left: 10px;
}

#divMenu .submenu {
  display: none;
}

#divMenu .top-bar .back, #divMenu .top-bar .right {
  display: none;
}

#divLeft {
  height: 100%;
  padding: 0px;
  position: relative;
  float: left;
  width: 320px;
}

@media screen and (max-width: 768px) {
  #divLeft.unselected {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #divLeft {
    width: 100%;
  }
}

#divRight {
  height: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #divRight {
    display: none;
  }
  #divRight.selected {
    display: block;
  }
}

#divPage {
  position: absolute;
  left: 0px;
  top: 35px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  padding: 5px;
  -webkit-overflow-scrolling: touch;
}

body.modal-open.ipad #divPage {
  overflow: visible;
}

/*********** End Menu/Layout Styles **********/
/*********** Please Wait Styles **********/
#divWait {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
}

#divWait div {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#divWait div:first-child {
  background-color: White;
  opacity: 0.6;
  z-index: 2001;
}

#divWait div:last-child {
  cursor: wait;
  z-index: 2002;
}

#divWait table {
  height: 100%;
  width: 100%;
}

#divWait table td {
  text-align: center;
}

/*********** End Please Wait Styles **********/
/*********** Widget Styles **********/
.widget {
  border-width: 4px;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #0e6d99;
  border-radius: 7px;
  box-shadow: 3px 3px 7px 0px rgba(5, 42, 60, 0.5);
  color: #585858;
}

.widget .widget-header {
  padding: 0 10px;
  height: 35px;
  text-align: center;
  background-color: #0e6d99;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget .widget-header h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  line-height: 35px;
}

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

.widget .widget-header.button i {
  float: right;
  padding: 8px;
  font-size: 1.3em;
  cursor: pointer;
}

.widget .widget-content {
  padding: 10px 10px;
}

.widget .widget-content.forlist {
  padding: 0px;
}

.widget.minimal {
  border-width: 2px;
  border-radius: 4px;
  box-shadow: none;
}

/*********** End Widget Styles **********/
/*********** Login/Create Account Styles **********/
.tableContent td {
  text-align: right;
  font-weight: bold;
  padding: 10px 0px 0px 5px;
}

.tableContent input {
  width: 100%;
}

/*********** End Login/Create Account Styles **********/
/*********** Validation Styles **********/
.parsley-errors-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.parsley-errors-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.parsley-errors-list li {
  color: #DB3833;
  font-size: 0.75em;
  font-weight: normal;
}

/*********** End Validation Styles **********/
/*********** Modal Dialog Styles **********/
.modal-dialog {
  top: 40px;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 620px;
  }
}

.modal-content {
  border-radius: 8px;
  color: #585858;
}

.modal-header {
  background-color: #0e6d99;
  color: #fff;
  padding: 8px 12px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.modal-header .close {
  color: #fff;
  line-height: 30px;
}

.modal-footer {
  padding: 0px 12px 8px 12px;
}

@media screen and (max-width: 480px) {
  .modal-footer {
    text-align: center;
  }
}

.modal-footer .btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}

.modal-footer .btn + .btn {
  margin-left: 12px;
}

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

/*********** End Modal Dialog Styles **********/
/*********** flexilist Styles **********/
table.flexilist.constrained {
  width: 100%;
  table-layout: fixed;
}

table.flexilist.constrained td.btnCell {
  width: 105px;
}

table.flexilist.constrained td.btnCell .btn {
  width: 100%;
}

table.flexilist td {
  padding: 2px;
}

@media screen and (min-width: 992px) {
  table.flexilist td.btnCell {
    width: 170px;
  }
  table.flexilist td.btnCell .btn {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  table.flexilist {
    width: 100%;
    table-layout: fixed;
  }
  table.flexilist td.btnCell {
    width: 85px;
  }
  table.flexilist td.btnCell .btn {
    width: 100%;
  }
  table.flexilist td.btnCell .btn .fa {
    display: none;
  }
}

table.flexilist.three.constrained td.btnCell {
  width: 110px;
}

table.flexilist.three.constrained td.btnCell .btn .fa {
  display: none;
}

table.flexilist.three.constrained td.btnCell .btn span span {
  display: none;
}

@media screen and (min-width: 992px) {
  table.flexilist.three td.btnCell {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  table.flexilist.three td.btnCell {
    width: 42px !important;
  }
  table.flexilist.three td.btnCell .btn {
    width: 100%;
  }
  table.flexilist.three td.btnCell .btn .fa {
    display: inline !important;
  }
  table.flexilist.three td.btnCell .btn span {
    display: none;
  }
}

div.widget-content table.flexilist tr {
  border-bottom: 1px Solid #0e6d99;
}

/*********** End flexilist Styles **********/
.row.nomargin {
  margin: 0px;
}

.top-bar {
  padding: 0 10px;
  height: 35px;
  text-align: center;
  background-color: var(--top-bar-color);
  color: var(--top-bar-text-color);
}

.top-bar .text {
  overflow: hidden;
  padding: 0px 7px;
}

.top-bar .text h3 {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  line-height: 35px;
  width: 100%;
}

.top-bar .back {
  cursor: pointer;
  float: left;
}

.top-bar .right {
  float: right;
  visibility: hidden;
}

.top-bar .back, .top-bar .right {
  font-size: 1.2em;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-bar .back i.fa, .top-bar .right i.fa {
  font-size: 14pt;
}

@media screen and (min-width: 1280px) {
  .top-bar .back, .top-bar .right {
    max-width: 250px;
  }
}

@media screen and (max-width: 1280px) {
  .top-bar .back, .top-bar .right {
    max-width: 200px;
  }
}

@media screen and (max-width: 992px) {
  .top-bar .back, .top-bar .right {
    max-width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .top-bar .back, .top-bar .right {
    max-width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .top-bar .back, .top-bar .right {
    max-width: 95px;
  }
}

.top-bar .refresh {
  font-size: 1.4em;
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  cursor: pointer;
}

.top-bar .tracking {
  font-size: 1.2em;
  position: absolute;
  top: 9px;
  right: 35px;
  display: none;
  cursor: pointer;
}

.top-bar div.scan {
  overflow: hidden;
  font-size: 1.4em;
  position: absolute;
  top: 6px;
  right: 28px;
  display: none;
  cursor: pointer;
}

.top-bar .garment {
  font-size: 1.4em;
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 768.5px) {
  body:not(.safari) .top-bar .back.root, body:not(.safari) .top-bar .right.root {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  body.safari .top-bar .back.root, body.safari .top-bar .right.root {
    display: none;
  }
}

/*********** Button Styles **********/
.btn {
  border-radius: 7px;
  font-size: 15px;
  overflow: hidden;
  font-weight: bold;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn.inactivebtn {
  cursor: default;
  opacity: 0.4;
}

.btn.inactivebtn.inactivebtn_noclick {
  pointer-events: none;
}

.btn-custom-primary {
  background-color: #0daa75;
  border: 0px;
  color: #fff;
  box-shadow: -3px -3px 5px 0px rgba(6, 75, 52, 0.5) inset;
}

.btn-custom-primary:hover, .btn-custom-primary:focus, .btn-custom-primary:active, .btn-custom-primary.active,
.btn-custom-primary .open .dropdown-toggle.btn-warning {
  background-color: #0fc285;
  color: #fff;
}

.btn-custom-secondary {
  background-color: #2b8bbd;
  border: 0px;
  color: #fff;
  box-shadow: -3px -3px 5px 0px rgba(24, 78, 106, 0.5) inset;
}

.btn-custom-secondary:hover, .btn-custom-secondary:focus, .btn-custom-secondary:active, .btn-custom-secondary.active,
.btn-custom-secondary .open .dropdown-toggle.btn-warning {
  background-color: #319ad0;
  color: #fff;
}

.btn-custom-delete {
  background-color: #DD0000;
  border: 0px;
  color: #fff;
  box-shadow: -3px -3px 5px 0px rgba(119, 0, 0, 0.5) inset;
}

.btn-custom-delete:hover, .btn-custom-delete:focus, .btn-custom-delete:active, .btn-custom-delete.active,
.btn-custom-delete .open .dropdown-toggle.btn-warning {
  background-color: #f70000;
  color: #fff;
}

.menubutton, .menubuttonnoaction {
  height: 96px;
  width: 96px;
  float: left;
  position: relative;
  border-radius: 50%;
  border: 4px solid #0e6d99;
  background-color: #0e6d99;
  overflow: hidden;
  cursor: pointer;
  color: #585858;
}

.menubutton:hover, .menubuttonnoaction:hover {
  background-color: #0a4c6a;
}

.menubutton:hover > div.menubutton-icon-container > i, .menubuttonnoaction:hover > div.menubutton-icon-container > i {
  color: #0a4c6a;
}

.menubutton.selected, .menubuttonnoaction.selected {
  border: 4px solid #0daa75;
  cursor: default;
}

.menubutton.selected:hover, .menubuttonnoaction.selected:hover {
  background-color: #0e6d99;
}

.menubutton.selected:hover > div.menubutton-icon-container > i, .menubuttonnoaction.selected:hover > div.menubutton-icon-container > i {
  color: #0e6d99;
}

@media screen and (max-width: 768px) {
  .menubutton.selected, .menubuttonnoaction.selected {
    border: 4px solid #0e6d99;
    cursor: pointer;
  }
  .menubutton.selected:hover, .menubuttonnoaction.selected:hover {
    background-color: #0a4c6a;
  }
  .menubutton.selected:hover > div.menubutton-icon-container > i, .menubuttonnoaction.selected:hover > div.menubutton-icon-container > i {
    color: #0a4c6a;
  }
}

.menubutton img, .menubuttonnoaction img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menubutton div, .menubuttonnoaction div {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 0.9em;
}

.menubutton > div.menubutton-icon-container, .menubuttonnoaction > div.menubutton-icon-container {
  bottom: inherit;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
}

.menubutton > div.menubutton-icon-container > i, .menubuttonnoaction > div.menubutton-icon-container > i {
  font-size: 4em;
  margin-top: 8px;
  color: #0e6d99;
}

.buttonsection {
  padding: 10px 0px 0px 0px;
}

.buttonsection.nopadding {
  padding: 0px;
}

.buttonsection.right {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .buttonsection.right {
    text-align: center;
  }
}

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

@media screen and (max-width: 480px) {
  .buttonsection.left {
    text-align: center;
  }
}

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

.buttonsection .btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
}

.buttonsection .btn:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 480px) {
  .buttonsection {
    text-align: center;
  }
  .buttonsection .btn {
    margin: 0px 7px 15px 7px;
    width: 150px;
  }
  .buttonsection .btn:last-child {
    margin-right: 7px;
  }
}

.buttongroup .btn {
  border-radius: 0px;
  border: 0px solid #ddd;
  background-color: #0e6d99;
  color: #585858;
}

.buttongroup .btn.selected {
  background-color: #0daa75;
  color: #fff;
}

.buttongroup .btn:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.buttongroup .btn:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

/*********** End Button Styles **********/
/*********** Textbox Styles **********/
input[type=text], input[type=email], input[type=number], input[type=url], input[type=password], input[type=tel], select[size="1"], input[type=month] {
  border: 2px Solid #2d8bbc;
  border-radius: 5px;
  line-height: normal;
  padding: 4px;
  color: #585858;
}

input[type=text].large, input[type=email].large, input[type=number].large, input[type=url].large, input[type=password].large, input[type=tel].large, select[size="1"].large, input[type=month].large {
  font-size: 1.2em;
}

input[type=text].parsley-error, input[type=email].parsley-error, input[type=number].parsley-error, input[type=url].parsley-error, input[type=password].parsley-error, input[type=tel].parsley-error, select[size="1"].parsley-error, input[type=month].parsley-error {
  border: 2px Solid #DB3833;
}

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=url]:focus, input[type=password]:focus, input[type=tel]:focus, select[size="1"]:focus, input[type=month]:focus {
  outline: none;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select[size="1"]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder {
  color: #a5a5a5;
  font-weight: normal;
}

select[size="1"] {
  background-color: #FFF;
}

textarea {
  color: #585858;
  border: 2px Solid #2d8bbc;
  height: 60px;
  border-radius: 7px;
}

textarea.parsley-error {
  border: 2px Solid #DB3833;
}

textarea:focus {
  outline: none;
}

.input-daterange input {
  max-width: calc(50% - 1em);
}

/*********** End Textbox Styles **********/
/*********** Label and anchor Styles **********/
label.light {
  color: #fff;
}

a.image {
  cursor: pointer;
  color: #fff;
}

a.image:link {
  color: #fff;
  text-decoration: none;
}

a.image:visited {
  color: #fff;
  text-decoration: none;
}

a.image:hover {
  color: #fff;
  text-decoration: none;
}

a.image:active {
  color: #fff;
  text-decoration: none;
}

a.image:focus {
  outline: none;
}

a.image.right {
  float: right;
  padding: 4px;
  font-size: 1.4em;
}

.likeLink {
  text-decoration: underline;
  cursor: pointer;
  color: #585858;
}

.li-menu {
  cursor: pointer;
  padding: 8px 5px;
  color: #585858;
}

.li-menu:hover {
  background-color: #0daa75;
  color: #fff;
}

/*********** Pickers *******************/
.txtField {
  border: 2px Solid #2d8bbc;
  border-radius: 5px;
  line-height: normal;
  padding: 4px;
  color: #585858;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dropDown {
  border: 2px Solid #2d8bbc;
  border-radius: 5px;
  line-height: normal;
  padding: 4px;
  color: #585858;
  line-height: 22px;
  padding: 0px 16px 0px 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: default;
  background-image: url(../images/imgDropDown.png?ver=511);
  background-position: center right;
  background-repeat: no-repeat;
}

/*********** Typeahead Styles **********/
.twitter-typeahead {
  width: 100%;
  color: #585858;
}

.twitter-typeahead .tt-hint {
  color: #8b8b8b;
}

.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
  border: 2px solid #2d8bbc;
  border-top: 0px;
  border-radius: 5px;
  max-height: 250px;
  overflow-y: auto;
}

.twitter-typeahead .tt-suggestion {
  padding: 5px;
  line-height: 1.5;
  margin: 0px 2px;
}

.twitter-typeahead .tt-suggestion:hover {
  background-color: #0daa75;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.twitter-typeahead .tt-suggestion p {
  margin: 0;
}

.large .tt-suggestion {
  font-size: 1.2em;
}

/*********** End Typeahead Styles **********/
/*********** Checkbox Styles **********/
div.checkbox {
  border: 2px Solid #2d8bbc;
  background-color: #FFF;
  height: 18px;
  width: 18px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #2d8bbc;
}

div.checkbox:focus {
  outline: none;
}

/*********** End Checkbox Styles **********/
/*********** Info Popups Styles **********/
div.successPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background-color: #e0edcf;
  color: #658934;
  border: 1px Solid #658934;
  text-align: center;
  padding: 8px;
  opacity: 0;
  border-radius: 10px;
  z-index: 1900;
}

div.successPopup i {
  font-size: 60px;
}

div.successPopup b {
  font-size: 1.5em;
}

div.successPopup.large {
  height: 120px;
  width: 120px;
  padding: 18px 0px;
}

div.successPopup.extralarge {
  height: 150px;
  width: 300px;
  padding: 18px 0px;
}

div.errorPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fceeed;
  color: #DB3833;
  border: 1px Solid #DB3833;
  padding: 12px;
  opacity: 0;
  border-radius: 10px;
  z-index: 1900;
}

div.errorPopup i {
  font-size: 60px;
}

div.errorPopup td:last-child {
  padding-left: 12px;
}

div.warningPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: #E7A13D;
  border: 1px Solid #E7A13D;
  padding: 12px;
  opacity: 0;
  border-radius: 10px;
  z-index: 1900;
}

div.warningPopup i {
  font-size: 60px;
}

div.warningPopup td:last-child {
  padding-left: 12px;
}

div.questionPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8fcfd;
  color: #46B0CF;
  border: 1px Solid #46B0CF;
  padding: 12px;
  opacity: 0;
  border-radius: 10px;
  z-index: 1900;
}

div.questionPopup td:first-child i {
  font-size: 60px;
}

div.questionPopup td:last-child {
  padding-left: 12px;
}

div.questionPopup div.text {
  color: #555;
  margin: 10px 0px 25px 0px;
}

div.questionPopup div.buttons {
  white-space: nowrap;
  text-align: right;
}

div.questionPopup div.buttons .btn {
  width: 90px;
  padding: 2px 10px;
  display: inline-block !important;
}

div.questionPopup div.buttons .btn + .btn {
  margin-left: 12px;
}

/*********** End Info Popups Styles **********/
/*********** Accordion Styles **********/
.panel {
  border: 4px Solid #0e6d99;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 7px;
  box-shadow: 3px 3px 7px 0px rgba(5, 42, 60, 0.5);
  color: #585858;
}

.panel-group {
  margin-bottom: 5px;
}

.panel-group .panel {
  border-radius: 7px;
}

.panel-group .panel .panel-heading {
  padding: 0 15px;
  background-color: #0e6d99;
  border-radius: 0px;
}

.panel-group .panel .panel-title > a {
  display: block;
  padding: 7px 0;
  width: 100%;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration: none;
  line-height: 26px;
}

.panel-group .panel .panel-title > a:hover {
  text-decoration: none;
}

.panel-group .panel .panel-title > a > i:first-child, .panel-group .panel .panel-title > a.collapsed > i + i {
  display: none;
  line-height: 26px;
}

.panel-group .panel .panel-title > a.collapsed > i:first-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.panel-group .panel .panel-body.forlist {
  padding: 0px;
}

input.panel-header {
  background-color: #0e6d99 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

input.panel-header:-ms-input-placeholder {
  color: #fff !important;
}

input.panel-header::placeholder {
  color: #fff !important;
}

input.panel-header::-webkit-input-placeholder {
  color: #fff !important;
}

input.panel-header:-moz-placeholder {
  color: #fff !important;
}

input.panel-header::-moz-placeholder {
  color: #fff !important;
}

/*********** End Accordion Styles **********/
/*********** List Item Styles **********/
.listitem {
  border-bottom: 1px Solid #0e6d99;
  min-height: 42px;
  cursor: pointer;
  position: relative;
}

.listitem:last-child {
  border-bottom: 0px;
}

.listitem:hover {
  background-color: rgba(14, 109, 153, 0.12);
}

.listitem.inactive {
  cursor: default;
  opacity: 0.6;
}

.listitem.inactive:hover {
  background-color: transparent;
}

.listitem.nonclick, .listitem.nonav {
  cursor: default;
}

.listitem.nonclick:hover, .listitem.nonav:hover {
  background-color: transparent;
}

.listitem.header {
  cursor: default;
  min-height: 26px;
  font-weight: bold;
  background-color: rgba(14, 109, 153, 0.18);
  margin-top: -1px;
}

.listitem.header:hover {
  background-color: rgba(14, 109, 153, 0.18);
}

.listitem.header > table td {
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .listitem.header {
    display: none;
  }
}

.listitem.header.alwaysdisplay {
  display: block;
}

.listitem.alt:nth-child(odd) {
  background-color: rgba(14, 109, 153, 0.05);
}

.listitem.alt:nth-child(odd):hover {
  background-color: rgba(14, 109, 153, 0.12);
}

.listitem.alt:nth-child(odd).inactive {
  cursor: default;
  opacity: 0.6;
}

.listitem.alt:nth-child(odd).inactive:hover {
  background-color: transparent;
}

.listitem.alt:nth-child(odd).inactive:hover:nth-child(odd) {
  background-color: rgba(14, 109, 153, 0.05);
}

.listitem.alt:nth-child(odd).nonclick, .listitem.alt:nth-child(odd).nonav {
  cursor: default;
}

.listitem.alt:nth-child(odd).nonclick:hover, .listitem.alt:nth-child(odd).nonav:hover {
  background-color: transparent;
}

.listitem.alt:nth-child(odd).nonclick:hover:nth-child(odd), .listitem.alt:nth-child(odd).nonav:hover:nth-child(odd) {
  background-color: rgba(14, 109, 153, 0.05);
}

.listitem.alt:nth-child(odd):last-child {
  border-bottom: 0px;
}

.listitem > table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.listitem > table td {
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 42px;
}

@media screen and (max-width: 992px) {
  .listitem > table td.sm-multiline {
    line-height: 1.1;
  }
}

.listitem.minimal {
  min-height: 22px;
}

.listitem.minimal > table td {
  line-height: 22px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .listitem {
    padding-right: 24px;
  }
  .listitem.nonav {
    padding-right: 0px;
  }
  .listitem:before {
    content: '\f138';
    position: absolute;
    top: 0px;
    right: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #585858;
    font-size: 14pt;
    line-height: 42px;
  }
  .listitem.inactive:before, .listitem.nonclick:before, .listitem.nonav:before, .listitem.header:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #585858;
    font-size: 14pt;
    line-height: 42px;
  }
}

.listitem.start {
  position: relative;
  top: 0;
  left: 0;
}

.listitem.start > * {
  opacity: 0.4;
}

.listitem.start:before {
  content: "I'm going here next";
  font-size: 16pt;
  color: #0e6d99;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  padding-top: 18px;
}

/*********** End List Item Styles **********/
/*********** Green Ball Styles **********/
.greenball {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0aa908;
  background: -webkit-gradient(linear, left top, left bottom, from(#59e738), to(#0aa908));
  line-height: 26px;
  text-align: center;
}

.greenball.primary {
  background-color: #2b8bbd;
}

.floatGreenballRight {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
  padding-right: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floatGreenballRight .greenball {
  position: absolute;
  right: 0px;
  top: 6px;
}

/*********** End Green Ball Styles **********/
/*********** Table Styles **********/
div.borderedContainer {
  border-width: 4px;
  border-style: solid;
  border-color: #0e6d99;
  color: #585858;
  border-spacing: 0;
  border-radius: 10px;
  box-shadow: 3px 3px 7px 0px rgba(5, 42, 60, 0.5);
  overflow: hidden;
}

.alternating tr:nth-child(even) {
  background-color: rgba(230, 246, 253, 0.8);
}

.alternating tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

.details {
  table-layout: fixed;
  width: 100%;
}

.details td {
  padding: 4px;
}

.details td input[type=text], .details td input[type=email], .details td input[type=number], .details td input[type=url], .details td input[type=password], .details td input[type=tel], .details td select[size="1"], .details td input[type=month] {
  width: 100%;
}

.details td:first-child {
  font-weight: bold;
}

/*********** End Table Styles **********/
/*********** DatePicker Styles **********/
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 7px;
  z-index: 1100 !important;
  background-color: #0e6d99;
  color: #585858;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}

.datepicker td {
  background: #fff;
}

.datepicker td.day:hover {
  background: #e6e6e6;
  cursor: pointer;
}

.datepicker td.day.disabled {
  background: #e6f6fd;
  color: #585858;
  cursor: default;
}

.datepicker td.old, .datepicker td.new {
  color: #656565;
  background: #f0f0f0;
}

.datepicker td.active, .datepicker td.active:hover {
  color: #fff;
  background-color: #0daa75;
}

.datepicker td.range {
  color: #656565;
  background: whitesmoke;
}

.datepicker td.selected:not(.active) {
  color: #fff;
  background-color: #2b8bbd;
}

.datepicker td span {
  display: block;
  width: 50%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 0;
}

.datepicker td span:hover {
  background: #e6e6e6;
  cursor: pointer;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next, .datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:nth-child(2) {
  background: #fff;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
  color: #fff;
  background-color: #0e6d99;
}

.datepicker thead tr:first-child th:hover {
  background: #0d638b;
}

/*********** End DatePicker Styles **********/
/************** Multi Picker Styles **************/
.multipickersec1, .multipickersec2 {
  white-space: nowrap;
  border: 2px Solid #2d8bbc;
  border-radius: 5px;
  padding: 4px 24px 4px 4px;
  line-height: normal;
  margin: 1px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  width: 48%;
  overflow: hidden;
}

.multipickersec1:before, .multipickersec2:before {
  color: #0e6d99;
  content: "\f138";
  font-family: FontAwesome;
  font-size: 1.2em;
  right: 2px;
  position: absolute;
}

.multipickersec1:hover:before, .multipickersec2:hover:before {
  color: #0c5c82;
  content: "\f13a";
}

.multipickerlastsec1, .multipickerlastsec2 {
  white-space: nowrap;
  border: 2px Solid #2d8bbc;
  border-radius: 5px;
  padding: 4px 24px 4px 4px;
  background-position: center right;
  background-repeat: no-repeat;
  line-height: normal;
  margin: 1px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  width: 48%;
  overflow: hidden;
}

.multipickerlastsec1:hover:before, .multipickerlastsec2:hover:before {
  color: #0c5c82;
  content: "\f13a";
  font-size: 1.2em;
  font-family: FontAwesome;
  right: 2px;
  position: absolute;
}

.multipickeritem {
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  position: relative;
  height: 40px;
}

.multipickeritem:hover {
  background-color: #f2f2f2;
}

.multipickeritem.multipickernextmenu:before {
  color: #0e6d99;
  content: "\f138";
  font-size: 1.3em;
  font-family: FontAwesome;
  right: 5px;
  top: 9px;
  position: absolute;
}

.multipickeritem.multipickernextmenu:before.hover {
  color: #0d638b;
}

.multipickertitle {
  padding-right: 20px;
  background-color: #0e6d99;
  color: #fff;
  position: relative;
}

.multipickertitle.multipickeruplevel:before {
  content: "\f139";
  font-size: 1.3em;
  font-family: FontAwesome;
  right: 5px;
  top: 0px;
  position: absolute;
}

.multipickertitle.multipickeruplevel:before:hover {
  color: #f2f2f2;
}

.multipickertitle.multipickeruplevel:hover {
  cursor: pointer;
  background-color: #0d638b;
}

.multipickerbgd {
  white-space: normal;
  overflow: hidden;
  text-align: left;
}

.multipickerbody {
  width: 30%;
  max-width: 210px;
  height: auto;
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 50;
  border-radius: 7px;
  color: #585858;
  border: 4px Solid #0e6d99;
  box-shadow: 3px 3px 7px 0px rgba(5, 42, 60, 0.5);
}

/************ End Multi Picker Styles ****************/
/************ Radio Buttons Styles ****************/
div.radiobuttons {
  border: 1px solid #0e6d99;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 7px;
}

div.radiobuttons table {
  table-layout: fixed;
  width: 100%;
}

div.radiobuttons table td {
  border-left: 1px solid #0e6d99;
  text-align: center;
  cursor: pointer;
  height: 38px;
}

div.radiobuttons table td:first-child {
  border-left: 0px;
}

div.radiobuttons table td.selected {
  background-color: #0daa75;
  color: #fff;
}

div.radiobuttons table td.small {
  height: 26px;
}

div.radiobuttons.inactive {
  opacity: 0.4;
}

div.radiobuttons.inactive table td {
  cursor: default;
}

div.radios .row > div {
  padding-left: 0px;
}

div.radios label {
  margin: 0px 0px 0px 5px;
  font-weight: normal;
  vertical-align: -2px;
}

div.radios.big div.checkbox {
  height: 30px;
  width: 30px;
  border-radius: 7px;
  font-size: 26px;
}

/************ End Radio Buttons Styles ****************/
/*********** Tiny MCE Toolbar Styles **********/
@media screen and (max-width: 640px) {
  table.mceToolbarRow1 td:nth-child(5), table.mceToolbarRow1 td:nth-child(6), table.mceToolbarRow1 td:nth-child(7), table.mceToolbarRow1 td:nth-child(8), table.mceToolbarRow1 td:nth-child(12), table.mceToolbarRow1 td:nth-child(13), table.mceToolbarRow1 td:nth-child(14), table.mceToolbarRow1 td:nth-child(23) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  table.mceToolbarRow1 td:nth-child(5), table.mceToolbarRow1 td:nth-child(6), table.mceToolbarRow1 td:nth-child(7), table.mceToolbarRow1 td:nth-child(8), table.mceToolbarRow1 td:nth-child(12), table.mceToolbarRow1 td:nth-child(13), table.mceToolbarRow1 td:nth-child(14), table.mceToolbarRow1 td:nth-child(23) {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  table.mceToolbarRow2 td:nth-child(5), table.mceToolbarRow2 td:nth-child(6), table.mceToolbarRow2 td:nth-child(18), table.mceToolbarRow2 td:nth-child(19), table.mceToolbarRow2 td:nth-child(20), table.mceToolbarRow2 td:nth-child(21), table.mceToolbarRow2 td:nth-child(22), table.mceToolbarRow2 td:nth-child(23), table.mceToolbarRow2 td:nth-child(24), table.mceToolbarRow2 td:nth-child(25), table.mceToolbarRow2 td:nth-child(26), table.mceToolbarRow2 td:nth-child(27), table.mceToolbarRow2 td:nth-child(28), table.mceToolbarRow2 td:nth-child(29), table.mceToolbarRow2 td:nth-child(30), table.mceToolbarRow2 td:nth-child(31), table.mceToolbarRow2 td:nth-child(32), table.mceToolbarRow2 td:nth-child(33) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  table.mceToolbarRow2 td:nth-child(5), table.mceToolbarRow2 td:nth-child(6), table.mceToolbarRow2 td:nth-child(18), table.mceToolbarRow2 td:nth-child(19), table.mceToolbarRow2 td:nth-child(20), table.mceToolbarRow2 td:nth-child(21), table.mceToolbarRow2 td:nth-child(22), table.mceToolbarRow2 td:nth-child(23), table.mceToolbarRow2 td:nth-child(24), table.mceToolbarRow2 td:nth-child(25), table.mceToolbarRow2 td:nth-child(26), table.mceToolbarRow2 td:nth-child(27), table.mceToolbarRow2 td:nth-child(28), table.mceToolbarRow2 td:nth-child(29), table.mceToolbarRow2 td:nth-child(30), table.mceToolbarRow2 td:nth-child(31), table.mceToolbarRow2 td:nth-child(32), table.mceToolbarRow2 td:nth-child(33) {
    display: none;
  }
}

/*********** End Tiny MCE Toolbar Styles **********/
.visited {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .sm100 {
    width: 100px;
  }
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/**************** Start Tooltip Styles *****************/
.tooltip.in {
  opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0daa75 !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0daa75 !important;
}

.tooltip.right .tooltip-arrow {
  border-bottom-color: transparent !important;
  border-right-color: #0daa75 !important;
}

.tooltip-inner {
  background-color: #0daa75;
  color: #585858;
}

/**************** End Tooltip Styles ************/
/**************** Start Card Styles *****************/
.jdm-card-section > .jdm-card-section-heading {
  text-align: left;
  padding-left: 10px;
  font-size: 28px;
}

.jdm-card-section > .jdm-card-section-heading > .jdm-card-section-text {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}

.jdm-card-section > .jdm-card-section-heading > .jdm-card-section-icon {
  display: inline-block;
  font-size: 1.5em;
}

.jdm-card {
  padding: 0px;
}

.jdm-card > div {
  padding: 2px 4px;
  margin: 10px;
  border-radius: 7px;
  cursor: pointer;
  height: 150px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.jdm-card > div h4 {
  text-align: left;
}

.jdm-card > div div {
  text-align: left;
}

.jdm-card.clickable > div:hover h4 {
  text-decoration: underline;
}

.jdm-card.clickable > div:active {
  background-color: rgba(255, 255, 255, 0.24);
}

.jdm-card.clickable.inactive > div:hover h4 {
  text-decoration: none;
}

.jdm-card.clickable.inactive > div:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.jdm-card.inactive > div {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

/**************** End Card Styles ************/
/**************** Start Fixed Header Table Styles *****************/
table.fixedHeader {
  table-layout: fixed;
  width: 100%;
}

table.fixedHeader td.header {
  font-weight: bold;
  background-color: #0e6d99;
  border-top: 1px Solid #0e6d99;
  color: #fff;
}

table.fixedHeader td:nth-child(1) {
  font-weight: bold;
  text-align: left;
  background-color: #0e6d99;
  border-top: 1px Solid #0e6d99;
  color: #fff;
  width: 160px;
}

table.fixedHeader td {
  background-color: #f2f2f2;
  border-top: 1px Solid #f2f2f2;
  padding: 0 5px;
  height: 35px;
  text-align: center;
}

table.fixedHeader td:nth-child(2n):not(.header) {
  background-color: #fafafa;
  border-top: 1px Solid #fafafa;
}

div.fixedHeader {
  overflow: auto;
  border-radius: 7px;
  border: 2px solid #0e6d99;
}

/**************** End Fixed Header Table Styles *****************/
.manualLink {
  top: 8px;
  position: absolute;
  right: 5px;
  font-size: 14pt;
  color: #fff;
}

.manualLink .hide {
  display: none;
}

.manualLink > a:hover {
  color: #fff;
}

/**************** Start Misc Styles *****************/
div.all-copy {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  display: inline-block;
}

div.gmnoprint.dragging {
  pointer-events: none;
}

.ilt-under-construction > i {
  width: 10em;
  height: 10em;
  line-height: 10em;
}

.ilt-under-construction > i > i:first-child {
  font-size: 10em;
  opacity: 0.25;
}

.ilt-under-construction > i > i:last-child {
  font-size: 4em;
  line-height: 250%;
}

.bread-crumb-container {
  line-height: 32px;
  font-size: 1.2em;
}

.bread-crumb {
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .iltf-cell-type, .iltf-cell-style, .iltf-cell-size {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .iltf-cell-type, .iltf-cell-style, .iltf-cell-size {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .iltf-cell-date, .iltf-cell-loc {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .iltf-cell-storage, .iltf-cell-datel {
    display: none;
  }
}

@media screen and (max-width: 1075px) {
  .iltf-cell-loan {
    display: none;
  }
}

i.scan {
  cursor: default;
}

i.scan .ready, i.scan .not-ready, i.scan .is-scanning {
  display: none;
}

i.scan:not(.is-scanning).not-ready .not-ready {
  display: inline-block;
}

i.scan:not(.is-scanning).ready .ready {
  display: inline-block;
}

i.scan.is-scanning {
  color: white;
}

i.scan.is-scanning .is-scanning {
  display: inline-block;
}

i.scan.inactive {
  color: rgba(255, 255, 255, 0.5);
}

/**************** End Misc Styles ************/
/*********** Start Slot Styles **********/
.routeSlot {
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #0e6d99;
  background-color: rgba(14, 109, 153, 0.12);
  cursor: pointer;
  border-radius: 5px;
}

.routeSlot:hover {
  background-color: rgba(14, 109, 153, 0.2);
}

.routeSlot.selected {
  background-color: #0daa75;
  border: 1px solid #0daa75;
  color: #fff;
}

.routeSlotBooked {
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #E7A13D;
  background-color: rgba(231, 161, 61, 0.12);
  text-decoration: line-through;
  cursor: not-allowed;
  border-radius: 5px;
}

.routeSlotBooked.selected {
  background-color: #0daa75;
  border: 1px solid #0daa75;
  color: #fff;
}

/*********** End Slot Styles **********/
/*********** MCC Radio Button Styles **********/
.mcc-radio-group {
  display: inline-flex;
  border: 2px solid var(--theme-primary);
  border-radius: 8px;
  overflow: hidden;
}

.mcc-radio-option {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.mcc-radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.mcc-radio-label {
  display: block;
  padding: 12px 32px;
  text-align: center;
  font-weight: 500;
  background-color: var(--theme-text-col-primary);
  color: #333;
  transition: all 0.2s ease;
  border-right: 2px solid var(--theme-primary);
}

.mcc-radio-option:last-child .mcc-radio-label {
  border-right: none;
}

.mcc-radio-input:checked + .mcc-radio-label {
  background-color: var(--theme-primary);
  color: var(--theme-text-col-primary);
}

.mcc-radio-option:hover .mcc-radio-label {
  background-color: var(--theme-text-col-primary);
}

.mcc-radio-input:checked + .mcc-radio-label:hover {
  background-color: var(--theme-primary);
}

/*********** End MCC Radio Button Styles **********/
/*********** MCC Select Dropdown Styles **********/
.mcc-select-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.mcc-select {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid var(--theme-text-col);
  border-radius: 4px;
  background-color: var(--theme-text-col-primary);
  color: var(--theme-text-col);
  font-size: 14px;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(45deg, transparent 50%, var(--theme-text-col) 50%), linear-gradient(135deg, var(--theme-text-col) 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.mcc-select:focus {
  outline: none;
  border-color: var(--theme-primary);
  box-shadow: 0 0 0 2px var(--theme-border-50-transparency);
}

.mcc-select:hover:not(:disabled) {
  border-color: var(--theme-primary);
}

.mcc-select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
}

.mcc-select option {
  background-color: var(--theme-text-col-primary);
  color: var(--theme-text-col);
  padding: 8px;
}

.mcc-select option:checked {
  background-color: var(--theme-primary);
  color: var(--theme-text-col-secondary);
}

/*********** End MCC Select Dropdown Styles **********/
table.job {
  color: #909090;
}

table.job .ILTFEstyle span {
  display: none;
}

table.job .ILTFEloan div {
  display: none;
}

table.garment {
  color: red;
}

table.garment .ILTFEjob div {
  display: none;
}

table.both {
  color: #303030;
}

.ILTFEstatus div {
  font-size: 10px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
}

.ILTFEstatus .inventory {
  background-color: #66b266;
  color: #ffffff;
}

.ILTFEstatus .storage {
  background-color: #008000;
  color: #ffffff;
}

.ILTFEstatus .employee {
  background-color: #00b0a0;
  color: #ffffff;
}

.ILTFEstatus .soiled {
  background-color: #B08050;
  color: #ffffff;
}

.ILTFEstatus .repairer {
  background-color: #b26666;
  color: #ffffff;
}

.ILTFEstatus .drycleaner {
  background-color: #800000;
  color: #ffffff;
}

.ILTFEstatus .missing {
  background-color: #ff0000;
  color: #ffffff;
}

.ILTFEstatus .damaged {
  background-color: #ff0080;
  color: #ffffff;
}

.ILTFEloan div {
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  display: inline-block;
}

.ILTFEloan .loan {
  background-color: #e0e000;
  color: #000000;
}

.ILTFEid {
  width: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.ILTFEstatus {
  width: 85px;
  text-align: center;
}

.ILTFEloan {
  width: 25px;
  text-align: center;
}

.ILTFEjob {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 2px solid #0e6d99;
  padding-left: 4px !important;
}

.listitem.nojob .ILTFEjob {
  display: none;
}

.ILTFEmenu {
  width: 20px;
  color: #585858;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .ILTFEstyle span {
    display: inline !important;
  }
  .ILTFEjob {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .ILTFEid {
    display: none;
  }
}

[popupgarmentid] {
  cursor: pointer;
  cursor: help;
  text-decoration: underline;
  color: #585858;
}

table.garmenthistory {
  table-layout: fixed;
  width: 100%;
  font-weight: normal;
  font-size: 0.85em;
  border-collapse: separate;
  border-spacing: 1px;
}

table.garmenthistory tr.dummy {
  opacity: 0.4;
}

table.garmenthistory td {
  padding: 1px 2px 0px 2px;
}

table.garmenthistory td:first-child {
  width: 5px;
}

table.garmenthistory td:nth-child(2) {
  width: 90px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
