/* colors */
/* font-families */
/* font-sizes */
/* line-heights */
/* z-indexes */
/* resets */
*:focus,
a {
  outline: none !important;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* webfonts */
@font-face {
  font-family: 'HelveticaNeueLTStd-ExO';
  src: url('../fonts/2C0211_0_0.eot');
  src: url('../fonts/2C0211_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C0211_0_0.woff') format('woff'), url('../fonts/2C0211_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-LtEx';
  src: url('../fonts/2C0211_1_0.eot');
  src: url('../fonts/2C0211_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C0211_1_0.woff') format('woff'), url('../fonts/2C0211_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Ex';
  src: url('../fonts/2C0211_2_0.eot');
  src: url('../fonts/2C0211_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C0211_2_0.woff') format('woff'), url('../fonts/2C0211_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-LtExO';
  src: url('../fonts/2C0211_3_0.eot');
  src: url('../fonts/2C0211_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C0211_3_0.woff') format('woff'), url('../fonts/2C0211_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLT-BoldExt';
  src: url('../fonts/2C151A_0_0.eot');
  src: url('../fonts/2C151A_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C151A_0_0.woff') format('woff'), url('../fonts/2C151A_0_0.ttf') format('truetype');
}
/* base typography */
body {
  font-family: 'HelveticaNeueLTStd-Ex';
  font-size: 15px;
  line-height: 1.5em;
  color: #1e1e1e;
}
p {
  font-family: 'HelveticaNeueLTStd-Ex';
  line-height: 1.5em;
  margin-bottom: 1em;
}
p.notice {
  font-size: 13px;
  font-family: 'HelveticaNeueLTStd-Ex';
}
.big {
  font-family: 'HelveticaNeueLTStd-Ex';
  font-size: 1.3em;
}
h1 {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 25px;
  line-height: 1.2em;
  color: #1e1e1e;
  margin: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
h1.yellow {
  color: #1a2c5f !important;
}
h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'HelveticaNeueLTStd-Ex';
  color: #1e1e1e;
  margin: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
h2.yellow {
  color: #1a2c5f !important;
}
h3 {
  font-size: 14px;
  line-height: 1.2em;
  font-family: 'HelveticaNeueLTStd-Ex';
  margin: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
h3.yellow {
  color: #1a2c5f !important;
}
/* text colors */
a {
  color: #1e1e1e;
}
/* body */
body.startpage {
  overflow-x: hidden;
}
body.application,
body.content {
  background: url('../images/world.png') no-repeat;
}
/* header */
#header {
  width: 1370px;
  height: 155px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #afafaf;
  border-top: 0;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
#header.narrow {
  height: auto;
  background-color: transparent;
  border: 0;
  margin-bottom: 35px;
}
#header .topArea {
  height: 108px;
  background-color: #f3f4f7;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
#header .topArea a.logo {
  display: inline-block;
  margin-top: 15px;
}
#header .topArea a.logo > img {
  max-height: 75px;
}
#header .topArea #metaNavigation {
  display: inline-block;
  margin-top: 15px;
  float: right;
  list-style-type: none;
  font-family: 'HelveticaNeueLTStd-LtEx';
  font-size: 15px;
  color: #1e1e1e;
  text-align: right;
}
#header .topArea #metaNavigation li {
  margin-bottom: 10px;
}
#header .topArea #metaNavigation li:last-child {
  margin-bottom: 0;
}
#header .topArea #metaNavigation li i {
  margin-right: 5px;
}
#header .topArea #metaNavigation li a {
  color: #1e1e1e;
}
#header .topArea #metaNavigation li a:hover {
  color: #1e1e1e;
}
#header #mainNavigation {
  display: inline-block;
  font-size: 0;
  list-style-type: none;
  font-family: 'HelveticaNeueLTStd-LtEx';
  font-size: 15px;
  color: #1e1e1e;
  margin: 0;
  height: 46px;
  line-height: 46px;
  float: left;
}
#header #mainNavigation li {
  font-size: 15px;
  line-height: 46px;
  height: 46px;
}
#header #mainNavigation li.active,
#header #mainNavigation li:hover {
  background-color: #f3f4f7;
  border: 0;
  color: #fff;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
}
#header #mainNavigation li.active > a,
#header #mainNavigation li:hover > a {
  color: #1e1e1e;
  background-color: #f3f4f7;
  text-decoration: none;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0 26px 0 32px;
}
#header #mainNavigation li.active > a:hover,
#header #mainNavigation li:hover > a:hover {
  text-decoration: none;
  color: #1e1e1e;
}
#header #mainNavigation li a {
  color: #1e1e1e;
  padding: 0 16px 0 22px;
  line-height: 46px;
  text-decoration: none;
  display: block;
}
#header #mainNavigation li a:hover {
  color: #1e1e1e;
}
#header #mainNavigation > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#header #mainNavigation > li:last-child {
  border-right: 0;
  padding-right: 15px;
  margin-right: 15px;
}
#header #mainNavigation > li.mainnav-divider {
  border-right: 1px solid #004899;
  background-color: transparent;
  line-height: 46px;
  vertical-align: middle;
  height: 18px;
  padding: 0px;
  margin: 0px;
}
#header #mainNavigation > li.mainnav-divider.active,
#header #mainNavigation > li.mainnav-divider:hover {
  background-color: transparent;
}
#header #mainNavigation ul.dropdown-menu {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
  border-top: 0px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  top: 105%;
  padding-left: 10px;
  padding-right: 10px;
}
#header #mainNavigation .dropdown-submenu {
  position: relative;
}
#header #mainNavigation .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
#header #mainNavigation .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header #myCardLogin {
  position: static;
  float: right;
  display: inline-block;
  list-style-type: none;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 15px;
  color: #1e1e1e;
  margin: 0;
  height: 46px;
  line-height: 46px;
  -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#header #myCardLogin.yellow {
  background-color: #fffff;
  color: #1e1e1e;
  padding: 0 15px;
}
#header #myCardLogin.yellow.logout {
  background-color: #ffffff;
  color: #1a2c5f;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}
#header #myCardLogin.yellow.logout a,
#header #myCardLogin.yellow.logout a:hover {
  color: #1a2c5f;
}
#header #myCardLogin.yellow a,
#header #myCardLogin.yellow a:hover {
  color: #1e1e1e;
}
#header #myCardLogin i {
  font-size: 34px;
  vertical-align: middle;
  margin-right: 10px;
}
#header #myCardLogin a {
  color: #1e1e1e;
}
#header #myCardLogin a:hover {
  color: #1e1e1e;
}
/* mobile navigation */
#header .navbar.mobile {
  display: none;
}
/* breadcrumb */
.breadcrumb {
  font-family: 'HelveticaNeueLTStd-Ex';
  font-size: 13px;
  background-color: transparent;
  padding: 0;
  margin: 30px 0;
}
.breadcrumb > li + li:before {
  content: '\00BB';
  color: #1e1e1e;
}
/* startpage carousel */
#startpageCarousel {
  width: 1370px;
  height: 320px;
  margin: 0 auto;
}
#startpageCarousel .carousel-control.left,
#startpageCarousel .carousel-control.right {
  background-image: none;
  width: 43px;
  height: 77px;
  top: 50%;
  margin-top: -38px;
  background-color: transparent;
  filter: none;
}
#startpageCarousel .carousel-control.left {
  background: url('../images/arrow_left.png') no-repeat top center;
}
#startpageCarousel .carousel-control.right {
  background: url('../images/arrow_right.png') no-repeat top center;
}
#startpageCarousel .carousel-inner,
#startpageCarousel .item {
  height: 100%;
}
#startpageCarousel .item {
  padding: 40px 100px;
}
#startpageCarousel .item .textBlocks {
  padding-left: 40px;
  overflow: hidden;
}
#startpageCarousel .item .textBlock {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: 'HelveticaNeueLT-BoldExt';
  color: #1e1e1e;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-color: #fffff;
  -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}
#carouselBackgrounds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 580px;
}
#carouselBackgrounds .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background-position: 50% top;
  background-size: cover;
}
#carouselBackgrounds .item.active {
  display: block;
  z-index: 1;
  opacity: 1;
}
/* form */
form {
  font-size: 0; 
  /* bootstrap select */
  /* other elements */
}
form .block {
  margin-bottom: 10px;
}
form label,
form .form-group {
  font-family: 'HelveticaNeueLTStd-LtEx';
  font-weight: 300;
  font-size: 15px;
  color: #1e1e1e;
  display: block;
}
form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #504f4f;
  font-size: 15px;
  font-family: 'HelveticaNeueLTStd-LtExO';
  color: #797979;
  width: 100% !important;
}
form .form-control:focus {
  border: 1px solid #504f4f;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
form p.notice {
  margin-top: 5px;
}
form .bootstrap-select {
  width: 100% !important;
}
form .bootstrap-select > .btn.dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #504f4f;
  font-size: 15px;
  font-family: 'HelveticaNeueLTStd-LtExO';
  color: #797979;
  width: 100%;
  line-height: 1em;
  padding: 8px 25px 8px 8px;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-top: 0;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
form .bootstrap-select .dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset -4px 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #504f4f;
  font-size: 15px;
  font-family: 'HelveticaNeueLTStd-LtExO';
  color: #797979;
  list-style-type: none;
}
form .bootstrap-select .dropdown-menu > li > a {
  padding: 6px 12px;
}
form .bootstrap-select .dropdown-menu > li > a,
form .bootstrap-select .dropdown-menu > li > a span.text {
  color: #797979 !important;
  font-size: 15px;
  font-family: 'HelveticaNeueLTStd-LtExO';
}
form .bootstrap-select.btn-group .btn .filter-option {
  overflow: visible;
}
form .checkboxes {
  padding-top: 7px;
}
form .checkboxes .text {
  margin-right: 20px;
}
form .checkboxes div.credit-card-checkbox {
  display: inline-block;
}
form .checkboxes div.credit-card-checkbox:last-of-type .text {
  margin-right: 0;
}
form .checkbox .checkboxFormated {
  margin-right: 10px;
}
form .checkbox .text {
  display: inline;
  color: #1e1e1e;
  font-size: 15px;
}
/* startpage form */
#startpageFormContainer {
  background: url('../images/startpage_form_background.jpg') no-repeat top center #004899;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1e1e1e;
  margin-bottom: 40px;
}
#startpageFormContainer h1 {
  color: #1e1e1e;
}
#startpageFormContainer h1 i {
  margin-left: 10px;
}
#startpageFormContainer form {
  /* elements 1 */
  /* elements 2 */
  /* elements 3 */
}
#startpageFormContainer form .salutation {
  width: 15%;
  margin-right: 1.5%;
}
#startpageFormContainer form .title {
  width: 15%;
  margin-right: 1.5%;
}
#startpageFormContainer form .firstname {
  width: 31%;
  margin-right: 1.5%;
}
#startpageFormContainer form .lastname {
  width: 34.5%;
}
#startpageFormContainer form .zip {
  width: 10%;
  margin-right: 1.5%;
}
#startpageFormContainer form .city {
  width: 26%;
  margin-right: 1.5%;
}
#startpageFormContainer form .street {
  width: 30%;
  margin-right: 1.5%;
}
#startpageFormContainer form .number {
  width: 10%;
  margin-right: 1.5%;
}
#startpageFormContainer form .country {
  width: 18%;
  position: relative;
}
#startpageFormContainer form .country img.flag {
  position: absolute;
  right: 1px;
  bottom: 0;
}
#startpageFormContainer form .text {
  color: #1e1e1e;
  width: 12%;
  font-size: 15px;
}
#startpageFormContainer form .day {
  width: 6%;
  margin-right: 1%;
}
#startpageFormContainer form .month {
  width: 6%;
  margin-right: 1%;
}
#startpageFormContainer form .year {
  width: 7%;
  margin-right: 1.5%;
}
#startpageFormContainer form .nationality {
  width: 19%;
  margin-right: 1.5%;
}
#startpageFormContainer form .email {
  width: 19.5%;
  margin-right: 1.5%;
}
#startpageFormContainer form .telephone {
  width: 24%;
}
#startpageFormContainer form .block.bottom {
  padding-top: 10px;
  color: #1e1e1e;
  font-size: 15px;
  float: left;
  margin-bottom: 0px;
}
#startpageFormContainer form .block.bottom .pull-left {
  width: 40%;
}
#startpageFormContainer form .block.bottom .pull-left .block {
  margin-bottom: 10px;
}
#startpageFormContainer form .block.bottom .pull-right {
  width: 60%;
  text-align: right;
}
#startpageFormContainer form .block.bottom .pull-right .block {
  margin: 0;
  margin-right: 20px;
  margin-top: 15px;
  float: right;
  width: 400px;
  font-family: 'HelveticaNeueLT-BoldExt';
}
#startpageFormContainer form .block.bottom a {
  color: #1a2c5f;
}
#startpageFormContainer form .block.bottom a:hover {
  color: #1a2c5f;
}
#startpageFormContainer form .btn-default.yellow.big {
  float: right;
}
/* startpage side button */
.btn-default.side {
  position: absolute;
  right: 0;
  top: 423px;
  width: 250px;
  color: #1e1e1e;
  white-space: normal;
  padding: 15px 30px;
  background-color: #fffff;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  border: 0;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 30px;
  line-height: 34px;
  -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}
#advantagesSide {
  position: absolute;
  right: -360px;
  top: 249px;
  width: 600px;
  -webkit-transition: right 0.5s ease-out;
  -moz-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  z-index: 1;
}
#advantagesSide.opened {
  right: 0;
}
#advantagesSide .btn-default.side {
  position: absolute;
  top: 70px;
  left: 0;
  width: 250px;
  color: #1e1e1e;
  white-space: normal;
  padding: 15px 30px;
  background-color: #fffff;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  border: 0;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 30px;
  line-height: 34px;
  -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}
#advantagesSide .contentSide {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border: 20px solid #fcb131;
  border-right: 0;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  padding: 30px;
  width: 350px;
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.2);
}
#advantagesSide ul.check li {
  line-height: 2em;
}
#advantagesSide ul.check li:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  height: 1em;
  background: url('../images/li_bullet_1.png') 0 4px no-repeat;
}
/* form elements */
input[type=checkbox] {
  visibility: hidden;
}
.checkboxFormated {
  width: 20px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.checkboxFormated label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -3px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}
.checkboxFormated label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 13px;
  height: 7px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*.checkboxFormated label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}*/
.checkboxFormated input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* startpage content */
.startpageContent {
  margin-bottom: 40px;
}
.startpageContent h1 {
  color: #1e1e1e;
}
.startpageContent ul {
  list-style-position: inside;
  margin-left: 1em;
}
.startpageContent ul li {
  margin-bottom: 15px;
  text-indent: -1em;
}
.startpageContent ul li::before {
  content: '» ';
  color: #1e1e1e;
}
.startpageContent a.allFaqs {
  font-family: 'HelveticaNeueLT-BoldExt';
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 30px;
}
.startpageContent a.allFaqs::before {
  content: '» ';
  color: #1e1e1e;
}
.startpageContent .imageBox {
  width: 500px;
  height: 360px;
  background: url('../images/startpage_box_1.jpg') no-repeat bottom right;
  display: table;
  padding: 30px;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.startpageContent .imageBox .imageBoxInner {
  display: table-cell;
  vertical-align: middle;
}
.startpageContent .imageBox p {
  font-size: 15px;
}
.startpageContent .imageBox .telNumber {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 25px;
}
/* general elements */
table.formated th {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 20px;
  padding: 5px 10px;
  border: 0 !important;
}
table.formated tr:first-child {
  background-color: #ffffff;
}
table.formated tr:nth-child(2n+2) {
  background-color: #dedede;
}
table.formated tr td {
  padding: 5px 10px;
  border: 0 !important;
}
table.formated tr td.text-right {
  text-align: right;
}
table.formated tr td.blue {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
}
table.formated tr td.grey {
  color: #8a8989;
}
.table-responsive {
  margin-bottom: 30px;
  border: 0;
}
.table-desktop {
  display: block;
}
.table-mobile {
  display: none;
}
.btn-default {
  color: #1e1e1e;
  border: 0;
  font-family: 'HelveticaNeueLT-BoldExt';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  white-space: normal;
}
.btn-default:hover,
.btn-default:focus {
  color: #1e1e1e;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn-default.big {
  padding: 15px 30px;
  font-size: 30px;
}
.btn-default.medium {
  padding: 15px 30px;
  font-size: 20px;
}
.btn-default.small {
  padding: 15px 30px;
  font-size: 16px;
  margin-bottom: 5%;
}
.btn-default.sda {
  margin-top: 5%;
}
.btn-default.smallest {
  padding: 8px 30px;
  font-size: 16px;
}
.btn-default.yellow {
  background-color: #fffff;
}
.btn-default.blue {
  background-color: #f3f4f7;
}
.btn-default.red {
  background-color: #ed1c2e;
}
.btn-default.green {
  background-color: #3aaa35;
}
.btn-default.inactive {
  background-color: #afafaf;
  color: #dedede;
  pointer-events: none;
}
.panel-group {
  border-bottom: 1px solid #afafaf;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.panel-group .panel-default {
  background-color: transparent;
}
.panel-group .panel-default .panel-heading {
  font-family: 'HelveticaNeueLTStd-Ex';
  color: #1e1e1e;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border-top: 1px solid #afafaf;
}
.panel-group .panel-default .panel-heading.active {
  background-color: #f3f4f7;
  color: #1e1e1e;
}
.panel-group .panel-default .panel-heading.active a .fa-chevron-up {
  display: block;
}
.panel-group .panel-default .panel-heading.active a .fa-chevron-down {
  display: none;
}
.panel-group .panel-default .panel-heading a {
  padding: 17px 20px;
  display: block;
  text-decoration: none;
}
.panel-group .panel-default .panel-heading a:hover {
  text-decoration: none;
}
.panel-group .panel-default .panel-heading a .chevron {
  float: right;
}
.panel-group .panel-default .panel-heading a .fa-chevron-up {
  display: none;
}
.panel-group .panel-default .panel-heading a .fa-chevron-down {
  display: block;
}
.panel-group .panel-default .panel-body {
  background-color: transparent;
}
.panel-group .panel-default .panel-collapse > .panel-body {
  border: 0 !important;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.colorbox {
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.colorbox *:last-child {
  margin-bottom: 0 !important;
}
.colorbox.yellow {
  background-color: #fffff;
}
.colorbox.yellow h1,
.colorbox.yellow h2,
.colorbox.yellow h3,
.colorbox.yellow p {
  color: #1e1e1e !important;
}
.colorbox.blue {
  background-color: #f3f4f7;
}
.colorbox.blue h1,
.colorbox.blue h2,
.colorbox.blue h3,
.colorbox.blue p {
  color: #1e1e1e !important;
}
.colorbox.red {
  background-color: #ed1c2e;
}
.colorbox.red h1,
.colorbox.red h2,
.colorbox.red h3,
.colorbox.red p {
  color: #1e1e1e !important;
}
hr {
  border-top: 2px dashed #004899;
  margin-top: 20px;
  margin-bottom: 20px;
}
.paginationWrapper {
  text-align: center;
}
ul.pagination {
  list-style-type: none !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
ul.pagination li:before {
  display: inline !important;
  content: '' !important;
}
ul.pagination li a {
  font-size: 13px;
  color: #1e1e1e;
}
ul.pagination li a:focus,
ul.pagination li a:hover {
  color: #1e1e1e;
  background-color: #f3f4f7;
}
/* application content */
#applicatioContent h1 {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 30px;
  margin-bottom: 20px;
}
#applicatioContent h2 {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 25px;
  margin-bottom: 30px;
}
#applicatioContent h3 {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 15px;
  margin-bottom: 30px;
}
#applicatioContent p {
  margin-bottom: 30px;
}
/* application forms */
.panel-body.application {
  padding: 15px 0;
}
#application1FormContainer form .checkbox .text,
#application2FormContainer form .checkbox .text {
  color: #1e1e1e;
}
#application1FormContainer h4,
#application2FormContainer h4 {
  font-family: 'HelveticaNeueLT-BoldExt';
  margin-bottom: 20px;
  color: #1e1e1e;
}
#application1FormContainer p,
#application2FormContainer p {
  font-family: 'HelveticaNeueLTStd-Ex';
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#application1FormContainer form,
#application2FormContainer form {
  /* form 1 */
  /* elements 1 */
  /* elements 2 */
  /* elements 3 */
  /* elements 5 */
  /* form 2 */
  /* elements 1 */
  /* elements 2 */
  /* elements 3 */
  /* elements 4 */
}
#application1FormContainer form .error-messges,
#application2FormContainer form .error-messges {
  color: #ed1c2e;
}
#application1FormContainer form .error-messges > h2,
#application2FormContainer form .error-messges > h2 {
  color: #ed1c2e;
  margin-bottom: 10px;
}
#application1FormContainer form .error-messges > ul,
#application2FormContainer form .error-messges > ul {
  list-style-type: inherit;
}
#application1FormContainer form .error-messges > ul > li,
#application2FormContainer form .error-messges > ul > li {
  list-style-position: inside;
  font-size: 15px;
}
#application1FormContainer form .form-group > label,
#application2FormContainer form .form-group > label {
  display: none;
}
#application1FormContainer form .form-group.error input,
#application2FormContainer form .form-group.error input {
  border: 1px solid #ed1c2e;
}
#application1FormContainer form .salutation,
#application2FormContainer form .salutation {
  width: 14%;
  margin-right: 2%;
}
#application1FormContainer form .title,
#application2FormContainer form .title {
  width: 14%;
  margin-right: 2%;
}
#application1FormContainer form .firstname,
#application2FormContainer form .firstname {
  width: 33%;
  margin-right: 2%;
}
#application1FormContainer form .lastname,
#application2FormContainer form .lastname {
  width: 33%;
}
#application1FormContainer form .zip,
#application2FormContainer form .zip {
  width: 10%;
  margin-right: 2%;
}
#application1FormContainer form .city,
#application2FormContainer form .city {
  width: 25%;
  margin-right: 2%;
}
#application1FormContainer form .street,
#application2FormContainer form .street {
  width: 27%;
  margin-right: 2%;
}
#application1FormContainer form .number,
#application2FormContainer form .number {
  width: 10%;
  margin-right: 2%;
}
#application1FormContainer form .country,
#application2FormContainer form .country {
  width: 20%;
  position: relative;
}
#application1FormContainer form .country img.flag,
#application2FormContainer form .country img.flag {
  position: absolute;
  right: 1px;
  bottom: 0;
}
#application1FormContainer form .birthday-label,
#application2FormContainer form .birthday-label {
  display: inline-block;
  width: 12%;
  margin-right: 1%;
  font-size: 15px;
  vertical-align: bottom;
}
#application1FormContainer form .day,
#application2FormContainer form .day {
  width: 6%;
  margin-right: 0.5%;
}
#application1FormContainer form .month,
#application2FormContainer form .month {
  width: 6%;
  margin-right: 0.5%;
}
#application1FormContainer form .year,
#application2FormContainer form .year {
  width: 7%;
  margin-right: 2%;
}
#application1FormContainer form .nationality,
#application2FormContainer form .nationality {
  width: 17%;
  margin-right: 2%;
}
#application1FormContainer form .email,
#application2FormContainer form .email {
  width: 22%;
  margin-right: 2%;
}
#application1FormContainer form .telephone,
#application2FormContainer form .telephone {
  width: 22%;
}
#application1FormContainer form .password,
#application2FormContainer form .password {
  width: 31%;
  margin-right: 3%;
}
#application1FormContainer form .passwordRepeat,
#application2FormContainer form .passwordRepeat {
  width: 31%;
  margin-right: 3%;
}
#application1FormContainer form .telephone2,
#application2FormContainer form .telephone2 {
  width: 32%;
}
#application1FormContainer form .income,
#application2FormContainer form .income {
  width: 31%;
  margin-right: 3%;
}
#application1FormContainer form .checkbox-creditcard,
#application2FormContainer form .checkbox-creditcard {
  width: 64%;
}
#application1FormContainer form .checkbox-creditcard > div,
#application2FormContainer form .checkbox-creditcard > div {
  display: inline;
}
#application1FormContainer form .checkbox-creditcard div.checkboxFormated,
#application2FormContainer form .checkbox-creditcard div.checkboxFormated {
  vertical-align: top;
}
#application1FormContainer form .creditcard-label,
#application2FormContainer form .creditcard-label {
  margin-right: 1%;
}
#application1FormContainer form .job,
#application2FormContainer form .job {
  width: 49%;
  margin-right: 3%;
}
#application1FormContainer form .company,
#application2FormContainer form .company {
  width: 48%;
}
#application1FormContainer form .family,
#application2FormContainer form .family {
  width: 31%;
  margin-right: 3%;
}
#application1FormContainer form .flat,
#application2FormContainer form .flat {
  width: 31%;
  margin-right: 3%;
}
#application1FormContainer form .flatDate,
#application2FormContainer form .flatDate {
  width: 32%;
}
#application1FormContainer form h4,
#application2FormContainer form h4 {
  font-family: 'HelveticaNeueLT-BoldExt';
  margin-bottom: 10px;
  color: #1e1e1e;
}
#application1FormContainer form .progress,
#application2FormContainer form .progress {
  height: 50px;
  margin-bottom: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#application1FormContainer form .progress .progress-bar,
#application2FormContainer form .progress .progress-bar {
  line-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  text-align: right;
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_9,
#application2FormContainer form .progress .progress-bar.rainbowGradient_9 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #00a426 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(44%, #ffa127), color-stop(55%, #ffc926), color-stop(66%, #d8e024), color-stop(77%, #82da25), color-stop(88%, #00a426), color-stop(100%, #00a426));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #00a426 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #00a426 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #00a426 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #00a426 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#00a426', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_8,
#application2FormContainer form .progress .progress-bar.rainbowGradient_8 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #fcfff4 88%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(44%, #ffa127), color-stop(55%, #ffc926), color-stop(66%, #d8e024), color-stop(77%, #82da25), color-stop(88%, #00a426), color-stop(88%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #fcfff4 88%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #fcfff4 88%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #fcfff4 88%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #00a426 88%, #fcfff4 88%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_7,
#application2FormContainer form .progress .progress-bar.rainbowGradient_7 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #fcfff4 77%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(44%, #ffa127), color-stop(55%, #ffc926), color-stop(66%, #d8e024), color-stop(77%, #82da25), color-stop(77%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #fcfff4 77%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #fcfff4 77%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #fcfff4 77%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #82da25 77%, #fcfff4 77%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_6,
#application2FormContainer form .progress .progress-bar.rainbowGradient_6 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #fcfff4 66%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(44%, #ffa127), color-stop(55%, #ffc926), color-stop(66%, #d8e024), color-stop(66%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #fcfff4 66%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #fcfff4 66%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #fcfff4 66%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #d8e024 66%, #fcfff4 66%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_5,
#application2FormContainer form .progress .progress-bar.rainbowGradient_5 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #fcfff4 55%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(44%, #ffa127), color-stop(55%, #ffc926), color-stop(55%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #fcfff4 55%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #fcfff4 55%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #fcfff4 55%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #ffc926 55%, #fcfff4 55%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_4,
#application2FormContainer form .progress .progress-bar.rainbowGradient_4 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #fcfff4 44%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(44%, #ffa127), color-stop(44%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #fcfff4 44%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #fcfff4 44%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #fcfff4 44%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #ffa127 44%, #fcfff4 44%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_3,
#application2FormContainer form .progress .progress-bar.rainbowGradient_3 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #fcfff4 33%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(33%, #ff7f29), color-stop(33%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #fcfff4 33%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #fcfff4 33%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #fcfff4 33%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #ff7f29 33%, #fcfff4 33%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_2,
#application2FormContainer form .progress .progress-bar.rainbowGradient_2 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #fcfff4 22%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(22%, #f83625), color-stop(22%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #fcfff4 22%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #fcfff4 22%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #fcfff4 22%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #f83625 22%, #fcfff4 22%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_1,
#application2FormContainer form .progress .progress-bar.rainbowGradient_1 {
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #fcfff4 11%, #fcfff4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c50f1e), color-stop(11%, #c50f1f), color-stop(11%, #fcfff4), color-stop(100%, #fcfff4));
  background: -webkit-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #fcfff4 11%, #fcfff4 100%);
  background: -o-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #fcfff4 11%, #fcfff4 100%);
  background: -ms-linear-gradient(left, #c50f1e 0%, #c50f1f 11%, #fcfff4 11%, #fcfff4 100%);
  background: linear-gradient(to right, #c50f1e 0%, #c50f1f 11%, #fcfff4 11%, #fcfff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50f1e', endColorstr='#fcfff4', GradientType=1);
}
#application1FormContainer form .progress .progress-bar.rainbowGradient_0,
#application2FormContainer form .progress .progress-bar.rainbowGradient_0 {
  background: #afafaf;
  /* Old browsers */
}
#application1FormContainer form .progress .progress-bar .percentage,
#application2FormContainer form .progress .progress-bar .percentage {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #1e1e1e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-right: 12px;
}
#application1FormContainer .block.bottom,
#application2FormContainer .block.bottom {
  padding-top: 10px;
  font-size: 15px;
  width: 100%;
  float: left;
}
#application1FormContainer .block.bottom .pull-left,
#application2FormContainer .block.bottom .pull-left {
  width: 55%;
}
#application1FormContainer .block.bottom .pull-left .block,
#application2FormContainer .block.bottom .pull-left .block {
  margin-bottom: 10px;
}
#application1FormContainer .block.bottom .pull-right,
#application2FormContainer .block.bottom .pull-right {
  text-align: right;
}
#application1FormContainer .block.bottom .pull-right .block,
#application2FormContainer .block.bottom .pull-right .block {
  margin: 0;
  width: 400px;
  font-family: 'HelveticaNeueLT-BoldExt';
  margin-bottom: 20px;
}
#application1FormContainer .block.bottom a,
#application2FormContainer .block.bottom a {
  color: #1e1e1e;
}
#application1FormContainer .block.bottom a:hover,
#application2FormContainer .block.bottom a:hover {
  color: #1e1e1e;
}
/* footer */
#footer {
  margin-bottom: 66px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
#footer .partner {
  border-top: 1px solid #b9b9b9;
}
#footer .partner.center {
  text-align: center;
}
#footer .partner .item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 55px;
  color: #5a5a5a;
}
#footer .partner .item:last-child {
  margin-right: 0;
}
#footer .navigationContainer {
  background-color: #f3f4f7;
  border-top: 1px solid #b9b9b9;
}
#footer #footerNavigation {
  list-style-type: none;
  height: 92px;
  line-height: 92px;
  text-align: center;
}
#footer #footerNavigation li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-right: 1px solid #ffffff;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 1em;
}
#footer #footerNavigation li:last-child {
  border-right: 0;
  padding-right: 15px;
  margin-right: 0px;
}
#footer #footerNavigation li a {
  color: #1e1e1e;
}
#footer #footerNavigation li a:hover {
  color: #1e1e1e;
}
/* content */
#main {
  margin-bottom: 40px;
}
#content .innerBorder {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #afafaf;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#content .innerBorder p:last-child {
  margin-bottom: 0;
}
#content h1 {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 30px;
  margin-bottom: 20px;
}
#content h2 {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 25px;
  margin-bottom: 30px;
}
#content h3 {
  color: #1e1e1e;
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 15px;
  margin-bottom: 30px;
}
#content p {
  margin-bottom: 30px;
}
#content .subline {
  font-family: 'HelveticaNeueLT-BoldExt';
}
#content .sujet {
  margin-bottom: 40px;
}
#content .sujet img {
  width: 100%;
  height: auto;
}
#content .embedImage {
  margin-bottom: 20px;
}
#content .embedImage.left {
  float: left;
  margin-right: 20px;
}
#content .embedImage.right {
  float: right;
  margin-left: 20px;
}
#content .embedImage .caption {
  margin: 0;
  margin-top: 15px;
  font-family: 'HelveticaNeueLTStd-LtExO';
  font-size: 13px;
  color: #797979;
}
#content ul {
  margin-bottom: 30px;
  list-style-type: none;
  list-style-position: inside;
  counter-reset: counter;
}
#content ul li {
  margin-bottom: 5px;
}
#content ul li:before {
  content: counter(counter, disc);
  counter-increment: counter;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  font-family: 'HelveticaNeueLT-BoldExt';
  color: #1e1e1e;
}
#content ul ul {
  margin-left: 20px;
}
#content ul ul li:before {
  color: #afafaf;
}
#content ul.check li:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  height: 1em;
  background: url('../images/li_bullet_1.png') 0 4px no-repeat;
}
#content ol {
  margin-bottom: 30px;
  list-style-type: none;
  list-style-position: inside;
  counter-reset: counter;
}
#content ol li {
  margin-bottom: 5px;
}
#content ol li:before {
  content: counter(counter);
  counter-increment: counter;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  font-family: 'HelveticaNeueLT-BoldExt';
  color: #1e1e1e;
}
/* sidebar */
#sidebar .list-group.navigation {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 20px;
  border: 1px solid #afafaf;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#sidebar .list-group.navigation .list-group-item {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
#sidebar .list-group.navigation .list-group-item.title {
  border-bottom: 1px solid #afafaf;
  padding: 10px 15px;
}
#sidebar .list-group.navigation .list-group-item.title h2 {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 20px;
  margin: 0;
  color: #1e1e1e;
}
#sidebar .list-group.navigation .list-group-item.title h3 {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 15px;
  margin: 0;
  color: #1e1e1e;
}
#sidebar .list-group.navigation .list-group-item a {
  display: block;
  padding: 10px 15px;
  word-wrap: break-word;
}
#sidebar .list-group.navigation .list-group-item a.active,
#sidebar .list-group.navigation .list-group-item a:hover {
  background-color: #f3f4f7;
  text-decoration: none;
  color: #1e1e1e;
}
#sidebar .list-group.navigation .list-group-item.active {
  background-color: #f3f4f7;
}
#sidebar .list-group.navigation .list-group-item.active a {
  background-color: #f3f4f7;
  text-decoration: none;
  color: #1e1e1e;
}
#sidebar .list-group.navigation .list-group-item > .sub-navigation {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ccdaeb;
}
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item {
  padding-left: 20px;
  background-color: #ccdaeb;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item a {
  background-color: #ccdaeb;
  color: #1e1e1e;
}
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item a.active,
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item a:hover {
  background-color: #5282ba;
  color: #1e1e1e;
}
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item.active,
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item:hover {
  background-color: #5282ba;
}
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item.active a,
#sidebar .list-group.navigation .list-group-item > .sub-navigation .list-group-item:hover a {
  background-color: #5282ba;
  color: #1e1e1e;
}
#sidebar .list-group.navigation.yellow .list-group-item.title h2 {
  color: #1a2c5f;
}
#sidebar .list-group.navigation.yellow .list-group-item.title h3 {
  color: #1a2c5f;
}
#sidebar .list-group.navigation.yellow .list-group-item a.active,
#sidebar .list-group.navigation.yellow .list-group-item a:hover {
  background-color: #fffff;
}
#sidebar .list-group.navigation.yellow .list-group-item a.active h2,
#sidebar .list-group.navigation.yellow .list-group-item a:hover h2 {
  color: #1e1e1e;
}
#sidebar .list-group.navigation.yellow .list-group-item h2 {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 20px;
  margin: 0;
  color: #1a2c5f;
}
#sidebar .list-group.navigation.yellow .list-group-item.active {
  background-color: #fffff;
}
#sidebar .list-group.navigation.yellow .list-group-item.active a {
  background-color: #fffff;
}
#sidebar .list-group.advantages {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 10px;
  border: 1px solid #afafaf;
  margin-bottom: 20px;
  background-color: #f3f4f7;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#sidebar .list-group.advantages .list-group-item {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  padding: 10px 15px;
}
#sidebar .list-group.advantages .list-group-item.title {
  border-bottom: 1px solid #ffffff;
}
#sidebar .list-group.advantages .list-group-item.title h3 {
  font-family: 'HelveticaNeueLT-BoldExt';
  font-size: 15px;
  margin: 0;
  color: #1e1e1e;
}
#sidebar .list-group.advantages .list-group-item i {
  float: left;
  color: #1e1e1e;
  width: 35px;
  line-height: 1.5em;
}
#sidebar .list-group.advantages .list-group-item p {
  font-family: 'HelveticaNeueLTStd-Ex';
  color: #1e1e1e;
  margin-bottom: 0;
  overflow: hidden;
}
#sidebar .btn.btn-default {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.tooltip.top .tooltip-inner {
  color: #1e1e1e;
  background-color: #ffffff;
}
.tooltip.top .tooltip-inner {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.tooltip-inner {
  border-radius: 0px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  opacity: 1;
  font-family: HelveticaNeueLTStd-LtExO;
  font-size: 14px;
  max-width: 290px;
  box-shadow: 7px 9px 8px -5px #000000;
  -moz-box-shadow: 7px 9px 8px -5px #000000;
  -webkit-box-shadow: 7px 9px 8px -5px #000000;
  padding: 10px;
}
.only-mobile {
  display: none;
}
/* buttons focus color style */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  color: #1e1e1e;
}
/* upload */
body.upload #footer,
body.uploadSuccess #footer {
  margin-bottom: 0;
}
body.upload #content .error-messges {
  color: #ed1c2e !important;
}
body.upload #content .error-messges > h2 {
  color: #ed1c2e !important;
  margin-bottom: 10px;
  font-family: 'HelveticaNeueLTStd-Ex';
}
body.upload #content .error-messges > ul {
  list-style-type: inherit;
}
body.upload #content .error-messges > ul > li {
  list-style-position: inside;
  font-size: 15px;
}
body.upload #content .error-messges > ul > li:before {
  width: auto;
  content: '';
}
body.upload #content .cardUpload {
  margin-bottom: 0;
}
body.upload #content .cardUpload img {
  margin-left: 10px;
  margin-right: 60px;
  margin-top: -30px;
  margin-bottom: 30px;
}
body.upload #content .colorbox {
  padding-top: 30px;
  clear: both;
}
body.upload #content .colorbox .icon {
  float: left;
  text-align: center;
  width: 250px;
}
body.upload #content .colorbox .icon i {
  font-size: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #e59103;
}
body.upload #content .colorbox .form {
  overflow: hidden;
  padding-bottom: 15px;
}
body.upload #content .colorbox .form input {
  margin-top: 30px;
}
body.upload #content .colorbox .form .btn {
  margin-top: 30px;
}
/* mypage */
body.mypage #footer {
  margin-bottom: 0;
}
body.mypage #content .innerBorder {
  overflow: visible;
  float: left;
  width: 100%;
}
body.mypage #header .topArea #metaNavigation {
  margin-top: 35px;
}
body.mypage .colorbox.yellow.login {
  padding: 30px;
}
body.mypage .colorbox.yellow.login h1,
body.mypage .colorbox.yellow.login h2,
body.mypage .colorbox.yellow.login h3,
body.mypage .colorbox.yellow.login p {
  color: #1e1e1e !important;
}
body.mypage .colorbox.yellow.login .login {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
body.mypage .colorbox.yellow.login .register {
  width: 50%;
  padding-left: 40px;
}
body.mypage #content form ul {
  list-style-type: inherit;
  margin-bottom: 0;
}
body.mypage #content form ul > li {
  list-style-position: inside;
  font-size: 15px;
  margin-bottom: 0;
}
body.mypage #content form ul > li:before {
  width: auto;
  content: '';
  display: none;
}
body.mypage form.register .form-group {
  display: block;
  float: left;
  margin-bottom: 0 !important;
}
body.mypage form.register .customerId {
  position: relative;
  width: 66%;
  margin-right: 4%;
}
body.mypage form.register .customerId i {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #adadad;
  font-size: 24px;
  line-height: 34px;
}
body.mypage form.register .birthdate {
  width: 30%;
  position: relative;
}
body.mypage form.register .day {
  width: 30%;
  margin-right: 5%;
}
body.mypage form.register .month {
  width: 30%;
  margin-right: 5%;
}
body.mypage form.register .year {
  width: 30%;
}
body.mypage form.register button {
  min-width: 270px;
  float: right;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
body.mypage form.registerComplete .form-group {
  margin-bottom: 20px;
}
body.mypage form.registerComplete .password {
  width: 48%;
  margin-right: 4%;
}
body.mypage form.registerComplete .passwordRepeat {
  width: 48%;
}
body.mypage form.registerComplete .question {
  width: 48%;
  margin-right: 4%;
  position: relative;
}
body.mypage form.registerComplete .question i {
  position: absolute;
  right: 30px;
  bottom: 0;
  color: #adadad;
  font-size: 24px;
  line-height: 34px;
  z-index: 999;
}
body.mypage form.registerComplete .answer {
  width: 48%;
}
body.mypage form.registerComplete button {
  min-width: 270px;
  float: right;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
body.mypage #header .loginInfo {
  display: inline-block;
  font-family: 'HelveticaNeueLTStd-LtEx';
  font-size: 15px;
  color: #1e1e1e;
  height: 46px;
  line-height: 46px;
}
body.mypage .htable {
  margin-bottom: 30px;
}
body.mypage .htable:last-child {
  margin-bottom: 0;
}
body.mypage .htable .row {
  border-bottom: 2px solid #fcb131;
  margin: 0 0 20px 0;
  padding-bottom: 4px;
}
body.mypage .htable .row:last-of-type {
  margin-bottom: 0;
}
body.mypage .htable .row div {
  padding: 0 15px 0 0;
}
body.mypage .htable .row .right {
  text-align: right;
  padding-right: 0;
}
body.mypage .htable.downloads a,
body.mypage .htable.downloads a:hover {
  color: #1a2c5f;
  white-space: nowrap;
}
body.mypage .htable.downloads a i,
body.mypage .htable.downloads a:hover i {
  font-size: 22px;
  margin-left: 5px;
}
body.mypage .htable.downloads a.first {
  margin-right: 20px;
}
body.mypage .htable .light {
  font-family: 'HelveticaNeueLTStd-LtEx';
}
body.mypage #billTable {
  width: 100%;
}
body.mypage #billTable th {
  font-size: 15px;
}
body.mypage #billTable td.date {
  width: 20%;
  white-space: nowrap;
}
body.mypage #billTable td.type {
  width: 20%;
}
body.mypage #billTable td.amount1 {
  width: 20%;
  white-space: nowrap;
}
body.mypage #billTable td.amount2 {
  width: 20%;
  white-space: nowrap;
}
body.mypage #billTable td.duedate {
  width: 20%;
}
body.mypage form.editData .form-group {
  overflow: hidden;
}
body.mypage form.editData label {
  float: left;
  width: 35%;
  line-height: 34px;
  margin-bottom: 0;
}
body.mypage form.editData .form-control {
  float: left;
  width: 65% !important;
}
body.mypage form.editData button {
  margin-left: 0%;
  margin-top: 15px;
  margin-bottom: 0 !important;
}
body.mypage .editSymbol {
  text-align: center;
}
body.mypage .editSymbol span {
  font-size: 140px;
  color: #1a2c5f;
  margin-top: 20px;
}
/* mediaqueries */
@media only screen and (min-width: 993px) {
  .mobile_bg {
    background-image: none !important;
  }
}
@media only screen and (max-width: 1390px) {
  #header,
  #startpageCarousel {
    width: 100%;
  }
  #startpageCarousel .carousel-control.left {
    left: 15px;
  }
  #startpageCarousel .carousel-control.right {
    right: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  #advantagesSide {
    top: 160px;
  }
  #advantagesSide .btn-default.side {
    top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none;
  }
  body.startpage {
    background: none;
  }
  #startpageCarousel {
    background: url('../images/startpage_slider_background_1.jpg') no-repeat top center;
    background-size: cover;
    background-position: 50% 50%;
  }
  #startpageFormContainer .bottom {
    width: 100%;
  }
  #startpageFormContainer form .block.bottom .pull-right .block {
    width: 100%;
  }
  /* Bootstrap Navbar ab 992 */
  .navbar-header {
    float: none;
    position: absolute;
    left: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  .navbar-default .container {
    padding-left: 0px;
    width: auto;
  }
  /* Ende Bootstrap Navbar */
  #header .navbar.mobile {
    display: block;
  }
  #header .navbar.mobile {
    display: block;
    /*margin-top: 83px;*/
    float: right;
    width: 100%;
    height: 33px;
  }
  .navbar-default .navbar-toggle {
    float: left;
    margin-left: 8px;
    border: 0px;
    padding-top: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f3f4f7;
  }
  .navbar-toggle .icon-bar {
    width: 22px;
    height: 4px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  #header {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    height: 106px;
  }
  #header .topArea {
    height: 83px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    right: 0px;
  }
  #header .topArea a.logo {
    left: 20px;
  }
  #header .topArea a.logo img {
    width: auto;
    height: auto;
	max-height: 60px;
  }
  #header .topArea #metaNavigation {
    right: 15px;
    top: 16px;
  }
  #header .topArea #metaNavigation li:first-child {
    display: none;
  }
  #header .topArea #metaNavigation li a {
    font-size: 13px;
  }
  #header .topArea #metaNavigation li {
    margin-bottom: 0px;
  }
  #header #mainNavigation {
    display: none;
  }
  #header #myCardLogin {
    position: absolute;
    right: 15px;
    top: 75px;
    z-index: 1;
  }
  #header #myCardLogin a {
    font-size: 13px;
  }
  #header #myCardLogin i {
    font-size: 27px;
  }
  #header nav.navbar.mobile {
    border: 0px;
    z-index: 1;
    min-height: 30px;
  }
  #header nav.navbar.mobile a {
    color: #1e1e1e;
  }
  #header nav.navbar.mobile a.active,
  #header nav.navbar.mobile a:hover,
  #header nav.navbar.mobile a:focus {
    background-color: #f3f4f7;
    color: #1e1e1e;
  }
  #header nav.navbar.mobile a > span {
    float: right;
    margin-top: 8px;
  }
  #header nav.navbar.mobile .menu-item {
    background-color: #e7e7e7;
  }
  #header nav.navbar.mobile li.active,
  #header nav.navbar.mobile li:hover,
  #header nav.navbar.mobile li:focus {
    background-color: #f3f4f7;
  }
  #header nav.navbar.mobile li.open > ul.dropdown-menu {
    width: 100%;
    border: 0;
    display: block;
    position: static;
    top: 0;
    float: none;
  }
  #header nav.navbar.mobile .dropdown-menu {
    background-color: #e7e7e7;
    padding: 0px;
  }
  #header nav.navbar.mobile .dropdown-menu > li > a {
    padding-left: 20px;
  }
  #header nav.navbar.mobile .dropdown-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e7e7e7;
  }
  #header nav.navbar.mobile .dropdown-menu a.active,
  #header nav.navbar.mobile .dropdown-menu a:hover,
  #header nav.navbar.mobile .dropdown-menu a:focus {
    background-color: #f3f4f7;
    color: #1e1e1e;
  }
  #header nav.navbar.mobile .dropdown-menu .dropdown-submenu {
    background-color: #e7e7e7;
  }
  #header nav.navbar.mobile .dropdown-menu .dropdown-submenu.open {
    background-color: #e7e7e7;
    width: 100%;
    border: 0;
    display: block;
    position: static;
    top: 0;
    float: none;
  }
  #header nav.navbar.mobile .dropdown-menu .dropdown-submenu.open ul.dropdown-menu > li a {
    padding-left: 30px;
  }
  #startpageCarousel {
    width: 100%;
    height: 200px;
  }
  #startpageCarousel .carousel-inner .item .container {
    display: none !important;
  }
  .carousel-control {
    display: none;
  }
  .btn-default.side {
    position: relative;
    top: 0px;
    margin: 0 auto;
    display: block;
    width: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 20px;
  }
  .mobile_bg {
    display: block;
    padding-right: 30px;
    background-image: url("../images/fa-chevron-down.png");
    background-repeat: no-repeat;
    background-position: center right;
  }
  #mobileNavigation {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 33px;
    left: 0;
  }
  .no-mobile {
    display: none;
  }
  #advantagesSide {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  #startpageFormContainer form label {
    display: block;
  }
  .free_advantages {
    background-color: #fffff;
    color: #000;
    font-weight: bold;
    position: relative;
    border-top: 1px solid #fff;
    margin-top: -2px;
    font-size: 13px;
    display: none;
  }
  .free_advantages ul {
    padding-top: 10px;
  }
  .free_advantages li {
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url("../images/hake.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-left: 20px;
  }
  .startpageFAQ .imageBox {
    display: none;
  }
  #footer .partner {
    display: none;
  }
  .form-inline .required {
    display: block;
  }
  .form-inline .bottom {
    display: block;
  }
  .form-inline .pull-left .block {
    display: block;
  }
  #startpageFormContainer {
    height: auto;
    background-image: url("../images/bg-900x1000.jpg");
  }
  #startpageFormContainer .container h1 {
    font-size: 20px;
  }
  #startpageFormContainer form .firstname,
  #application1FormContainer form .firstname,
  #application2FormContainer form .firstname,
  #startpageFormContainer form .lastname,
  #application1FormContainer form .lastname,
  #application2FormContainer form .lastname,
  #startpageFormContainer form .street,
  #application1FormContainer form .street,
  #application2FormContainer form .street,
  #startpageFormContainer form .number,
  #application1FormContainer form .number,
  #application2FormContainer form .number,
  #startpageFormContainer form .country,
  #application1FormContainer form .country,
  #application2FormContainer form .country,
  #startpageFormContainer form .nationality,
  #application1FormContainer form .nationality,
  #application2FormContainer form .nationality,
  #startpageFormContainer form .email,
  #application1FormContainer form .email,
  #application2FormContainer form .email,
  #startpageFormContainer form .telephone,
  #application1FormContainer form .telephone,
  #application2FormContainer form .telephone,
  #startpageFormContainer form .password,
  #application1FormContainer form .password,
  #application2FormContainer form .password,
  #startpageFormContainer form .passwordRepeat,
  #application1FormContainer form .passwordRepeat,
  #application2FormContainer form .passwordRepeat,
  #startpageFormContainer form .telephone2,
  #application1FormContainer form .telephone2,
  #application2FormContainer form .telephone2,
  #startpageFormContainer form .income,
  #application1FormContainer form .income,
  #application2FormContainer form .income,
  #startpageFormContainer form .creditcard-label,
  #application1FormContainer form .creditcard-label,
  #application2FormContainer form .creditcard-label,
  #startpageFormContainer form .job,
  #application1FormContainer form .job,
  #application2FormContainer form .job,
  #startpageFormContainer form .company,
  #application1FormContainer form .company,
  #application2FormContainer form .company,
  #startpageFormContainer form .family,
  #application1FormContainer form .family,
  #application2FormContainer form .family,
  #startpageFormContainer form .flat,
  #application1FormContainer form .flat,
  #application2FormContainer form .flat,
  #startpageFormContainer form .flatDate,
  #application1FormContainer form .flatDate,
  #application2FormContainer form .flatDate {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #startpageFormContainer form .salutation,
  #application1FormContainer form .salutation,
  #application2FormContainer form .salutation {
    width: 47.5% !important;
    margin-right: 5% !important;
    display: inline-block;
  }
  #startpageFormContainer form .title,
  #application1FormContainer form .title,
  #application2FormContainer form .title {
    width: 47.5% !important;
    display: inline-block;
    margin-right: 0 !important;
  }
  #startpageFormContainer form .day,
  #application1FormContainer form .day,
  #application2FormContainer form .day,
  #startpageFormContainer form .month,
  #application1FormContainer form .month,
  #application2FormContainer form .month,
  #startpageFormContainer form .year,
  #application1FormContainer form .year,
  #application2FormContainer form .year {
    display: inline-block;
    margin-right: 0px;
  }
  #startpageFormContainer form .day,
  #application1FormContainer form .day,
  #application2FormContainer form .day,
  #startpageFormContainer form .month,
  #application1FormContainer form .month,
  #application2FormContainer form .month {
    width: 25% !important;
    margin-right: 5% !important;
  }
  #startpageFormContainer form .year,
  #application1FormContainer form .year,
  #application2FormContainer form .year {
    width: 40% !important;
  }
  #startpageFormContainer form .zip,
  #application1FormContainer form .zip,
  #application2FormContainer form .zip {
    width: 25% !important;
    margin-right: 5% !important;
    display: inline-block;
  }
  #startpageFormContainer form .city,
  #application1FormContainer form .city,
  #application2FormContainer form .city {
    width: 70% !important;
    margin-right: 0px;
    display: inline-block;
  }
  #startpageFormContainer form .birthday-label,
  #application1FormContainer form .birthday-label,
  #application2FormContainer form .birthday-label {
    width: 100%;
    margin-bottom: 5px !important;
  }
  #startpageFormContainer form .checkbox-creditcard,
  #application1FormContainer form .checkbox-creditcard,
  #application2FormContainer form .checkbox-creditcard {
    width: 100%;
  }
  #startpageFormContainer form .block.bottom .pull-left,
  #application1FormContainer form .block.bottom .pull-left,
  #application2FormContainer form .block.bottom .pull-left {
    width: 100%;
  }
  #startpageFormContainer form .block,
  #application1FormContainer form .block,
  #application2FormContainer form .block {
    margin-bottom: 10px;
  }
  #startpageFormContainer form .block.bottom .pull-right,
  #application1FormContainer form .block.bottom .pull-right,
  #application2FormContainer form .block.bottom .pull-right {
    width: 100%;
    margin-top: 20px;
  }
  #startpageFormContainer form .block.bottom .pull-right .block,
  #application1FormContainer form .block.bottom .pull-right .block,
  #application2FormContainer form .block.bottom .pull-right .block {
    margin-right: 0px;
  }
  #startpageFormContainer form .btn-default.yellow.big,
  #application1FormContainer form .btn-default.yellow.big,
  #application2FormContainer form .btn-default.yellow.big {
    width: 100%;
  }
  #startpageFormContainer form .pull-right.action > .block,
  #application1FormContainer form .pull-right.action > .block,
  #application2FormContainer form .pull-right.action > .block {
    text-align: center;
  }
  #startpageFormContainer form .pull-right.action > .btn,
  #application1FormContainer form .pull-right.action > .btn,
  #application2FormContainer form .pull-right.action > .btn {
    margin-top: 15px;
  }
  .container {
    width: 100%;
  }
  .form-group {
    margin-bottom: 15px !important;
  }
  label.only-mobile {
    color: #fff;
  }
  #footer {
    margin-bottom: 0px;
  }
  #footer #footerNavigation {
    height: auto;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    margin-bottom: 0px !important;
  }
  .checkboxFormated {
    height: 18px;
  }
  #sidebar {
    display: none;
  }
  .breadcrumb {
    margin: 5px 0;
  }
  table.formated th {
    font-size: 15px;
  }
  table.formated td {
    font-size: 14px;
  }
  #application1FormContainer form .form-group > label,
  #application2FormContainer form .form-group > label {
    display: block;
  }
  #content .sujet {
    margin-bottom: 20px !important;
  }
  #content h1 {
    font-size: 24px !important;
  }
  #content h2 {
    font-size: 20px !important;
  }
  #content .btn-default {
    margin-bottom: 20px;
  }
  #content .inactive {
    max-width: 100%;
  }
  #content .btn_antrag {
    width: 200px;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .all_free_div {
    background-image: url(../images/startpage_slider_1.png);
    background-repeat: no-repeat;
    background-position: 20% 10px;
    background-size: 180px;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    top: 115px;
    width: 100%;
  }
  .all_free_div .btn {
    position: relative;
    left: 0px;
    line-height: 10px;
    font-size: 18px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .all_free_div .textBlock {
    margin-top: 100px;
    width: auto;
    margin-left: 50%;
    margin-bottom: 5px;
  }
  /* mypage */
  #header #myCardLogin.yellow {
    background-color: transparent;
    color: #1a2c5f;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 0;
  }
  #header #myCardLogin.yellow a,
  #header #myCardLogin.yellow a:hover {
    color: #1a2c5f;
  }
  #header #myCardLogin.yellow.logout {
    background-color: transparent;
  }
  body.mypage .htable .row .right {
    text-align: left;
  }
  body.mypage .editSymbol {
    display: none;
  }
  body.mypage .htable.downloads a.first {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-default .container {
    padding-left: 15px;
  }
  body.startpage {
    background-position: center 80px;
  }
  .radio label,
  .checkbox label {
    padding-left: 0 !important;
  }
  .btn-default.big {
    font-size: 20px;
  }
  .btn-default.medium {
    font-size: 15px;
  }
  .btn-default.small {
    font-size: 12px;
  }
  .btn-default.smallest {
    font-size: 12px;
  }
  .all_free_div {
    background-size: 160px;
    background-position: 5% 15px;
  }
  .all_free_div .textBlock {
    margin-left: 35%;
  }
  form .checkboxes div.credit-card-checkbox {
    display: block !important;
  }
  /* upload */
  body.upload {
    background: #fcb131;
  }
  body.upload #header {
    margin-bottom: 0;
  }
  body.upload #main {
    margin-bottom: 0;
  }
  body.upload #content {
    background-color: #fffff;
    padding: 30px 15px 15px 15px;
  }
  body.upload #content .innerBorder {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
  }
  body.upload #content .innerBorder .info {
    display: none;
  }
  body.upload #content .innerBorder .colorbox {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  body.upload #content .innerBorder .colorbox .icon {
    display: none;
  }
  body.upload #content .innerBorder .colorbox .form {
    padding-bottom: 15px;
    overflow: visible;
  }
  body.upload #content .innerBorder .colorbox .form label {
    font-size: 13px;
  }
  body.uploadSuccess {
    background: #fcb131;
  }
  body.uploadSuccess #header {
    margin-bottom: 0;
  }
  body.uploadSuccess #main {
    margin-bottom: 0;
  }
  body.uploadSuccess #content {
    background-color: #ffffff;
    padding: 30px 15px;
  }
  body.uploadSuccess #content .innerBorder {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
  }
  /* mypage */
  body.mypage .colorbox.yellow.login .login {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    border: 0;
    border-bottom: 1px solid #ffffff;
  }
  body.mypage .colorbox.yellow.login .register {
    float: none;
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }
  body.mypage form.registerComplete .password {
    width: 100%;
    margin-right: 0;
  }
  body.mypage form.registerComplete .passwordRepeat {
    width: 100%;
    margin-right: 0;
  }
  body.mypage form.registerComplete .question {
    width: 100%;
    margin-right: 0;
  }
  body.mypage form.registerComplete .answer {
    width: 100%;
    margin-right: 0;
  }
  body.mypage form.registerComplete button {
    min-width: 180px;
  }
  .table-desktop {
    display: none;
  }
  .table-mobile {
    display: block;
  }
  body.mypage .grey-mobile {
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 545px) {
  body.startpage {
    background-position: center 120px;
  }
  #overlay > .message-box {
    margin: 0px !important;
    margin-top: 50% !important;
    top: inherit !important;
    left: inherit !important;
    width: auto !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  /* mypage */
  body.mypage form.editData {
    width: 100%;
  }
  body.mypage form.editData label {
    float: none;
    width: 100%;
  }
  body.mypage form.editData .form-control {
    float: none;
    width: 100% !important;
  }
  body.mypage form.editData button {
    margin-left: 0;
  }
  body.mypage form.register .customerId {
    width: 100%;
    margin: 0;
    margin-bottom: 15px !important;
  }
  body.mypage form.register .birthdate {
    width: 100%;
    margin: 0;
  }
  body.mypage form.register button {
    min-width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .btn_r50 {
    max-width: 301px;
    height: 60px;
    font-size: 25px !important;
  }
  #application1FormContainer .block.bottom .pull-right .block,
  #application2FormContainer .block.bottom .pull-right .block {
    width: 340px !important;
  }
  #header {
    height: 100px;
  }
  #header div.topArea {
    height: 72px;
  }
  #header #myCardLogin {
    top: 65px;
    float: none;
  }
  #header .topArea a.logo img {
	  max-height: 50px;
  }
  .all_free_div {
    background-size: 120px;
    top: 115px;
  }
  .all_free_div .textBlock {
    margin-left: 25%;
    margin-top: 100px;
  }
  .all_free_div .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
  }
  .btn-default.smallest {
    padding: 8px;
  }
}
@media only screen and (max-width: 380px) {
  .table-mobile th,
  .table-mobile td {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 360px) {
  #application1FormContainer .block.bottom .pull-right .block,
  #application2FormContainer .block.bottom .pull-right .block {
    width: 280px !important;
  }
  .checkboxFormated {
    width: 16px;
  }
  .checkboxFormated label {
    width: 16px;
    height: 16px;
    top: 0px;
  }
  .checkboxFormated label:after {
    width: 10px;
    height: 5px;
  }
  #application1FormContainer .block.bottom .pull-left,
  #application2FormContainer .block.bottom .pull-left {
    width: 100%;
  }
  #startpageFormContainer form .form-group,
  #application1FormContainer form .form-group,
  #application2FormContainer form .form-group {
    margin-bottom: 5px !important;
  }
  #startpageFormContainer form label,
  #application1FormContainer form label,
  #application2FormContainer form label {
    margin-bottom: 0px !important;
  }
  #startpageFormContainer form .birthday-label,
  #application1FormContainer form .birthday-label,
  #application2FormContainer form .birthday-label {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 993px) {
  #sidebar .red {
    font-size: 20px;
  }
  #startpageCarousel {
    width: 100%;
    height: 260px;
  }
  #startpageCarousel .item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #startpageCarousel .item .textBlocks {
    padding-left: 30px;
  }
  #myCardLogin a {
    font-size: 13px;
  }
  #header #myCardLogin i {
    font-size: 27px;
  }
  #header #myCardLogin {
    right: 15px;
    top: 108px;
    z-index: 1;
  }
  #footer .partner .item {
    margin-right: 20px;
  }
  .startpageContent .imageBox {
    width: 480px;
  }
  #startpageFormContainer {
    padding-top: 15px;
  }
  #startpageFormContainer h1 {
    margin-bottom: 10px;
  }
  #startpageFormContainer form .block.bottom .action > div.block {
    margin-top: 0px;
    margin-right: 0px;
  }
  #startpageFormContainer form .block.bottom .action > button {
    margin-top: 15px;
  }
  #advantagesSide {
    width: 570px;
  }
  #advantagesSide .btn-default.side {
    width: 220px;
  }
  .margin-top-tablet-15 {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  #startpageFormContainer form .block.bottom .action > div.block {
    float: left;
  }
}
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
#overlay > .message-box {
  background-color: #ffffff;
  color: #1e1e1e;
  position: fixed!important;
  width: 500px;
  height: auto;
  margin: -150px 0px 0px -250px;
  top: 50%;
  left: 50%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  max-width: 100%;
}
#overlay > .message-box > a {
  float: right;
}
#overlay > .message-box > p {
  color: #797979;
  font-family: 'HelveticaNeueLTStd-Ex';
}
#overlay > .message-box i.close-icon {
  position: absolute;
  right: 16px;
  top: 16px;
}
.body-fixed {
  position: fixed;
}
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 20px;
  display: none;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.back-to-top .btn-default {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#afafaf, direction=45);
}
.back-to-top .btn-default > span {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#afafaf, direction=135);
}
html,
body {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow-x: hidden;
  width: 100%;
}

.contentinbox { padding-top: 10px; padding-bottom: 12px; font-size: 12px; }
.errorMessage {
  color: #ed1c2e;
  font-size: 12px;
  padding-bottom: 15px;
}

.fett, .bold {
  font-weight: bold;
}
.has-error .form-control, .has-error .bootstrap-select .btn {
	border: 2px solid #ED1C2E;
}

.gwt-SuggestBoxPopup {
    background-color: #f5f5f5;
    border: #d9d9d9 1px solid;
    margin-top: 2px;
    text-align: left;
}

.gwt-SuggestBoxPopup .item {
    padding-right: 2px;
    padding-left: 2px;
}

.gwt-SuggestBoxPopup .item-selected {
    background-color: lightyellow;
}

body.mypage form.editData .mobilePhone {
    position: relative;
}
body.mypage form.editData .mobilePhone i {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #adadad;
    font-size: 24px;
    line-height: 34px;
    z-index: 999;
}
.inputtextfieldbox {
    width: 35px;
    border: 1px solid #07246f;
    border-radius: 4px;
    padding: 5px 10px;
}

.button_gap{
    margin-left: 5%;
}
.checkSCT input[type=checkbox] {
    visibility: visible !important;
}