/*********************/
/* VYCHOZI HODNOTY PRO WIZARD */
/*********************/
#bookingResultPanel h2 {
  margin: 0em;
}

/*********************/
/** noRoutesPanel */
/*********************/

#bookingGadgetsPanel h2 {
  text-align: left;
  margin-bottom: 0.4em;
}

#bookingGadgetsPanel .orangeform h2 {
	text-align: center;
}

#bookingGadgetsPanel #mapContainer{
  vertical-align: top;
  height: 400px;
  width: 101%;
}

#bookingGadgetsPanel #mapContainer #euroMap {
  height: 99%;
  width: 99%;
  margin-bottom: 3px;
}

#bookingGadgetsPanel h2 {
    font-size: small;
    margin-top: 0;
}

#bookingGadgetsPanel .orangeform {
    margin-bottom: 1.6em;
    padding-bottom: 0.5em;
}

#bookingGadgetsPanel .banner{
	margin-top: 1em;
	text-align: center;
}

/*vyhledavac*/
#mainSearch {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #ffb770;
  padding: 3px 5px;
  border: 2px solid rgb(255, 140, 26);
  margin-bottom: 2em;
  background-color: #fff1e3;
  /* fallback image */
  xbackground-image: url(images/fallback-gradient.png);
  /* Firefox 3.6+ */
  background-image:-moz-linear-gradient(#ffe7ce, #fffaf6);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe7ce), to(#fffaf6));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#ffe7ce, #fffaf6);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#ffe7ce, #fffaf6);

}

#mainSearch input, #mainSearch select {
  font-size: 18px;
  color: #303030;
  border: 1px solid #FFB770;
}

#mainSearch .button {
  color: white;
  border: 1px solid rgb(150, 80, 0);
	margin: 2px auto auto 2em;
  height: 3em;
  width: 80%;
}

#wizardRouteFinderStep #mainSearch .button {
	height: auto;
	margin: 0;
}

#mainSearch input {
  padding-left: 4px;
}

#mainSearch select{
	width: 100%;
}

#mainSearch input.ui-autocomplete-input { width: 80%; }

#mainSearch td {

}

#mainSearch .destination, #mainSearch .travellers, #mainSearch .conditions, #mainSearch .submit {
 padding:10px;
}

#mainSearch .destination, #mainSearch .conditions {
 margin-top:1em;
}

.ui-autocomplete.ui-menu { max-height: 400px; overflow: auto; }

#mainSearch #passengers div {
	margin-bottom: 2px;
}

#mainSearch #passengers td {
  padding: 0px 5px 3px 0px;
  margin-left: 0px;
}

#mainSearch #passengers select{
  width: 160px;
}

#mainSearch .departureTF input, #mainSearch .returnDepartureTF input{
	width: 150px;
}

/*#mainSearch .departureTF {
	margin-top: 22px;
}*/

#mainSearch .creditPriceLabel{
	font-size: 1.2em;
	font-weight: bold;
}

#last_search{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  /* Firefox 3.6+ */
  background-image:-moz-linear-gradient(#f4f4f4, #f8f8f8);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#f8f8f8));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#f4f4f4, #f8f8f8);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#f4f4f4, #f8f8f8);
}

#mainSearch .departure, #mainSearch .arrival, #mainSearch .selectPassangers{
	border: solid gray;
	background-color: #FFF7EE;
	padding:10px;
}

#mainSearch .selectPassangers{
	border-width: 1px;
}

#mainSearch .departure{
	padding-left:30px;
	border-width: 1px 1px 0px 0px;
        height: 52px;
}

#mainSearch .arrival{
	border-width: 1px 0px 0px 1px;
}

#mainSearch .openTicket{
	margin-bottom: 5px;
}
#mainSearch .returnTicketCheck, #mainSearch .depMessage{
	margin-left: 10px;
}

/*vysledky*/
#content_graybg div.bookingError {
  color: #F00;
  font-weight: bold;
  font-size: 120%;
  background: #ffd6d6;
  text-align: center;
  width: 90%%;
  border: 1px solid #F00;
  padding: 10px 0;
  margin: 10px auto 0px auto;
}

.bubbleText {
  border: 2px solid rgb(255, 140, 26);
  background-color: #ffffe0;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 120%;
  margin: 10px auto 0px auto;
  width: 90%;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
}

.bubbleBanner {
  text-align: center;
  padding: 10px 0;
  margin: 10px auto 0px auto;
}

.routesPanel, .routesPanel.returnRoutesPanel {
    width: 49%;
    float: left;
}

#wizardRouteFinderStep .routesPanel, #wizardRouteFinderStep .routesPanel.returnRoutesPanel {
    width: 100%;
}

.routesPanel.returnRoutesPanel {
    margin-left: 2%;
}

.routesPanel h3.daySeparator {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px;

  padding: 5px 0 5px 7px;
  color: #58616a;
  background-color: white;
  font-weight: bold;
  font-size: 110%;
  position: relative;
  left: -37px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
}

.routesPanel.returnRoutesPanel h3.daySeparator {
    left: 37px;
    text-align: right;
    padding-right: 7px;
}

/* vyhledane spoje v jednom dni */
.routesPanel .dayRoutes{
  width: 100%;
  border-collapse: collapse;
}

.ieFixedLayout{
	table-layout: fixed\9
}

/* hlavicka tabulky s vyhledanymi spoji ve dni */
.routesPanel .dayRoutes th
.actionOfferRoutesPanel .dayRoutes th{
	color: #989898;
	font-weight : normal;
}

.routesPanel .dayRoutes .multiPassengers {
  color: #303000;
}


/* jeden vyhledany spoj - zhusteny zapis */
.routesPanel .dayRoutes .routeSummary{
  border: 1px solid #989898;
}

.routesPanel .dayRoutes .routeSummary a img{
  vertical-align: middle;
}

/* tri barvy - zelena, cervena, zluta */
.routesPanel .dayRoutes tr.free,
.actionOfferRoutesPanel .dayRoutes tr.free {
  background-color: #e0ffe0;
}

.routesPanel .dayRoutes tr.free:hover,
.actionOfferRoutesPanel .dayRoutes tr.free:hover {
  background-color: #afffaf;
}

.routesPanel .dayRoutes tr.full,
.actionOfferRoutesPanel .dayRoutes tr.full  {
  background-color: #ffe0e0;
}

.routesPanel .dayRoutes tr.full:hover,
.actionOfferRoutesPanel .dayRoutes tr.full:hover {
  background-color: #ffafaf;
}

/* tlacitka zhusteneho zapisu chceme mit mensi na vysku. Nektere delame jako buttonu, nektere jako linky */
.routesPanel tr.routeSummary .button{
  font-size: .9em;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  _padding-top: 2px !important;
}

.routesPanel .bookButton, .routesPanel tr.routeSummary .button{
  margin: 2px 0 !important;
}

.routesPanel button.buttonDisabled {
    cursor: default;
    border-color: gray;
    background-color: #bbb;
}

.routeDetailButton{
	cursor: pointer;
	margin-right: 5px;
}

/* jeden vyhledany spoj - rozbaleny detailni zapis */
.routesPanel .dayRoutes .routeDetail{
  /*display: none;
  */
  padding-left: 50px;
}

/* minusovy margin je kvuli eliminaci vychoziho paddingu 1px u TD */
.routeDetail div.detailPanel {
  border-left: 1px solid #989898;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  margin: -1px 0 -2px 50px;
}

.routeDetail .prices {
  background-color: #ffffe0;
}

.routeDetail div.detailPanel .prices table {
	width: 100%;
}

/* tlacitko aktualizovat vyhledane spoje */
div.refreshRoutes {
	margin-bottom: 10px;
}

/* tlacitko dalsi */
div.nextSearch {
/*   margin-top: 13px; */
  float: right;
}

.normalPriceObsolete {
    text-decoration: line-through;
    color: #000000;
    font-size: 11px;
}

/*********************/
/* VYHLEDANI SPOJENI */
/*********************/
.routeDetail h2 {
	margin-bottom: 0px;
}

.routeDetail .prices {
  border-top: 1px solid #989898 /*rgb(200,110,17)*/;
  padding: 3px 0;
}

.routeDetail .prices th {
  text-align: left;
  color: #58616a;
  font-weight: normal;
  font-size: smaller;
  padding: 4px 4px 1px 4px;/*del*/
  vertical-align: bottom;
}

.routeDetail .prices td {
  padding: 2px 4px 2px 4px;
  border-top: 1px solid #e0e0e0;
  line-height: 110%;
  font-size: 90%;
}
.routeDetail .prices .head{
	color: #58616A;
}

#wizardRouteFinderStep .routeDetail .prices{
  font-size: 90%;
  padding-left: 3px;
}

.nopadding{
  padding: 0 !important;
}

routeDetail .prices td span.head, fieldset.topRoute .head {
  font-size: smaller;
  color: #58616a;
}

routeDetail .prices td span.conditions, fieldset.topRoute .conditions {
  font-size: 90%;
  padding-left: 15px;
}

routeDetail .prices td img {
  vertical-align: top;
  border-bottom: 0px;
}

div#toolTip { position:absolute;z-index:20003;width:auto;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; -webkit-border-radius:5px;}
div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
div#toolTip ul { margin-left: 20px;}
div#toolTip li { color:#fff !important; list-style-type:disc;}
div#toolTip a { color:white; }

/*********************/
/* DRUHY SMER, DOREZERVACE, PREREZERVACE */
/*********************/
#wizardRouteFinderStep .topRoutes {
	margin-bottom: 15px;
}

#wizardRouteFinderStep div.foundResult .sidePanel {
  padding-right: 8px;
  padding-bottom: 8px;
  vertical-align: bottom;
  text-align: right;
}

/*********************/
/* VAROVANI O ZMENE TARIFU */
/*********************/
.unavailableTarifs {
	margin-top: 20px;
	margin-bottom: 20px;
	/*font-size: 1.2em;*/
	font-weight: bold;
}

/*********************/
/* VYBER SEDADLA */
/*********************/
.wizardSeatSelectorPanel .economyWarning {
	color: #AE191D;
	font-weight: bold;
	text-align: center;
	margin: .5em 0;
}

.wizardSeatSelectorPanel .economyWarning img{
	margin-right: .7em;
}

.wizardSeatSelectorPanel .topRoute {
	margin-bottom: 15px;
}

.wizardSeatSelectorPanel div.seatSelector {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 2px solid rgb(255, 140, 26) /*rgb(200,110,17)*/;
  padding: 13px 6px 3px 6px;
	margin-bottom: 3px;
  width: 400px;
  text-align: center;
}

.wizardSeatSelectorPanel div.seatSelector .stewardessSeatAssignment {
	padding: 8px;
}

.wizardSeatSelectorPanel div.seatSelector h3 {
  font-size: 130%;
  font-weight: bold;
  margin: .2em 0 .5em .5em;
  display: inline;
}

.wizardSeatSelectorPanel div.seatSelector table.busConnectionDislocation {
  margin: 5px 10px 10px 10px;
}

.wizardSeatSelectorPanel div.seatSelector table.busConnectionDislocation td {
  border: 1px solid #58616a;
  width: 40px;
}

.wizardSeatSelectorPanel div.seatSelector .seatNote {	
  color: #AE191D;
  border: 1px solid #AE191D;
  margin: 0px 5px 5px 5px;
  padding: 5px;
  text-align: center;  
}

/*********************/
/* DETAILY PASAZERU */
/*********************/
.wizardTicketDetailsPanel .topRoute {
  margin-bottom: 15px;
}

.wizardTicketDetailsPanel #passengerInfo,.wizardTicketDetailsPanel #accessoryTaxiCustomerNotePanel {
  -moz-border-radius:6px 6px 6px 6px;
  -webkit-border-radius:6px 6px 6px 6px;
  border: 2px solid rgb(255,140,26);
  padding: 20px 6px 10px 6px;
  background-color: #ffffe0;
  padding-top: .5em;
  margin-bottom: 10px;
}

#accessoryTaxiCustomerNotePanel div {
  width: 450px;
  text-align: left;
}

#accessoryTaxiCustomerNotePanel div textarea {
  width: 100%;
}

.wizardTicketDetailsPanel #passengerInfo input{
	border:1px solid #808080;
}

.wizardTicketDetailsPanel #passengerInfo h2{
	margin-bottom: .5em;
}

.wizardTicketDetailsPanel #passengerInfo th, .wizardTicketDetailsPanel #passengerInfo td {
  padding: 1px 4px 1px 4px;
}

.wizardTicketDetailsPanel #passengerInfo .button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wizardTicketDetailsPanel #passengerInfo #login {
  margin-bottom:23px;
}

.wizardTicketDetailsPanel #passengerInfo #login .button {
  margin-top:0px;
  margin-bottom:0px;
}

.bookButton:link,
.bookButton:visited,
.bookButton:hover {border:none;}

.bookButton:link,
.bookButton:visited { /* Top left corner, top edge */
  float: left;
  text-decoration:none;
  border: 1px solid rgb(200, 110, 17);
  font-weight: bold;
  background: rgb(255, 140, 26);
  color: #ffffff;
  padding: 2px 7px 2px 7px;
  white-space: nowrap;
  cursor: pointer;
  width: auto; /* naledujici 2 radky jsou IE hack */
  overflow: visible;
  margin: 0px 2px 0px 2px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.bookButton:hover{
	text-decoration: underline;
}
.bookButton span { /* Top right corner */
  padding:6px 0 0;
}
.bookButton span span { /* Bottom left corner, left and bottom edges */
  padding:0 0 0 6px;
}
.bookButton span span span { /* Bottom right corner */
  padding:0 0 6px;
}
.bookButton span span span span { /* Right edge */
  padding:3px 12px 3px 6px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
}

.mobileRoutesPanel .bookButton{
	float: none;
	line-height: 2em;
	padding-top: 5px;
}

.accountPhonePanelPlacement {
  padding: 10px 0 15px 0 !important;
}

.accountPhonePanel {
	border: 2px solid #FF8C1A;
	padding: 6px;
	margin: 0;
	text-align: center;
}

.accountPhonePanel p {
	margin-bottom: 5px;
}

.accountPhonePanel div {
  font-weight: bold;	
}

.accountPhonePanel input {
	margin-left: 10px;
	border: 1px solid #808080;
}

.accountPhonePanel input.error {
  background-color: white !important;
}