/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/roboto-v20-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-300.woff')
      format('woff'),
    /* Modern Browsers */ url('../fonts/roboto-v20-latin-300.ttf')
      format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-300.svg#Roboto')
      format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff')
      format('woff'),
    /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/roboto-v20-latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-500.woff')
      format('woff'),
    /* Modern Browsers */ url('../fonts/roboto-v20-latin-500.ttf')
      format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-500.svg#Roboto')
      format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff')
      format('woff'),
    /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf')
      format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto')
      format('svg'); /* Legacy iOS */
}

@media only screen and (max-width: 767px) {
  [class*='mobile hidden'],
  [class*='tablet only']:not(.mobile),
  [class*='computer only']:not(.mobile),
  [class*='large screen only']:not(.mobile),
  [class*='widescreen only']:not(.mobile),
  [class*='or lower hidden'] {
    display: none !important;
  }
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*='mobile only']:not(.tablet),
  [class*='tablet hidden'],
  [class*='computer only']:not(.tablet),
  [class*='large screen only']:not(.tablet),
  [class*='widescreen only']:not(.tablet),
  [class*='or lower hidden']:not(.mobile) {
    display: none !important;
  }
}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*='mobile only']:not(.computer),
  [class*='tablet only']:not(.computer),
  [class*='computer hidden'],
  [class*='large screen only']:not(.computer),
  [class*='widescreen only']:not(.computer),
  [class*='or lower hidden']:not(.tablet):not(.mobile) {
    display: none !important;
  }
}

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*='mobile only']:not([class*='large screen']),
  [class*='tablet only']:not([class*='large screen']),
  [class*='computer only']:not([class*='large screen']),
  [class*='large screen hidden'],
  [class*='widescreen only']:not([class*='large screen']),
  [class*='or lower hidden']:not(.computer):not(.tablet):not(.mobile) {
    display: none !important;
  }
}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  [class*='mobile only']:not([class*='widescreen']),
  [class*='tablet only']:not([class*='widescreen']),
  [class*='computer only']:not([class*='widescreen']),
  [class*='large screen only']:not([class*='widescreen']),
  [class*='widescreen hidden'],
  [class*='widescreen or lower hidden'] {
    display: none !important;
  }
}

html {
  font-family: Roboto, sans-serif !important;
  color: #353535;
}
body {
  color: #353535;
}
a {
  color: #e30613;
}
a:hover {
  color: #bd0713;
}
a:focus {
  color: #bd0713;
}

.ui.primary.button {
  background-color: #e30613;
  color: #ffffff;
}

.ui.primary.button:hover {
  background-color: #bd0713;
}
.ui.primary.button:focus {
  background-color: #bd0713;
}

@media only screen and (min-width: 1401px) {
  .ui.ui.ui.container:not(.fluid) {
    width: 1200px;
  }

  .ui.grid.container {
    width: calc(1200px + 2rem) !important;
  }

  .ui.relaxed.grid.container {
    width: calc(1200px + 3rem) !important;
  }

  .ui.very.relaxed.grid.container {
    width: calc(1200px + 5rem) !important;
  }
}

.kp-header-infobox {
  float: right;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .kp-header-infobox {
    margin: 20px auto !important;
    float: none;
  }
}

.kp-header .ui.floated.image {
  margin-right: 5em;
}

@media only screen and (max-width: 767px) {
  .kp-header .ui.floated.image {
    float: none;
    margin: 10px auto;
    max-height: 100px;
    width: auto;
  }

  .kde_contact_header {
    display: none !important;
  }

  .kde_infobox_header {
    text-align: center;
  }
}

.kp-nav-kurier-sublogo {
  max-height: 24px;
  min-height: 24px;
  margin-top: 8px;
  margin-left: 50px;
  margin-bottom: 0px !important;
  width: auto !important;
}

.ui.header {
  color: #353535;
}

.ui.main.menu {
  background-color: #262626;
  border-radius: 0px;
  margin-top: 0;
  border: 0;
}
.ui.menu.inverted .item {
  color: #ffffff;
}

.ui.menu i.icon {
  color: #ffffff;
}

.ui.menu.inverted .item:hover {
  color: #ffffff !important;
  background-color: #e30613 !important;
}

.ui.menu.inverted .active.item {
  background-color: #e30613 !important;
  color: #ffffff;
}

.ui.main.menu.inverted.new_login {
  background-color: #e30613;
  min-height: 25px;
  max-height: 25px;
}

.clear {
  clear: both;
}

.kp-header {
  padding-top: 10px;
  min-height: 160px;
}

span.ui.large.text {
  font-size: 1.3em;
}

.kp-login-segment {
  border-left: 0 !important;
}

.kp-login-segment-left {
  max-width: 410px;
  min-height: 355px;
  height: 100%;
}

.kp-login-segment-left .secondary.fitted.segment {
  margin-top: -1px;
}

.kp-login-segment-left img {
  width: 100%;
  height: auto;
}

.kp-login-segment-left .dimmer {
  text-align: left !important;
  justify-content: left;
  align-items: flex-start;
}

.kp-login-segment-left .dimmer .content {
  font-size: 1.4em;
  line-height: 1.4;
}

.kp-login-segment-headline {
  line-height: 1.5;
}
.kp-login-segment-headline span {
  color: #262626 !important;
  font-weight: 500;
}

.kp-login-list li::before {
  color: red !important; /* Change the color */
}

.ui.steps .step.active .title {
  color: #e30613;
}

.time_earliest_checkbox {
  margin-bottom: 30px !important;
}
.time_earliest_checkbox .ui.checkbox {
  float: right;
}

.ui.horizontal.divider:before {
  background-image: linear-gradient(
    0deg,
    transparent calc(50% - 1px),
    currentColor 50%,
    transparent calc(50% + 0px)
  );
}
.ui.horizontal.divider:after {
  background-image: linear-gradient(
    0deg,
    transparent calc(50% - 1px),
    currentColor 50%,
    transparent calc(50% + 0px)
  );
}

.ui.message:last-child {
  margin-bottom: 1em;
}

.ui.header.table_header {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie_warning_message {
    display: flex !important;
  }
}

.table_icon_header {
  margin: 0 !important;
}

.comment_checkbox {
  margin-top: 5px;
}

.ui.modal .ui.comments {
  margin-top: 1em;
}

.comment_note {
  color: #666666;
}

.ui.floating.label {
  right: 1em;
}

.kp-header-infobox .button {
  margin: 0;
  border-radius: 0;
}

.dash_aa_overview .ui.grid > .row {
  padding-top: 0 !important;
}

.dash_aa_overview {
  padding-top: 1px !important;
  min-height: 60px;
}

.account_billing_bill_header {
  padding-top: 10px !important;
}

.comment_wrapper {
  max-height: 400px;
  overflow-y: auto;
}

.hover_pop:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.hover_pop.active {
  border: solid 2px #21ba45;
}

.inner_button_divider {
  margin: 0.3rem 0 0.1rem 0 !important;
}

.login_header_first {
  margin-top: 0.7em !important;
}
.login_header_second {
  margin-top: -10px !important;
}

.login_nav_line {
  color: #ffffff;
  font-size: 1.5em;
  margin: 0.45em 0 0 2.5em;
}

.login_img {
  background-image: url('https://media.kde-kurier.com/img/kde-kurier-transportmanager.jpg');
  min-height: 30vh; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  margin-top: -1rem;
}

.legal_floater {
  position: fixed !important;
  bottom: 0px !important;
  right: 10px !important;
  margin-right: 10em !important;
}
.legal_floater a {
  color: #888888 !important;
}

.help_icon_login {
  margin-left: 20px !important;
}

.slider_header {
  display: inline-block;
  font-size: 3.8em !important;
  line-height: 1;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  margin: 150px 0 0 50px;
  padding: 20px;
}

.slider_subheader {
  display: inline-block;
  font-size: 2em !important;
  line-height: 1;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  padding: 20px;
  margin: 10px 0 0 50px;
}

.reg_confirmed img {
  width: 300px;
  height: auto;
}

.cell_info_text {
  white-space: normal !important;
}

.hero_button {
  margin: -80px auto 0 auto;
  height: auto;
  width: 70vw;
  max-width: 1200px;
  padding: 30px 10px 20px 40px;
  position: relative;
  overflow: hidden;
  background-color: #e30613;
  background: linear-gradient(50deg, #e30613 85%, transparent 10px);
}

.hero_button h1 {
  color: #ffffff !important;
  font-size: 3em !important;
}
.hero_button h3 {
  color: #ffffff !important;
  font-weight: 500 !important;
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
  padding-right: 100px !important;
}
.hero_button img {
  margin-right: 150px !important;
  width: 250px !important;
}

@media only screen and (max-width: 999px) {
  .hero_button {
    display: none;
  }
}


.tut_calc_one p {
  font-family: Caveat, sans-serif !important;
  font-size: 22px !important;
  font-weight: 500;
  color: #888888;
  transform: rotate(-2deg);
}

.loc_label {
  font-size: 16px !important;
  margin-top: 0 !important;
}

.station_wrapper .three.fitted.fields {
  margin-bottom: 0;
}

.ui.horizontal.card {
  width: auto;
  margin-top: -5px;
}
.ui.horizontal.card > .image {
  width: auto;
  background: none;
  max-width: 360px;
}

@media only screen and (max-width: 767.9px) {
  .ui.horizontal.card > .image {
    max-width: 100%;
  }
}

.vehicle_selection .ui.fluid.card {
  height: 100%;
  margin-top: 0 !important;
}

.vehicle_selection .ui.fluid.card > .image {
  padding: 5px;
  background: none;
  height: auto;
  min-height: 110px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.vehicle_selection .ui.fluid.card > .image img {
  max-height: 100px;
  width: auto;
  align-self: flex-end;
  max-width: 100%;
}

.vehicle_selection
  .three.column.grid:nth-child(2)
  > .column:nth-child(1)
  .ui.fluid.card
  > .image
  img {
  max-height: 70px;
}
.vehicle_selection
  .three.column.grid:nth-child(2)
  > .column:nth-child(2)
  .ui.fluid.card
  > .image
  img {
  max-height: 80px;
}
.vehicle_selection
  .three.column.grid:nth-child(2)
  > .column:nth-child(3)
  .ui.fluid.card
  > .image
  img {
  max-height: 90px;
}
.vehicle_selection
  .three.column.grid:nth-child(3)
  > .column:nth-child(1)
  .ui.fluid.card
  > .image
  img {
  max-height: 90px;
}

.vehicle_selection .ui.fluid.card > .content {
  border-top: thin dashed #a8a8a8;
}

.vehicle_selection .ui.fluid.card > .more.content {
  height: auto;
  background-color: #e2e2e2;
  padding: 0.2em 0.2em;
}

.vehicle_selection .ui.fluid.card:hover > .image {
  animation: MoveUpDown 1s linear infinite;
  left: 0;
  bottom: 0;
}

.vehicle_selection .ui.fluid.card:hover {
  border: solid 1px #e30613;
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -6px;
  }
}

.offer_extra_info p {
  font-size: 14px;
  margin-bottom: 5px;
}

#mapContainer {
  width: 560px;
  height: 440px;
  max-width: 100%;
}

.large_space {
  margin: 50px 0 !important;
}

.backhaul_form {
  margin: -10px 0 10px 0;
}

.offer_step_loader {
  min-height: 800px;
}
.offer_step_loader_final {
  min-height: 800px;
}

.offer_step_contract_data {
  min-height: 800px;
}

.offer_summary_segment .os_price_header {
  margin-top: -0.8em;
}

.offer_step_personal_data .ui.placeholder > ::before {
  background: none;
}

.offer_step_personal_data .ui.placeholder.segment .button {
  max-width: 20rem;
}

.search_input_form span {
  font-size: 1.2em;
}

.route_filter_form .ui.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.65);
}

.backhaul_form {
  max-width: 60% !important;
}

.calc_reset_btn {
  margin-top: -10px !important;
}
.confirm_routing_data_btn {
  margin-top: -10px !important;
}

.ui.form .field.disabled > label,
.ui.form .fields.disabled > label {
  opacity: 0.8 !important;
}

.ui.form .disabled.field,
.ui.form .disabled.fields .field,
.ui.form .field :disabled {
  pointer-events: none;
  opacity: 0.65 !important;
}

.reset_address_btn {
  color: #353535;
  cursor: pointer;
}
