﻿body {
  font-size: 0.75em;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #232323;
  background-color: #fff;
  margin: 0;
}
/* Styles for layout
-----------------------------------------------------------*/
header,
footer,
nav,
section {
  display: block;
}
.body-container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
/*header*/
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 102;
}
.header .staticBg {
  width: 50%;
  height: 100%;
}
.header .bgContainer-container {
  width: 100%;
  height: 70px;
  position: absolute;
  border-bottom: 1px solid #d0d5e0;
  background: white;
}
.header .bgContainer {
  margin: 0 auto;
  width: 1180px;
  height: 100%;
  position: relative;
}
.header .bgContainer .imgBg {
  width: 100%;
  margin-top: -85px;
  height: 85px;
  background-repeat: no-repeat;
  left: 290px;
  position: absolute;
}
.header .headerContent {
  position: relative;
  float: left;
  z-index: 110;
  width: 100%;
}
.header .logo {
  height: 100%;
}
.header .headerRight {
  float: right;
}
.header .userinfo {
  float: right;
  margin-right: 5px;
  position: relative;
}
.header .userinfo .userinfo-table {
  height: 37px;
}
.header .header-buttons {
  clear: both;
  float: right;
  margin-right: 4px;
}
.header .header-buttons form {
  display: inline-block;
  margin: 0;
}
.header .switcheroo {
  height: 24px;
  width: 200px;
  background-color: #1C7193;
  border-radius: 12px;
  border: 1px solid #0E3C5E;
  -webkit-box-shadow: inset 0px 2px 2px #165A7C;
  box-shadow: inset 0px 2px 2px #165A7C;
  margin-top: 5px;
}
#userDescription {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  color: #222;
  padding-left: 10px;
}
#userDescription a {
  color: #55AED3;
}
.header-administration #userDescription a {
  color: black;
}
.header-administration-logo {
  display: none;
}
.tmcHeaderLogo {
  margin-left: 5px;
}
.header-administration .tmcHeaderLogo {
  display: none;
}
.header-corporate-administration .tmcHeaderLogo {
  display: none;
}
/*end header*/
.traveler-area {
  min-height: 200px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #f00;
}
.field-validation-valid {
  display: none;
}
.submitted .input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}
.validation-summary-errors {
  font-weight: normal;
  color: #f00;
  font-size: 12px;
}
.validation-summary-valid {
  display: none;
}
/* AppMode Switch */
.app-mode-switch {
  position: relative;
  border: 0;
  top: 5px;
  left: 20px;
  z-index: 1000;
  display: block;
}
.app-mode-link {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
.appModeLinkInactive {
  color: #4c8caa;
}
.app-mode-seller-link {
  position: relative;
  top: -1px;
  left: -13px;
}
.app-mode-reseller-link {
  position: relative;
  top: -1px;
  left: 13px;
}
.page-container.lang-is-de-DE .search-box-wrapper {
  width: 134px !important;
}
.page-container.lang-is-de-DE .search-box-wrapper .search-box-frame input {
  width: 82px !important;
}
.page-container.lang-is-de-DE .search-box-wrapper.active {
  width: 290px !important;
}
.page-container.lang-is-de-DE .search-box-wrapper.active .search-box-frame input {
  width: 240px !important;
}
.page-container.lang-is-de-DE #quotesContainer .corporate-checkout-button-wrapper {
  margin-top: 45px !important;
}