body {
  font-family: Calibri, Arial, sans-serif;
  font-size: 11px;
  margin: 0 auto;
  background-color: #cccccc;
}

body.dark-mode {
  filter: invert(90%) hue-rotate(180deg);
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  line-height: 1.5;
  padding: 1px 2px;
}

textarea[disabled],
textarea:disabled,
input:not([type='button']):not([type='submit']):not([type='image'])[disabled],
input:not([type='button']):not([type='submit']):not([type='image']):disabled,
select[disabled] select:disabled {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  border: 1px solid rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.25);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.25);
}

textarea,
input:not([type='button']):not([type='submit']):not([type='image']),
optgroup,
select {
  transition: box-shadow 0.1s ease-in-out;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -ms-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  outline: none !important;
  padding: 1px 0px 1px 2px;
  border: 1px solid #dddddd;
}

table {
  cellpadding: 5px;
}

small {
  font-size: 10px;
}

input:not(.full-height):not([type='button']):not([type='submit']):not([type='file']) {
  height: 14px;
}

input[type='file'] {
  height: 18px;
}

select {
  height: 20px;
}

select[multiple='true'] {
  height: 60px;
}

th.dark {
  background-color: #666666;
  font-size: 12px;
  color: white;
  font-weight: bold;
  font-family: Calibri;
}

table.shaded {
  background-color: #edf3f5;
  border: solid;
  border-color: gray;
  border-width: 1px;
}

table.shipmentStops {
  width: 415px;
}

table.collapse {
  border-collapse: collapse;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #b7ddf2;
}

.form-content {
  padding-left: 10px;
  padding-right: 10px;
}

.formElement {
  clear: both;
  padding: 3px;
}

.form-control-static {
  display: inline-block;
}

.formElement .form-button-inline {
  margin-left: 8px;
}

.formElement label,
.form-control-static label {
  width: 175px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  font-family: Calibri;
  margin-top: 3px;
}

.formElement label.form-control-static {
  margin-top: 0;
}

.formElement label.short {
  width: 125px;
}

.formElement label.shorter {
  width: 100px;
  color: #000066;
}
.formElement label.tiny {
  width: 75px;
  color: #000066;
}

.formElement h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: Calibri;
  color: #000066;
}
.formElement h5 {
  font-size: 12px;
  font-weight: bold;
  font-family: Calibri;
  color: #000066;
  margin-bottom: 5px;
}

.formElement p {
  margin: 0;
  padding: 0;
}

.label-sm {
  width: 30px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  font-family: Calibri;
  margin-top: 3px;
}

longlabel {
  width: 250px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  font-family: Calibri;
  color: #000066;
}

longlabelred {
  width: 250px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  font-family: Calibri;
  color: red;
}

.formElement labeltop {
  display: block;
  float: left;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  font-family: Calibri;
  color: #000066;
}

.ylwBackground,
.x-grid-cell.ylwBackground {
  background-color: yellow;
}

labelresults {
  width: 175px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: Calibri;
  color: green;
}

legend,
.form_label_lrg {
  font-size: 12px;
  color: #000066;
  font-weight: bold;
}

.required {
  color: #ff0000;
  padding-right: 2px;
}

.layoutOffsetTopLeftStandard {
  padding-left: 10px;
  padding-top: 5px;
}

table.tWhite {
  background-color: white;
}

table.tborder {
  border: solid;
  border-color: gray;
  border-width: 1px;
}

table.tborderred {
  border: solid;
  border-color: red;
  border-width: 1.5px;
}

td.td_pod {
  background-color: #666666;
  font-size: 11px;
  text-align: center;
  color: white;
  font-weight: bold;
}

td.td_bold_left {
  font-family: Calibri;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #000066;
}

td.td_bold_right {
  font-family: Calibri;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #000066;
}

td.td_bold_right_large {
  font-family: Calibri;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #000066;
}

td.td_regular_left {
  font-family: Calibri;
  font-size: 11px;
  text-align: left;
}
td.td_regular_right {
  font-family: Calibri;
  font-size: 11px;
  text-align: right;
}

td.td_regular_right_white {
  font-family: Calibri;
  font-size: 11px;
  text-align: right;
  color: white;
}

.pill_box {
  font-family: Calibri;
  font-size: 11px;
  text-align: center;
  color: white;
  padding: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

td.td_regular_left_large {
  font-family: Calibri;
  font-size: 14px;
  text-align: left;
}

td.td_medium_label {
  font-family: Calibri;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

td.td_medium_label_center {
  font-family: Calibri;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

td.tdborderhead {
  border: 0.5px solid #cccccc;
  padding: 0px;
  font-family: Calibri;
  font-size: 11px;
  font-weight: bold;
  color: #000066;
}

td.tdborder {
  border: 0.5px solid #cccccc;
  padding: 0px;
  font-family: Calibri;
  font-size: 11px;
}

td.td_regular_left_large_bold {
  font-family: Calibri;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

td.form_label,
.form_label {
  font-family: Calibri, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  color: #000066;
}

.table > thead > tr > th.form_label_hvy {
  font-family: Calibri, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  color: #000066;
}

td.form_label_right {
  font-family: 'Calibri';
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  color: #000066;
}

td.menu_white_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: white;
}

a.menu_white_text {
  color: white;
  visited: white;
  active: white;
}

a.menu_yellow_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #ffff66;
}

td.menu_yellow_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #ffff66;
}

a.menu_blue_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #ccccff;
}

td.menu_blue_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #ccccff;
}

td.menu_orange_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #ff9900;
}

a.menu_green_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #00ff00;
}

td.menu_green_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  color: #00ff00;
}

td.bold_green_text {
  font-family: Arial;
  font-size: 9px;
  text-align: left;
  color: green;
  font-weight: bold;
}

td.menu_ap_text {
  font-family: Arial;
  font-size: 9px;
  text-align: right;
  font-weight: bold;
  color: white;
}

td.x_small_left {
  font-family: Calibri;
  font-size: 9px;
  text-align: left;
}

td.x_small_center {
  font-family: Calibri;
  font-size: 9px;
  text-align: center;
}

td.huge_center {
  font-family: Calibri;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: red;
}

td.warningmsg {
  font-family: Calibri;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: red;
}
td.x_small_right {
  font-family: Calibri;
  font-size: 9px;
  text-align: right;
}

td.red_text {
  font-family: Calibri;
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  color: red;
}

td.report_name {
  font-family: Calibri;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

td.form_text,
input.form_text,
textarea.form_text,
span.form_text {
  font-family: Calibri;
  font-size: 11px;
  text-align: left;
}

td.padd-checkboxes label {
  padding-right: 5px;
}

td.form_text_right {
  font-family: Calibri;
  font-size: 11px;
  text-align: right;
}

td.form_text_grey {
  font-family: Calibri;
  font-size: 11px;
  color: grey;
  text-align: left;
}

td.td_regular_center {
  font-family: Calibri;
  font-size: 11px;
  text-align: center;
}

td.td_bold_center {
  font-family: Calibri;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #000066;
}

td.intent {
  padding-left: 8px;
}

th.bold_center {
  font-family: Calibri;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #000066;
}

.HeaderTitle {
  font-family: Calibri;
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: black;
}

.SmHeavy {
  font-family: Calibri;
  font-size: 11px;
  display: block;
  font-weight: bold;
  color: black;
}

.HeaderTitleBlue {
  font-family: Calibri;
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #000066;
}

.HeaderTitleGray {
  font-family: Calibri;
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #a4a4a7;
}

.textGray {
  color: #a4a4a7 !important;
}

.formElement bold_left,
.bold-left {
  font-family: Calibri;
  font-size: 11px;
  display: block;
  font-weight: bold;
}

.formElement bold_left_caution {
  font-family: Calibri;
  font-size: 11px;
  display: block;
  color: red;
  font-weight: bold;
}

.formElement regular {
  font-family: Calibri;
  font-size: 11px;
  display: block;
}

.formElement regular_center {
  font-family: Calibri;
  font-size: 11px;
  display: block;
  text-align: center;
}

.formElement formtext {
  font-family: Calibri;
  font-size: 11px;
}

.formElement doc_box {
  border-color: #000066;
  border: solid;
  color: #000066;
  height: 200px;
  width: 100px;
  margin-left: 175px;
}

.error {
  font-weight: bold;
  color: red;
}

input.edge-input-border-box {
  -webkit-box-sizing: border-box; /* Safari/Chrome */
  -moz-box-sizing: border-box; /* Firefox */
  box-sizing: border-box; /* Opera/IE 8+ */
}

input.formAccButton {
  font-size: 11px;
  font-family: Calibri;
  font-weight: bold;
  color: #eeeeee;
  background-color: #666666;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  width: 200px;
}

input.formButton-highlight {
  color: #000066;
  background-color: #cccccc;
  border-color: #000066;
}

input.formButtonRed {
  font-size: 11px;
  font-family: Calibri;
  font-weight: bold;
  color: #eeeeee;
  background-color: red;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  cursor: pointer;
}

.formButtonGreen {
  cursor: pointer;
  color: #fff;
  background-color: #28a745;
}

.formButtonGreen:hover {
  color: #fff !important; /* that has to be important since .formButton has important to override jquery ui */
  background-color: #218838;
  border-color: #1e7e34;
}

input.formButtonYellow {
  font-size: 11px;
  font-family: Calibri;
  font-weight: bold;
  color: black;
  background-color: yellow;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  cursor: pointer;
}

input.formButtonYellow {
  font-size: 11px;
  font-family: Calibri;
  font-weight: bold;
  color: black;
  background-color: yellow;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  cursor: pointer;
}

.alerttext {
  font-family: Calibri;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: purple;
}
.formInput {
  font-family: 'Calibri';
  font-size: 11px;
  width: 200px;
}

.formInputLong {
  font-family: Calibri;
  font-size: 11px;
  width: 300px;
}

.formInputMed,
.formInputMedium {
  font-family: Calibri;
  font-size: 11px;
  width: 125px;
}

.formInputLarge {
  width: 150px;
}

div.formInputLarge > input.formInputLargeInlineCheckbox {
  vertical-align: top;
}

div.formInputLarge > input.formInputLargeInlineInput {
  margin-top: 2px;
  width: 130px;
}

.formInputXLarge {
  width: 235px;
}

.formInputRadius {
  font-family: Calibri;
  font-size: 11px;
  width: 18px;
}

.formInputQuotes {
  font-family: Calibri;
  font-size: 11px;
  width: 145px;
}

.formInputStops {
  font-family: Calibri;
  font-size: 11px;
  width: 115px;
}

.formInputSmallStops {
  font-family: Calibri;
  font-size: 11px;
  width: 80px;
}

.formInputLargeStops {
  font-family: Calibri;
  font-size: 11px;
  width: 185px;
}

.formInputSA {
  font-family: Calibri;
  font-size: 11px;
  width: 80px;
  height: 17px;
}

.formInputZip {
  font-family: Calibri;
  font-size: 11px;
  width: 37px;
}

.formInputTiny,
.formInputTinySA {
  font-family: Calibri;
  font-size: 11px;
  width: 25px;
  height: 17px;
}

.formInputMid {
  font-family: Calibri;
  font-size: 11px;
  width: 65px;
}

.formInputCity {
  font-family: Calibri;
  font-size: 11px;
  width: 95px;
}
.formInputCityLegs {
  font-family: Calibri;
  font-size: 11px;
  width: 78px;
}

.formInputReg {
  font-family: Calibri;
  font-size: 11px;
  width: 130px;
}

.formInputPhone {
  font-family: Calibri;
  font-size: 11px;
  width: 115px;
}

.formInputExt {
  font-family: Calibri;
  font-size: 11px;
  width: 75px;
}

.formInputHours {
  font-family: Calibri;
  font-size: 11px;
  width: 88px;
}

.formFileInput {
  font-family: Calibri;
  font-size: 11px;
  width: 165px;
}

.formFileInputSeventy {
  font-family: Calibri;
  font-size: 11px;
  width: 70px;
}

.formInput100 {
  font-family: Calibri;
  font-size: 11px;
  width: 100px;
}

.formInput105 {
  font-family: Calibri;
  font-size: 11px;
  width: 105px;
}

.formInputCheckbox {
  font-family: Calibri;
  font-size: 11px;
}

.formInputTiny {
  font-family: Calibri;
  font-size: 11px;
  width: 25px;
}

.formInputTinyStops {
  font-family: Calibri;
  font-size: 11px;
  width: 55px;
}

.formInputTime {
  font-family: Calibri;
  font-size: 11px;
  width: 30px;
}

.formInputSmallTiny {
  font-family: Calibri;
  font-size: 11px;
  width: 30px;
}

.formInputSmall {
  font-family: Calibri;
  font-size: 11px;
  width: 60px;
}

.formInputDateLegs {
  font-family: Calibri;
  font-size: 11px;
  width: 108px;
}

.formInputTempType {
  font-family: Calibri;
  font-size: 11px;
  width: 28px;
}

.formInputDate {
  font-family: Calibri;
  font-size: 11px;
  width: 60px;
}

.formInputWtPkgs {
  font-family: Calibri;
  font-size: 11px;
  width: 45px;
}
.formInputSmallRight {
  font-family: Calibri;
  font-size: 11px;
  width: 60px;
  text-align: right;
}

.formInputSmallLeft {
  font-family: Calibri;
  font-size: 11px;
  width: 60px;
  text-align: left;
}

.formInputAutoWidth {
  font-family: Calibri;
  font-size: 11px;
}

.formInputCheckboxRadio {
  vertical-align: middle;
  margin: 0;
}

.formButton,
.formButton.ui-button {
  font-size: 11px;
  font-weight: bold;
  color: #eeeeee !important;
  background-color: #666666;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  padding: 2px 4px;
  transition: all 0.1s ease 0s;
}
.formButton.ui-button {
  background: #666666;
}
.formButton:hover {
  color: #000066 !important;
  background-color: #eeeeee;
  border-color: #000066;
  cursor: pointer;
}

.formButton:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.formButton.disabled,
.formButton:disabled,
.formButton[disabled],
.formInputMed.disabled {
  color: #000066 !important;
  background-color: #eeeeee;
  border-color: #000066;
  cursor: not-allowed;
}
.formButton:active {
  -webkit-box-shadow: inset 0px 0px 6px hsla(0, 0%, 0%, 0.85);
  -moz-box-shadow: inset 0px 0px 6px hsla(0, 0%, 0%, 0.85);
  box-shadow: inset 0px 0px 6px hsla(0, 0%, 0%, 0.85);
}
a.formButton {
  text-decoration: none;
  text-align: center;
}

.listInputMed {
  font-family: Calibri;
  font-size: 11px;
  width: 150px;
  height: 120px;
}

.listInputLarge {
  font-family: Calibri;
  font-size: 11px;
  width: 150px;
  height: 250px;
}

.button {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

.formStyle {
  margin: 0 auto;
  padding: 5px;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.absolute-left {
  position: absolute;
  left: 0;
}

.absolute-right {
  position: absolute;
  right: 0;
}

#stylized {
  border: solid 2px #b7ddf2;
  background: #ebf4fb;
}

#stylized h1 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: solid 1px #b7ddf2;
}

#stylized p {
  font-size: 11px;
  color: #666666;
  margin-bottom: 11px;
  border-bottom: solid 1px #b7ddf2;
  padding-bottom: 12px;
}

.footerStyle {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px; /* Height of the footer */
  background: #ebf4fb;
}

#myMenu li a {
  padding: 2px 17px 2px 2px;
}

div.form_label {
  font-family: Calibri;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #000066;
}

div.smallPad,
.smallPad {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}

div.edge-narrow-pad-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.edge-large-div-padding-bottom {
  padding-bottom: 30px;
}

div.cfWindowCanvas,
.wrapper-background {
  background-color: white;
  width: 100%;
  height: 100%;
}

.edge-gridrow-highlight-yellow,
.x-grid-cell.edge-gridrow-highlight-yellow {
  background-color: #ffffe0;
}

.edge-text-label {
  font-family: Calibri;
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  color: #000066;
}

.edge-text-label-12 {
  font-family: Calibri;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  color: #000066;
}

.edge-text-labelled {
  font-family: Calibri;
  font-size: 11px;
  text-align: left;
}

.edge-display-off {
  display: none;
}

.edge-image-button {
  vertical-align: middle;
  border: none;
  padding: 0;
  cursor: pointer;
  *cursor: hand; /*alternate cursor for IE*/
}

.edge-image-button-top {
  vertical-align: top;
}

.edge-background-arrowleft-16 {
  background: white url('/images/arrow_left.png') no-repeat center;
  background-size: 100%;
  height: 16px;
  width: 16px;
}

.edge-background-arrowright-16 {
  background: white url('/images/arrow_right.png') no-repeat center;
  background-size: 100%;
  height: 16px;
  width: 16px;
}

.edge-background-magnifier-16 {
  background: white url('/images/magnifier.png') no-repeat center;
  background-size: 100%;
  height: 16px;
  width: 16px;
}

.edge-background-delete-16 {
  background: transparent url('/images/delete.png') no-repeat center;
  background-size: 100%;
  height: 16px;
  width: 16px;
}

.edge-background-text-list-numbers-16 {
  background: white url('/images/text_list_numbers.png') no-repeat center;
  background-size: 100%;
  height: 16px;
  width: 16px;
}

.edge-background-text-list-numbers-checked-16 {
  background: white url('/images/text_list_numbers_checked.png') no-repeat center;
  background-size: 100%;
  height: 16px;
  width: 16px;
}

.edge-background-red-circle-16 {
  background: transparent url('/images/circle_red_16.png') no-repeat center;
  background-size: 100%;
  width: 16px;
}

.edge-background-yellow-circle-16 {
  background: transparent url('/images/circle_yellow_16.png') no-repeat center;
  background-size: 100%;
  width: 16px;
}

.edge-button-text-white {
  font-family: Calibri;
  font-size: 11px;
  color: white;
  text-align: center;
}

.edge-gridrow-background-ffffcc,
.x-grid-row.edge-gridrow-background-ffffcc td {
  background-color: #ffffcc;
}

.edge-gridrow-bold-text td,
.x-grid-row.edge-gridrow-bold-text td {
  font-weight: bold;
}
.edge-success-message {
  color: green;
  font-weight: bold;
  font-size: 11px;
}
.edge-warning-message {
  font-size: 11px;
  font-weight: bold;
  color: red;
}

/* added by JB for cfWindow */
.windowBody {
  background-color: #fff;
  position: relative;
}

.x-dlg div.x-resizable-handle-east {
  background-color: #fff;
}

.x-dlg div.x-resizable-handle-west {
  background-color: #fff;
}

.x-dlg div.x-resizable-handle-south {
  background-color: #fff;
}

.x-dlg div.x-resizable-handle-southwest {
  background-color: #fff;
}

.x-dlg div.x-resizable-handle-southeast {
  background-color: #fff;
}

.boldText {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.searchResultsLabel {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.searchResultsMsg {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
}
.white-space-nowrap {
  white-space: nowrap;
}
.x-grid3-cell-inner {
  white-space: inherit;
}

.hover-button:hover {
  color: #000066;
  background-color: #cccccc;
  border-color: #000066;
}
.hidden {
  display: none;
}
.not-visible {
  visibility: hidden;
}
.button-padding {
  padding: 1px 5px;
}
/*input[type="text"].formInputSmall {
  width:45px;
}*/
input[type='text'].formInputMed {
  width: 105px;
}
.smallText {
  font-size: 10px;
}
.x-accordion-hd {
  background-image: none;
  background-color: #245695;
  color: #fff;
}
.x-accordion-hd .req {
  font-weight: bold;
  color: #a8ce8a;
}
.x-accordion-hd a {
  color: #ff8f00;
}

.x-accordion-hd a:hover {
  color: #cfcfcf;
}
/* For modern browsers */
.clearfix::before,
.clearfix::after,
.form-inline::before,
.form-inline::after,
.row:not(.row-no-space)::before,
.row:not(.row-no-space)::after {
  content: ' ';
  display: table;
}
.clearfix::after,
.form-inline::after,
.row::after {
  clear: both;
}
.row {
  display: flex;
  flex-flow: row wrap;
}
.row[hidden] {
  display: none;
}
.row-margin {
  margin-bottom: 5px;
}
.row.row-grid {
  display: block;
}
.row-center {
  align-items: center;
  justify-content: center;
}
.justify-end,
.row-justify-end {
  justify-content: flex-end;
}
.justify-space-between,
.row-justify-space-between {
  justify-content: space-between;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row-no-wrap {
  flex-wrap: nowrap;
}

.h-center {
  justify-content: center;
}
.column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.v-center {
  align-items: center;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.form-inline {
  zoom: 1;
}
.span-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.span1 {
  width: 8.33%;
  min-width: 165px;
}
.span2 {
  width: 16.66%;
  min-width: 200px;
}
.span3 {
  width: 25%;
  min-width: 270px;
}
.span4 {
  width: 33.32%;
  min-width: 270px;
}
.span5 {
  width: 41.66%;
  min-width: 270px;
}
.span6 {
  width: 50%;
  min-width: 270px;
}
.span7 {
  width: 58.33%;
}
.span8 {
  width: 66%;
  min-width: 270px;
}
.span9 {
  width: 75%;
  min-width: 270px;
}
.span10 {
  width: 83.3%;
  min-width: 270px;
}
.span11 {
  width: 91.6%;
  min-width: 270px;
}
.span12 {
  width: 100%;
  min-width: 270px;
}
.offset1 {
  margin-left: 8.33%;
}
.offset2 {
  margin-left: 16.66%;
}
.offset3 {
  margin-left: 25%;
}
.offset4 {
  margin-left: 33.32%;
}
.offset5 {
  margin-left: 41.65%;
}
.offset6 {
  margin-left: 50%;
}
.offset7 {
  margin-left: 58.33%;
}
.offset8 {
  margin-left: 66%;
}
.offset9 {
  margin-left: 75%;
}
.offset10 {
  margin-left: 83.3%;
}
.offset11 {
  margin-left: 91.6%;
}
.spanPad {
  padding: 10px;
}
.spanPadSmall {
  padding: 5px;
}
.spanPadLarge {
  padding: 15px;
}
.text-top {
  vertical-align: top;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center !important;
}
.popup-form {
  margin: 10px;
}
.center-text {
  text-align: center;
}
.center-div {
  margin: 0 auto;
}
.form-inline {
  margin: 0;
  padding: 0;
}
.form-inline div.form-controls {
  margin: 0px 2px;
}
.form-inline div.form-controls label {
  font-family: Calibri;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  width: 65px;
  vertical-align: middle;
  padding-right: 5px;
}
.form-controls .form-control-label {
  float: left;
  margin-top: 5px;
}
.form-controls .form-control-value {
  float: left;
  width: 125px;
}

div.callrate-control {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-selector {
  padding: 0 5px;
}
.sortable-columns {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sortable-columns li,
.sortable-placeholder {
  display: flex;
  align-items: center;
  margin: 0.5px;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-weight: normal;
  color: black;
  cursor: ns-resize;
}
.sortable-columns li span {
  position: absolute;
  margin-left: -1.3em;
}
.sortable-placeholder:before {
  content: '\a0';
}
.sortable-placeholder {
  background-color: hsla(0, 0%, 98%, 1);
}
.container {
  background: white;
  padding: 5px 10px;
}
.ra-display {
  padding: 5px 10px;
  background: white;
  overflow-x: hidden;
}
.ra-display-absolute-right {
  padding-right: 10px;
}
.ui-jqgrid .ui-multiselect.edge-multiselect-button {
  width: 100% !important;
}
.ui-multiselect.edge-multiselect-button span {
  color: #000066;
  font-weight: normal;
}
.ui-multiselect-menu.edge-multiselect-button {
  min-width: 175px;
  z-index: 20000; /* cf2016 extjs doesn't play nice. need this for some filters in grids to show up properly */
}
.edge-multiselect-button .ui-icon-triangle-1-s {
  margin-top: -2px;
}
.edge-multiselect-button .ui-multiselect-checkboxes input[type='checkbox'] {
  margin-right: 2px;
}
.inline {
  display: inline;
}
label.inline {
  padding-right: 0.5em;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}

/* jqGrid Overrides */
.jqgrow {
  background: #f7f5f5;
  border: 1px solid #aaaaaa;
}
.jqgrow.ui-state-hover {
  background: #d8e9ff;
  color: #444;
  border: 1px solid #aaaaaa;
}
.jqgrow.ui-state-highlight {
  background: #a5c4ec;
  border: 1px solid #838282;
}
.ui-jqgrid-titlebar-close {
  display: none;
}
.ui-jqgrid {
  margin-top: 10px;
}
.jqgrid-overlay {
  z-index: 1000001 !important;
  position: absolute;
}
.loading {
  z-index: 1000002 !important;
}
.loading-text {
  margin-left: 5px;
}
.loading-display,
.report-grid-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  z-index: 1000002;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: 700;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}
.loading-overlay,
.report-grid-overlay {
  z-index: 1000001 !important;
  margin: 23px auto 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee 50% 50% repeat-x;
  opacity: 0.8;
}
.loading-overlay {
  margin: 0;
}
.disabled-overlay {
  background-color: #eee;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  filter: opacity(50%);
  width: 100%;
  height: 100%;
}
.border_top {
  border-top: solid;
  padding: 3px;
  border-color: gray;
  border-width: 1px;
}
.border_bottom {
  border-bottom: solid;
  border-color: gray;
  border-width: 1px;
}
.border_left {
  border-left: solid;
  border-color: gray;
  border-width: 1px;
}
.border_right {
  border-right: solid;
  border-color: gray;
  border-width: 1px;
}
.ui-datepicker {
  z-index: 1000000 !important;
}
/* Needed since body font has been normalized */
#ui-datepicker-div,
.ui-datepicker-inline {
  font-size: 11px;
}
.highlightFilter,
.highlightSorting {
  background: #d8e9ff !important;
}
.link {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.jqgrid-record-link {
  color: blue !important;
  cursor: pointer;
  text-decoration: none;
}
.num_error,
.decimal_error {
  color: #ff0000;
  display: none;
}

.header-separator {
  margin: 5px;
}
.environment-header {
  font-weight: bold;
  color: #ffff00;
  font-size: 8px;
}
.navbar-label {
  max-width: 186px;
}
.navbar-label > span > span {
  font-weight: bold;
  color: #48b2ff;
  font-size: 8px;
}

.label-spacer {
  margin-right: 5px;
}
.checkbox-spacer {
  margin-right: 2px;
}
.table-td-spacer {
  width: 25px;
}
.pad-left-1 {
  padding-left: 1em;
}
.pad-right-1 {
  padding-right: 1em;
}
.pad-left-icon {
  padding-left: 5px;
}
.forgotPassword {
  font-size: 9px;
  position: relative;
  left: 70px;
}
.forgot-password {
  font-size: 9px;
  margin-right: 8px;
  padding-top: 5px;
}


.left {
  float: left;
}
.pad-left {
  position: absolute;
  left: 75px;
  margin-top: 2px;
}
.pad-left-2 {
  position: absolute;
  left: 410px;
  margin-top: 3px;
}
.form_label_lrg {
  display: block;
}
.pad-left,
.pad-left-2 {
  font-family: Calibri;
  font-size: 11px;
}

.bol_right_bottom {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.bol_bottom {
  border-bottom: 1px solid black;
}

.bol_border {
  border: 1px solid black;
  padding: 0px;
  font-family: Calibri;
  font-size: 11px;
}

.grouping label {
  float: left !important;
  clear: none !important;
  width: auto !important;
}

.snap-container {
  height: calc(100% - 21px);
}
.snap-content {
  background-color: #cccccc;
}
.snap-drawers {
  background-color: #a8a3a3;
}
.sidebar-content {
  padding: 10px 5px;
}
.sidebar-content input[type='text'],
.sidebar-content input[type='password'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-menu {
  z-index: 9999;
}

.icon {
  position: relative;
  display: inline-block;
}

.icon::before,
.icon::after {
  content: '';
  position: absolute;
}

.icon-spacer {
  margin-left: 5px;
}
.icon-spacer-right {
  margin-right: 5px;
}

.icon-link {
  cursor: pointer;
}

.icon.icons-action-panel {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #336666;
  vertical-align: middle;
}

.icon.icons-action-panel::before {
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #649898;
}

.icon.icons-action-panel::after {
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #9acece;
}

hr.section-separator {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-separator {
  margin-bottom: 10px;
}

.ui-accordion .ui-accordion-content.accordion-content {
  padding: 0;
  background: #ffffff;
  height: 100% !important;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: initial;
}

.ui-accordion.height-inherit .ui-accordion-content.accordion-content {
  height: inherit !important;
}

[data-hook*='init-tabs']:not(.ui-tabs) {
  visibility: hidden;
}

.tab-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #d8d9d8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #d8d9d8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e0e0 0%, #d8d9d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#D8D9D8', GradientType=0); /* IE6-9 */
  /*border-bottom: 1px solid #999999;*/
}

.tab-scroller > .ui-tabs-nav {
  font-size: 10px;
  display: inline-block;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.chartjs-tooltip {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
  display: inline-block;
  min-width: 50px;
  max-width: 70px;
}

.chartjs-tooltip-value {
  text-align: right;
}

.chartjs-title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.chartjs-wrapper {
  margin: 5px 10px;
}
.chartjs-legend ul,
.chartjs-legend li {
  list-style-type: none;
  font-size: 12px;
}
.chartjs-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.form-area {
  font-size: 11px;
  font-family: Calibri;
}

.form-area label {
  text-align: left;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Calibri' 'Arial' 'sans-serif';
  margin-top: 3px;
}

.form-area input,
.form-area textarea,
.form-area .input {
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  font-family: Calibri;
  margin-top: 3px;
}

.form-area button {
  font-size: 11px;
  font-family: Calibri;
  font-weight: bold;
  color: #eeeeee;
  background-color: #666666;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  padding: 2px 4px;
  margin: 10px 5px 5px 5px;
}

.block-form label {
  float: left;
  display: block;
  clear: left;
}

.block-form input,
.block-form textarea {
  display: block;
}

.form-area .radiogroup {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px;
  clear: both;
}

.radiogroup label {
  width: 75px;
}

.inline-form label,
.inline-form input {
  display: inline;
  float: left;
  clear: none;
}

.inline-form {
  clear: right;
}

.commodity-label {
  width: 175px;
}
.input-valid {
  border: 1px solid green;
}

.input-invalid {
  border: 1px solid red;
}

.shipment-title {
  font-size: 14px;
  padding: 2px 0;
}

.shipment-title-header {
  margin-right: 10px;
  font-weight: bold;
}

.shipment-title-header-item {
  margin-right: 15px;
}

/*** The below is elidgable for css concationation ***/
/* Pod  */
.pod {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: solid #c1ccd0 3px;
  padding: 3px;
  padding-bottom: 30px;
  background-color: white;
}

.pod.pod-borderless {
  border: solid white 3px;
}

.pod.pod-no-extra-bottom-padding {
  padding-bottom: 3px;
}

.pod.pod-full-view-height {
  height: calc(100vh - 39px); /* this will need to be updated if the pod's padding or border sizes change */
}

.pod .pod-header {
  background-color: #666666;
  text-align: center;
  font-size: 10px;
  width: 100%;
  height: 22px;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  margin: -6px 8px 5px -6px;
  padding: 0 6px;
  border: 2px;
  line-height: 22px;
}

.pod .pod-header-accordion {
  background-color: #245695;
  text-align: left;
  font-size: 12px;
  width: 100%;
  height: 25px;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  margin: -6px 8px 5px -6px;
  padding: 0 6px;
  border: 2px;
  line-height: 22px;
}

.pod .pod-contents {
  height: inherit;
  max-height: inherit;
  overflow: auto;
}

.pod.pod-spacer {
  margin: 5px;
}

/* Tab */
.tab-container {
  padding: 0;
  border-radius: initial;
}

.tab-container > ul {
  width: inherit !important;
}

.tab-container > ul,
.tab-container .tab-scroller > ul {
  padding: 0;
  border-radius: initial;
  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #d8d9d8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #d8d9d8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e0e0 0%, #d8d9d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#D8D9D8', GradientType=0); /* IE6-9 */
  border: 0;
  display: inline-block;
  margin-bottom: -4px;
}

.tab-container > ul > li,
.tab-container .tab-scroller > ul > li {
  border-radius: initial;
}

.tab-container > ul > li.ui-state-active a,
.tab-container .tab-scroller > ul > li.ui-state-active a {
  color: #000000 !important;
}

.tab-container > ul > li.ui-state-default a,
.tab-container .tab-scroller > ul > li.ui-state-default a {
  color: #666666;
}

.tab-container > ul > li.ui-state-default,
.tab-container .tab-scroller > ul > li.ui-state-default {
  border: 1px solid #999999;
  border-bottom-width: 0;
  background: #e1e1e1; /* Old browsers */
  background: -moz-linear-gradient(top, #e1e1e1 0%, #eaeaea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e1e1e1 0%, #eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#EAEAEA', GradientType=0); /* IE6-9 */
}

.tab-container > ul > li.ui-state-active,
.tab-container .tab-scroller > ul > li.ui-state-active {
  border: 1px solid #b8b8b8;
  border-bottom: 1px solid #999999;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFFFFF', GradientType=0); /* IE6-9 */
}

.tab-container .tab-scroller > ul > li.ui-state-active > a {
  cursor: pointer !important;
}

.tab-container .tab-scroller > ul > li.ui-state-disabled > a {
  cursor: not-allowed !important;
}

.tab-container > div.ui-tabs-panel {
  padding: 5px;
  background: #ffffff;
  border-radius: initial;
}

.tab-container > div.section,
.action-panel > div.section,
.action-panel > .single-tab > div.section {
  background: hsl(0, 0%, 94%);
  border-top: 1px solid #e2e2e2;
  padding: 5px 10px;
}

.tab-container > div.ui-tabs-nopad {
  padding: 0;
}

.ui-tabs-panel {
  overflow-y: auto;
}

/* Accordion */
.accordion-container > h3.ui-accordion-header {
  border-right: none;
  border-left: none;
  border-radius: initial;
  font-size: 12px;
  margin-top: -1px !important;
  background-color: #245695;
  background-image: none;
  color: #fff;
  padding-left: 10px;
}
.accordion-container > h3.ui-accordion-header:not(:first-child) {
  border-top: 1px solid #666666;
}

.accordion-container > h3 .ui-accordion-icons {
  padding: 0.5em 0.5em 0.5em 0.7em;
}

.accordion-container > h3.ui-accordion-header .ui-accordion-header-icon {
  right: 4px;
  left: initial;
}

.accordion-container > div.ui-accordion-content {
  padding: 0;
  background: #ffffff;
  height: 100% !important;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: none;
  border-radius: initial;
}
.accordion-container.height-inherit > div.ui-accordion-content {
  height: inherit !important;
}
.accordion-container > div.ui-accordion-content:last-child {
  border-bottom: 1px solid #666666;
}
.accordion-container > div.ui-accordion-content.full-width {
  padding: 0;
  width: inherit;
}

.small-accordion-header {
  width: 300px;
  height: 15px;
  overflow: hidden;
  font-weight: bold;
}

.width300 {
  width: 300px;
}

.height20PadBottom20 {
  height: 20px;
  padding-bottom: 20px;
}

.thirds {
  width: 30%;
  float: left;
}

.two-thirds {
  width: 60%;
  float: left;
}

.border-box,
.box-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.border-none {
  border: none;
}
.border-box-children * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.width-inherit {
  width: inherit;
}

.fa-edge-size,
.icon-edge-size {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.fa-minus-circle {
  color: #e9584c;
}

.ui-pnotify-container {
  border-color: #666666 !important;
}
.ui-pnotify-text {
  font-size: 11px;
}
.ui-pnotify-title {
  font-size: 14px;
}

/* These need to be broken out into a utility sass file */
.text-muted {
  color: #a0a0a0;
}
.text-success {
  color: #3c763d;
}
.text-danger {
  color: #a94442;
}
.text-bold {
  font-weight: 700 !important;
}

/* Configured to use in db - util_edi_railbilling_status_types */
.railbill-accept {
  color: green;
  font-weight: bold;
}
.railbill-reject {
  color: #a10300;
  font-weight: bold;
}
.railbill-pending {
  color: rgb(0, 0, 255);
  font-weight: bold;
}
.railbill-waiting {
  color: rgb(0, 0, 255);
  font-weight: bold;
}

/* Configured to use in db - carrier_loadtender */
.carriertender-accept {
  color: green;
  font-weight: bold;
}
.carriertender-decline {
  color: #a10300;
  font-weight: bold;
}
.carriertender-pending {
  color: rgb(0, 0, 255);
  font-weight: bold;
}
.carriertender-waiting {
  color: rgb(0, 0, 255);
  font-weight: bold;
}

.icon-success {
  color: #80ca75;
}

.icon-attention {
  color: #e76656;
}

.icon-warning {
  color: #f0ad4e;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

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

.gps-untracked {
  color: #e9584c;
}

.gps-tracked {
  color: #85c97b;
}

.gps-untracked-awaiting {
  color: #fad178;
}

.financial-header {
  font-size: 14px;
  padding: 5px 6px;
  background-color: #666666;
  color: #fff;
}
.financial-header > a {
  text-align: right;
  display: block;
  text-decoration: none;
  margin-top: -20px;
  cursor: pointer;
  color: #fff;
}

.shipment-invoice-header a {
  color: #ff8f00 !important;
  text-decoration: underline !important;
}

.button-success {
  background-color: #33cc33;
}

.inline-block {
  display: inline-block;
}

label.inline,
label.inline-block {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
label.inline > input,
label.inline-block > input {
  margin-right: 3px;
}

.control-group {
  margin-bottom: 10px;
}
.control-group:before,
.control-group:after {
  content: '';
  display: table;
}
.control-group:after {
  clear: both;
}
.control-label {
  float: left;
  padding-top: 4px;
  margin-right: 5px;
}

.ui-pnotify.stack-modal {
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}

.ui-pnotify h4 {
  border-bottom-color: transparent;
}

input.FormElement,
select.FormElement,
textarea.FormElement {
  background-color: #ffffff !important;
}

.errorText {
  color: red;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.available-emails {
  margin-left: 10px;
  padding: 5px;
  max-height: 200px;
  overflow: auto;
  font-size: 12px;
  width: 600px;
}

.available-emails .relation,
.available-emails .name {
  font-weight: bold;
  text-transform: capitalize;
}

.available-emails .relation::after {
  content: ': ';
}

.available-emails .name::after {
  content: ' - ';
}

.emailee {
  font-size: 1.1em;
}

.sizeableFormText {
  width: 90%;
}

.viewable-field {
  min-width: 300px;
  min-height: 20px;
  background-color: white;
  border: solid black 1px;
  float: left;
  padding: 2px;
}

.editable-div {
  padding: 5px 10px;
  margin: 5px;
  float: left;
}

.single-email {
  background-color: #9acece;
  border: white 1px solid;
  border-radius: 10px;
  font-size: 11px;
  padding: 3px;
  margin: 2px 3px;
  float: left;
}

.single-email:hover {
  border: black 1px solid;
  background-color: #bce9e9;
}

input.relay-error-notification{
  text-decoration: underline;
  float: right;
  background: none;
  border:none;
  font-size: 10px;
}

input.relay-error-notification:hover {
  cursor:pointer;
  color: #888;
}

input.relay-error-notification:active {
  cursor: pointer;
  color: #2700b4;
  outline: 0;
}

.remove-email,
remove-email:hover {
  border: black 1px solid;
  background-color: #f39f91 !important;
}

.lowercase {
  text-transform: lowercase;
}

.search-text {
  background-color: #f8f4ef;
  min-width: 40px;
  min-height: 15px;
}

.checkAndView input {
  margin: 0px 2px;
  padding: 0px;
}

.checkAndView .email {
  font-weight: normal;
}

.hover-menu {
  position: relative;
  width: 14px;
  height: 14px;
}
.hover-menu ul {
  display: none;
}
.hover-menu:hover ul {
  display: block;
  z-index: 9999;
  padding: 5px;
  border: 1px solid grey;
  background-color: white;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 170px;
}

.hover-menu ul li {
  position: relative;
  top: 5;
  left: 5;
  list-style: none;
  font-family: Calibri, Arial, sans-serif;
  font-size: 12px;
}

.hover-menu ul li:hover {
  background-color: #cfcfcf;
}

.hover-menu:hover {
  width: auto;
  height: auto;
}

/* This is needed due to some jquery ui funkiness */
.ui-widget,
.ui-widget .ui-widget {
  font-size: 100%;
  font-family: Calibri, Arial, sans-serif;
}

/* In a cfborder layout, get the main content and the side bar and push it down */
.x-border-layout-ct .x-border-panel:nth-child(2),
.x-border-layout-ct .x-layout-collapsed-east {
  top: 22px !important;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: 'Loading...';
}

/* special stuff for mass-update form only */
form.form div.mass-update-form-group {
  width: 100%;
}
form.form label.mass-update-form-label {
  width: 150px;
}
form.form div.mass-update-form-control {
  width: 179px;
}
form.form div.mass-update-form-control input:not([type='checkbox']),
form.form div.mass-update-form-control select {
  width: 152px;
}
form.form div.mass-update-form-control input[type='checkbox'].massUpdateClearCheckbox {
  float: right;
}

.ui-widget-content a:visited,
.ui-state-highlight a:visited {
  color: #599fcf;
}

.button-select-items .checkbox-area {
  position: absolute;
  z-index: 1;
  background: white;
  max-height: 40%;
  height: 100%;
}

.button-select-items .ui-multiselect-checkboxes {
  position: relative;
  height: 90%;
  overflow: y-axis;
}

.button-select-items ul li label.ui-corner-all {
  width: auto;
}

.checkbox-area-bottom {
  position: relative;
  border-top: 1px solid black;
  height: 8%;
  text-align: center;
  vertical-align: bottom;
}
#frmCarrierCallRate .container label {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  font-size: 11px;
  font-weight: bold;
  float: left;
  clear: left;
  margin: 3px;
  font-family: Calibri, arial, sans-serif;
  color: #000066;
  line-height: 13px;
}

#frmCarrierCallRate .container {
  padding: 5px 0;
}
#frmCarrierCallRate .text-muted {
  position: relative;
  left: 5px;
  top: 2px;
}
.is-required::before {
  content: '*';
  color: red;
}

#frmCarrierCallRate .container label.form_text {
  font-weight: normal;
  color: #333;
}

.jqgrid-wrap-text tr.jqgrow td {
  white-space: normal !important;
}

.track-ca-split-section > *,
.fourkites-extension > * {
  vertical-align: middle;
}

.third-party-extensions,
.fourkites-extension > * {
  display: inline-block;
}

.track-by-info .track-by-info-label {
  font-weight: bold;
}

.track-by-info .track-by-info-value {
  margin-right: 5px;
}

.track-by-info .track-by-info-value:last-child {
  margin-right: initial;
}

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

.height150width200 {
  height: 150px !important;
  width: 200px !important;
}

.height-9 {
  height: 9px;
}

.pad-left-8{
  padding-left: 8em;
}

.site-search-method-selector-label {
  float: none !important;
  display: inline !important;
}

.auto-width {
  width: auto;
}

.width50px{
  width: 50px;
}

.width115px{
  width: 115px;
}

#acctMgrChangeConfirmationDiv{
  background:white;
  min-height: auto;
}


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

.alertStatus-yellow {
  color: goldenrod !important;
}

.alertStatus-green {
  color: rgb(26, 184, 26) !important;
}


.carrierVehicleWarningSuccess{
  max-width:16px;
}
.carrierVehicleWarningError {
  max-width: 16px;
  filter: invert(50%);
}

div#treeP44CapacityProviderAccounts > ul {
  border: none !important;
}

a.formButton{
  display: inline-block;
  line-height: 1.5;
  border-radius: 2px;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  background-clip: padding-box;
}

.input-invalid-important {
  border: 1px solid red !important;
}

/* Shipment Problems */
.requiredFieldsLabel{
  color: red !important;
}

#problemStatusContainer{
  width: 50% !important;
  text-align: center !important;
}

#loadIdContainer{
  display: flex !important;
  height: 50% !important;
}

#loadIdColumn{
  width: 50% !important;
}

#problemNotesHistoryOuterDiv{
  max-height: 500px !important;
  width: 100% !important;
  overflow-y: auto !important;
  margin-top: 5px !important;
}

#problemNotesHistoryContainer{
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  height: 50% !important;
  width: 100% !important;
}

.problemNotesHistoryTable{
  border-radius: 10px !important;
  border-collapse: collapse !important;
  width: 100% !important;
  height: 50% !important;
  table-layout: fixed !important;
}

.problemNotesHistoryRow{
  background-color: #f2f2f2 !important;
  color: #333 !important;
}

.problemNotesHistoryHeader{
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background-color: lightgrey;
  padding: 6px !important;
}

.problemNotesHistoryCell{
  padding: 2px !important;
  border-top: 1px solid #ddd !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

#problem-modal .modal-mask{
  height: 50% !important;
}

#problem-modal .modal-footer, .sticky-footer{
  display: flex !important;
  justify-content: flex-end !important;
  padding: 10px !important;
  background-color: white !important;
  position: sticky !important;
  bottom: 0 !important;
  z-index: 1000 !important;
}


fieldset.triumphPay_fieldset {
  width: 225px;
}

div.triumphPay_warning{
  background-color: rgba(255, 255, 0, 0.247);
  border-radius: 8px;
}

div.triumphPay_group{
  margin: 2px 0;
  display:flex;
  width:225px;
}
div.triumphPay_group > span {
  display: block;
  float: left;
  text-align: left;
  margin-right: 5px;
  margin-top: 3px;
}

span.triumphPay_warningText{
  font-weight:bold;
  margin-left: 3px;
  font-size: 12px;
}

.plaid-link-text,
.contact-alert-text {
  text-decoration: underline;
}
.plaid-notRequested-text{
  color: gray;
}
.plaid-active-text,
.plaid-pendingReview-text{
  color: lightskyblue;
}
.plaid-failed-text,
.plaid-expired-text,
.plaid-canceled-text {
  color: red;
}
.plaid-passed-text,
.plaid-success-text{
  color:green;
}

.plaid-link-text:hover
,.contact-alert-text:hover {
  cursor:pointer;
}

.plaid-link-text:active
,.contact-alert-text:active {
  color: purple;
}

td.leg_default_view_col_A{
  vertical-align: top;
}
div#mfa-preferences label {
  width: 3rem;
  display: inline-block;
}

div.user-button-wrapper{
  display: flex;
}

div.user-button-wrapper > div {
  margin: 0 3px;
}

input.lockedDriverDetails:read-only:hover{
  cursor:default;
}

span.triumphPay_text{
  overflow-x: auto;
  scrollbar-width: thin;
}

span.triumphPay_scrollMargin{
  margin-bottom: 7px;
}

#container-dupe-confirm {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 9999;
}
#container-dupe-confirm.hidden {
  display: none;
}
#container-dupe-confirm .backdrop {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
}
#container-dupe-confirm .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 1;
  max-width: 400px;
}
#container-dupe-confirm .buttons {
  margin-top: 1em;
  text-align: right;
}
#container-dupe-confirm button {
  margin-left: 0.5em;
}

