.adviserPanel {
  display: none;
}
/** POZADI */
/** BARVA TEXTU NA POZADI */
/** Sirka stranky*/
/** Zobrazeni panelu s jazyky */
/** Obrazek header - pozadi OnlineCommonPageContaineru */
* {
  box-sizing: content-box;
}
a {
  text-decoration: none;
}
label {
  font-weight: normal;
  margin-bottom: 3px;
}
button,
input,
optgroup,
select,
textarea {
  color: #000000;
  margin: 3px 3px 3px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
/** Kontejner obsahujici logo, jeho vyska urcuje odsazeni 'obsahu' od vrchu*/
.webLogoPanel {
  background-color: #ffffff;
  display: block;
  height: 95px;
  width: 100%;
}
/** LOGO */
.logoPanelImageStyle {
  background-image: url("../../images/2118/backgrounds/letenky_cz_logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  border-width: 0;
  display: block;
  height: 74px;
  left: 56px;
  top: 17px;
  width: 273px;
}
/** Zobrazeni panelu s filtry a informacemi na "prave" strane */
/** EntranceBookingPage */
/* @airticketBookingPanelWidth: ;   neni spojena s totoznym selektorem dle vz. */
/**  */
/** REKLAMNI PANEL NA EntranceBookingPage */
.advertisementBannerPanel {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: none;
  margin-top: 12px;
  height: 100px;
  width: 750px;
  background: #E9E9E9;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
  border-radius: .7em;
}
.advertisementBanner {
  position: absolute;
}
/** BARVA POZADI PANELU*/
/** BARVA TEXTU PANEL */
/** BARVA POZADI NADPISU U PANELU*/
/** BARVA TEXTU NADPISU U PANELU*/
/** PROGRESSBAR AKTIVNI - BARVA TEXTU */
/** PROGRESSBAR NEAKTIVNI - BARVA TEXTU */
/** PricerPage */
/** SummaryPage */
.divHeading {
  background: none repeat scroll 0 0 #f0f2f2;
  color: #1c313b;
  font-size: 12px;
  margin: 0px;
  padding: 5px 10px;
  position: relative;
}
.innerPanel {
  background-color: #f3f3f3;
  background-repeat: repeat;
  border: 0px solid #CCCCCC;
  margin: 0px;
  padding: 10px;
}
body {
  background: url('../../images/2118/backgrounds/page_background.png') scroll 0 0 #ffffff;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
a {
  color: #ea4c89;
}
a:hover {
  text-decoration: underline;
  color: #ea4c89;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0px;
}
.dialogContent p {
  margin: 0;
}
.dialogContent table {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.dialogContent table thead td,
.dialogContent table thead th {
  background-color: #999;
}
.dialogContent table td,
.dialogContent table th {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
form {
  /** IR 7 HACK */

  margin: 0;
  padding: 0;
}
abbr {
  border-bottom: 1px dotted #000;
}
#visuraloverlaycontent .modalborder {
  color: #FFFFFF;
}
select {
  border: 1px solid #CCCCCC;
  font-size: 12px;
  padding: 2px 8px;
  color: #535C66;
}
/* Start Main control button */
.controls {
  padding: 10px 3px 10px 0;
  height: 30px;
  position: relative;
}
button {
  cursor: pointer;
  font-weight: bold;
  border: none;
  color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  /** IE 7 hack */

  width: auto;
  overflow: visible;
  *min-width: 150px;
}
#airticketBookingPanel .controls button {
  margin: 7px 0 0 0;
}
.controls .submit {
  float: right;
  margin: 0;
  position: relative;
  top: 0px;
}
#id3ab {
  margin: -25px 0 0 0;
}
.controls .cancel {
  float: left;
  margin-right: 1em;
}
.submitButton span {
  background-image: url("../../images/2118/backgrounds/forward_button_background_with_magnifier.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 21px;
  padding: 12px 0;
  position: relative;
  width: 130px;
  margin-left: -35px;
}
.submitButton div {
  position: relative;
  z-index: 1001;
  height: 38px;
  width: 34px;
  top: 0;
  float: left;
}
.small.submitButton span {
  background-image: url("../../images/2118/backgrounds/forward_small_button_background.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  font-size: 0.9em;
  margin: 0;
  line-height: 16px;
  padding: 7px 0 0 0;
  position: relative;
  float: left;
}
.small.submitButton div {
  z-index: 1001;
  height: 22px;
  width: 18px;
  float: left;
  right: 0;
  top: 0;
}
.controls .cancel .backwardButton span,
.controls .cancel .cancelButton span {
  background: url("../../images/2118/backgrounds/backward_button_background.png") no-repeat scroll 100% 0 transparent;
  display: block;
  float: left;
  line-height: 38px;
  padding: 0 10px 0 14px;
  position: relative;
}
.controls .cancel .backwardButton div,
.controls .cancel .cancelButton div {
  background: url("../../images/2118/backgrounds/backward_button_symbol.png") no-repeat scroll 100% 0 transparent;
  position: relative;
  z-index: 1001;
  height: 38px;
  width: 34px;
  top: 0;
  float: left;
}
/* END Main control button */
#onlineCommonPageContainer {
  background: none;
  margin: auto;
  position: relative;
  text-align: left;
  width: 980px;
  padding: 0 20px;
}
#printButton {
  position: absolute;
  right: 170px;
}
#printPdfButton {
  position: absolute;
  right: 0px;
}
#summaryContainer .cancel {
  margin: -42px 0 0 20px;
}
/** Header a footer dodavany nekterymi prodejci */
#resellerHeader {
  width: 100%;
}
#resellerFooter {
  float: left;
}
/** END Header a footer dodavany nekterymi prodejci */
.logoPanelImage {
  background-image: url("../../images/2118/backgrounds/letenky_cz_logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  border-width: 0;
  display: block;
  height: 74px;
  left: 56px;
  top: 17px;
  width: 273px;
}
#webLogoPanel {
  background-color: #ffffff;
  display: block;
  height: 95px;
  width: 100%;
}
#webLogoPanel a {
  text-decoration: none;
}
/** Konfigurace pro jazykovy panel. */
#languageMenuContainer {
  margin: auto;
  position: relative;
  width: 970px;
  display: none;
}
#languageMenuContainer #languageMenu {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 1;
  top: 0;
}
#languageMenuContainer #languageMenu #languages {
  margin-right: 5px;
}
#languageMenuContainer #languageMenu .sbToggle {
  background-image: url("//zdroje.letenky.cz/miranda/images/icons/select-icon.jpg");
  background-repeat: no-repeat;
  background-position: 0 4px;
  height: 27px;
}
#languageMenuContainer #languageMenu .sbHolder {
  height: 27px;
  border: 1px solid #bdbdbd;
}
#languageMenuContainer #languageMenu .sbOptions {
  background-color: #f8f8f8;
  border: 1px solid #bdbdbd;
  padding: 3px 0;
  top: 27px;
}
#languageMenuContainer #languageMenu .sbOptions a {
  display: block;
  padding: 2px 0 2px 28px;
  text-align: left;
}
#languageMenuContainer #languageMenu .sbOptions a:link,
#languageMenuContainer #languageMenu .sbOptions a:visited {
  color: #003C78;
}
#languageMenuContainer #languageMenu .sbOptions img {
  margin-top: 2px;
}
#languageMenuContainer #languageMenu .sbOptions li {
  padding: 0;
}
#languageMenuContainer #languageMenu .sbOptions span {
  top: 0;
  left: 0;
}
#languageMenuContainer #languageMenu .sbSelector {
  line-height: 27px;
  height: 27px;
}
#languageMenuContainer #languageMenu .sbSelector span {
  left: 18px;
  position: absolute;
  top: 1px;
}
#languageMenuContainer #languageMenu .sbSelector img {
  top: 8px;
}
#languageMenuContainer #languageMenu .sbSelector:hover,
#languageMenuContainer #languageMenu .sbOptions a:hover {
  background-color: #d3dce3;
}
#languageMenuContainer #languageMenu .sbSelector:link,
#languageMenuContainer #languageMenu .sbSelector:visited,
#languageMenuContainer #languageMenu .sbSelector:hover,
#languageMenuContainer #languageMenu .sbOptions a:hover,
#languageMenuContainer #languageMenu .sbOptions a:focus,
#languageMenuContainer #languageMenu a.sbFocus {
  color: #003C78;
}
/** END Konfigurace pro jazykovy panel. */
/** Konfigurace panelu pro vyhledavaci formular */
#header {
  float: left;
  width: 100%;
  line-height: normal;
  background: none;
}
#header .tab-row {
  position: relative;
  top: -1em;
  display: none;
}
#header .tab-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .tab-row li {
  float: left;
  /*background:url("norm_right.gif") no-repeat right top;*/

  margin: 0;
  padding: 0;
}
#header .tab-row a {
  display: block;
  background: url("../../images/2118/backgrounds/menu_noactive_m2.png") no-repeat scroll 50% 0 transparent;
  padding: 10px 0;
  height: 25px;
  width: 110px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
}
#header .tab-row .selected a {
  background: url("../../images/2118/backgrounds/menu_m2.png") no-repeat scroll 0 0 transparent;
}
#header div.tab-panel {
  clear: left;
  color: #535C66;
  /*background-color: #83b9c4;*/

  background: none;
  min-height: 200px;
  position: relative;
}
/** END Konfigurace panelu pro vyhledavaci formular */
/** EntranceBookingPage */
.EntranceBookingPage {
  font-size: 11px;
  /** EntranceBookingPage AirticketBookingPanel BookingForm */

}
.EntranceBookingPage #onlineCommonPageContainer {
  width: 500px;
}
.EntranceBookingPage #languageMenuContainer {
  z-index: 100000;
  margin: auto;
  position: relative;
  width: 500px;
  display: none;
}
.EntranceBookingPage #languageMenu {
  text-align: right;
  z-index: 1000;
}
.EntranceBookingPage #languageMenu #languages {
  margin-right: 10px;
}
.EntranceBookingPage ul.feedbackPanel {
  margin: 0 auto;
  padding: 10px 16px;
  list-style-type: circle;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
  border-radius: .7em;
  background-color: #ffffcc;
  border: 1px solid #ff9999;
  color: #000;
  position: absolute;
  z-index: 10;
}
.EntranceBookingPage ul.feedbackPanel ul.feedbackPanel li {
  font-size: 1.1em;
}
.EntranceBookingPage #advertisementBannerPanel {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: none;
  margin-top: 12px;
  height: 100px;
  width: 750px;
  background: #E9E9E9;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
  border-radius: .7em;
}
.EntranceBookingPage #advertisementBanner {
  position: absolute;
}
.EntranceBookingPage .random0 #advertisementBanner {
  background: none;
}
.EntranceBookingPage .random1 #advertisementBanner {
  background: none;
}
.EntranceBookingPage .random2 #advertisementBanner {
  background: none;
}
.EntranceBookingPage .hiddenspan {
  display: none;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm {
  clear: both;
  height: 308px;
  padding: 10px;
  position: relative;
  border: 1px solid #BFC5CC;
  background-color: #F8F8F8;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #travelClassOptions,
.EntranceBookingPage #airticketBookingPanel #bookingForm #prefAirV {
  display: none;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm h1 {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 0px;
  font-size: 0px;
  font-weight: normal;
  color: transparent;
  padding: 3px 0 8px 40px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm h2 {
  font-size: 14px;
  font-weight: normal;
  display: inline;
  margin-right: 2.5em;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .section {
  margin: 3px 0;
  clear: both;
  margin: 0 0 15px 0;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm label {
  font-weight: bold;
  font-size: 14px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm input[type="text"] {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  width: 80px;
  border: 1px solid #C8CCD0;
  padding: 6px 5px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .controls {
  text-align: right;
  margin-right: 0em;
  padding: 0px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #options input {
  margin-left: 30px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #passengersList .item {
  display: inline-block;
  text-align: center;
  width: 18%;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #passengers .item {
  float: left;
  display: inline-block;
  margin: 20px 8px 1em;
  text-align: center;
  font-size: 8px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #passengers .item label {
  display: block;
  margin-bottom: .3em;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #passengers .item select {
  width: 4em;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #dates {
  position: absolute;
  top: 56px;
  right: 35px;
  text-align: right;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #dates .departure,
.EntranceBookingPage #airticketBookingPanel #bookingForm #dates .arrival {
  height: 25px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #dates .arrival {
  margin-top: 1em;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .formOptions label {
  padding-right: 3em;
  position: relative;
  top: -3px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #destinations {
  position: relative;
  width: 280px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #destinations .departure {
  /*width: 50%;*/

  text-align: right;
  width: 250px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #destinations .arrival {
  /*width: 50%; left: 50%; position: absolute; top: 0;*/

  margin-top: 1em;
  text-align: right;
  width: 250px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #destinations .departure input,
.EntranceBookingPage #airticketBookingPanel #bookingForm #destinations .arrival input {
  width: 160px;
  /** 160px */

}
.EntranceBookingPage #airticketBookingPanel #bookingForm .moreOptions {
  margin: 7px 0;
  display: none;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .moreOptions h2 {
  display: none;
  float: left;
  margin: 0;
  line-height: normal;
  font-size: 10px;
  position: relative;
  top: 3px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .moreOptions div {
  margin-left: 2em;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .moreOptions div select {
  width: 16em;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm .moreOptions label {
  position: relative;
  top: -3px;
  font-size: 12px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #prefAirV select {
  width: 18em;
  margin-right: 0px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #prefAirV select.canNext {
  width: 16em;
  margin-right: 0px;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #prefAirV img {
  width: 20px;
  padding-left: 2px;
  vertical-align: text-bottom;
  border: none;
}
.EntranceBookingPage #airticketBookingPanel #bookingForm #prefAirV img {
  position: relative;
  top: 3px;
}
/** END EntranceBookingPage AirticketBookingPanel BookingForm */
/** END EntranceBookingPage */
/** ProgressBar */
.reservationProgressBar {
  margin: 10px 0 10px 10px;
  padding: 0;
  height: 49px;
  z-index: 1000;
  width: 958px;
  background-image: url("../../images/2118/backgrounds/progress_bar_background.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.reservationProgressBar .step {
  display: inline-block;
  width: 150px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin: 0px 0 0 30px;
}
.reservationProgressBar .step strong {
  display: inline-block;
  font-transform: uppercase;
  font-size: 0.9em;
  /*height: 100%;
                        IE 7 hack */

  height: 36px;
  margin-left: 0px;
  padding-top: 17px;
  width: 99%;
  color: #f8c6da;
}
.reservationProgressBar .step.active strong {
  color: #ffffff;
  text-decoration: underline;
}
.reservationProgressBar .step.firstItem {
  margin: 0 0 0 100px;
}
/** END ProgressBar */
.section #destinations label,
.section #dates label {
  position: relative;
  margin: 9px 0 0 0px;
}
/** PRICER page */
#pricerPage {
  background-image: url('../../images/2118/backgrounds/page_background.png');
}
#pricerPage #offersContainer {
  z-index: 900;
  margin: -1px 0 0 10px;
}
#pricerPage .feedbackPanel {
  list-style: none;
}
#pricerPage .feedbackPanel .feedbackPanelERROR {
  color: #f00;
}
/** Vycentrovani waiting banneru */
.PricerPage #waitingBannerContainer {
  margin: 0px auto;
  padding-top: 150px;
  width: 800px;
  height: 600px;
}
/** SearchConfigurationPanel */
.searchConfigurationPanel {
  color: #414b56;
  background-color: #f3f3f3;
  border: 1px solid #BABABA;
  position: relative;
  min-height: 168px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /** Nejaka vitkovina
    .submitButton {
        position: absolute;
        right: 30px;
        top: 95px;
    }*/

}
.searchConfigurationPanel .controls {
  text-align: right;
  margin-right: 0em;
  margin-top: 0em;
  background-color: #f3f3f3;
  height: 8px;
}
.searchConfigurationPanel #complexReconfigurationSwitcher {
  position: absolute;
  right: 2em;
  top: 1em;
}
.searchConfigurationPanel .section {
  margin: 0;
  padding: 3px 0 3px 20px;
  background-color: #f3f3f3;
  border-bottom: solid #bfc5cc 1px;
  border-top: solid #ffffff 1px;
  position: relative;
}
.searchConfigurationPanel .section hr {
  display: none;
}
.searchConfigurationPanel .section .formOptions {
  padding: 8px 0px 0px;
}
.searchConfigurationPanel .section label.title {
  font-weight: bold;
  display: block;
  float: left;
  width: 72px;
}
.searchConfigurationPanel .section .formOptions span {
  display: block;
  margin: -4px 0 4px;
}
.searchConfigurationPanel .section .formOptions span > input:first-child {
  margin: 4px 5px 0 0px;
}
.searchConfigurationPanel .section .formOptions span > input {
  margin: 4px 5px 0 22px;
}
.searchConfigurationPanel .section label.titleArrival {
  font-weight: bold;
  display: block;
  float: left;
  width: 60px;
}
.searchConfigurationPanel .section div input[type="text"] {
  border-color: #ccc;
  background: none repeat scroll 0 0 #FFFFFF;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  margin: 0 3px 0 0;
  padding: 3px 5px;
  width: 200px;
  color: #535C66!important;
}
.searchConfigurationPanel .section #destinations div {
  width: 48%;
}
.searchConfigurationPanel .section #destinations .departure {
  position: relative;
  left: 0;
}
.searchConfigurationPanel .section #destinations .arrival {
  position: absolute;
  top: 3px;
  right: -10px;
}
.searchConfigurationPanel .section #dates div {
  width: 48%;
}
.searchConfigurationPanel .section #dates .departure {
  position: relative;
  left: 0;
}
.searchConfigurationPanel .section #dates .arrival {
  position: absolute;
  top: 3px;
  right: -10px;
}
.searchConfigurationPanel .section .searchOptions {
  margin-top: 0;
}
.searchConfigurationPanel .section .searchOptions h2 {
  display: block;
  width: 80px;
  font-size: 1em;
  float: left;
  margin: 0;
}
.searchConfigurationPanel .section .searchOptions input {
  width: inherit;
  margin: 0;
}
.searchConfigurationPanel .section .searchOptions .labelDestination {
  margin: 0 0.2em 0 0.1em;
}
.searchConfigurationPanel .section .searchOptions label.title2 {
  margin-top: .25em;
}
.searchConfigurationPanel .section label.title2 {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 0.5em;
}
.searchConfigurationPanel .section label.title3 {
  font-weight: bold;
  margin-left: 1em;
}
.searchConfigurationPanel #passengers {
  padding-top: 0;
}
.searchConfigurationPanel #passengers .item {
  display: inline-block;
  font-size: 0.9em;
  margin-right: 60px;
  width: 80px;
  text-align: center;
}
.searchConfigurationPanel #passengers .item2 {
  display: inline-block;
  font-size: 0.9em;
  margin-right: 60px;
  width: 80px;
  text-align: center;
}
.searchConfigurationPanel #passengers .item3 {
  display: inline-block;
  font-size: 0.9em;
  margin-right: 15px;
  width: 80px;
  text-align: center;
}
.searchConfigurationPanel #passengers .item label,
.searchConfigurationPanel #passengers .item2 label,
.searchConfigurationPanel #passengers .item3 label {
  width: 80px;
}
.searchConfigurationPanel #passengers .item select,
.searchConfigurationPanel #passengers .item2 select,
.searchConfigurationPanel #passengers .item3 select {
  margin: 0 0 0 2px;
  width: 50px;
}
.searchConfigurationPanel .section#prefAirVBox {
  margin-top: 0m;
  border: 0;
}
.searchConfigurationPanel .section#prefAirVBox img {
  border: none;
}
.searchConfigurationPanel .section#prefAirVBox h2 {
  font-size: 1em;
  display: inline;
  vertical-align: top;
  margin-right: 0.5em;
}
.searchConfigurationPanel .section#prefAirVBox h2 * {
  vertical-align: top;
}
.searchConfigurationPanel .section#prefAirVBox #prefAirV {
  display: inline-block;
  vertical-align: top;
}
.searchConfigurationPanel .section#prefAirVBox #prefAirV select {
  display: block;
  margin: 0 0 2px;
}
.searchConfigurationPanel .section#prefAirVBox .testingJS {
  margin: -23px -42px 0 0;
  float: right;
}
.searchConfigurationPanel .section#prefAirVBox .testingJS {
  margin: -22px -42px 0 0;
  float: right;
}
.searchConfigurationPanel .flexDaysChoice label {
  padding: 0 10px 0 5px;
}
/** END SearchConfigurationPanel */
/** Filtry */
#preferencyPanel {
  float: right;
  width: 210px;
  margin: 68px 10px 0;
  display: block;
  /** Posuvniky */

}
#preferencyPanel h1 {
  background-color: #f0f0f3;
  color: #ea4c89;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 8px;
  width: 190px;
  margin: 0;
  text-align: center;
  border: solid 1px #bababa;
}
#preferencyPanel .hidden {
  display: none;
}
#preferencyPanel .filterPanel {
  color: #414b56;
  width: 207px;
  margin: 0;
}
#preferencyPanel .filterPanel h2 {
  background-image: url("../../images/2118/backgrounds/filter-panel.png");
  background-repeat: repeat;
  color: #1c313b;
  font-size: 12px;
  margin: 1px;
  padding: 4px;
  float: none;
}
#preferencyPanel .filterPanel .mainContainer {
  background-image: url('../../images/2118/backgrounds/filter-panel.png');
  background-repeat: repeat;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding: 10px 0;
}
#preferencyPanel .filterPanel .mainContainer td {
  vertical-align: top;
}
#preferencyPanel .filterPanel.lastItem .mainContainer {
  min-height: 70px;
}
#preferencyPanel .filterPanel.firstItem .mainContainer {
  min-height: 100px;
}
#preferencyPanel .filterPanel .top {
  display: none;
}
#preferencyPanel .filterPanel .bottom {
  background: url("../../images/2118/backgrounds/info_panel_bottom_background.png") no-repeat scroll 0 0 transparent;
  font-size: 1px;
  height: 10px;
  line-height: 1px;
  width: 207px;
}
#preferencyPanel .filterPanel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#preferencyPanel .filterPanel ul li {
  display: block;
  position: relative;
}
#preferencyPanel .filterPanel .timeSwitcher {
  padding: 5px;
  clear: both;
}
#preferencyPanel .filterPanel .section.arrival h2,
#preferencyPanel .filterPanel .section.departure h2 {
  background-image: url("../../images/2118/backgrounds/filter-panel.png");
  background-repeat: repeat;
  text-align: left;
  padding: 0 0 0 8px;
  margin: 16px 0 0 0;
  font-size: 12px;
}
#preferencyPanel .filterPanel .section .additionalInfo {
  /*float: right;
                          padding-right: 5px;*/

  /** IE 7 hack */

  position: absolute;
  right: 5px;
  padding-top: 3px;
}
#preferencyPanel .filterPanel .deactivateLink {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  padding: 5px 10px;
}
#preferencyPanel .filterPanel .section .sliderContainer {
  padding: 5px 5px 20px 5px;
}
#preferencyPanel .filterPanel .section .horiz-slider {
  position: relative;
  height: 18px;
  width: 193px;
  background: url("../../images/2118/backgrounds/slider_background.png") repeat-x left bottom transparent;
}
#preferencyPanel .filterPanel .section .horiz-slider img {
  display: none;
}
#preferencyPanel .filterPanel .section .horiz-slider .maxthumb,
#preferencyPanel .filterPanel .section .horiz-slider .minthumb {
  position: absolute;
  height: 26px;
  width: 20px;
  left: 0;
  /* assumed, but for redundancy */

  background-color: #000;
  background: url("../../images/2118/backgrounds/slider_thumb.png") no-repeat scroll 0 0 transparent;
  margin-top: 1px;
  top: -10px;
}
#preferencyPanel .filterPanel .section .horiz-slider .minValueDescriptor {
  float: left;
  margin-top: 20px;
  color: #ea4c89;
}
#preferencyPanel .filterPanel .section .horiz-slider .maxValueDescriptor {
  float: right;
  margin-top: 20px;
  color: #ea4c89;
}
#preferencyPanel .filterPanel .mainContainer p {
  margin: 0 0 1em 0;
}
/** END posuvniky */
/** END Filtry  */
/** PricerData */
#pricerContainer {
  float: left;
  width: 735px;
}
.panelSeparator {
  height: 10px;
  width: 735px;
}
#offersData {
  margin-bottom: 5px;
}
#offersPanel {
  padding: 0;
  position: relative;
  width: 100%;
}
#offersPanel #offersList {
  position: relative;
  min-height: 350px;
}
#offersPanel .topOfferNavigation,
#offersPanel .bottomOfferNavigation {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  padding: 8px 0 0 120px;
  height: 30px;
}
#offersPanel .topOfferNavigation em,
#offersPanel .bottomOfferNavigation em {
  margin: 0;
  padding: 0;
}
#offersPanel .offersHeader {
  display: block;
  position: relative;
}
#offersPanel .offersSortingPanel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f95393;
  background: -moz-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: -webkit-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: -o-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: -ms-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  border-top: #fb8ab6 solid 1px;
  border-bottom: #93204c6 solid 1px;
  border-right: #b93266 solid 1px;
  border-left: #ec5f95 solid 1px;
  height: 48px;
  margin-bottom: 6px;
  width: 100%;
}
#offersPanel .offersSortingPanel th a {
  position: relative;
  color: white;
}
#offersPanel .offersSortingPanel th a:hover {
  text-decoration: none;
}
#offersPanel .offersSortingPanel th .wicket_orderUp .sorterIco {
  background: url("../../images/2118/backgrounds/sorter_asc_ico.png") no-repeat scroll 0 0 transparent;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 5px;
  display: inline-block;
  right: -11px;
}
#offersPanel .offersSortingPanel th .wicket_orderDown .sorterIco {
  background: url("../../images/2118/backgrounds/sorter_desc_ico.png") no-repeat scroll 0 0 transparent;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 5px;
  display: inline-block;
  right: -11px;
}
.panelBottom {
  font-size: 1px;
  height: 10px;
  line-height: 1px;
  margin: 0 0 20px;
  width: 735px;
}
#offersPriceInfo {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-align: right;
  top: 61px;
}
#offers .item {
  display: none;
}
#offers .first em {
  background: url("../../images/2118/backgrounds/navigation_page_inactive_total_left_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 32px;
}
#offers .prev em {
  background: url("../../images/2118/backgrounds/navigation_page_inactive_left_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 23px;
}
#offers a.first {
  background: url("../../images/2118/backgrounds/navigation_page_total_left_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 32px;
}
#offers a.prev {
  background: url("../../images/2118/backgrounds/navigation_page_left_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 23px;
}
#offers a.next {
  background: url("../../images/2118/backgrounds/navigation_page_right_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 23px;
}
#offers a.last {
  background: url("../../images/2118/backgrounds/navigation_page_total_right_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 32px;
}
#offers .next em {
  background: url("../../images/2118/backgrounds/navigation_page_inactive_right_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 23px;
}
#offers .last em {
  background: url("../../images/2118/backgrounds/navigation_page_inactive_total_right_ico.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 26px;
  width: 32px;
}
#offers .pagesNavigation {
  background: url("../../images/2118/backgrounds/navigation_page_background.png") repeat-x scroll 0 0 transparent;
  float: left;
  height: 26px;
  color: #ea4c89;
}
#offers .pagesNavigation em,
#offers .pagesNavigation a {
  padding: 15px;
}
#offers .pagesNavigation a {
  cursor: pointer;
  color: #606060;
}
#offers .pagesNavigation span {
  display: inline-block;
  padding-top: 2px;
}
#offers img {
  border: 0;
}
#offers #offersData span.unavailable .offerContainer {
  color: #AAAAAA !important;
}
#offers #offersData span.unavailable .offerContainer .visitCityPanel,
#offers #offersData span.unavailable .offerContainer .transfersCount,
#offers #offersData span.unavailable .offerContainer .offerDetailSwitcher a,
#offers #offersData span.unavailable .offerContainer .flightNumber a,
#offers #offersData span.unavailable .offerContainer .offerPrice {
  color: #AAAAAA !important;
}
#offers #offersData span.unavailable .offerContainer:hover .unvailableMessage {
  bottom: 38%;
  left: 35%;
  color: #ea4c89;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
#offers .offerContainer .unvailableMessage {
  display: none;
}
#offers .offerContainer .unvailableMessage span {
  background: #F3F3F3;
  padding: 5px;
}
#offers .offerItem {
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 0px;
  width: 100%;
}
#offers .offerItem .sash-cell {
  font-size: 0;
}
#offers .offerItem .sash-cell span.sash {
  display: inline-block;
  height: 20px;
  line-height: 16px;
  font-family: Verdana;
  font-size: 10px;
  vertical-align: middle;
}
#offers .offerItem .sash-cell span.sash.sash-left {
  width: 5px;
  margin-left: -0.8em;
  background-image: url('../../images/sash/sash-red_01.png');
}
#offers .offerItem .sash-cell span.sash.sash-text {
  background-image: url('../../images/sash/sash-red_02.png');
  background-repeat: repeat-x;
  color: white;
  text-transform: uppercase;
  padding: 0 .5em;
}
#offers .offerItem .sash-cell span.sash.sash-right {
  width: 9px;
  background-image: url('../../images/sash/sash-red_03.png');
}
#offers .offerContainer {
  position: relative;
  background: #ffffff;
  color: #535c66;
  border: 2px solid #cccccc;
  padding: 0 5px;
}
#offers .offerContainer .leftTopCorner {
  left: -1px;
  top: -1px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer .rightTopCorner {
  right: -1px;
  top: -1px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer .leftBottomCorner {
  left: -1px;
  bottom: -1px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer .rightBottomCorner {
  right: -1px;
  bottom: -1px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer:hover .leftTopCorner {
  left: -2px;
  top: -2px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer:hover .rightTopCorner {
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 5px;
}
#offers .offerContainer:hover .leftBottomCorner {
  left: -2px;
  bottom: -2px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer:hover .rightBottomCorner {
  right: -2px;
  bottom: -2px;
  font-size: 0;
  height: 5px;
  line-height: 0;
  position: absolute;
  width: 5px;
}
#offers .offerContainer .itineraryPanel {
  border: none;
  margin: 2px;
  margin-top: 6px;
}
#offers .offerContainer:hover .itineraryPanel {
  margin: 1px;
  margin-top: 5px;
}
#offers .offerContainer:hover .itineraryPanel .leftTopCorner,
#offers .offerContainer:hover .itineraryPanel .rightTopCorner,
#offers .offerContainer:hover .itineraryPanel .leftBottomCorner,
#offers .offerContainer:hover .itineraryPanel .rightBottomCorner,
#offers .offerContainer .itineraryPanel .leftTopCorner,
#offers .offerContainer .itineraryPanel .rightTopCorner,
#offers .offerContainer .itineraryPanel .leftBottomCorner,
#offers .offerContainer .itineraryPanel .rightBottomCorner {
  background-image: none;
  background-color: transparent;
}
#offers .offerItem {
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 0px;
  width: 100%;
}
#offers .offerContainer:hover,
#offers .offerContainer.offerOpen {
  background: #fff9fb;
}
#offers .offerContainer:hover {
  border: 1px solid #ea4c89;
}
#offers .offerContainer:hover .offerItem,
#offers .offerContainer.offerOpen .offerItem {
  background: #fff9fb;
  padding: 1px;
}
#offers .offerContainer .airticketOfferDetailPanel .selectOfferContainer {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  height: 80px;
}
#offers .offerContainer .airticketOfferDetailPanel .submitButton span {
  background-image: url("../../images/2118/backgrounds/forward_button_background.png");
  background-repeat: no-repeat !important;
  display: block!important;
  float: left!important;
  height: 35px!important;
  line-height: 30px!important;
  padding: 3px 0!important;
  position: relative!important;
  width: 140px!important;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  margin: 24px 0 -20px;
}
#offers .offerItem tr {
  border-spacing: 10px 0 0 0;
}
#offers .offerItem td {
  white-space: nowrap;
}
#offers .offerPrice {
  width: 120px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  color: #ea4c89;
}
#offers .offerPrice .totalPrice {
  font-size: 0.7em;
  padding-top: 5px;
}
#offers .offerPrice .directSelectOfferLinkContainer .submitButton {
  margin: 5px 0 0 0;
}
#offers .offerPrice .directSelectOfferLinkContainer {
  bottom: -2px;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  xpadding-right: 2px;
}
#offers .offerDates {
  width: 65px;
  min-width: 65px;
}
#offers .offerDates .departure {
  display: block;
}
#offers .departureData,
#offers .arrivalData {
  width: 164px;
}
#offers .flightDate {
  font-weight: bold;
  text-align: right;
  width: 30px;
  min-width: 30px;
}
#offers .departureData.flightDate {
  width: 60px;
  min-width: 60px;
}
#offers .departureData.flightDate select {
  font-size: 10px;
  margin: 0 3px 0 0;
  min-width: 55px;
  padding: 0;
  width: 55px;
}
#offers .departureData.flightDate span.value {
  display: inline-block;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}
#offers .flightDestination {
  width: 148px;
  text-align: left;
}
#offers .offerInfo {
  width: 73px;
  min-width: 73px;
}
#offers .offerDates .icon.precision {
  display: inline-block;
  height: 7px;
  width: 39px;
}
#offers .offerDates .icon.precision.equal {
  background: url("../../images/icons/mpc_check_online_pricer.png") no-repeat scroll 0 0 transparent;
}
#offers .departureData span,
#offers .arrivalData span,
#offers .offerDates span,
#offers .offerInfo span {
  padding: 0.4em 0;
}
#offers .offerInfo .flightDuration {
  background: url("../../images/icons/time_ico.gif") no-repeat scroll 0 6px transparent;
  display: block;
  padding-left: 15px;
  margin-left: 15px;
}
#offers .transfersCount {
  background: url("../../images/icons/flight_ico.gif") no-repeat scroll 0 6px transparent;
  padding-left: 15px;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
  color: #000;
}
#offers .airlineLogo {
  min-width: 95px;
  width: 95px;
  text-align: center;
  font-size: 0.8em;
}
#offers .airlineLogo .airlineName {
  width: 95px;
}
#offers .offerItem .offerDetailSwitcher {
  font-weight: normal;
  text-align: right;
  padding-bottom: 2px;
  width: 100px;
  float: right;
}
#offers .offerItem .emptyRow {
  font-size: 6px;
}
#offers th {
  text-align: center !important;
  font-size: 1em !important;
  vertical-align: middle;
}
#offers .advertisementPanel {
  font-size: 0.9em;
  color: #f00;
  display: table-row !important;
}
#offers .advertisementPanel td {
  white-space: normal;
}
#offers .advertisementPanel td.advertisementMessage {
  width: 370px;
}
#offers .visitCityPanel {
  font-size: 0.9em;
  color: #f00;
}
/** END PricerData */
/** END PRICER page */
/** PassengerPage */
#invoiceDataContainer,
#invoiceDataContainer a,
.terms,
.terms a {
  color: #414B56!important;
  border-bottom: 1px solid #BFC5CC;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  background-color: #F3F3F3;
  width: 735px;
  padding: 8px 0;
  font-family: arial;
  font-size: 11px;
}
#invoiceData {
  border: 0!important;
}
#passengersInfo .terms a {
  border: 0;
  color: #EA4C89;
  padding: 0;
  line-height: 20px;
  background-color: transparent;
}
#passengersContainer {
  width: 735px;
  margin-right: 5px;
  float: left;
}
#passengersContainer .controls .submitButton {
  width: 140px;
  height: 37px;
}
#passengersContainer .controls .submitButton span {
  background-image: url("../../images/2118/backgrounds/forward_button_background.png") !important;
  background-repeat: no-repeat !important;
  border-radius: 5px 5px 5px 5px !important;
  display: block !important;
  float: right !important;
  height: 37px !important;
  padding: 8px 0 0 0!important;
  width: 140px !important;
  font-size: 13px;
}
#passengerPage .taxRegistrationNumber label.title {
  font-weight: normal;
}
#passengerPage select,
#passengerPage input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 0 3px 0 0;
  padding: 1px;
  width: 12em;
}
#passengerPage .infoPanelheader {
  display: none;
}
#passengerPage .infoPanelfooter {
  display: none;
}
#passengerPage select.ancillaryService {
  width: 20em;
}
#passengerPage #preferencyPanel h1 {
  text-align: center;
}
#passengerPage .filterPanel .mainContainer {
  font-size: 0.9em;
  text-align: justify;
  padding: 0.5em 0.8em;
}
#passengerPage .passengerErrors,
#passengerPage .passengerErrors li {
  display: inline;
}
#passengerPage .passengerErrors ul {
  display: inline;
  color: #FF0000;
  list-style-type: none;
  padding: 0 0 0 1em;
}
#passengerPage .passengerEmailError,
#passengerPage .passengerEmailError li {
  display: inline;
}
#passengerPage .passengerEmailError ul {
  display: inline;
  color: #FF0000;
  padding: 0 0 0 13em;
}
#passengerPage .termErrors ul {
  color: #FF0000;
  list-style-type: none;
  margin: 0.5em 0 1em 2em;
  padding: 0;
}
#passengerPage .honorificsContainer {
  margin: 0 3px 0 0;
}
#passengerPage .errorInput {
  border: 1px solid red !important;
}
#passengerPage .dialogNameHelp {
  text-decoration: none;
  border: 0px!important;
}
#passengerPage .dialogNameHelp img {
  text-decoration: none;
  border: 0px!important;
}
#passengerPage #rightContainer {
  float: right;
}
#passengerPage #rightContainer #commercialPanel {
  margin-right: 61px;
  margin-top: 61px;
}
.bottom {
  font-size: 1px;
  height: 5px;
  line-height: 1px;
  width: 708px;
  display: none;
}
.header {
  font-size: 1px;
  height: 10px;
  line-height: 1px;
  width: 735px;
  display: none;
}
.footer {
  font-size: 1px;
  height: 10px;
  line-height: 1px;
  margin: 0;
  width: 735px;
}
#passengersContainer .notifier {
  margin: 1px 1px 4px 4px;
  color: #FF0000;
  background: white;
}
#passengersInfo {
  color: #000;
  min-height: 410px;
  position: relative;
  width: 735px;
  z-index: 0;
  margin: 0 0 0 10px;
}
#passengersInfo .feedbackPanelERROR {
  padding: 2px 0 2px 0;
}
#passengersInfo .itineraryPanel {
  background: #fff;
  width: 100%;
}
.passengersItem .passengersPanel .passengerPanelRight input {
  width: 160px;
}
.passengersItem .passengersPanel .passengerPanelLeft .surname,
.passengersItem .passengersPanel .passengerPanelLeft firstname,
#passengersInfo .section {
  margin: 2px 0;
}
.passengersItem .passengersPanel .passengerPanelRight {
  font-size: 12px;
  left: 50%;
  margin-top: 5px;
  overflow: hidden;
  width: 350px;
}
#passengersInfo input#email {
  width: 14em;
}
#passengersInfo .phoneNumber.section.last label,
#passengersInfo .phoneNumber.fax.section label {
  font-weight: normal;
}
#passengersInfo .countryCode {
  width: 15em;
}
#passengersInfo .phoneNumber input[type="text"] {
  width: 10em;
}
#passengersInfo .notes input {
  width: 500px;
}
#passengersInfo .noticeRequestedFieldsSection {
  font-family: arial;
  min-height: 2px;
  padding-left: 15px;
  font-size: smaller;
  padding-top: 1em;
}
/* insurancePanel - Pojisteni */
.insurancePanel .insurancePackageName ul {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
}
.insurancePanel .insurancePackagePrice {
  position: absolute;
  right: 70px;
}
.insurancePanel .insurancePackagePrice2 {
  font-weight: bold;
  position: absolute;
  right: 60px;
  top: 15px;
}
.insurancePanel .insuranceOffersContainer {
  position: relative;
  background-color: #f3f3f3;
  background-repeat: repeat;
  border: 0px solid #CCCCCC;
  margin: 0px;
  padding: 10px;
}
.insurancePanel .insuranceOffersContainer.changed {
  background: #EE666B;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.insurancePanel .insuranceOffersContainer.out {
  background: #f3f3f3;
  -webkit-transition: background 10s;
  -moz-transition: background 10s;
  -o-transition: background 10s;
  transition: background 10s;
}
.insurancePanel .foreignInfoMessage {
  padding: 5px 5px 5px 15px;
}
/* END insurancePanel - Pojisteni */
/* parkingPanel - Parkovani */
.parkingPanel .parkingPanelTitle {
  margin-top: 0px;
  margin-bottom: 0px;
}
.parkingPanel .logo {
  width: 127px;
}
.parkingPanel .parkingPanelPrice {
  position: absolute;
  right: 70px;
}
.parkingPanel .parkingOfferPanel {
  display: inline;
}
.parkingPanel .parkingOfferPanel .parkingOfferAdditionalInfoPanel ul {
  margin: 0;
}
.parkingPanel .parkingOfferPrice {
  position: absolute;
  top: 5px;
  right: 60px;
}
.parkingPanel .parkingOfferItem {
  position: relative;
  background-color: #F3F3F3;
  background-repeat: repeat;
  border: 0px solid #CCCCCC;
  margin: 0px;
  padding: 10px;
}
/* END parkingPanel - Parkovani */
/* END Passenger Page */
/* Summary Page*/
#summaryPanel {
  margin: 0 0 0 15px;
  min-height: 900px;
}
#summaryPage #summaryContainer {
  float: left;
  color: #000;
  width: 745px;
}
#summaryPage #summaryContainer .header {
  background: url("../../images/2118/backgrounds/bck_sub_block_top.png") no-repeat scroll 0 0 transparent;
  height: 10px;
  width: 100%;
}
#summaryPage #summaryContainer .bottom {
  background: url("../../images/2118/backgrounds/bck_sub_block_bottom.png") no-repeat scroll 0 0 transparent;
  height: 10px;
  width: 100%;
}
#summaryPage #summaryContainer #summaryContent {
  position: relative;
  z-index: 5;
}
#summaryPage #summaryContainer #summaryContent .infoPanelheader {
  display: none;
}
#summaryPage #summaryContainer #summaryContent .infoPanelfooter {
  display: none;
}
#summaryPage #summaryContainer #summaryContent .locator {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
  color: #ea4c89;
  background-color: #F3F3F3;
  border: solid 1px #BFC5CC;
  width: 100%;
}
#summaryPage #summaryContainer #summaryContent .locator span {
  color: #1c313b;
  font-weight: normal;
}
#summaryPage ul.feedbackPanel {
  list-style: none;
  color: #414b56;
  padding-left: 27px;
}
#summaryPage ul.feedbackPanel a {
  list-style: none;
}
#summaryPage #preferencyPanel h1 {
  text-align: center;
}
#summaryPage .filterPanel .mainContainer {
  font-size: 0.9em;
  text-align: justify;
  padding: 0.5em 0.8em;
}
#summaryPage .filterPanel .mainContainer .center {
  text-align: center;
}
#summaryPage .container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 190px;
}
#summaryPage #preferencyPanel .bonusServicesPanel {
  margin-top: 10px;
}
#summaryPage .filterPanel .mainContainer .bonusService .center {
  text-align: center;
  margin: 0 0 10px 0;
}
#summaryPage .filterPanel .mainContainer .bonusService img {
  margin-left: -7px;
}
#summaryPage .filterPanel .mainContainer .serviceLogo {
  position: absolute;
  top: 5px;
  right: 0px;
}
#summaryPage #ticketingTimeoutInfoPanel {
  margin: 0 0 10px 0;
}
#summaryPage #ticketingTimeoutInfoPanel p {
  padding: 0 10px;
}
#summaryPage #ticketingTimeoutInfoPanel .ticketingTimeoutInfo {
  font-weight: bold;
  color: #ff0063;
}
#summaryPage .controls .submit {
  /* display: none; */

  width: 140px;
  height: 37px;
}
#summaryPage .flightSectorPanel {
  background: #f3f3f3;
}
#summaryPanel .controls .submitButton span {
  background-image: url("../../images/2118/backgrounds/forward_button_background.png") !important;
  background-repeat: no-repeat !important;
  border-radius: 5px 5px 5px 5px !important;
  display: block !important;
  float: right !important;
  height: 37px !important;
  width: 140px !important;
  line-height: 14px;
  font-size: 13px;
}
#summaryContent .controls .cancel {
  margin: -50px 0 0 20px !important;
}
.orderHeader {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f95393;
  background: -moz-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: -webkit-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: -o-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: -ms-linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  background: linear-gradient(270deg, #f95393 0%, #d82f70 100%);
  border-top: #fb8ab6 solid 1px;
  border-bottom: #93204c6 solid 1px;
  border-right: #b93266 solid 1px;
  border-left: #ec5f95 solid 1px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 37px;
  margin: 0 0 10px 0;
  padding: 15px 0 0px;
  text-align: center;
  width: 100%;
}
.paygateIcon {
  float: left;
  padding: 2px 6px;
  line-height: 53px;
}
.paygateIcon img {
  vertical-align: middle;
}
.infoPanel {
  background: #f3f3f3;
  border-bottom: 1px solid #BFC5CC;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  color: #414b56;
  padding: 5px 0;
  font-size: 11px;
}
.infoPanel h2 {
  background: none repeat scroll 0 0 #f0f2f2;
  margin: 0 0 2px 0;
  font-size: 12px;
  color: #1c313b;
  padding: 3px 10px;
  text-align: left;
}
.infoPanel table.info {
  border: medium none;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.infoPanel table.info th {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  text-align: left;
  vertical-align: baseline;
}
.infoPanel table.info td {
  font-size: 11px;
  padding: 2px 10px;
  text-align: left;
  vertical-align: baseline;
}
.productList .productListContainer .infoPanelheader {
  background: url("../../images/2118/backgrounds/bck_summary_top.gif") no-repeat scroll 0 0 transparent;
  font-size: 1px;
  height: 5px;
  display: none;
}
.productList .productListContainer.infoPanel {
  border: 4px solid #D82F70;
}
.productList .productListContainer table.products {
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
.productList .productListContainer table.products th {
  border: 0;
  padding: 5px 10px;
  background-color: #f0f2f2;
}
.productList .productListContainer table.products th.type {
  border: 0;
  font-size: 12px;
  text-align: left;
  width: 25%;
}
.productList .productListContainer table.products th.price {
  text-align: center;
  width: 25%;
}
.productList .productListContainer table.products th.price.total {
  border: 0;
  font-size: 11px;
  text-align: right;
  color: #414B56;
}
.productList .productListContainer table.products td.price {
  text-align: center;
}
.productList .productListContainer table.products td.icon {
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.productList .productListContainer table.products td.price.total {
  background-position: right center;
  background-repeat: repeat-y;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
  color: #414B56;
}
.productList .productListContainer .total {
  border: 0;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
  text-align: right;
  width: 690px;
  color: #EA4C89;
}
/* Product Details panel */
.productDetailPanel {
  border: 1px solid;
  font-size: 12px;
  font-family: arial;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background-color: #f0f2f2;
  width: 600px !important;
}
.productDetailPanel .productInfoPanel {
  margin-top: 5px;
}
.productDetailPanel .productInfoPanel .productName {
  margin-left: 10px;
}
.productDetailPanel .productInfoPanel .productPrice {
  position: absolute;
  top: 25px;
  right: 30px;
}
.productDetailPanel h3 {
  background-color: #989898 ;
  font-weight: bold;
  padding: 2px 1px;
  margin: 0;
}
.productDetailPanel table.productPricesTable {
  border: medium none !important;
  border-collapse: collapse !important;
}
.productDetailPanel table.productPricesTable thead tr {
  border-bottom: 1px solid #ccc;
}
.productDetailPanel table.productPricesTable th {
  padding: 5px 10px 1px !important;
  color: #333 !important;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  text-align: left;
  vertical-align: top;
}
.productDetailPanel table.productPricesTable td {
  border-bottom: 1px solid #EEEEEE;
  color: #333 !important;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
}
.productDetailPanel h3 a.closeLink {
  background: url("../../images/2118/backgrounds/small_popup_close_ico.gif") repeat-y scroll 0 0 transparent !important;
  display: block !important;
  height: 15px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 5px !important;
  top: 2px !important;
  width: 15px !important;
}
/* Product detail panel END */
/* Summary Page END */
/* Action Offers Page */
#actionOffersContainer {
  background: repeat-y scroll 0 0 #f3f3f3;
  color: #414b56;
  min-height: 404px;
  padding: 5px 8px 10px 12px;
  position: relative;
  width: 940px;
  z-index: 5;
}
#actionOffersContainer ul.feedbackPanel {
  margin-bottom: 1em;
  padding: .5em 2em;
  list-style-type: circle;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
  border-radius: .7em;
  background-color: #ffffcc;
  border: 1px solid #ff9999;
  color: #000;
}
#actionOffersContainer li.feedbackPanelERROR {
  font-size: 1.1em;
}
#actionOffersContainer ul li {
  padding-left: 8px;
}
#actionOffersContainer .filterPanel {
  width: 940px;
  border: 1px solid #D2D7DC;
  border-collapse: collapse;
  text-align: center;
}
#actionOffersContainer .actionOffers {
  width: 940px;
  border: 1px solid #D2D7DC;
  border-collapse: collapse;
  text-align: center;
}
#actionOffersContainer .actionOffers .actionOffer {
  border: 1px solid #D2D7DC;
  font-size: 14px;
}
#actionOffersContainer .actionOffers .actionOffer,
#actionOffersContainer .actionOffers .actionOffer td {
  cursor: pointer;
  border-bottom: 1px solid #D2D7DC;
}
#actionOffersContainer .actionOffers .actionOffer:hover {
  background: #eef3f9;
}
#actionOffersContainer .filterPanel .roundTripIcon,
#actionOffersContainer .actionOffers .actionOffer .roundTripIcon {
  width: 45px;
}
#actionOffersContainer .filterPanel .departureCity,
#actionOffersContainer .actionOffers .actionOffer .departureCity {
  width: 165px;
}
#actionOffersContainer .filterPanel .arrivalCity,
#actionOffersContainer .actionOffers .actionOffer .arrivalCity {
  width: 165px;
}
#actionOffersContainer .filterPanel .airline,
#actionOffersContainer .actionOffers .actionOffer .airline {
  width: 165px;
}
#actionOffersContainer .filterPanel .price,
#actionOffersContainer .actionOffers .actionOffer .price {
  color: #C50606;
  font-weight: bold;
  width: 100px;
}
#actionOffersContainer .companion {
  width: 40px;
}
#actionOffersContainer .actionOffers .actionOffer .companion .companionIcon {
  background: url('../../images/icons/companion.png') no-repeat center transparent;
  height: 32px;
  display: block;
}
.wicket-modal .controls .submitButton span {
  background-image: url("../../images/2118/backgrounds/forward_button_background.png") !important;
  background-repeat: no-repeat !important;
  border-radius: 5px 5px 5px 5px !important;
  display: block !important;
  float: right !important;
  font-size: 13px;
  height: 37px !important;
  padding: 8px 0 0 !important;
  width: 140px !important;
  margin: 0 16px 0 0 !important;
}
/* END Action Offers Page */
/* Action Pricer Page */
.ActionPricerPage {
  color: #535C66;
}
.ActionPricerPage #actionPricerContainer {
  background: none repeat-y scroll 0 0 #ffffff;
  color: #535C66;
  min-height: 404px;
  padding: 20px;
  position: relative;
  width: 940px;
  z-index: 5;
}
.ActionPricerPage .calendarPanel {
  border: 0px solid #CCCCCC;
  display: table;
  width: 940px;
  margin: 2px;
  margin-bottom: 5px;
  padding-top: 5px;
}
.ActionPricerPage .calendarPanel .departureCalendar {
  float: left;
  display: table;
}
.ActionPricerPage .calendarPanel .arrivalCalendar {
  right: 50%;
  float: right;
}
.ActionPricerPage .calendarPanel h3 {
  border-collapse: collapse;
  color: #1C313B;
  font-size: 18px;
  margin: 0 0 0 17px;
  text-align: left;
  width: 320px;
}
.ActionPricerPage .actionPassengerPanel {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  display: table;
  margin: 2px;
  padding: 2px;
  width: 700px;
}
.ActionPricerPage .actionPassengerPanel h3 {
  background: none repeat scroll 0 0 #f0f2f2;
  color: #1c313b;
  font-size: 12px;
  margin: 0px;
  padding: 5px 10px;
  position: relative;
}
.ActionPricerPage .actionPassengerPanel .actionPassenger {
  float: left;
  width: 9.2em;
  margin: 3px 1em 1em 2em;
  display: inline-block;
  font-size: 0.9em;
}
.ActionPricerPage .actionPassengerPanel .actionPassenger select {
  width: 4em;
  border: 1px solid #CCCCCC;
}
.ActionPricerPage .actionPassengerPanel .actionPassenger label {
  display: block;
  margin-bottom: 0.3em;
}
.ActionPricerPage .flightInformationPanel {
  border: 1px solid #BFC5CC;
  border-collapse: collapse;
  display: table;
  margin: 2px;
  margin-bottom: 5px;
  width: 940px;
  padding: 2px;
  position: relative;
}
.ActionPricerPage .flightInformationPanel h2 {
  border-bottom: 1px solid #BFC5CC;
  color: #1C313B;
  font-size: 19px;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  text-align: center;
}
.ActionPricerPage .flightInformationPanel label {
  font-weight: normal;
}
.ActionPricerPage .flightInformationPanel .routing {
  float: left;
  width: 360px;
  margin: 15px 0 0 75px;
  font-size: 11px!important;
}
.ActionPricerPage .flightInformationPanel .flight {
  float: left;
  font-weight: normal;
  width: 100%;
  margin: 0 0 20px 75px;
  font-size: 11px!important;
}
.ActionPricerPage .flightInformationPanel .flight .price {
  height: auto;
  position: absolute;
  right: 75px;
  top: 60px;
  width: 300px;
}
.ActionPricerPage .flightInformationPanel .flight .price .amount {
  font-weight: bold;
  font-size: 19px;
  color: #e84981;
  margin: 0 0 0 5px;
}
.ActionPricerPage .flightInformationPanel .flight .price .note {
  color: #535C66;
  font-size: 10px;
  margin: 4px 0 0 0;
  display: block;
}
.ActionPricerPage .flightInformationPanel .routing span {
  font-weight: normal!important;
  font-size: 11px;
}
.ActionPricerPage .flightInformationPanel .routing label {
  font-weight: bold!important;
}
.ActionPricerPage .flightInformationPanel .flight span {
  font-weight: normal!important;
}
.ActionPricerPage .flightInformationPanel .flight span:nth-child(2) {
  font-weight: bold!important;
}
.ActionPricerPage .flightTimesInfoPanel {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  display: table;
  margin: 2px;
  margin-bottom: 5px;
  width: 700px;
  padding: 2px;
}
.ActionPricerPage .flightTimesInfoPanel .flightTimesInfo h3 {
  background: none repeat scroll 0 0 #f0f2f2;
  color: #1c313b;
  font-size: 12px;
  margin: 0px;
  padding: 5px 10px;
  position: relative;
}
.ActionPricerPage .flightTimesInfoPanel .flightTimesInfo table {
  border-collapse: collapse;
  width: 700px;
}
.ActionPricerPage .flightTimesInfoPanel .flightTimesInfo th {
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
}
.ActionPricerPage .flightTimesInfoPanel .flightTimesInfo td {
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}
.ActionPricerPage .flightTimesInfoPanel .flightTimesInfo td.radio {
  vertical-align: middle;
}
.ActionPricerPage .flightTimesInfoPanel .flightTimesInfo tbody:hover {
  background: #fff9fb;
}
.ActionPricerPage .flightErrors {
  color: red;
  list-style-type: none;
}
/* END Action Pricer Page */
/* DestinationPicker */
div.wicket-modal div.destination-picker div.w_left,
div.wicket-modal div.destination-picker div.w_right {
  background-color: #CCCCCC;
  height: 1px;
  width: 1px;
}
div.wicket-modal div.w_caption {
  background: none repeat scroll 0 0 #145D70;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0px;
  padding: 5px 10px;
  position: relative;
}
div.wicket-modal div.destination-picker div.w_top,
div.wicket-modal div.destination-picker div.w_bottom,
div.wicket-modal div.destination-picker div.w_topLeft,
div.wicket-modal div.destination-picker div.w_topRight,
div.wicket-modal div.destination-picker div.w_bottomRight,
div.wicket-modal div.destination-picker div.w_bottomLeft,
div.wicket-modal div.destination-picker a.w_close {
  background-color: #CCCCCC;
  height: 1px;
  width: 1px;
}
div.wicket-modal a.w_close {
  background: url("../../images/2118/backgrounds/small_popup_close_ico.gif") repeat-y scroll 0 0 transparent !important;
}
.countriesList {
  background-color: #fff;
  cursor: default;
  margin: 0px;
  padding: 4px;
}
.countriesList .country {
  color: #005BAA;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-indent: 0px;
  cursor: pointer;
  display: block;
}
.countriesList .country label {
  cursor: pointer;
  color: #ea4c89!important;
}
.picker {
  cursor: pointer;
  position: relative;
  top: 6px;
}
#multiDestinationPickerPanel .countriesList {
  cursor: default;
  margin: 0px;
  padding: 4px;
}
#multiDestinationPickerPanel .countriesList .countryLabel {
  color: #535C66;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-indent: 4px;
  cursor: pointer;
  display: block;
}
#multiDestinationPickerPanel .countriesList .countryLabel {
  cursor: pointer;
  border-bottom: 1px solid #EA4C89;
}
#multiDestinationPickerPanel .countriesList .citiesContainer {
  background: none repeat scroll 0 0;
  padding: 4px 4px 4px 20px;
}
#multiDestinationPickerPanel .countriesList .destinationsContainer {
  padding: 4px 4px 4px 20px;
}
#multiDestinationPickerPanel .countriesList .stationsList,
#multiDestinationPickerPanel .countriesList .airportsList {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #005BAA;
  color: #535C66;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-indent: 0px;
  cursor: pointer;
  display: block;
  padding: 4px;
}
#multiDestinationPickerPanel .countriesList .stationLink label {
  cursor: pointer;
}
/* END DestinationPicker  */
/* Itinerary detail */
.itineraryPanel {
  border: 1px solid #bababa;
  border-collapse: collapse;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.itineraryPanel h2 {
  background: none repeat scroll 0 0 #f0f2f2;
  color: #1c313b;
  font-size: 12px;
  margin: 0px;
  padding: 5px 10px;
  position: relative;
}
.itineraryPanel .passengerPanel {
  background-color: #F3F3F3;
  background-repeat: repeat;
  border: 0 solid #CCCCCC;
  margin: 0 10px 0 10px;
  padding: 10px;
  /*width: 680px;*/

}
.itineraryPanel .passengerPanel table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.itineraryPanel .passengerPanel th {
  font-weight: bold;
  width: 150px;
}
.itineraryPanel .passengerPanel td {
  width: 150px;
  text-align: center;
}
.itineraryPanel .passengerPanel tr.totalPrice td {
  border-top: 1px dotted #dcdcdc;
}
.itineraryPanel .leftTopCorner {
  left: -1px;
  top: -1px;
  height: 5px;
  position: absolute;
  width: 5px;
}
.itineraryPanel .rightTopCorner {
  right: -1px;
  top: -1px;
  height: 5px;
  position: absolute;
  width: 5px;
}
.itineraryPanel .leftBottomCorner {
  left: -1px;
  bottom: -1px;
  height: 5px;
  position: absolute;
  width: 5px;
}
.itineraryPanel .rightBottomCorner {
  right: -1px;
  bottom: -1px;
  height: 5px;
  position: absolute;
  width: 5px;
}
.itineraryPanel .itinerary {
  background-color: #F3F3F3;
  background-repeat: repeat;
  border: 0px solid #CCCCCC;
  margin: 10px;
  padding: 10px;
  /*width: 695px;*/

}
.itineraryPanel .itinerary .flightSegment {
  padding: 2px;
  margin: 2px;
}
.itineraryPanel .itinerary .flightSegment .airlineLogo {
  padding: 2px;
  margin: 0;
  width: 95px;
  min-width: 95px;
  text-align: center;
  left: 0;
}
.itineraryPanel .itinerary .flightSegment .flightNumber {
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  right: 20%;
}
.itineraryPanel .itinerary .flightSegment .flightSegmentDeparture {
  padding: 2px;
  width: 210px;
}
.itineraryPanel .itinerary .flightSegment .flightSegmentArrival {
  padding: 2px;
  width: 210px;
}
.itineraryPanel .itinerary .flightSegment .arrow {
  width: 60px;
  text-align: center;
}
.itineraryPanel .rulesTable {
  /* ARESNG-959: Tabulka v sekci 'Tarifni podminky' v detailu nabidky */

}
.itineraryPanel .rulesTable .top {
  vertical-align: top;
}
.itineraryPanel .rulesTable .baggage table {
  border-spacing: .5em 0;
}
.itineraryPanel .rulesTable .baggage thead td {
  font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, monospace;
  font-size: x-small;
  border-bottom: 1px solid black;
}
.itineraryPanel .rulesTable .baggage thead td:first-child {
  border-bottom: none;
}
.itineraryPanel .rulesTable .baggage td {
  padding: 0 .5em;
}
/* ARESNG-959: Tabulka v extra dialogu */
.ui-dialog .baggage table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}
.ui-dialog .baggage table td {
  border: 1px solid black;
}
/* Itinerary detail END*/
/* Emergency Page */
#emergencyPage #emergencyContainer {
  color: #000000;
  float: left;
  width: 735px;
}
#emergencyPage #emergencyContainer #information {
  width: 90%;
  margin: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px 0px;
}
#emergencyPage #emergencyContainer #information h3 {
  color: #C50606;
  font-size: 12px;
}
#emergencyPage #emergencyContainer #information .description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#emergencyPage #emergencyContainer .notifier {
  width: 96%;
  margin: auto;
}
#emergencyPage #emergencyContainer .notifier ul {
  margin-bottom: 1em;
  padding: .5em 2em;
  list-style-type: circle;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
  border-radius: .7em;
  background-color: #ffffcc;
  border: 1px solid #ff9999;
  color: #000;
}
#emergencyPage #emergencyContainer .notifier ul li {
  font-size: 1.1em;
}
#emergencyPage #emergencyContainer .infoPanelheader {
  display: none;
}
#emergencyPage #emergencyContainer .infoPanelfooter {
  display: none;
}
#emergencyPage #emergencyContainer .emergencyForm .infoPanel input.note {
  width: 450px;
  padding: 2px;
  margin: 2px;
}
#emergencyPage #emergencyContainer .emergencyForm .infoPanel .passenger div.passengerHeader {
  font-size: 13px;
  font-weight: bold;
  margin: 1em;
}
#emergencyPage #emergencyContainer .emergencyForm .infoPanel div.addPassenger {
  margin: 5px;
  padding: 5px;
  float: left;
}
#emergencyPage #emergencyContainer .emergencyForm label.title {
  display: block;
  float: left;
  width: 115px;
}
#emergencyPage #emergencyContainer .emergencyForm select,
#emergencyPage #emergencyContainer input[type='text'] {
  /*passenger page select, input*/

  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  margin: 0 3px 0 0;
  padding: 1px;
}
#emergencyPage #emergencyContainer .emergencyForm .itineraryPanel {
  border: medium none;
}
#emergencyPage #emergencyContainer .emergencyForm .infoPanel .itineraryField {
  padding: 2px 10px;
}
/* END EmergencyPage  */
.malfunctionPanel {
  padding-bottom: 0.5em;
}
.malfunctionPanel .header {
  background: url("../../images/2118/backgrounds/bck_summary_top.gif") no-repeat scroll 0 0 transparent !important;
}
.malfunctionPanel .content {
  background-color: #f0f2f2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #1c313b;
  padding: 0 10px;
}
.malfunctionPanel .footer {
  background: url("../../images/2118/backgrounds/bck_summary_bottom.gif") no-repeat scroll 0 100% transparent;
}
.paymentPanelContainer .info {
  margin: 0;
  padding: 0 10px;
}
.paymentPanelContainer ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}
.paymentPanelContainer ul li {
  display: inline;
  padding-right: 0.2em;
}
.paymentPanelContainer .paymentOption {
  background-color: #F3F3F3;
  background-repeat: repeat;
  border: 0px solid #CCCCCC;
  margin: 0px;
  padding: 10px;
}
.paymentPanelContainer .paymentOption .bankTransferMessage {
  padding: 5px 10px;
}
.paymentPanelContainer .paymentOption table.paymentInfo {
  border: medium none;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.paymentPanelContainer .paymentOption table.paymentInfo th {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
}
.paymentPanelContainer .paymentOption table.paymentInfo td {
  font-size: 12px;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}
.paymentPanelContainer a,
.paymentPanelContainer a img {
  border: 0px!important;
}
/** ElectronicPaymentPage */
#electronicPaymentPage #electronicPanelContainer {
  float: left;
  width: 970px;
}
#electronicPaymentPage .infoPanelheader {
  display: none;
}
#electronicPaymentPage .infoPanelfooter {
  display: none;
}
/** END ElectronicPaymentPage */
#actionOffersWidget {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  background: #E9E9E9;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  min-height: 385px;
  margin: 0;
  overflow: hidden;
  padding: 0.8em 5px;
  position: absolute;
  top: 0;
  left: 495px;
  width: 245px;
}
#actionOffersWidget h4 {
  font-size: 16px;
  font-weight: normal;
}
#actionOffersWidget .actionOffersView {
  float: left;
  height: 17px;
  margin-bottom: 4px;
  padding: 1px;
  position: relative;
  width: 292px;
}
#actionOffersWidget .actionOffersView a {
  cursor: pointer;
}
#actionOffersWidget .actionOffersView .actionOffer {
  float: left;
  width: 140px;
}
#actionOffersWidget .actionOffersView .actionOfferPrice {
  color: #000000;
  float: left;
  width: 102px;
  right: 50%;
  text-align: right;
}
#actionOffersWidget .moreOffersLink {
  margin: 2px;
  padding: 2px;
}
div.wicket-modal div.w_silver div.w_content_3 {
  border: none;
}
.hiddenCell {
  display: none;
}
.businessOption {
  display: none;
}
.break {
  clear: both;
  display: block;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.offerContainer .OfferDetailNavigation {
  display: block;
  height: 15px;
  padding-left: 200px;
}
.airlineName {
  font-size: 10px;
}
/* Prepisanie stylov kalendara */
.yui-calendar .calheader {
  /** Hack na kalendar */

  width: 160px !important;
  color: #000000;
}
.yui-calcontainer {
  max-width: 330px !important;
  border: 0 none !important;
  background-color: #fff!important;
}
.yui-calcontainer .title {
  width: inherit !important;
}
.yui-calendar .calhead {
  border-bottom: 1px solid #BFC5CC!important;
  border-top: 0 none!important;
  border-left: 0 none!important;
  border-right: 0 none!important;
  text-align: left!important;
  color: #535C66;
}
.yui-calendar .calheader {
  border: 0!important;
  text-align: left!important;
  color: #535C66;
}
.yui-calendar td.calcell {
  border: 2px solid #ffffff !important;
  height: 25px !important;
  max-height: 25px !important;
  line-height: 25px !important;
  font-size: 13px!important;
}
.yui-calendar td.calcell label {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.yui-calendar td.restricted {
  background-color: #e7e7e9;
}
.yui-calendar td.restricted label {
  color: #242021 !important;
  background-color: #e7e7e9;
  text-decoration: line-through !important;
}
.yui-calendar td.calcell.oom {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.yui-calendar td.calcell.selectable {
  background-color: #ee4c88 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.yui-calendar td.calcell.selected {
  background-color: #922a51 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.yui-calendar td.calcell.calcellhover {
  background-color: #ee4c88 !important;
  border: 2px solid #922a51 !important;
}
.yui-calendar td.calcell.calcellhover label {
  color: #fff !important;
}
.yui-calendar td.calcell input {
  position: relative;
  top: 2px;
  margin: 0px;
}
.yui-calendar td.calcell.today.previous {
  background-color: #FFFFFF !important;
}
.selectable {
  background: none repeat scroll 0 0 #D7EFFF;
}
/* END Prepisanie stylov kalendara */
#actionPricerContainer .calendarPanel .departureCalendar,
#actionPricerContainer .calendarPanel .arrivalCalendar {
  width: 332px !important;
  margin: 20px 60px 0;
}
.actionPricerPage control {
  padding: 0 0 0  100px  !important;
}
body.TariffRulesPage {
  color: #000;
  font-size: 9pt;
}
.TariffRulesPage .feedbackPanel {
  background-color: lightpink;
  border: 1px solid lightcoral;
  padding: .4em;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  margin-bottom: 2em;
}
.TariffRulesPage #translationInfoContainer {
  margin: 15px 0;
}
.TariffRulesPage #pageTranslatorPanel {
  display: inline-block;
  width: 15%;
}
.TariffRulesPage #contactUsContainer {
  display: inline-block;
  width: 83%;
}
.TariffRulesPage .segments {
  padding: 0;
  background-color: #DAEDFF;
  border: 1px solid #79B2F0;
  counter-reset: segments;
}
.TariffRulesPage .segments ol:before {
  content: counter(segments) ". ";
  counter-increment: segments;
}
.TariffRulesPage .segments ol:nth-child(even) {
  background-color: lightsteelblue;
}
.TariffRulesPage .segments ol {
  padding-left: 2em;
  margin: 0;
  list-style-type: none;
  display: block;
}
.TariffRulesPage .segments ol li {
  padding: .5em 2em;
  display: inline-block;
}
.TariffRulesPage .rules {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 18em;
  float: left;
  border: 1px solid black;
}
.TariffRulesPage .rules li {
  overflow: hidden;
  border-bottom: 1px solid darkgray;
}
.TariffRulesPage .rules li:last-child {
  border-bottom: none;
}
.TariffRulesPage .rules li a {
  padding: .5em;
  display: block;
  width: 100%;
  background-color: white;
}
.TariffRulesPage .rules li a:hover {
  background-color: white;
  background-color: lightgray;
  color: darkblue;
}
.TariffRulesPage .rule {
  margin-left: 20em;
  font-family: Consolas, monospace;
  background-color: white;
  padding: .5em;
  white-space: pre-wrap;
  border: 1px solid black;
}
/** DelayedPaymentPage */
#delayedPaymentPage #delayedPaymentPageContainer {
  float: left;
  width: 960px;
}
#delayedPaymentPage #delayedPaymentPageContainer .notifier {
  width: 96%;
  margin: auto;
}
#delayedPaymentPage #delayedPaymentPageContainer .notifier ul {
  margin-bottom: 1em;
  padding: .5em 2em;
  list-style-type: circle;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
  border-radius: .7em;
  background-color: #ffffcc;
  border: 1px solid #ff9999;
  color: #000;
}
#delayedPaymentPage #delayedPaymentPageContainer .notifier ul li {
  font-size: 1.1em;
}
/** END DelayedPaymentPage */
/** slider style */
.horiz-slider {
  position: relative;
  height: 20px;
  width: 220px;
  background: #ffffff url(http://yui.yahooapis.com/2.8.1/build/slider/assets/skins/sam/bg-h.gif) repeat-x 0 0;
}
.horiz-slider .maxthumb,
.horiz-slider .minthumb {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  /* assumed, but for redundancy */

}
.horiz-slider .minthumb .valueDescriptor,
.horiz-slider .maxthumb .valueDescriptor {
  padding-top: 20px;
}
/** END slider style */
/** autocomplete */
div.wicket-aa {
  background-color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  margin: 1px 0 0 0;
  text-align: left;
  color: #000;
  max-height: 200px;
  overflow: auto;
}
div.wicket-aa ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.wicket-aa ul li {
  padding: .5em;
}
div.wicket-aa ul li.selected {
  background-color: #FFFF00;
  cursor: pointer;
}
div.wicket-aa ul li img {
  padding-right: 0.5em;
}
div.wicket-aa ul li span.aa-match {
  font-weight: bold;
  color: #ff0000;
}
/** END autocomplete */
.obligatoryFieldLabel {
  font-weight: bold;
}
.externalOfferPanel {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  color: #000000;
  display: table;
  margin-bottom: 5px;
  width: 100%;
}
.externalOfferPanel table {
  width: 100%;
  padding: 1px 2px 1px 1px;
  border-collapse: collapse;
  cursor: pointer;
  display: block;
  padding: 1px;
  text-decoration: none;
}
.externalOfferPanel .airlineName {
  text-align: center;
}
.externalOfferPanel .flightDestination {
  font-weight: bold;
}
.externalOfferPanel .transfersCountContainer {
  background: url("../../images/icons/flight_ico.gif") no-repeat scroll 0 6px transparent;
  padding-left: 15px;
  padding-top: 5px;
  color: #000;
}
.externalOfferPanel .airlineLogo {
  width: 110px;
}
.externalOfferPanel .departureInfo {
  width: 240px;
}
.externalOfferPanel .arrivalInfo {
  width: 260px;
}
.externalOfferPanel .reservationButton {
  width: 100px;
  text-align: right;
}
.externalOfferPanel .departureDate {
  display: none;
}
.externalOfferPanel .priceValue {
  font-size: 1.3em;
  font-weight: bold;
}
/** GiftCouponPage */
#giftCouponPage #giftCouponPageContainer {
  width: 960px;
}
#giftCouponPage #giftCouponPageContainer table.info {
  width: 100%;
}
#giftCouponPage #giftCouponPageContainer .notifier {
  background-color: #f3f3f3;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF0000;
}
#giftCouponPage #giftCouponPageContainer ul.feedbackPanel {
  list-style: none;
  padding-left: 1em;
  color: #FF0000;
  margin: 5px 0 5px 0;
}
#giftCouponPage #giftCouponPageContainer .message {
  margin: 10px 0 10px 0;
  font-size: 14px;
  font-weight: 700;
}
#giftCouponPage #giftCouponPageContainer .infoPanel .info .logo {
  width: 1px;
  vertical-align: top;
}
#giftCouponPage #giftCouponPageContainer .infoPanel .info .infoText span p {
  margin: 5px 0 5px 0;
}
#giftCouponPage #giftCouponPageContainer .giftCouponsPanelContainer .infoPanel table.info td {
  text-align: center;
  color: #5C5C5C;
  font-family: Courier;
}
#giftCouponPage #giftCouponPageContainer #giftCouponPanel #discountTypeContainer .info {
  margin-left: 30px;
}
#giftCouponPage #giftCouponPageContainer #giftCouponPanel #discountTypeContainer .info .submit {
  margin: 5px 0 5px 0;
}
/** END GiftCouponPage */
/** POPUP OKNA */
.ui-widget-content {
  color: #535C66!important;
}
.ui-widget-header {
  background-image: url("../../images/2118/backgrounds/popup_window_header.png") !important;
  background-position: 0 0;
  border-left: 1px solid #EC5F95!important;
  border-radius: 0px 0px 0px 0px!important;
  border-right: 1px solid #B93266!important;
  border-top: 1px solid #FB8AB6!important;
  border-bottom: 1px solid #D82F70!important;
}
.ui-dialog {
  border: 1px solid #BFC5CC!important;
}
.ui-dialog-buttonpane {
  border-color: #BFC5CC!important;
}
.ui-dialog-buttonset button {
  background-image: url("../../images/2118/backgrounds/popup_window_header.png") !important;
  background-position: 0 0;
  border-left: 1px solid #EC5F95!important;
  border-radius: 0px 0px 0px 0px!important;
  border-right: 1px solid #B93266!important;
  border-top: 1px solid #FB8AB6!important;
  border-bottom: 1px solid #D82F70!important;
  color: #FFFFFF!important;
}
.ui-widget-content {
  border: #d5d5d5 solid 1px!important;
}
.ui-widget-content button {
  background-image: url("../../images/2118/backgrounds/popup_window_header.png") !important;
  color: #fff!important;
}
.ui-widget-content button:hover {
  background-image: url("../../images/2118/backgrounds/popup_window_header.png") !important;
  color: #fff!important;
}
.ui-datepicker-calendar .ui-state-default {
  background-image: url("../../images/2118/backgrounds/popup_window_header.png") !important;
  color: #fff!important;
  border: 0px solid #fff!important;
}
.ui-datepicker-calendar .ui-state-active {
  background-image: url("../../images/2118/backgrounds/popup_window_header.png") !important;
  color: #922A51!important;
  border: 0px solid #fff!important;
}
.searchConfigurationPanel .controls button {
  margin: -30px 0 0 0;
}
/** ImmediatePaymentPage */
#immediatePaymentPage #immediatePaymentContainer {
  float: left;
  margin-right: 5px;
  margin-left: 15px;
  width: 735px;
}
#immediatePaymentPage #immediatePaymentContainer #itineraryPanel {
  background-color: #f3f3f3;
}
#immediatePaymentPage #immediatePaymentContainer .infoPanelheader {
  display: block;
}
#immediatePaymentPage #immediatePaymentContainer .infoPanelfooter {
  display: none;
}
#immediatePaymentPage #immediatePaymentContainer .infoPanel {
  border-top: 1px solid #BABABA;
}
#immediatePaymentPage #immediatePaymentContainer .reservationProgressBar {
  margin: 10px 0px 10px 0px;
}
#immediatePaymentPage #immediatePaymentContainer .priceIncreased {
  padding-top: 5px;
  padding-bottom: 5px;
}
#immediatePaymentPage #immediatePaymentContainer .priceIncreased img {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
/** END ImmediatePaymentPage */
/** Vycentrovani waiting banneru */
.PricerPage #waitingBannerContainer #ws {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 360px;
  margin-top: -120px;
  padding: 0 24px 25px 24px;
  text-align: center;
  background: #fff;
  z-index: 9999;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.PricerPage #waitingBannerContainer #ws .ws-header {
  position: relative;
  top: 30px;
  margin: 0 auto;
  width: 274px;
  height: 47px;
  padding: 9px 25px 14px 25px;
  border-radius: 0 0 17px 17px;
  background-color: rgba(255, 255, 255, 0.5);
  background: url("//zdroje.letenky.cz/miranda/images/2118/waiting-banner/L_w-banner_LOGO.png") center 0;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.PricerPage #waitingBannerContainer #ws .ws-counter {
  position: relative;
  top: 120px;
  margin: auto;
  margin-top: 7px;
  height: 70px;
  width: 70px;
  border-radius: 20em;
  border-style: solid;
  border-width: 2px;
  border-color: #E63D7D;
  background: #ffffff url("//zdroje.letenky.cz/miranda/images/2118/waiting-banner/ws-loading.gif") center center no-repeat;
  background-size: 70px;
}
.PricerPage #waitingBannerContainer #ws .ws-counter span {
  display: inline-block;
  margin: 21px auto 0;
  color: #717982;
  font-size: 19px;
  font-weight: 700;
}
.PricerPage #waitingBannerContainer #ws > div[class^="ws-rolling"] {
  overflow: hidden;
  position: relative;
  top: 45px;
  width: 172px;
  height: 100px;
}
.PricerPage #waitingBannerContainer #ws > div[class^="ws-rolling"] img {
  display: block;
  margin: auto;
  padding: 10px 0;
}
.PricerPage #waitingBannerContainer #ws > div[class^="ws-rolling"].transparent {
  background: transparent;
}
.PricerPage #waitingBannerContainer #ws .ws-rolling-left {
  float: left;
  margin-left: -24px;
  border-radius: 0 20px 20px 0;
}
.PricerPage #waitingBannerContainer #ws .ws-rolling-right {
  float: right;
  margin-right: -24px;
  border-radius: 20px 0 0 20px;
}
.PricerPage #waitingBannerContainer #ws div[class*="wrap"] {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: -1;
}
.PricerPage #waitingBannerContainer #ws .ws-text-bottom {
  position: relative;
  top: -110px;
  clear: both;
  font-size: 18px;
  line-height: 120%;
  color: #424242;
}
.PricerPage #waitingBannerContainer #ws .ws-text-counter {
  position: relative;
  top: 40px;
  clear: both;
  font-size: 15px;
  line-height: 120%;
  color: #4E4E4E;
}
