/* Search Grid
------------------------------------------------------------------------------------*/
.search_grid {
	width: 938px;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	display: table;
	background: #fff;
}

.search_grid .row {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}

.search_grid .row .box {
	float: left;
	border-right: 1px solid #e0e0e0;
	display: inline-block;
	padding: 0 15px;
	height: 88px;
}

.search_grid .row:nth-child(2) .one,
.search_grid .row:nth-child(2) .two,
.search_grid .row:nth-child(2) .double,
.search_grid .row:nth-child(2) .five,
.search_grid .row:nth-child(2) .six {
	min-height: 182px;
}

.search_grid .row .box.one {
	width: 117px;
}
.search_grid .row .box.two {
	width: 130px;
}
.search_grid .row .box.three {
	width: 124px;
}
.search_grid .row .box.four {
	width: 119px;
}
.search_grid .row .box.five {
	width: 143px;
}
.search_grid .row .box.six {
	width: 111px;
	border-right: 0px solid #e0e0e0;
}
.search_grid .row .box.double {
	width: 274px;
}

.search_grid .row .box.double .item {
/* 	width: 91px; */
/* 	float: left; */
/* 	margin-bottom: 25px; */

	float: left;
    margin-bottom: 10px;
    width: 135px;
}

.search_grid .row .box h1 {
	font-size: 14px;
	margin: 14px 0;
	padding: 0;
}

.search_grid .row .box input {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #006fcf;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 16px 0;
	width: 88px;
}

.search_grid .row .box input.date {
    width: 70px;
	    margin: 0 0 13px 0;
}

.search_grid .row .box label {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #006fcf;
	vertical-align: top;
}

a.jqTransformCheckbox {
	background: transparent url(../../images/form-elements.png) no-repeat -10px -50px;
	vertical-align: top;
	height: 18px;
	width: 21px;
	display: inline-block;
	/* display: -moz-inline-block; */
	margin-right: 5px;
	transition: none;
	-webkit-transition: none;
	outline: none;
}

a.jqTransformCheckbox.jqTransformChecked {
	background-position: -9px -75px;
}

a.jqTransformChecked {
	background-position: -9px -2px
}

input[type=checkbox],
input[type=radio]{
	display: none;
}

input[type="button"] {
	border: 0;
	cursor: pointer;
	background:#006fcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 17px 0;
	display: inline-block;
	padding: 8px 60px;
	float: right;
}

input[type="button"]:hover {
	background: #002a5c;
}

.search_grid .row .box .chosen-container {
	width: 118px !important;
}

.search_grid .row .box .chosen-container-single .chosen-single div b {
    background: url(../../images/arrow_select_small.png) no-repeat scroll right center transparent;
    background-size:19px 19px!important;
}

.search_grid .row .box .chosen-container-single .chosen-single div {
    width: 19px;
}

.search_grid .row .box .chosen-container-single .chosen-single {
    height: 27px;
    border: 1px solid #e0e0e0;
	color: #006fcf;
    line-height: 26px;
	font-weight: normal;
	font-style: normal;
}

.search_grid .row .box .chosen-single.chosen-default {
	color: #28b1a4 !important;
	font-weight: normal !important;
	font-style: normal;
}

.search_grid .row .box .chosen-container .chosen-results li {
	font-size: 12px;
	color: #28b1a4 !important;
}

.search_grid .row .box .chosen-container .chosen-drop {
  border: 1px solid #e0e0e0;
}

.search_grid .row .box .chosen-container .chosen-results li.highlighted {
	background: #f1f1f1;
	color: #28b1a4;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .search_grid .row .box.six {
		width: 109px
	}

	::i-block-chrome, .search_grid .row .box h1 {
		font-size: 13px;
	}
}

/* Booking Results
------------------------------------------------------------------------------------*/
.booking_grid {
	width: 924px;
	background: #fff;
	display: table;
	border: 2px solid #002a5c;
	border-top: 0 solid #002a5c;
	margin: 0;
	padding: 6px;
}
.booking_results h1 {
	border: 2px solid #002a5c;
	border-bottom: 0 solid #002a5c;
	background: #002a5c;
	color: #FFF;
	font-size: 18px;
	padding: 8px 10px 10px;
	margin: 10px 0 0 0 ;
}

.booking_grid .row {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}

.booking_grid .row:last-child {
	border-bottom: 0;
}

.booking_grid .row .box {
	width: 75px;
	height: 49px;
	line-height: 48px;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: 2px;
	font-size: 14px;
	color: #275c92;
}

.booking_grid .row:first-child .box {
	height: 33px;
	line-height: 33px;
}

.booking_grid .row .box:last-child {text-align: right;}

.booking_grid .row .box.number {width: 104px; font-weight: bold;}
.booking_grid .row .box.name {width: 238px;}
.booking_grid .row .box.country {width: 72px;}
.booking_grid .row .box.date {width: 89px;}
.booking_grid .row .box.trip {width: 111px;}
.booking_grid .row .box.order {width: 98px;}
.booking_grid .row .box.amount {width: 69px;}
.booking_grid .row .box.paid {width: 95px;}
.booking_grid .row .box.payment {width: 69px;}

.booking_grid .row .box:first-child {
	margin-left: 0;
}

.booking_grid .row:first-child .box {
	background: #efefef;
}

.booking_grid .row:first-child .box a {
	font-size: 12px;
	font-weight: bold;
	color: #393939;
	text-decoration: underline;
}

.booking_grid .row:first-child .box a:hover,
.booking_grid .row:first-child .box a.active,
.booking_grid .row:first-child .box a.active:hover {
	color: #28b1a4 !important;
}

.booking_grid .row:first-child .box:last-child {
	background: transparent;
}

.toglz {
	color: #002a5c;
	text-decoration: none;
	background: url(../../images/detail_arrow_down.png) no-repeat center right;
	display: block;
	outline: none;
}


.tog{
	background: url(../../images/detail_arrow_up.png) no-repeat center right;
	color: #006fcf;
}

.confirm {color: #71a800;}
.wait {color: #002a5c;}
.cancel {color: #bc1f00;}

.details {
	display: none;
	border-bottom: 4px solid #e2e2e2;
}

.controls {
	width: 924px;
	display: table;
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
	background: url(../../images/order_bg.jpg) no-repeat top left #efefef;
}

.controls .item {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 49px;
	margin: 20px 0;
	font-size: 14px;
	color: #393939;
}

.controls .item.left {
	width: 478px;
	border-right: 2px solid #d5d5d5;
	padding: 0 18px;
}

.controls .item.left span {
	float: right;
	margin-right: 20px;
}

.controls .item.right {
	width: 398px;
	text-align: right;
	padding-right: 10px
}

a.play {
	background: #006fcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px 10px;
	line-height: 100% !important;
	margin-right: 44px;
	margin-top: 7px;
}
a.play:hover {
	background: #3b5998;
}

a.cancelation {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	font-size: 15px;
	color: #bc1f00;
	text-decoration: underline;
	line-height: 100% !important;
	background: url(../../images/cancel_out.png) no-repeat left center;
	padding-left: 20px;
}

a.viewVoucher {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/pdf.png);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11px 14px !important;
    font-size: 15px;
    line-height: 100% !important;
    margin-top: 10px !important;
    padding-left: 7px !important;
    padding-top: 3px !important;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

a.viewWordVoucher {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/word.png);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px 16px !important;
    font-size: 15px;
    line-height: 100% !important;
    margin-top: 10px !important;
    padding-left: 7px !important;
    padding-top: 3px !important;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

a.viewExcelVoucher {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/excel.png);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px 16px !important;
    font-size: 15px;
    line-height: 100% !important;
    margin-top: 10px !important;
    padding-left: 7px !important;
    padding-top: 3px !important;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

a.cancelation:hover {
	text-decoration: none;
}

.pager {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    text-align: center;
    width: 100%;
}

.pager ul {
    display: inline-block;
    list-style: none outside none;
    padding: 10px;
}

.pager ul li {
    color: #002a5c;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

.pager ul li a:hover, .pager ul li a.active {
    color: #28b1a4;
}

.pager ul li a.prev {
    background: url(../../images/prev.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    left: 10px;
    padding-left: 20px;
}

.pager ul li a.prev, .pager ul li a.next {
    font-weight: normal;
    position: absolute;
    top: 6px;
}

.pager ul li a.next {
    background: url(../../images/next.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 20px;
    right: 10px;
}
.pager ul li a.prev, .pager ul li a.next {
    font-weight: normal;
    position: absolute;
    top: 6px;
}

.pager ul li a {
    color: #002a5c;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.TabbedPanelsContent .row {
	width: 842px;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}

.TabbedPanelsContent .row .item {
	width: 110px;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 46px;
	line-height: 45px;
	text-align: left;
	color: #275c92;
	vertical-align: top;
}

.TabbedPanelsContent .row .item h3 {
	color: #393939;
	font-size: 14px;
}

.TabbedPanelsContent .row .item.type {width: 102px !important;}
.TabbedPanelsContent .row .item.validity {width: 194px !important;text-align: center;}
.TabbedPanelsContent .row .item.amount {width: 109px !important;text-align: center;}
.TabbedPanelsContent .row .item.status {width: 118px !important;text-align: center;}
.TabbedPanelsContent .row .item.payment {width: 111px !important;text-align: center;}
.TabbedPanelsContent .row .item.tourists {width: 172px !important;text-align: center;}
.TabbedPanelsContent .row .item.actions {border-left: 2px solid #dbdbdb !important; text-align: center;}

.TabbedPanelsContent .row .item.actions h3 {color: #275c92 !important;}

.TabbedPanelsContent .row .item.actions a {
/* 	line-height: 100%; */
/* 	display: block; */
/* 	width: 100%; */
	text-align: left;
	margin: 0 1px;
	padding: 0;
	font-size: 11px;
/* 	vertical-align: top; */
	text-decoration: none;
}

.TabbedPanelsContent .row .item.actions a:hover {
	text-decoration: underline;
}

.TabbedPanelsContent .row .item.actions a.pay {
	color: #70a700;
	background: url(../../images/pay.png) no-repeat left center;
	padding-left: 17px;
	margin-top: 8px;
}

.TabbedPanelsContent .row .item.actions a.seatMap {
	color: #70a700;
	background: url(../../images/seat.png) no-repeat left center;
	padding-left: 17px;
	margin-top: 8px;
}

.TabbedPanelsContent .row .item.actions a.cancelation {
	color: #bc1f00;
	background: url(../../images/cancelation.png) no-repeat left center;
	padding-left: 15px;
	margin-top: 4px;
}

passenger_details {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    display: block;
    margin-bottom: 20px;
    padding: 1px;
    width: 696px;
}

.passenger_details h1 {
    background: none repeat scroll 0 0 #002a5c;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 20px;
}

.passenger_details .tabs {
    border-bottom: 1px solid #E2E2E2;
    display: block;
    height: 32px;
    list-style: none outside none;
    width: 696px;
}

.passenger_details .tab-content {
    border-bottom: 1px solid #E2E2E2;
    font-size: 13px;
    padding-bottom: 40px;
    text-align: left;
    width:696px;
}

.passenger_details .tab-content .radio {
    display: block;
    margin: 30px 0 50px;
    width: 100%;
}

.passenger_details .tabs label, .passenger_details .radio label {
    color: #393939;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

a.passenger_book {
    background: none repeat scroll 0 0#28b1a4;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: -5px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a.book_btn {
    background: none repeat scroll 0 0#28b1a4;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: -5px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    line-height: 35px;
    padding:3px;
}

.passenger_details .tabs .jqTransformRadio, .passenger_details .radio .jqTransformRadio {
    float: left;
}
.payClass .jqTransformRadio {
    margin-top: 0 !important;
}
.jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -9px -27px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-left: -10px;
    margin-top: 15px;
    transition: none 0s ease 0s;
    vertical-align: middle;
    width: 20px;
}
.jqTransformRadio {
    background: url(../../images/form-elements.png) no-repeat scroll -9px -27px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    margin-top: -3px;
    transition: none 0s ease 0s;
    vertical-align: text-top;
    width: 21px;
}

.terminal .jqtransformdone{
	margin-left: -10px;
	margin-right: 10px;
}

.deposit .jqtransformdone{
	margin-left: -5px;
}

.virtualCredit .jqtransformdone{
	margin-left: -10px;
}

a {
    color: #2F578C;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.linkPopUp{
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #000000;
    display: block;
    padding-bottom: 10px;
    position: absolute;
    z-index: 99999;
}

.linkPaymentPopUp{
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #000000;
    display: block;
    padding-bottom: 10px;
    position: absolute;
    z-index: 99999;
    padding:10px 25px 10px 30px;
}

.passenger_details .tab-content p {
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 15px;
    text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .booking_grid {
		width: 940px;
	}
}