@font-face {
  font-family: 'dhl';
  src: url("../font/dhl.eot");
  src: url("../font/dhl.eot#iefix") format("embedded-opentype"),
    url("../font/dhl.woff") format("woff"),
    url("../font/dhl.ttf") format("truetype"),
    url("../font/dhl.svg#dhl") format("svg");
  font-weight: normal;
  font-style: normal;
}



select::-ms-expand {
  display: none;
}

.select select {
  box-sizing: border-box;
  -webkit-transition: box-shadow, border-color, background-color 0.15s;
  transition: box-shadow, border-color, background-color 0.15s;
  color: #333;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 6px 0 6px 8px;
  line-height: 16px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select:after {
  content: "\f106";
  font-family: "dhl";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  text-align: center;
  margin-left: .2em;
  margin-right: .2em;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
  color: #000;
  pointer-events: none;
}


.input,
.textarea {
  box-sizing: border-box;
  -webkit-transition: box-shadow, border-color, background-color 0.15s;
  transition: box-shadow, border-color, background-color 0.15s;
  color: #333;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 6px 8px;
  line-height: 16px;
}



input,
select,
textarea {
  outline: none;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

select:not(:-internal-list-box) {
  overflow: visible !important;
}

.input[disabled],
.textarea[disabled],
.select select[disabled] {
  color: #a1a1a1;
  background-color: #e9e9e9;
}

.input:focus,
.textarea:focus,
.select select:focus {
  box-shadow: 0 0 5px 2px #d4d4d4;
}


/*select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark-color(white, black);
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}*/
.select {
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  white-space: nowrap;
  border-radius: 2px;
  background-color: #fff;
}

input.multiple-select,
select.multiple-select,
textarea.multiple-select {
  width: 100%;
  height: 200px;
}



.field,
.field-wrapper {
  position: relative;
  white-space: nowrap;
}

.label {
  display: block;
  white-space: normal;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
}

.label.content {
  font-weight: normal !important;
}

table td .label {
  margin-bottom: 3px;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 7px 12px;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  color: #000;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  outline: none;
  background: #fecb2f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #1a1a1a;
  background: #f9bc01;
}

.btn:active {
  background: #fec516;
  box-shadow: 0 0 5px rgba(254, 197, 22, 0.75);
}

.btn:hover,
.btn:active {
  text-decoration: none;
}

.btn_success {
  padding: 10px 15px; 
  font-size: 18px; 
}

.btn_large {
  padding: 10px 15px !important;
  font-size: 18px !important;
}

.btn_small,
.btn_action,
.btn_primary-action,
.btn_chalkboard {
  padding: 5px 8px !important; 
  font-size: 12px !important; 
}

.btn_regular {
  padding: 7px 12px;
  font-size: 14px;
}

.btn_text_left {
  text-align: left;
}

.btn_width_full {
  width: 100%;
}

.btn_wide {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.btn_full {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.btn_success,
.btn_success-mobile {
  color: #fff; 
  background: #2bb82b; 
}

.btn_success:hover,
.btn_success-mobile:hover {
  color: #fff;
  background: #218f21;
}

.btn_success:active,
.btn_success-mobile:active {
  background: #26a326;
  box-shadow: 0 0 5px rgba(38, 163, 38, 0.75);
}

.btn_action {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  background: #fff;
}

.btn_action:hover,
.btn_action.hover {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background: rgba(0, 0, 0, 0.1);
}

.btn_action:active,
.btn_action.active {
  background: #c7c7c7;
  box-shadow: 0 0 5px rgba(173, 173, 173, 0.75);
}

.btn_action_white {
  color: #333;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
}

.btn_action_white:hover {
  color: #333;
  border: 1px solid #fff;
  background: #fff;
}

.btn_chalkboard {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  z-index: 10005;
  position: relative;
}

.btn_chalkboard:hover,
.btn_chalkboard.hover {
  color: #f1f1f1;
  border: 1p solid #f1f1f1;
      background: transparent; }
    .btn_chalkboard:active, .btn_chalkboard.active {
  background: transparent;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
}

.btn_primary-action {
  color: #fff;
  background: #666;
}

.btn_primary-action:hover {
  color: #fff;
  background: #4d4d4d;
}

.btn_primary-action:active {
  background: #595959;
  box-shadow: 0 0 5px rgba(89, 89, 89, 0.75);
}

.btn_info {
  color: #fff;
  background: #189aca;
}

.btn_info:hover {
  color: #fff;
  background: #13779c;
}

.btn_info:active {
  background: #1589b3;
  box-shadow: 0 0 5px rgba(21, 137, 179, 0.75);
}

.btn[disabled],
.btn.disabled,
.btn_disabled {
  cursor: not-allowed;
  color: #ccc;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

.btn[disabled]:hover,
.btn.disabled:hover,
.btn_disabled:hover {
  color: #ccc;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

.btn_upload {
  position: relative;
  overflow: hidden;
}

.btn_upload>input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.btn_addon {
  position: absolute;
  z-index: 5;
  bottom: 2px;
  margin: 0;
  padding: 5px 7px;
  font-size: 14px;
  line-height: 1;
}

.input_small+.btn_addon {
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1;
}

.btn_animate {
  overflow: hidden;
}

.btn_animate .btn__text {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  vertical-align: middle;
  white-space: nowrap;
  opacity: 0;
  font-size: 12px;
  line-height: 1;
}

.btn_animate:hover .btn__text {
  max-width: 250px;
  padding: 0 3px;
  opacity: 1;
}

.btn_loading {
  position: relative;
}

.btn_loading:after {
  position: absolute;
  content: url("../img/loading-small-black.gif");
  display: block;
  width: 24px;
  height: 24px;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -12px;
}

.btn_loading_before:after {
  left: auto;
  margin-left: auto;
  right: 100%;
  margin-right: 10px;
}


.row {
  position: relative;
  -webkit-transition: all .25s;
  transition: all .25s;
}

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

.ltr .col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  min-height: 1px;
}

.ltr .col-6:last-child {
  margin-right: 0;
}

.ltr .col-6 img {
  max-width: 100%;
}

.ltr .col-6_tabs .tabs_vertical_full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.ltr .col-6_tabs .tabs_vertical_full:last-child {
  margin-right: 0;
}

.ltr .col-6_5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 53.08608%;
  min-height: 1px;
}

.ltr .col-6_5:last-child {
  margin-right: 0;
}

.ltr li.col-6 {
  display: list-item;
}

.ltr .offset-6 {
  margin-left: 51.17883%;
}

.rtl .col-6 {
  float: right;
  display: block;
  margin-left: 2.35765%;
  width: 48.82117%;
  min-height: 1px;
}

.rtl .col-6:last-child {
  margin-left: 0;
}

.rtl .col-6 img {
  max-width: 100%;
}

.rtl .offset-6 {
  margin-right: 51.17883%;
}


.ltr .a-right {
  text-align: right;
}


.rtl .a-right {
  text-align: left;
}

.page-buttons {
  margin: 0 3px;
}

.page-buttons a {
  display: inline-block;
  min-width: 2em;
  padding: 4px 4px;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-align: center;
  vertical-align: middle;
  color: #7a7a7a;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1;
}

.page-buttons a:first-child {
  margin-left: 0;
}

.page-buttons a:last-child {
  margin-right: 0;
}

.page-buttons a i:before {
  width: auto;
  margin: 0;
}

.page-buttons a:hover {
  color: #666;
  border-color: #666;
  background-color: #f9f9f9;
}

.page-buttons a.blank {
  min-width: 0;
  padding: 4px 0;
  cursor: text;
  color: #7a7a7a;
  border-color: transparent;
  background-color: #fff;
}

.page-buttons a.disabled {
  cursor: not-allowed;
  color: #e9e9e9;
  border-color: #e9e9e9;
  background-color: transparent;
}

.page-buttons a.on {
  color: #333;
  border-color: #333;
  background-color: #f9f9f9;
}

.selectable-list {
  position: absolute;
  top: 20px;
  bottom: 35px;
  overflow: auto;
  width: 100%;
  border: 1px solid #ccc;
}

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

.selectable_row-header {
  padding-left: 30px;
}

.selectable_row__checkbox {
  position: absolute;
  top: 10px;
  left: 0px;
}

.selectable_row__checkbox_all {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selectable_row__type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 6px;
  border-left-style: solid;
  margin: 10px 0;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.selectable_row__type_cancelled {
  border-left-color: #f26522;
}

.selectable_row__type_unsubmitted {
  border-left-color: #9e0b0f;
}

.selectable_row__type_readyToShip {
  border-left-color: #598527;
}

.selectable_row__type_inTransit {
  border-left-color: #fecb2f;
}

.selectable_row__type_delivered {
  border-left-color: #006699;
}

.selectable_row__type_pickedUp {
  border-left-color: #0f68bb;
}

.selectable_row__content {
  border: 1px solid #e9e9e9;
  border-left: 0;
  padding: 5px;
  padding-left: 30px;
  position: relative;
}

.selectable_row__content:first-child {
  border-top-right-radius: 3px;
}

.selectable_row__content+.selectable_row__content {
  border-top: 0px;
}

.selectable_row>td.selectable_row__type,
.selectable_row>th.selectable_row__type {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  width: 1px;
}

.selectable_row>td.selectable_row__checkbox,
.selectable_row>th.selectable_row__checkbox {
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  border-top: 0;
  border-bottom: 0;
}

.selectable_row>td.selectable_row__checkbox .checkbox,
.selectable_row>th.selectable_row__checkbox .checkbox {
  margin: 0;
  width: 25px;
  display: inline-block;
}

.selectable_row>td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}

.selectable_row>td.selectable_row__type {
  border-color: #7a7a7a;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: border-box;
  vertical-align: bottom;
}

.selectable_row>td.selectable_row__checkbox {
  width: 25px;
}

.selectable_row>td.selectable_row__checkbox:before {
  -webkit-transition: all .15s;
  transition: all .15s;
  content: '';
  display: block;
  border-top: 1px solid #e9e9e9;
  width: 6px;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  top: 0px;
}

.selectable_row>td.selectable_row__checkbox:after {
  -webkit-transition: all .15s;
  transition: all .15s;
  content: '';
  display: block;
  border-top: 1px solid #e9e9e9;
  width: 6px;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  bottom: 0px;
}

.selectable_row>td:last-child {
  border-right: 1px solid #e9e9e9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.selectable_row__actions {
  font-size: 11px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-left: 0;
  padding: 5px 10px;
  border-bottom-right-radius: 4px;
}

.selectable_row__actions a {
  margin-left: 10px;
}

.selectable_row__actions a:first-child {
  margin-left: 0;
}

.selectable_row__actions a+* a:first-child {
  margin-left: 10px;
}

.selectable_row_actions {
  position: relative;
}

.selectable_row_actions>td {
  border-bottom: 25px solid #e9e9e9;
}

.selectable_row_actions>td.selectable_row__type .selectable_row__actions {
  -webkit-transition: all .15s;
  transition: all .15s;
  position: absolute;
  right: 0px;
  left: 31px;
  border-top: 1px solid #e9e9e9;
  line-height: 14px;
  height: 25px;
  margin-top: -25px;
}

.selectable_row_actions>td.selectable_row__type .selectable_row__actions.no_select {
  left: 6px;
}

.selectable_row_nocheck>td.selectable_row__type .selectable_row__actions {
  left: 6px;
}

.selectable_row>td {
  padding: 5px 10px;
}

.selectable_row>th {
  padding: 0 10px;
}

.selectable_row>th.selectable_row__checkbox .checkbox {
  top: 2px;
}

.selectable_row>th.selectable_row__type {
  border-left-color: transparent;
}

.selectable_row table {
  width: 100%;
}

.selectable_row table td {
  padding: 0;
}

.selectable_row_checked .selectable_row__type {
  border-left-width: 12px;
}

.selectable_row_checked.selectable_row_actions>td.selectable_row__type .selectable_row__actions {
  left: 37px;
}

.selectable_row_checked .selectable_row__checkbox:before,
.selectable_row_checked .selectable_row__checkbox:after {
  margin-left: 12px !important;
}

.table_selectable_selected .selectable_row .selectable_row__type+td {
  -webkit-transition: all .15s;
  transition: all .15s;
  padding-left: 4px;
}

.page-title {
  margin: 25px 20px 25px;
}


.menu-title {
  margin: 25px 20px 20px;
}

.field,
.field-wrapper {
  position: relative;
  white-space: nowrap;
}

.field_width_full .input,
.field_width_full .select,
.field_width_full .textarea {
  width: 100%;
}

.field_without-label {
  padding-top: 15px;
  vertical-align: middle;
}

.field .msg-error,
.field-wrapper .msg-error {
  position: absolute;
  z-index: 1;
  top: 14px;
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  opacity: 0;
}

.form-line {
  display: inline-block;
  vertical-align: middle;
}

.form-line .field-wrapper,
.form-line .checkbox,
.form-line .radio,
.form-line .input,
.form-line .select,
.form-line .btn {
  display: inline-block;
  vertical-align: middle;
}

.form-line .checkbox,
.form-line .radio {
  margin-bottom: 0;
}

.form-line_top {
  vertical-align: top;
}

.form-row,
.field-wrapper {
  display: block;
  margin-bottom: 10px;
}

.form-row:after,
.field-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.field-group {
  display: block;
  margin-bottom: 20px;
}

.field-group:after {
  clear: both;
  content: "";
  display: table;
}

.msg-error {
  z-index: 100;
  margin: 5px 10px;
  padding: 5px 7px;
  color: #d62727;
  border: 1px solid #d62727;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #fff;
  font-size: 11px;
  line-height: 1;
}

.alert:before {
  font-family: dhl;
  font-weight: 400;
  font-size: 1.2rem;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 0 2px rgba(0, 0, 0, .25), 0 1px 1px rgba(0, 0, 0, .4);
  z-index: 2;
}

.alert {
  border-radius: .25rem;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
  cursor: default;
}

.alert.border {
  padding-left: 4.5rem;
}

.alert.border:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.5rem;
  border-top-left-radius: .1rem;
  border-bottom-left-radius: .1rem;
  z-index: 1;
}


.alert.info:before {
  font-family: "dhl";
  content: "\f15f";
  color: white;
}

.alert.info {
  border-color: 007acc;
  background: #007acc;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 12px;
}

.alert.info.border {
  background-color: rgba(0, 122, 204, 0.2);
  text-shadow: none;
  color: #000000;
  border: 0;
}

.alert.info.border:after {
  background-color: #007acc;
}


.alert.warning:before {
  font-family: "dhl";
  content: "\f105";
  color: #222222;
}

.alert.warning {
  border-color: #f8bb01;
  background: #f8bb01;
  border-radius: 0.25rem;
}

.alert.warning.border {
  background-color: rgba(248, 187, 1, 0.2);
  text-shadow: none;
  color: #000000;
  border: 0;
}

.alert.warning.border:after {
  background-color: #f8bb01;
}


.alert.error:before {
  font-family: "dhl";
  content: "\f195";
  color: #ffffff;
}

.alert.error {
  border-color: #d20c1c;
  background: #d20c1c;
  border-radius: 0.25rem;
  color: #ffffff;
}

.alert.error.border {
  background-color: rgba(210, 12, 28, 0.2);
  text-shadow: none;
  border: 0;
  color: #000000;
}

.alert.error.border:after {
  background-color: #d20c1c;
}

.alert.success:before {
  font-family: "dhl";
  color: #ffffff;
  content: "\f11d";
}

.alert.success {
  border-color: #2bb82b;
  background-color: #2bb82b;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}


.alert.success.border {
  background-color: rgba(43, 184, 43, 0.2);
  text-shadow: none;
  color: #000000;
  border: 0;
}

.alert.success.border:after {
  background-color: #2bb82b;
}

.pageNavigation {
  font-size: 1.2em;
  color: red;
  font-weight: bold;
}

.dropdown__link:hover {
  color: #fecb2f;
  background-color: #333;
}

a:hover,
a:active {
  outline: 0;
}

.dropdown__link {
  display: block;
  padding: 8px 15px;
  color: #fff;
  line-height: 1;
}

a,
.pseudo-link {
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-decoration: none;
  color: #189aca;
}

a {
  background: transparent;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

user agent stylesheet a:-webkit-any-link:active {
  color: -webkit-activelink;
}

user agent stylesheet a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

user agent stylesheet li {
  text-align: -webkit-match-parent;
}

.dropdown__list {
  margin: 0;
  padding: 7px 0 10px 0;
  list-style: none;
}

user agent stylesheet ul {
  list-style-type: disc;
}

.top-nav__item.is-active .dropdown,
.top-nav__item-hover .dropdown {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.dropdown {
  position: absolute;
  z-index: 1;
  left: 5px;
  visibility: collapse;
  min-width: 180px;
  margin-top: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.btn_logout {
  display: inline-block;
  margin: 0;
  padding: 7px 12px;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  color: #189aca;
  ;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  outline: none;
  background: #fecb2f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.validation-mark {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  vertical-align: top;
  font-size: 18px;
  line-height: 12px;
  color: #CC0000;
  margin-left: 4px;
}

.area {
  position: relative;
  margin: 15px 0;
  padding: 20px;
  border: none;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.col-1:first-child,
.col-1-half:first-child,
.col-2:first-child,
.col-2-half:first-child,
.col-3:first-child,
.col-3-half:first-child,
.col-4:first-child,
.col-4-half:first-child,
.col-5:first-child,
.col-5-half:first-child,
.col-6:first-child,
.col-6-half:first-child,
.col-7:first-child,
.col-7-half:first-child,
.col-8:first-child,
.col-8-half:first-child,
.col-9:first-child,
.col-9-half:first-child,
.col-10:first-child,
.col-10-half:first-child,
.col-11:first-child,
.col-11-half:first-child,
.col-12:first-child {
  margin-left: 0;
}

.col-1,
.col-1-half,
.col-2,
.col-2-half,
.col-3,
.col-3-half,
.col-4,
.col-4-half,
.col-5,
.col-5-half,
.col-7,
.col-7-half,
.col-8,
.col-8-half,
.col-9,
.col-9-half,
.col-10,
.col-10-half,
.col-11,
.col-11-half,
.col-12 {
  min-height: 1px;
  float: left;
}

.col-9 {
  width: 74.41016%;
  margin-left: 2.35935%;
}

.col-3 {
  width: 23.23049%;
  margin-left: 2.35935%;
}

.footer-nav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__copyright {
  padding: 0 5px;
  text-align: right;
  color: #7a7a7a;
  font-size: .9em;
}

.alertRecordsCount {
  padding-right: 100px;
  font-size: 14px;
}

.globalErrors {
  font-size: 12px;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}

.disabledStyle {
  color: #a1a1a1;
  background-color: #e9e9e9;
}

.loginErrorAlert {
  width: 90%;
  margin-right: 10px;
}

.logoutAlert {
  align-self: center;
  width: 210px !important;
  margin-left: 38px;
  margin-top: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.popupMessageStyle{
    padding-right: 2em;
    padding-bottom: 1em;
}
.divSeperator{ padding-top:20px; width:100%;}
.divSeperator1{ padding-top:15px; width:100%;}
.exceptionMsg {
  margin-left: 5px;
  font-size: 12px;
}