.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

.ember-power-calendar {
  box-sizing: border-box;
  position: relative; }

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }

.ember-power-calendar-nav * {
  box-sizing: border-box; }

.ember-power-calendar-days, .ember-power-calendar-days * {
  box-sizing: border-box; }

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center; }

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between; }

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0; }

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0; }

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit; }

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857; }

.ember-power-calendar-nav {
  line-height: 2; }

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%; }
  .ember-power-calendar-nav-control:focus {
    transform: scale(1.2); }

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold; }

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

/* variables */
/* Border radius */
/* Border weight */
/* Line height */
/* Font sizes */
/* Font weight
 N = normal     3 = light
 I = italic     4 = normal
                7 = bold
*/
.font-main-N1, .font-main-N4, .font-main-N7, .font-main-I4, .font-main-I7 {
  font-family: 'Poppins', sans-serif; }

.font-main-N3 {
  font-weight: 300;
  font-style: normal; }

.font-main-N4 {
  font-weight: 400;
  font-style: normal; }

.font-main-N7 {
  font-weight: 700;
  font-style: normal; }

.font-main-I1 {
  font-weight: 100;
  font-style: italic; }

.font-main-I4 {
  font-weight: 400;
  font-style: italic; }

.font-main-I7 {
  font-weight: 700;
  font-style: italic; }

/* Z-Index Scale */
/* form */
/* side-bar */
/* main-page */
/* main title */
/* boxes */
/* transitions */
/* general */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: 'Poppins', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical;
  height: 70px; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

a {
  text-decoration: none;
  transition: all .3s ease; }
  a:hover {
    text-decoration: underline; }

::-webkit-scrollbar-track {
  background-color: white; }

::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #555;
  border: 2px solid transparent; }

/* functions */
/* mixins */
/* grid */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

/* utilities */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

/* components */
.side-bar-component {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 6;
  padding-bottom: 60px;
  width: 200px;
  height: 100vh;
  color: #899dc1;
  background: #34425A; }
  .side-bar-component .user-avatar-component {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    margin: 20px 0 0 0;
    border: none; }

.side-bar-current-user {
  width: 100%;
  padding: 10px; }

.side-bar-menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: transparent;
  color: #899dc1;
  overflow-y: auto; }

.side-bar-menuItem {
  position: relative;
  width: 100%;
  align-items: center; }
  .side-bar-menuItem .active {
    color: #fff;
    text-decoration: none;
    background: #273143; }
  .side-bar-menuItem a {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #899dc1;
    font-size: 14px;
    align-content: center; }
    .side-bar-menuItem a:hover {
      color: #fff;
      text-decoration: none;
      background: #273143; }

.side-bar-menuItem-icon {
  font-size: 28px;
  margin-bottom: 5px; }

.side-bar-menuTitle {
  width: 100%;
  padding: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: flex; }

.side-bar-logout-label {
  opacity: 0;
  margin-left: -50px;
  transition: all 0.3s ease; }

.side-bar-logout {
  background: #22BAA0;
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center; }
  .side-bar-logout .btn-flatLight {
    position: relative;
    width: 100%; }
    .side-bar-logout .btn-flatLight:after {
      content: '\e812';
      font-family: 'fontello';
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      line-height: 22px;
      font-size: 22px;
      color: #fff;
      transition: all 0.3s ease; }
  .side-bar-logout:hover .side-bar-logout-label {
    opacity: 1;
    margin-left: 0; }
  .side-bar-logout:hover .btn-flatLight:after {
    left: 70%;
    opacity: 0; }

.side-bar-current-user a {
  color: #fff;
  text-decoration: none; }

.side-bar-powered {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  background: #34425A;
  padding: 0 5px 3px 5px;
  bottom: 35px;
  border-top: 1px solid #555; }
  .side-bar-powered .powered {
    color: #899dc1;
    font-size: 9px; }
  .side-bar-powered .powered-img {
    width: 100%;
    max-width: 55px;
    background: #34425A;
    padding: 2px 5px; }

.side-bar-component .user-avatar-component {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  margin: 20px 0 0 0; }

.js-user-avatarScroll .user-avatar-component {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  margin: 20px 0 0 0; }

.main-box-wrapper {
  margin-bottom: 20px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0;
  border: 1px solid #eaebed;
  position: relative; }

.main-box-wrapper--disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(33, 33, 33, 0.4);
  width: 100%;
  height: 100%;
  z-index: 400; }

.main-box-header {
  min-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 30px 0 30px; }

.main-box-title {
  font-weight: bold;
  color: #34425A; }

.main-box-content {
  position: relative;
  display: flex;
  height: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 30px; }
  .main-box-content .btn-add {
    position: absolute;
    top: 0;
    right: 30px; }
  .main-box-content .btn-check {
    position: absolute;
    top: 15px;
    right: 140px; }

.main-box-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }
  .main-box-footer .btn {
    margin-left: 10px; }

.homepage-box-component {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 2px 3px 34px -7px #34425A;
  height: calc(50vh - 40px);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }
  .homepage-box-component a:hover {
    text-decoration: none; }

.homepage-box-wrapper {
  position: relative;
  height: calc(50vh - 40px);
  display: flex;
  overflow: hidden; }

.homepage-box-link {
  position: absolute;
  bottom: 0;
  right: 25px;
  text-align: right;
  color: #fff;
  width: 100%;
  font-size: 30px;
  z-index: 200; }

.homepage-box-description {
  position: relative;
  color: #fff;
  width: 200px;
  font-size: 16px;
  z-index: 200;
  opacity: 0;
  transition: all 0.6s ease;
  text-align: right;
  border-right: 1px solid #fff;
  margin: 35px 0 0 -10px;
  padding: 0 10px 0 0;
  text-transform: uppercase; }

.homepage-box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1.25);
  transition: all 0.6s ease;
  z-index: 100; }
  .homepage-box-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 186, 160, 0.1);
    transition: all 0.6s ease; }

.homepage-box-safety {
  background-image: url(/img/safety.jpg); }

.homepage-box-tracking {
  background-image: url(/img/tracking.jpg); }

.homepage-box-dispatch {
  background-image: url(/img/dispatch.jpg); }

.homepage-box-accounting {
  background-image: url(/img/accounting.jpg); }

.homepage-box-wrapper:hover .homepage-box-img {
  margin-left: 2%;
  transform: scale(1.1); }

.homepage-box-wrapper:hover .homepage-box-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 66, 90, 0.7); }

.homepage-box-wrapper:hover .homepage-box-description {
  opacity: 1;
  margin: 35px 0 0 20px; }

.homepage-box-disabled .homepage-box-wrapper {
  pointer-events: none; }
  .homepage-box-disabled .homepage-box-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 66, 90, 0.7);
    z-index: 300; }

.validation-field-wrapper {
  margin-bottom: 20px;
  position: relative; }

.validation-field-label {
  font-size: 12px;
  color: #4E5E6A;
  margin-bottom: 5px; }

.validation-field-input, .datepicker-input {
  position: relative;
  border: 1px solid #dce1e4;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #555;
  width: 100%;
  min-width: 200px;
  box-shadow: 1px 2px 5px #eeeeee;
  transition: all 0.3s ease;
  background: #fff; }
  .validation-field-input:focus, .datepicker-input:focus {
    border: 1px solid #bdc5c9;
    outline: none; }

.validation-field-symbol {
  position: absolute;
  top: 31px;
  left: 8px;
  z-index: 300;
  color: #4E5E6A;
  font-size: 12px; }

.validation-field-input-wrapperCalendar {
  position: relative; }
  .validation-field-input-wrapperCalendar:after {
    content: '\e800';
    font-family: "fontello";
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 15px;
    color: #22BAA0;
    transform: translateY(-50%); }

.validation-field-input-wrapperTimePicker {
  position: relative; }
  .validation-field-input-wrapperTimePicker:after {
    content: '\e800';
    font-family: "fontello";
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 15px;
    color: #22BAA0; }

.validation-field-error-list {
  position: relative;
  width: 100%; }

.validation-field-error-item {
  position: absolute;
  top: -15px;
  left: 0;
  color: #e51c23;
  font-size: 10px;
  display: none; }
  .validation-field-error-item:first-of-type {
    display: block; }

.validation-field-error-itemDoc {
  left: 50%;
  transform: translateX(-50%); }

.validation-field-inputDate {
  cursor: pointer; }

.validation-field-success {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  color: #22BAA0; }

.validation-field-text-counter {
  position: absolute;
  bottom: -17px;
  right: 0px;
  font-size: 12px;
  color: #4E5E6A; }

.validation-field-with-symbol input {
  padding-left: 30px; }

.validation-field-wrapper textarea {
  height: 120px !important;
  max-height: 200px;
  min-height: 34px; }

.validation-field-with-add .validation-field-component {
  width: calc(100% - 45px); }

.validation-field-with-add .btn-selectAdd-position {
  position: absolute;
  right: 15px;
  top: 23px;
  left: inherit; }

.large-select.validation-field-with-add .btn-selectAdd-position {
  position: absolute;
  right: 20px;
  top: 32px;
  left: inherit; }

.required-field-wrapper .validation-field-error-item {
  top: 5px; }

.owner-trucks:last-child span {
  display: none; }

.validation-field-wrapper .ember-power-select-clear-btn {
  color: #22BAA0;
  right: 35px;
  top: 3px;
  font-size: 20px; }

.form-footer {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end; }
  .form-footer .btn {
    margin-left: 20px; }

.form-subtitle {
  color: #34425A; }

.changePass {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px; }

.btn {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: auto;
  min-width: 80px;
  border: 1px solid transparent;
  font-size: 13px;
  text-align: center;
  padding: 8px 15px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn:focus {
    outline: none; }
  .btn:disabled {
    cursor: not-allowed;
    background: #fafafa;
    border: 1px solid #f5f5f5;
    color: #bdbdbd !important; }
    .btn:disabled:hover {
      cursor: not-allowed;
      background: #fafafa;
      border: 1px solid #f5f5f5;
      color: #bdbdbd; }
  .btn-primary, .btn-tabs {
    border: 1px solid #22BAA0;
    background: #22BAA0;
    color: #fff; }
    .btn-primary:hover, .btn-tabs:hover {
      background-color: #1ea48d; }
  .btn-tabs {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 400; }
  .btn-secondary {
    border: 1px solid #34425A;
    background: #34425A;
    color: #fff; }
    .btn-secondary:hover {
      background-color: #2b364a; }
  .btn-cancel {
    background-color: #f5f5f5;
    color: #4E5E6A;
    border: 1px solid #bdbdbd; }
    .btn-cancel:hover {
      background-color: #dce1e4;
      border-color: #bdbdbd; }
  .btn-danger {
    background-color: #e51c23;
    color: #fff;
    border: 1px solid #e51c23; }
    .btn-danger:hover {
      background-color: #d0181e; }
  .btn-flatLight {
    background: transparent;
    color: #fff;
    font-size: 15px; }
  .btn-flatDark {
    background: transparent;
    color: #34425A;
    font-size: 15px; }
  .btn-flatRed {
    background: transparent;
    color: #e51c23;
    font-size: 15px; }
  .btn-selectAdd {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #22BAA0;
    background: #22BAA0;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    transition: all 0.3s ease;
    outline: none; }
    .btn-selectAdd:hover {
      background-color: #1ea48d; }
  .btn-selectAdd-position {
    position: absolute;
    left: 240px;
    top: 21px; }
    .btn-selectAdd-position .btn-selectAdd {
      padding: 8px 0 0 1px; }
  .btn-upload {
    width: 30px; }
  .btn-avatar {
    color: #34425A;
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: #fff;
    padding: 0;
    min-width: inherit;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #22BAA0;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center; }
    .btn-avatar:hover {
      color: #fff;
      background: #34425A;
      border-color: #34425A; }
  .btn-icon {
    background: none;
    border: 0;
    min-width: inherit; }

.btn--small {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: auto;
  min-width: 20px;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease; }

.invoice-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.invoice-generate {
  position: relative;
  margin-right: 5px; }
  .invoice-generate span {
    position: absolute;
    top: -22px;
    padding: 3px 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #212121;
    display: none;
    color: #fff;
    z-index: 9999;
    font-size: 12px; }
  .invoice-generate:hover span {
    display: block; }

.invoice-upload {
  position: relative; }
  .invoice-upload span {
    position: absolute;
    top: -22px;
    padding: 3px 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #212121;
    color: #fff;
    display: none;
    z-index: 9999;
    font-size: 12px; }
  .invoice-upload:hover span {
    display: block; }
  .invoice-upload .btn-flatDark {
    color: #22BAA0; }

.invoice-add {
  position: relative; }
  .invoice-add span {
    position: absolute;
    top: -22px;
    padding: 3px 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #212121;
    color: #fff;
    display: none;
    z-index: 9999;
    font-size: 12px;
    white-space: nowrap; }
  .invoice-add:hover span {
    display: block; }
  .invoice-add .btn-flatDark {
    color: #22BAA0; }

.invoice-remove {
  position: relative; }
  .invoice-remove span {
    position: absolute;
    top: -22px;
    padding: 3px 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #212121;
    color: #fff;
    display: none;
    z-index: 9999;
    font-size: 12px;
    white-space: nowrap; }
  .invoice-remove i {
    color: #e51c23; }
  .invoice-remove:hover span {
    display: block; }
  .invoice-remove .btn-flatDark {
    color: #e51c23; }

.ytd-summary-component {
  margin-bottom: 20px; }

.regular-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(33, 33, 33, 0.4);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 700; }
  .regular-modal-overlay .regular-modal-overlay {
    height: auto; }

.regular-modal--small {
  max-width: 520px; }

.regular-modal--extraSmall {
  max-width: 320px; }

.regular-modal--large {
  max-width: 600px; }

.regular-modal--extraLarge {
  max-width: 800px; }

.regular-modal--statement {
  max-width: 1000px; }

.regular-modal--stop {
  max-width: 520px; }
  .regular-modal--stop .regular-modal-content {
    height: 350px; }
    .regular-modal--stop .regular-modal-content .form-content {
      max-height: 403px; }

.regular-modal-wrapper {
  min-width: 300px;
  margin-top: 5%;
  width: 100%;
  background: #fff;
  height: auto;
  z-index: 800;
  animation: showModal .3s ease;
  animation-fill-mode: forwards;
  transform: scaleY(0); }
  .regular-modal-wrapper .regular-modal-wrapper {
    margin-top: 0; }

.regular-modal-header {
  background: #fafafa;
  border: 1px solid #dce1e4;
  padding: 17px 20px;
  min-height: 40px;
  color: #34425A;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .regular-modal-header .btn {
    min-width: inherit;
    padding: 0;
    font-size: 17px; }

.regular-modal-content {
  position: relative;
  font-size: 14px;
  display: flex;
  flex-direction: column; }
  .regular-modal-content .form {
    width: 100%;
    position: relative; }
    .regular-modal-content .form-content {
      width: 100%;
      height: auto;
      max-height: 461px;
      padding: 20px 20px 80px 20px;
      overflow-y: auto; }
    .regular-modal-content .form-footer {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: row-reverse;
      padding: 10px 20px;
      border-top: 1px solid #bdbdbd;
      background: #fff; }
      .regular-modal-content .form-footer .btn {
        margin-left: 15px; }

.regular-modal-footer {
  position: relative;
  top: 298px;
  left: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background: #fff; }

@keyframes showModal {
  from {
    transform: scaleY(0); }
  to {
    transform: scaleY(1); } }

.regular-modal--stop .form-content {
  max-height: 560px; }

.file-upload-wrapper {
  position: relative;
  margin: 10px 0 20px 0; }

.file-upload-button {
  border: 1px solid black;
  padding: 10px;
  cursor: pointer; }

.file-upload-button-wrapper {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%; }
  .file-upload-button-wrapper .file-upload {
    text-align: center;
    position: relative;
    float: left;
    width: 100%; }

.file-upload-btn--add {
  border: 1px solid gray;
  cursor: pointer;
  margin: 0 auto; }

.file-upload-dropZone-wrapper {
  max-width: 300px;
  position: relative;
  margin: 0 auto; }

.file-upload-dropZone {
  min-width: 245px;
  height: auto;
  border: 1px dashed #34425A;
  padding: 100px 40px 10px 40px;
  text-align: center; }

.file-upload-confirm {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px; }

.file-upload-error {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: red; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  background-color: transparent; }
  .table a {
    color: #34425A;
    font-weight: 600;
    transition: all 0.3s ease; }
    .table a:hover {
      color: black;
      text-decoration: none; }
  .table th,
  .table td {
    padding: 0;
    font-size: 14px;
    height: 40px;
    vertical-align: center;
    border-top: 1px solid #bdbdbd; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #bdbdbd;
    border-top: none; }
  .table tbody + tbody {
    border-top: 1px solid #bdbdbd; }
  .table .table {
    background-color: lightgray; }
  .table-footer {
    font-size: 12px; }
  .table .btn {
    padding: 0;
    min-width: inherit; }
  .table-week-buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px; }

.table-sm th,
.table-sm td {
  padding: 7px; }

.table-bordered {
  border: 1px solid transparent; }
  .table-bordered th,
  .table-bordered td {
    border-bottom: 1px solid #bdbdbd; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.globalSearch {
  margin-bottom: 15px; }
  .globalSearch label {
    font-size: 12px;
    margin-right: 5px; }
  .globalSearch input {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    font-size: 12px; }

.truck-board-wrapper .filter-bar {
  margin-top: 10px; }

.truck-board-table td,
.truck-board-table th {
  border: 1px solid black;
  font-size: 12px;
  font-weight: bold;
  padding: 9px;
  text-align: center; }

.truck-board-table .clickable {
  cursor: pointer; }

.truck-board-hos-row {
  padding: 0; }
  .truck-board-hos-row td {
    border: none; }
    .truck-board-hos-row td:last-of-type {
      border-right: none; }
  .truck-board-hos-row:last-of-type {
    border-bottom: none; }
    .truck-board-hos-row:last-of-type td {
      border-bottom: none; }
  .truck-board-hos-row .colored-value {
    color: red; }

.table-drug-test--Negative {
  color: #00a53e; }

.table-drug-test--Positive {
  color: #e51c23; }

.truck-board-multiselect {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 50px;
  padding: 0;
  margin: 15px 0 0 0; }
  .truck-board-multiselect .validation-field-label {
    width: auto;
    margin-right: 20px; }

.m-table.-truckBoard .m-table__header {
  display: flex;
  margin-top: 20px;
  background-color: #fff;
  padding: 16px 0 0;
  position: fixed;
  width: 100%;
  left: 260px;
  z-index: 2;
  max-width: calc(100% - 300px); }
  .m-table.-truckBoard .m-table__header::before {
    content: '';
    position: absolute;
    left: -500px;
    right: -500px;
    top: -300px;
    height: calc(100% + 300px);
    background-color: #fff;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.2); }
  .m-table.-truckBoard .m-table__header > * {
    position: relative; }
  .m-table.-truckBoard .m-table__header span {
    font-weight: 600;
    color: #363a46;
    font-size: 14px; }
  .m-table.-truckBoard .m-table__header--heading {
    flex: 0 0 calc((100% - 548px) / 6);
    max-width: calc((100% - 548px) / 6);
    font-size: 14px;
    padding: 0 10px 10px; }
    .m-table.-truckBoard .m-table__header--heading.-extended {
      flex: 0 0 480px;
      max-width: 480px;
      position: relative;
      padding: 10px;
      border: 1px solid #eeeeee;
      border-bottom: 0;
      border-radius: 3px;
      margin-top: -11px; }
      .m-table.-truckBoard .m-table__header--heading.-extended .label-group {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        font-weight: 600;
        color: #363a46; }
    .m-table.-truckBoard .m-table__header--heading p {
      width: 100%;
      margin-bottom: 0; }
    .m-table.-truckBoard .m-table__header--heading .status {
      font-size: 11px;
      color: #9e9e9e; }
  .m-table.-truckBoard .m-table__header--heading.status {
    margin: 0 auto; }
    .m-table.-truckBoard .m-table__header--heading.status span {
      padding-left: 10px; }
    .m-table.-truckBoard .m-table__header--heading.status .status {
      padding-left: 0; }

.m-table__load--header, .m-table__load--content {
  display: flex;
  width: 100%; }
  .m-table__load--header > span,
  .m-table__load--header > div, .m-table__load--content > span,
  .m-table__load--content > div {
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding: 0 5px;
    font-size: 14px; }
  .m-table__load--header.-info > span,
  .m-table__load--header.-info > div, .m-table__load--content.-info > span,
  .m-table__load--content.-info > div {
    flex: 0 0 16.67%;
    max-width: 16.67%; }

.m-table__load--header span {
  font-weight: 600; }

.m-table__load--content {
  margin-top: 20px;
  position: relative; }
  .m-table__load--content .btn-selectAdd {
    opacity: 0;
    transition: .2s;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #dce1e4;
    border: none; }
    .m-table__load--content .btn-selectAdd:hover {
      background: #dce1e4; }
    .m-table__load--content .btn-selectAdd i::before {
      color: #000;
      font-size: 10px;
      position: absolute;
      top: 50%;
      left: 8px;
      transform: translateY(-50%); }
  .m-table__load--content > div {
    position: relative; }
    .m-table__load--content > div:hover .btn-selectAdd {
      opacity: 1; }
  .m-table__load--content .table-body-events {
    position: absolute;
    top: -5px;
    left: calc(50% - 13px); }
  .m-table__load--content.-days {
    background-color: #fff;
    position: relative; }
    .m-table__load--content.-days::before {
      content: '';
      width: 100%;
      height: calc(100vh - 400px);
      position: absolute;
      top: -20px;
      left: 0;
      background-color: #fff; }
    .m-table__load--content.-days > div:not(:last-of-type) {
      position: relative; }
      .m-table__load--content.-days > div:not(:last-of-type)::before {
        content: '';
        width: 1px;
        height: calc(100vh - 400px);
        position: absolute;
        right: 0;
        top: -20px;
        background-color: rgba(0, 0, 0, 0.1); }
  .m-table__load--content div[class*=status-] {
    padding: 20px 5px 5px;
    border-radius: 3px; }

.m-table__group {
  display: flex;
  justify-content: space-between; }

.m-table__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  padding: 16px 10px; }
  .m-table__row > div:not(.m-truckRow__extended):not(.row-group):not(.-info) {
    flex: 0 0 calc((100% - 524px) / 6);
    max-width: calc((100% - 524px) / 6);
    padding: 0 10px; }
    .m-table__row > div:not(.m-truckRow__extended):not(.row-group):not(.-info).bigger {
      min-width: 240px;
      max-width: 240px; }
  .m-table__row .row-group {
    flex: 0 0 480px;
    max-width: 480px;
    display: flex;
    justify-content: space-between; }
    .m-table__row .row-group div:not(.bigger) {
      width: calc((100% - 240px) / 2);
      padding: 0 10px;
      display: flex;
      align-items: center; }
    .m-table__row .row-group .bigger {
      width: 305px;
      padding: 0 18px; }

.m-table__body {
  font-size: 14px;
  position: relative;
  padding-top: 80px; }

.m-table__content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }
  .m-table__content > * {
    width: 100%; }
  .m-table__content .extend-title {
    display: block;
    color: #363a46;
    font-weight: 600; }
    .m-table__content .extend-title:not(:first-child) {
      margin-top: 10px; }
  .m-table__content--wrapper p {
    display: block;
    width: 100%; }
  .m-table__content.-note .extend-title {
    display: flex;
    margin-bottom: 10px; }
  .m-table__content.-note .btn-icon {
    padding: 0; }
  .m-table__content.-location .m-table__content--wrapper {
    display: flex;
    flex-wrap: wrap; }
    .m-table__content.-location .m-table__content--wrapper > * {
      width: 100%; }
  .m-table__content.-location, .m-table__content.-note {
    width: 355px; }
  .m-table__content.-lastStop {
    width: 375px; }
  .m-table__content.truck-board-hos {
    width: 178px; }
  .m-table__content.-booked {
    width: 152px; }

.m-table__header--top {
  position: fixed;
  z-index: 5;
  top: 80px; }
  .m-table__header--top > * {
    position: relative;
    z-index: 2; }
  .m-table__header--top + div button {
    z-index: 2; }
  .m-table__header--topInner > div {
    display: flex;
    flex-wrap: wrap; }
  .m-table__header--topInner .validation-field-label {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #363a46; }

.m-table .more-info {
  display: flex; }
  .m-table .more-info .btn {
    position: relative; }
    .m-table .more-info .btn::before {
      transition: all 0.6s ease;
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0;
      border-left: 2px solid #22BAA0;
      border-bottom: 2px solid #22BAA0;
      transform: rotate(-45deg); }

.m-table .more-info.opened .btn::before {
  transform: rotate(-225deg); }

.m-table .ember-power-select-trigger {
  min-width: 138px;
  padding-right: 20px; }

.m-table .truck-board-status-field {
  padding: 8px 40px;
  max-width: 70px;
  border-radius: 5px; }
  .m-table .truck-board-status-field-wrapper {
    display: flex;
    justify-content: center; }
    .m-table .truck-board-status-field-wrapper + div {
      justify-self: flex-end;
      margin-left: auto; }

.m-table .status.-color {
  font-weight: 600; }

.m-table .table-header-custom,
.m-table .table-body {
  border: none;
  background-color: transparent; }

.m-table .table-header-date {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5); }

.m-table .truck-board-hos .truck-board-hos-row {
  display: flex;
  justify-content: space-between;
  max-width: 120px; }

.table-header-name, .table-header-date {
  text-align: center; }

.row.m-table__row--wrapper.first-different {
  margin-top: 20px; }
  .row.m-table__row--wrapper.first-different:first-of-type {
    margin-top: 0; }

.table-body-info {
  position: relative; }

.user-avatar-component {
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #fff;
  border: 1px solid #22BAA0;
  position: relative;
  transition: all 0.3s ease; }
  .user-avatar-component:hover .btn-avatar {
    bottom: 10px;
    right: 4px; }
  .user-avatar-component img {
    display: flex;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: fill; }

.user-avatar-tmp-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .user-avatar-tmp-wrapper img {
    border-radius: 50%;
    width: auto;
    height: 150px; }

.user-avatar-note {
  width: 100%;
  text-align: center;
  color: #4E5E6A; }

.main-title {
  width: 50%; }
  .main-title-wrapper {
    position: fixed;
    top: 0;
    left: 200px;
    width: 100%;
    color: #34425A;
    letter-spacing: 1px;
    font-size: 24px;
    padding: 24px 10px 24px 20px;
    background: #fff;
    font-weight: bold;
    z-index: 500;
    height: 70px;
    border-bottom: 1px solid #dce1e4;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .main-title-buttons {
    width: 50%; }

.company-logo-component {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  padding: 25px 10px;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #22BAA0; }
  .company-logo-component a {
    text-decoration: none;
    max-width: 200px;
    color: #fff; }
    .company-logo-component a:hover {
      text-decoration: none; }

.company-avatar {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.tabs-nav {
  display: flex;
  border-bottom: 1px solid #bdbdbd; }
  .tabs-nav .active {
    border: 1px solid #bdbdbd;
    border-bottom-color: transparent;
    margin-bottom: -1px; }

.tabs-nav-item {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  color: #74767d; }
  .tabs-nav-item:hover {
    text-decoration: none; }

.tabs-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 30px 10px 20px 10px;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-top: none;
  position: relative; }

.datepicker {
  border: 1px solid #dce1e4;
  border-top: none;
  padding: 8px;
  animation: showdatepicker .3s ease;
  animation-fill-mode: forwards;
  transform: translateY(-50px) scaleY(0.7);
  opacity: 0; }
  .datepicker-dropdown {
    width: 100%;
    min-width: 200px;
    max-width: 220px;
    background: #fff; }
  .datepicker .ember-power-calendar-weekdays {
    padding: 10px 0 5px 0; }
  .datepicker .ember-power-calendar-nav-control {
    font-size: 120%;
    color: #22BAA0; }
  .datepicker .ember-power-calendar-day {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all 0.6s ease; }
    .datepicker .ember-power-calendar-day:hover {
      color: #22BAA0;
      border-bottom: 1px solid #22BAA0; }
  .datepicker .ember-power-calendar-day--selected {
    border: 1px solid #22BAA0;
    color: #22BAA0;
    font-weight: 600; }
  .datepicker .ember-power-calendar-row {
    padding: 4px 0; }
  .datepicker .ember-power-select-trigger {
    min-width: 46%;
    max-width: 46%;
    margin: 0 2%;
    border: none;
    line-height: 20px;
    cursor: pointer;
    height: 30px;
    box-shadow: none; }
  .datepicker .ember-power-select-selected-item {
    position: absolute;
    left: 0; }
  .datepicker .ember-power-select-status-icon:after {
    top: -12px;
    right: 0;
    font-size: 10px; }

@keyframes showdatepicker {
  from {
    transform: translateY(-50px) scaleY(0.7);
    opacity: 0; }
  to {
    transform: translateY(0) scaleY(1);
    opacity: 1; } }

.crud-table-wrapper {
  width: 100%;
  display: flex;
  position: relative; }
  .crud-table-wrapper .models-table-wrapper {
    width: 100%; }
  .crud-table-wrapper .btn-crud-table {
    position: absolute;
    right: 0;
    top: -10px; }

.crud-table-validation-field {
  position: relative;
  display: flex;
  margin-bottom: 5px; }

.crud-table-validation-required {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #e51c23;
  font-size: 12px; }

.toggle-switcher {
  width: 80px;
  height: 26px;
  background: #74767d;
  position: relative;
  border-radius: 50px; }
  .toggle-switcher:after {
    content: 'Off';
    color: #fff;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px; }
  .toggle-switcher:before {
    content: 'On';
    color: #fff;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px; }
  .toggle-switcher label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    border-radius: 50px;
    transition: all 0.4s ease; }
  .toggle-switcher input[type=checkbox] {
    visibility: hidden; }
    .toggle-switcher input[type=checkbox]:checked + label {
      left: 43px; }
  .toggle-switcher-checked {
    background: #22BAA0; }

.display-field {
  margin-bottom: 20px; }
  .display-field-label {
    font-size: 12px;
    color: #4E5E6A;
    margin-bottom: 5px; }
  .display-field-value {
    border-bottom: 1px solid #dce1e4;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    line-height: 12px;
    color: #555;
    min-height: 33px; }

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #4E5E6A;
  cursor: pointer;
  user-select: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #22BAA0;
    box-sizing: border-box;
    transition: all 0.3s ease; }
  .checkbox-container:hover input ~ .checkmark {
    background-color: #f5f5f5; }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #fff; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #22BAA0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

/* checbox style with other input elements */
.checkbox-wrapper .validation-field-wrapper {
  margin-bottom: 0;
  height: 78px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.checkbox-wrapper .checkbox-container {
  margin-bottom: 0; }

.timepicker-wrapper {
  background: #fff;
  padding: 10px;
  border: 1px solid #dce1e4;
  border-top: none; }

.timepicker-label {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px; }

.timepicker-component {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  .timepicker-component .ember-power-select-trigger {
    min-width: 100px; }

.star-rating {
  display: flex;
  align-items: center; }
  .star-rating-label {
    margin-right: 10px; }

.rating-circle {
  position: relative;
  display: flex;
  border-radius: 50%;
  background: #dce1e4;
  width: 20px;
  height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 5px; }
  .rating-circle--full {
    background: #FFEF26; }

.segment {
  width: 10%;
  height: 100%;
  background: #FFEF26; }

.driver-display-form {
  display: flex;
  flex-direction: column;
  width: 100%; }

.rate-toggler {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%; }
  .rate-toggler-label {
    width: 150px;
    display: flex;
    flex-wrap: wrap; }
  .rate-toggler .toggle-switcher {
    margin-right: 20px; }
  .rate-toggler input {
    margin-right: 20px; }

.filter-bar {
  background: white;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }
  .filter-bar > div:first-of-type {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #363a46; }
  .filter-bar input {
    padding-top: 15px; }
  .filter-bar .validation-field-input-wrapperCalendar {
    margin: 0 10px; }

.top-period {
  font-size: 12px;
  color: #34425A;
  opacity: .5;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 10px; }

.statement-section {
  margin-bottom: 20px; }

.statement-title {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #dce1e4;
  margin: 0;
  padding: 10px; }

.statement-row {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dce1e4;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.statement-total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.statement-total-label {
  padding: 10px; }

.statement-total-value {
  padding: 10px;
  border-right: 1px solid #dce1e4;
  border-left: 1px solid #dce1e4;
  border-bottom: 1px solid #dce1e4; }

.statement-amount {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.statement-amount-label {
  padding: 10px;
  border: 1px solid #dce1e4;
  border-right: none; }

.statement-amount-value {
  padding: 10px;
  border: 1px solid #dce1e4; }

.truck-board-wrapper .main-box-wrapper {
  background: transparent;
  border: none; }

.truck-board-wrapper .main-box-content {
  overflow-x: visible; }
  .truck-board-wrapper .main-box-content .btn-add {
    position: fixed;
    top: 120px;
    right: 80px;
    z-index: 5;
    padding: 11px; }

.truck-board-wrapper .m-truckRow__extended {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -10px, 0);
  transition: .2s;
  background-color: transparent;
  max-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .truck-board-wrapper .m-truckRow__extended.shown {
    visibility: visible;
    max-height: 500px;
    pointer-events: all;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin-top: 30px; }
    .truck-board-wrapper .m-truckRow__extended.shown textarea {
      border: none;
      max-height: 120px;
      resize: none; }
    .truck-board-wrapper .m-truckRow__extended.shown .icon-ok-circled::before {
      color: #22BAA0; }

.truck-board-status-field {
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .truck-board-status-field.green {
    background-color: #26a556; }
  .truck-board-status-field.red {
    background-color: #bb3333; }

.truck-board-clear-dispatchers {
  position: absolute;
  right: 1px;
  top: 3px;
  font-size: 12px;
  cursor: pointer; }

.last-stop {
  display: flex;
  flex-wrap: wrap; }
  .last-stop > * {
    width: 100%;
    display: block; }

@keyframes fontblurer {
  0% {
    text-shadow: 0 0 15px black; }
  30% {
    text-shadow: 0 0 10px black; }
  100% {
    text-shadow: 0 0 5px black; } }

.truck-board-extended-row .loader .extend-title {
  text-shadow: 0 0 15px black;
  color: transparent;
  animation: fontblurer 1.2s ease; }

.m-table__content.-location.loader .m-table__content--wrapper div {
  animation: fontblurer 1.5s ease;
  color: transparent; }

.truck-board-hos.m-table__content.loader .truck-board-hos-row div {
  animation: fontblurer 1.5s ease;
  color: transparent; }

.m-table__content.-lastStop.loader .last-stop span {
  animation: fontblurer 1.5s ease;
  color: transparent; }

.m-table__content.-booked.loader span {
  animation: fontblurer 1.5s ease;
  color: transparent; }

.m-table__content.-note.loader em.icon-edit {
  animation: fontblurer 1.5s ease;
  color: transparent; }

.m-table__content.-note.loader .validation-field-input, .m-table__content.-note.loader .datepicker-input {
  box-shadow: none; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #22BAA0; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white; }

.loads-board {
  position: relative; }
  .loads-board .main-box-wrapper {
    background: transparent;
    border: none; }
  .loads-board .load-statuses {
    display: flex;
    flex-wrap: wrap; }
    .loads-board .load-statuses label {
      flex: 0 0 33%;
      max-width: 33%; }
  .loads-board .table-header-custom {
    margin-top: 20px; }
  .loads-board .table-week-buttons {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    justify-content: center;
    position: relative; }
    .loads-board .table-week-buttons .table-current-btn {
      position: relative; }
    .loads-board .table-week-buttons button:not(.btn-primary):not(.btn-tabs) {
      background: transparent;
      padding: 0; }
    .loads-board .table-week-buttons .btn-primary, .loads-board .table-week-buttons .btn-tabs {
      background: transparent;
      border: 1px solid #bdbdbd;
      color: #555; }
      .loads-board .table-week-buttons .btn-primary:hover, .loads-board .table-week-buttons .btn-tabs:hover {
        background: #22BAA0;
        color: #fff;
        border-color: #22BAA0; }
    .loads-board .table-week-buttons .prev,
    .loads-board .table-week-buttons .next {
      position: absolute;
      top: 50%; }
      .loads-board .table-week-buttons .prev button,
      .loads-board .table-week-buttons .next button {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-left: 2px solid #9e9e9e;
        border-bottom: 2px solid #9e9e9e;
        padding: 10px;
        min-width: auto; }
    .loads-board .table-week-buttons .prev {
      left: -20px;
      transform: translateY(-50%) rotate(45deg); }
    .loads-board .table-week-buttons .next {
      right: -20px;
      transform: translateY(-50%) rotate(-135deg); }
  .loads-board .table-scroll {
    margin-top: 115px; }
  .loads-board .fixed {
    position: fixed;
    top: 110px;
    z-index: 5;
    width: calc(100% - 280px);
    background: #fff; }
    .loads-board .fixed::before {
      content: '';
      left: -500px;
      right: -500px;
      top: -70px;
      position: absolute;
      height: calc(100% + 100px);
      background-color: #fff;
      box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.2);
      z-index: 0; }
  .loads-board .main-box-title {
    position: fixed; }
  .loads-board .checkIn {
    position: absolute;
    top: 8px;
    left: 79px; }
    .loads-board .checkIn::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 7px;
      border: 0;
      border-left: 2px solid #363a46;
      border-bottom: 2px solid #363a46;
      transform: translateY(-50%) rotate(315deg); }
  .loads-board .checkOut {
    position: absolute;
    top: 8px;
    left: 80px; }
    .loads-board .checkOut::after {
      content: '';
      position: absolute;
      left: 5px;
      width: 10px;
      height: 7px;
      border: 0;
      border-left: 2px solid #363a46;
      border-bottom: 2px solid #363a46;
      transform: translateY(-50%) rotate(315deg); }
  .loads-board .modal-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .loads-board .modal-content > span {
      width: 100%; }
      .loads-board .modal-content > span:not(:first-child) {
        margin-top: 5px; }
    .loads-board .modal-content.empty {
      margin-top: 0; }
  .loads-board .events {
    display: block;
    margin-top: 30px; }
  .loads-board .m-table__row {
    margin-top: 10px; }

.load-progress-bar {
  padding: 100px 0 50px 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  margin: 20px 0; }
  .load-progress-bar .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    .load-progress-bar .point:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #D2D2D2;
      left: 55%;
      top: 15px; }
    .load-progress-bar .point:last-of-type:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      background-color: transparent;
      left: 0;
      top: 0; }
  .load-progress-bar .circle {
    background: #D2D2D2;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2D2D2;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    z-index: 1; }
  .load-progress-bar .point.passed .circle {
    background: #22BAA0;
    color: #fff;
    border: 1px solid #22BAA0;
    padding: 5px 5px 5px 9px; }
  .load-progress-bar .point.passed::after {
    background: #22BAA0; }
  .load-progress-bar .point.current .circle {
    background: #fff;
    color: #22BAA0;
    border: 2px solid #22BAA0;
    box-sizing: border-box;
    padding: 5px 5px 5px 9px; }
  .load-progress-bar .point.passed.current::after {
    background: #D2D2D2; }
  .load-progress-bar .status-notification {
    position: absolute;
    top: -50px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #EAEBF0;
    padding: 10px;
    font-size: 14px;
    width: 125px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.15);
    color: #555; }
    .load-progress-bar .status-notification:after {
      content: '';
      position: absolute;
      top: 36px;
      left: 55px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }
  .load-progress-bar .point-checkmark {
    position: relative;
    background: #fff;
    width: 14px;
    height: 1.5px;
    transform: rotate(-45deg);
    border-radius: 2px; }
    .load-progress-bar .point-checkmark:after {
      content: '';
      background: #fff;
      width: 6px;
      height: 1.5px;
      position: absolute;
      top: -2px;
      left: -2px;
      border-radius: 2px;
      transform: rotate(90deg); }
  .load-progress-bar .point-down {
    position: absolute;
    background: #22BAA0;
    top: 13px;
    left: 11.5px;
    width: 10px;
    height: 1.5px;
    transform: rotate(-45deg);
    border-radius: 2px; }
    .load-progress-bar .point-down:after {
      content: '';
      background: #22BAA0;
      width: 10px;
      height: 1.5px;
      position: absolute;
      top: -4px;
      left: -5px;
      border-radius: 2px;
      transform: rotate(90deg); }
  .load-progress-bar .point-number {
    color: #555;
    font-size: 14px; }
  .load-progress-bar .status-label {
    font-size: 14px;
    margin-top: 5px;
    color: #555; }

/* vendor */
.ember-power-select-trigger {
  min-width: 200px;
  border-radius: 0;
  height: 40px;
  border: 1px solid #dce1e4;
  box-shadow: 1px 2px 5px #eeeeee;
  color: #34425A;
  padding: 6px 2px;
  overflow: hidden;
  font-size: 13px; }
  .ember-power-select-trigger:focus {
    outline: none; }

.ember-power-select-status-icon {
  border-color: transparent; }
  .ember-power-select-status-icon:after {
    content: '\f004';
    font-family: "fontello";
    position: absolute;
    top: -12px;
    right: 10px;
    color: #22BAA0;
    font-size: 12px;
    transition: all 0.3s ease; }

.ember-power-select-search-input {
  border: 1px solid #dce1e4 !important; }
  .ember-power-select-search-input:focus {
    outline: none; }

.ember-power-select-dropdown {
  border: 1px solid #dce1e4 !important;
  border-top: none !important; }

.ember-power-select-selected-item {
  font-size: 12px;
  color: #555; }

.ember-power-select-selected-item {
  font-size: 12px;
  color: #555; }

.ember-power-select-option {
  font-size: 12px;
  color: #555;
  padding: 5px 10px; }

.ember-power-select-option[aria-current="true"] {
  background: #dce1e4;
  color: #555; }

.ember-power-select-option[aria-selected="true"] {
  background: #34425A;
  color: #fff; }

.ember-power-select-option--no-matches-message {
  font-size: 12px;
  color: #555; }

.test .ember-power-select-trigger {
  height: auto; }

.ember-power-select-multiple-option {
  border: 1px solid #dce1e4;
  border-radius: 2px;
  color: #74767d;
  background-color: #fff;
  padding: 2px 10px 2px 7px;
  display: inline-block;
  line-height: 1.45;
  position: relative;
  float: left;
  margin: 2px;
  font-size: 11px;
  box-shadow: 1px 1px 2px #dce1e4;
  transition: all 0.6s ease; }
  .ember-power-select-multiple-option:hover {
    background: #eeeeee;
    cursor: pointer; }

.large-select .ember-power-select-trigger {
  height: 60px;
  padding-left: 10px; }

.large-select .ember-power-select-selected-item {
  margin-left: 0; }

.ember-power-calendar-nav-title {
  display: flex; }

.ember-power-calendar-nav-control {
  cursor: pointer; }
  .ember-power-calendar-nav-control:focus {
    outline: none; }

.models-table-wrapper {
  width: 100%; }
  .models-table-wrapper .table-header {
    cursor: pointer; }
  .models-table-wrapper .globalSearch input {
    padding: 5px; }
  .models-table-wrapper .btn {
    position: inherit; }
  .models-table-wrapper td .checkbox-container {
    height: 10px; }
  .models-table-wrapper td .checkmark {
    top: 6px;
    left: 50%;
    margin-left: -9px; }

.glyphicon-triangle-bottom {
  position: relative; }
  .glyphicon-triangle-bottom:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 2px solid #22BAA0;
    border-left: 2px solid #22BAA0; }

.glyphicon-triangle-top {
  position: relative; }
  .glyphicon-triangle-top:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(-135deg);
    border-top: 2px solid #22BAA0;
    border-left: 2px solid #22BAA0; }

.table-footer .table-nav .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  margin-top: -15px;
  margin-right: 15px; }
  .table-footer .table-nav .btn-group a {
    width: 10px;
    min-width: 10px; }
  .table-footer .table-nav .btn-group .glyphicon-chevron-left {
    position: relative; }
    .table-footer .table-nav .btn-group .glyphicon-chevron-left:after {
      content: '<<';
      position: absolute;
      font-style: normal;
      top: 4px;
      left: 7px;
      width: 8px;
      height: 8px;
      font-size: 20px;
      color: #34425A; }
  .table-footer .table-nav .btn-group .glyphicon-menu-left {
    position: relative; }
    .table-footer .table-nav .btn-group .glyphicon-menu-left:after {
      content: '<';
      position: absolute;
      font-style: normal;
      top: 4px;
      left: 12px;
      width: 8px;
      height: 8px;
      font-size: 20px;
      color: #34425A; }
  .table-footer .table-nav .btn-group .glyphicon-menu-right {
    position: relative; }
    .table-footer .table-nav .btn-group .glyphicon-menu-right:after {
      content: '>';
      position: absolute;
      font-style: normal;
      top: 4px;
      left: 4px;
      width: 8px;
      height: 8px;
      font-size: 20px;
      color: #34425A; }
  .table-footer .table-nav .btn-group .glyphicon-chevron-right {
    position: relative; }
    .table-footer .table-nav .btn-group .glyphicon-chevron-right:after {
      content: '>>';
      position: absolute;
      font-style: normal;
      top: 4px;
      left: 4px;
      width: 8px;
      height: 8px;
      font-size: 20px;
      color: #34425A; }

/* main parts */
.login-page {
  height: auto;
  background: #f5f5f5; }
  @media (min-width: 768px) {
    .login-page {
      height: 100vh; } }

.login-left-side {
  position: relative;
  background: url(/img/login-img3.jpg) bottom center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover; }
  .login-left-side:after {
    content: '';
    position: absolute;
    background: rgba(158, 158, 158, 0.4);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.login-form-wrapper {
  width: 100%;
  max-width: 320px;
  padding: 30px 10px 70px 10px;
  height: auto;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 10px #9e9e9e;
  transition: all 0.3s ease; }

.login-form-logo {
  max-width: 100px;
  height: auto !important; }

.login-form-label {
  text-transform: uppercase; }

.login-form {
  position: relative;
  margin-top: 25px; }

.login-form-error {
  position: relative;
  font-size: 10px;
  margin-top: 7px;
  color: #e51c23; }

.login-create-forgot {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0; }

.login-link {
  font-size: 11px; }

.login-forgot {
  color: #34425A;
  border-bottom: 1px dotted #34425A;
  font-style: italic; }
  .login-forgot:hover {
    text-decoration: none; }

.login-create {
  color: #34425A;
  border-bottom: 1px dotted #34425A;
  font-style: italic; }
  .login-create:hover {
    text-decoration: none; }

.login-powered-wrapper {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px; }

.login-powered {
  margin-right: 10px;
  font-size: 10px;
  color: #34425A; }

.login-form-powered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.main-content {
  padding: 20px;
  margin-top: 68px; }

.main-homepage-wrapper {
  padding: 20px; }

.main-content-wrapper {
  position: relative;
  float: left;
  width: calc(100% - 200px);
  margin-left: 200px;
  height: auto;
  min-height: 100vh;
  color: #212121;
  background: #f1f4f9; }

.loader-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.signUp-header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
  color: #34425A;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 1px 2px 8px #eeeeee; }
  .signUp-header-title {
    border-left: 1px solid #bdbdbd;
    padding-left: 10px; }
  .signUp-header p {
    font-size: 10px;
    margin: 3px 0;
    text-transform: none; }

.signUp-content {
  position: relative;
  width: 100%;
  height: calc(70vh - 70px);
  padding: 10px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center; }

.signUp-page {
  position: relative;
  background: url(/img/login-img3.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px; }
  .signUp-page:after {
    content: '';
    position: absolute;
    background: rgba(158, 158, 158, 0.4);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .signUp-page form {
    position: relative;
    width: 100%;
    z-index: 9999;
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: column; }

.signUp-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: whitesmoke;
  color: #737174;
  font-size: 20px;
  width: 65px;
  padding: 5px 5px 5px 12px;
  box-sizing: border-box;
  border-bottom-right-radius: 70px; }
  .signUp-icon span {
    position: absolute;
    font-size: 12px;
    left: 75px;
    top: 5px;
    width: 150px; }

.signUp-head-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: #fff;
  z-index: 900;
  width: 100%; }

.signUp-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  color: #34425A;
  z-index: 900;
  width: 100%;
  padding-bottom: 10px; }
  .signUp-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #9e9e9e; }

.signUp-formBox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  height: 80vh;
  background: #fff;
  text-align: left;
  padding: 0 0 20px 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
  overflow: hidden; }
  .signUp-formBox:hover {
    box-shadow: 1px 2px 5px #eeeeee; }
  .signUp-formBox .validation-field-input, .signUp-formBox .datepicker-input {
    min-width: 120px;
    max-width: 180px; }

.signUp-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0; }
  .signUp-footer .btn {
    position: absolute;
    right: 10px;
    bottom: 10px; }

.signUp-link {
  text-align: right;
  font-size: 12px;
  margin-right: 15px; }
  .signUp-link a {
    color: #34425A; }
    .signUp-link a:hover {
      text-decoration: none; }

.forgot-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 100px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center; }
  .forgot-wrapper a {
    font-size: 11px;
    color: #34425A;
    border-bottom: 1px dotted #34425A;
    font-style: italic; }
    .forgot-wrapper a:hover {
      text-decoration: none; }

.forgot-footer {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .forgot-footer button {
    margin: 0; }

.driver-info-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }

.driver-info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #34425A;
  margin-bottom: 10px; }

.driver-info-label {
  width: 105px;
  color: #74767d;
  font-size: 12px; }

.driver-hire-part {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #dce1e4; }

.driver-hire-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .driver-hire-btns .btn {
    margin-right: 15px; }

.driver-missing-documents-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 10px 0; }

.driver-missing-documents-title {
  width: 100%;
  color: #74767d;
  font-size: 14px; }

.driver-missing-documents-items {
  display: flex;
  width: 100%;
  margin-top: 10px; }

.driver-missing-documents-item {
  display: flex;
  width: auto;
  color: #e51c23;
  font-size: 14px;
  margin-right: 10px; }

.driver-document-title {
  position: relative;
  float: left;
  width: 100%;
  color: #34425A;
  margin: 20px 0 10px 0; }

.driver-timeline {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  overflow-x: auto;
  padding: 0 50px; }
  .driver-timeline:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #9e9e9e;
    z-index: 100; }

.driver-timeline-event {
  position: relative;
  width: 150px;
  margin-right: 105px;
  text-align: center; }
  .driver-timeline-event:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #34425A;
    border-radius: 50%;
    background: #34425A;
    z-index: 200; }
  .driver-timeline-event:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border: 1px solid #34425A;
    border-radius: 50%;
    background: transparent;
    z-index: 200; }

.driver-timeline-part-border {
  position: relative;
  width: 150px;
  margin-right: 10px;
  text-align: center; }
  .driver-timeline-part-border:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-top: 1px solid #34425A;
    border-radius: 50%;
    background: transparent;
    z-index: 200; }

.driver-timeline-linePointer {
  position: absolute;
  width: 2px;
  top: 17px;
  background: #22BAA0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  height: 0;
  animation: bla 4s ease;
  animation-fill-mode: forwards;
  transform-origin: top;
  transition: all 3s ease; }
  .driver-timeline-linePointer:after {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22BAA0; }

.driver-timeline-eventPointer {
  position: absolute;
  width: 2px;
  bottom: 25px;
  background: #34425A;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  transition: all 3s ease; }
  .driver-timeline-eventPointer:after {
    content: '';
    position: absolute;
    width: 35px;
    bottom: -25px;
    background: transparent;
    left: 50%;
    border-top: 1px solid #34425A;
    transform: translateX(-50%);
    height: 25px;
    border-radius: 50%; }

.driver-timeline-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: 600; }
  .driver-timeline-name:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translate(-50%);
    background-color: #34425A; }

.driver-timeline-date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  font-size: 11px;
  text-align: center;
  width: 150px; }

.one .driver-timeline-name:after {
  background-color: rebeccapurple; }

.one .driver-timeline-linePointer {
  background: rebeccapurple; }
  .one .driver-timeline-linePointer:after {
    background: rebeccapurple; }

.one .driver-timeline-eventPointer {
  background: rebeccapurple; }
  .one .driver-timeline-eventPointer:after {
    border-top: 1px solid rebeccapurple; }

.two .driver-timeline-name:after {
  background-color: dodgerblue; }

.two .driver-timeline-linePointer {
  background: dodgerblue; }
  .two .driver-timeline-linePointer:after {
    background: dodgerblue; }

.two .driver-timeline-eventPointer {
  background: dodgerblue; }
  .two .driver-timeline-eventPointer:after {
    border-top: 1px solid dodgerblue; }

.three .driver-timeline-name:after {
  background-color: plum; }

.three .driver-timeline-linePointer {
  background: plum; }
  .three .driver-timeline-linePointer:after {
    background: plum; }

.three .driver-timeline-eventPointer {
  background: plum; }
  .three .driver-timeline-eventPointer:after {
    border-top: 1px solid plum; }

.four .driver-timeline-name:after {
  background-color: greenyellow; }

.four .driver-timeline-linePointer {
  background: greenyellow; }
  .four .driver-timeline-linePointer:after {
    background: greenyellow; }

.four .driver-timeline-eventPointer {
  background: greenyellow; }
  .four .driver-timeline-eventPointer:after {
    border-top: 1px solid greenyellow; }

@keyframes bla {
  from {
    transform: scaleY(0);
    height: 0; }
  to {
    transform: scaleY(1);
    height: 65px; } }

.user-wrong-password {
  text-align: center;
  width: 100%;
  color: #e51c23;
  font-size: 12px; }

.table-check-btn .btn {
  top: 0; }

.table-current-btn .btn {
  background: #167968;
  border: 1px solid #167968; }

.table-scroll {
  height: calc(100vh - 280px); }

.table-wrapper {
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%; }

.table-header-custom {
  border: 1px solid #9e9e9e;
  border-bottom-width: 2px; }
  .table-header-custom th {
    border-right: 1px solid #9e9e9e;
    background: #f5f5f5;
    font-weight: normal;
    padding: 5px 15px;
    font-size: 14px; }

.table-header-date {
  font-size: 12px; }

.table-body {
  border: 1px solid #9e9e9e; }
  .table-body tr {
    border-bottom: 1px solid #9e9e9e; }
  .table-body td {
    position: relative;
    border-right: 1px solid #9e9e9e;
    background: #fff;
    font-weight: normal;
    padding: 5px 10px;
    transition: all 0.3s ease; }
    .table-body td .btn-selectAdd {
      position: absolute;
      top: 3px;
      right: -25px;
      width: 20px;
      min-width: 20px;
      height: 20px;
      padding: 0;
      font-size: 9px; }
    .table-body td:hover .btn-selectAdd {
      right: 3px; }

.table-body-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }

.table-body-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  cursor: pointer; }

.table-body-type {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 3px 0 0 5px; }
  .table-body-type:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    color: #9e9e9e;
    width: 3px;
    height: 3px;
    background: #212121;
    border-radius: 50%; }
  .table-body-type:hover {
    cursor: pointer; }

.table-body-time {
  font-size: 10px;
  font-style: italic;
  transition: all 0.3s ease;
  margin: 1px 0 0 5px; }
  .table-body-time:hover {
    cursor: pointer; }

.table-body-location {
  font-size: 11px;
  transition: all 0.3s ease;
  margin: 5px; }
  .table-body-location:hover {
    cursor: pointer; }

.table-body-events {
  font-size: 16px;
  color: #34425A; }
  .table-body-events:hover {
    cursor: pointer; }

.table-body-link a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #34425A;
  font-weight: bold; }
  .table-body-link a:hover {
    text-decoration: none; }

.table-td-driver {
  cursor: pointer; }

.status-planned {
  background: #ecc732 !important; }

.status-transit {
  background: #00a53e !important; }

.status-completed {
  background: #bdbdbd !important; }

.status-canceled {
  background: #e51c23 !important; }

.load-total-charges {
  margin: 20px 0; }

.load-driver-info {
  margin-bottom: 20px; }
  .load-driver-info span {
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    display: flex; }

.load-driver-sent-info {
  margin-left: 15px;
  background-color: #f5f5f5;
  color: #e51c23;
  border: 1px solid #bdbdbd;
  padding: 10px; }

.load-statusCheck {
  display: flex; }
  .load-statusCheck span {
    font-size: 13px;
    line-height: 25px;
    margin-right: 15px; }
  .load-statusCheck .validation-field-label {
    display: none; }

.load-driver-email {
  margin-bottom: 20px; }
  .load-driver-email span {
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px; }
  .load-driver-email .btn-primary, .load-driver-email .btn-tabs {
    background: white;
    border: 1px solid #22BAA0;
    color: #22BAA0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    font-weight: bold; }

.table-scroll table {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%; }

.table-scroll table thead {
  /* head takes the height it requires,
    and it's not scaled when table is resized */
  flex: 0 0 auto;
  width: 100%; }

.table-scroll table tbody {
  /* body takes all the remaining available space */
  flex: 1 1 auto;
  display: block;
  overflow-y: auto; }

.table-scroll table tbody tr {
  width: 100%; }

.table-scroll table thead,
.table-scroll table tbody tr {
  display: table;
  table-layout: fixed; }

.payment-wrapper {
  display: flex;
  flex-direction: column; }
  .payment-wrapper a {
    color: #212121; }
    .payment-wrapper a:hover {
      text-decoration: none; }

.payment-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .payment-link i {
    font-size: 100px;
    color: #22BAA0;
    transition: all 0.3s ease; }

.payment-link-wrapper {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(50vh - 75px);
  transition: all 0.3s ease; }
  .payment-link-wrapper:hover {
    box-shadow: 0 3px 10px #9e9e9e; }
    .payment-link-wrapper:hover i {
      color: #1a8f7b; }

.payment-label {
  font-size: 20px; }

.accounting-chart-row {
  margin-bottom: 50px; }
  .accounting-chart-row .total-gross {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px; }

.accounting-general-wrapper {
  display: flex;
  flex-direction: column; }

.accounting-link {
  border: 1px solid #eaebed;
  width: 100%;
  padding: 50px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.3s ease;
  color: #22BAA0;
  font-weight: bold;
  font-size: 20px; }
  .accounting-link:hover {
    box-shadow: 0 3px 10px #9e9e9e;
    text-decoration: none;
    color: #34425A; }

.accounting-year-filter {
  margin-left: 10px; }

.fuel-table {
  margin-bottom: 20px; }
  .fuel-table th {
    background: #eaebed; }
  .fuel-table td, .fuel-table th {
    border: 1px solid black;
    padding: 5px; }

.checkStatus-wrapper {
  height: auto;
  min-height: 100vh;
  background: #f1f4f9;
  padding: 20px;
  display: flex;
  flex-direction: column; }

.checkStatus-row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .checkStatus-row {
      flex-direction: column; } }

.checkStatus-field-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between; }
  .checkStatus-field-row .display-field {
    width: 48%; }

.checkStatus-subtitle {
  font-size: 12px;
  line-height: 16px;
  width: 200px;
  text-align: left;
  margin: 15px 0 0 0; }

.checkStatus-company {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .checkStatus-company h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  .checkStatus-company p {
    font-size: 14px;
    margin: 0;
    line-height: 18px; }

.checkStatus-box {
  position: relative;
  display: flex;
  height: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border: 1px solid #eaebed;
  margin-bottom: 20px; }

.checkStatus-title {
  font-size: 20px;
  font-weight: bold;
  color: #34425A; }

.checkStatus-content {
  display: flex;
  flex-direction: column; }

.checkStatus-logo img {
  width: auto;
  height: 65px; }

.checkStatus-general {
  width: 40%; }
  @media (max-width: 768px) {
    .checkStatus-general {
      width: 100%; } }

.checkStatus-stops {
  width: 59%; }
  @media (max-width: 768px) {
    .checkStatus-stops {
      width: 100%; } }

.checkStatus-events {
  position: relative; }

.checkStatus-status {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 14px; }

.checkStatus-documents {
  width: 49.5%; }
  @media (max-width: 768px) {
    .checkStatus-documents {
      width: 100%; } }

.checkStatus-location {
  width: 49.5%; }
  @media (max-width: 768px) {
    .checkStatus-location {
      width: 100%; } }
  .checkStatus-location .location-details {
    font-size: 12px;
    margin-bottom: 10px; }
  .checkStatus-location .disclaimer {
    font-size: 10px;
    line-height: 14px;
    margin-top: 10px; }
  .checkStatus-location .location-time {
    margin-left: 20px; }

.checkStatus-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .checkStatus-footer .btn {
    position: absolute;
    right: 0;
    bottom: 25px; }
    .checkStatus-footer .btn:hover {
      text-decoration: none; }
    @media (max-width: 768px) {
      .checkStatus-footer .btn {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin-left: 20px; } }

.copy-brokers {
  display: flex; }
  .copy-brokers .btn-primary, .copy-brokers .btn-tabs {
    margin-top: 40px; }

/*# sourceMappingURL=smart-tracking-webapp.css.map */