HTML,BODY {
	background-color: #ECEEF0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul,ol {
	list-style: none;
}

div#main {
	text-align: left;
	width: 970px;
	margin: 0 auto;
	margin-top: 5px;
}

div#main.max-content{
	min-width: 970px;
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
}

#loader {
	background-color: #fff;
	width: 450px;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 150px;
	display: none;
	text-align: center;
	color: #dadada;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
	z-index: 99;
}

#content {
	background-color: #fff;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 500px;
	position:relative;
}

#content2,#content3,#content4 {
	background-color: #fff;
	text-align: left;
	border: solid 1px #3CBEE6;
	margin: 0 auto;
	padding: 10px;
}

#content3 {
	width: 1050px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content3.detail-window {
	width: 80%;
	min-width:1100px;
}
#content3.train {
	width: 1200px;
}

#content5 {
	width: 900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
	border: solid 1px #3CBEE6;
	margin: 0 auto;
	padding: 10px;
}

#content4 {
	width: 740px;
	
}
@media only screen and (max-width: 600px){
	#content3,#content4,#content5{
		width: 100%;
	}
}
.attentionBlock,.attentionBlockBlue {
	background-color: #fff;
	color: #000;
	text-align: left;
	border: solid 1px red;
	margin: 0 auto;
	padding: 10px;
}

.attentionBlock2 {
	background-color: #fff;
	color: #000;
	text-align: center;
	border: solid 1px orange;
	margin: 0 auto;
	padding: 10px;
}

.attentionBlockBlue {
	border: solid 1px blue;
}

#bluebar {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 670px;
	top: 0px;
	width: 210px;
	border-bottom: solid 5px #3CBEE6;
}

#header {
	position: relative;
	width: 100%;
	min-height: 50px;
	margin-bottom: 0px;
}

#innerContent {
	width: 98%;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0px;
	min-height: 500px;
}

#single {
	display: block;
}

#round {
	display: block;
}

#search {
	width: 50%;
	display: none;
}

#search2 {
	width: 100%;
}

.full,.fullcentered,.spacer,.spacerbig,.fullcollapsed,.spacersmall {
	width: 100%;
}

.half {
	width: 75%;
}

.fullcentered {
	width: 100%;
	text-align: center;
}

.fullcollapsed {
	width: 100%;
	border-collapse: collapse;
}

.spacer {
	height: 15px;
}

.spacerbig {
	height: 170px;
}

.spacersmall {
	height: 5px;
}

.divblock {
	display: inline;
	margin-right: 15px;
	float: left;
	height: 22px;
	line-height: 21px;
}

body:nth-of-type(1) .divblock {
	margin-right: 14px;
}

body:nth-of-type(1) .divCalendarImg {
	padding-top: 2px
}

.divCalendarImg img {
	margin-left: -10px;
	width: 15px;
	height: 15px;
}

* html .divCalendarImg img {
	margin-left: -1px;
}

* html .divCalendarImg {
	padding-top: 2px;
}

#animation {
	color: red;
}

a.main-help,a.main-logout {
	color: #064497;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-left: 10px;
	background-position: center right;
	background-repeat: no-repeat;
}

a.main-help:hover,a.main-logout:hover {
	background-color: #FCC100;
	color: #fff;
	text-decoration: none;
}

a.main-logout {
	margin-right: 30px;
}

*:first-child+html input {
	font-size: 11px;
	padding: 0px;
}

input,select,button {
	border: 1px solid #999;
	font-size: 12px;
	padding:2px;
	height:26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select[multiple],input[type="file"]{
	height:auto;
}
input.checkbox {
	border: none;
}

input:hover,select:hover {
	border: 1px solid #3CBEE6;
/* 	background: #fefefe; */
}

.selecter,.email,.priceselect,.seat {
 	width: 87px; 
 	border: solid 1px #A5ACB2;
	color: #064497;
	font-size: 10px;
 	padding: 2px;
}

table.border {
	border: solid 1px #A5ACB2;
}

table.border td {
	border-bottom: solid 1px #A5ACB2;
	border-left: solid 1px #A5ACB2;
}

.selecter {
	width: 135px;
}

.priceselect {
	width: 100px;
}

.email {
	width: 128px;
}

.seat {
	width: 60px;
}

.default {
	width: 110px;
}

.big {
	font-size: 14px;
}

.submit2 {
	padding: 0;
}

.submit2:hover {
	background: #ffbc39;
}

a {
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}

a.blue,a.bigblue,.lang {
	color: #3CBEE6;
}

a.bigblue,a.adminmenu {
	font-size: 12px;
}

a.adminmenu {
	color: #064497;
	font-weight: bold;
}

a.adminmenu:hover {
	text-decoration: none;
}
a.black {
	color: #000;
}

a.selected {
	color: #004095;
}

a:hover,a.blue:hover,a.selected:hover,a.black:hover {
	color: #FCC100;
}

.formtitle,.formtitlered,.formtitlenormal,label,.sortlabel,.formtitlesub,.rtnsortlabel
	{
	font-weight: bold;
	font-size: 11px;
	color: #004095;
}

.formtitlesub {
	color: #959595;
}

.sortlabel,.rtnsortlabel {
	text-decoration: underline;
}

.formtitlered {
	color: #ff0000;
}

.formtitlenormal {
	font-weight: normal;
}

.coral {
	color: #FCC100;
}

.text,.subnav {
	font-size: 11px;
	font-weight: normal;
}

.result2 {
	font-size: 11px;
}

.dheaderinfo {
	padding: 5px;
	background-color: #5cd2f6;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.subnav {
	color: #B6B7B7;
}

.footer {
	width: 100%;
	margin-top: 10px;
	font-size: 10px;
	color: #CBCCCD;
	text-align: center;
	line-height: 18px;
}

.info {
	margin-top: 10px;
	color: #000;
	font-size: 10px;
	text-align: center;
}
.footer .info{
	display:flex;
	justify-content:center;
}
.footer .info a{
	margin-left:5px;
	margin-right:5px;
}
.footer .social-link:last-child{
	margin-left:0;
}
.footer .social-link img{
	border-radius:100%;
	width:16px;
	height:16px;
}
.blueline {
	width: 100%;
	border-bottom: solid 1px #3CBEE6;
	margin: 5px 0 5px 0;
	clear: both;
}

.greyline {
	width: 100%;
	border-bottom: solid 1px #dadada;
}

.blueline2 {
	width: 100%;
	border-bottom: solid 1px #3CBEE6;
}

.bluelinebig {
	width: 100%;
	height: 4px;
	background-color: #3CBEE6;
}

.rowitem {
	border-bottom: solid 1px #dadada;
}

.FormTable tr.rowitem {
	border-bottom: solid 1px #dadada;
}

.rowitem1 {
	border-top: solid 1px #dadada;
}

.rowitem2 {
	border-bottom: solid 1px #dadada;
}

.searchrow {
	border-bottom: solid 1px #3cbee6;
	font-size: 11px;
}

.searching:hover,.found:hover {
	color: coral;
	cursor: pointer;
}

.searching,.found,.cancelled {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #064497;
	cursor: pointer;
}

.found {
	color: #FCC100;
}

.cancelled {
	color: #ff0000;
}

.found:hover {
	background-color: #ff0000;
	cursor: pointer;
}

.cancelled:hover {
	background-color: #fcc100;
	cursor: pointer;
}

.book {
	background-color: red;
}

.sectionHeader,.tableHeader,.searchHeader,.returnHeader,.passHeader {
	font-size: 14px;
	font-weight: bold;
	color: #cacaca;
	padding-block: 3px;
}

.tableHeaderStrong {
	font-size: 14px;
	font-weight: bold;
	color: red;
	padding: 3px 0;
}

table.logintable {
	width: 250px;
}

.tableHeader {
	color: #3cbee6;
}

.passHeader {
	background-color: #3cbee6;
	color: #fff;
	padding: 5px;
}

.searchHeader {
	border-bottom: solid 2px #3cbee6;
	color: #3cbee6;
	padding: 2px;
}

.returnHeader {
	border-bottom: solid 2px #fcc913;
	color: #fcc913;
	padding: 2px;
}

.passHeader {
	background-color: #23b53b;
}

#fromDate {
	display: none;
	position: absolute;
}

#toDate {
	display: none;
	position: absolute;
}

div.calendarDiv {
	display: none;
	position: absolute;
}

#myAutoComplete {
	width: 25em;
	/* set width here or else widget will expand to fit its container */
	padding-bottom: 2em;
}

#myContainer {
	width: 30em;
}

#myAutoComplete1 {
	width: 25em;
	/* set width here or else widget will expand to fit its container */
	padding-bottom: 2em;
}

#myContainer1 {
	width: 30em;
}

#filtersDeparture,#cipSel {
	padding: 10px;
	border: solid 1px #3cbee6;
	background-color: #edf2f3;
}

#cipSel {
	text-align: left;
}

#filtersReturn,.filtersReturn {
	width: 96%;
	padding: 10px;
	border: solid 1px #ff0000;
	background-color: #fee0c6;
	text-align: left;
}
.text-warning{
	color:orange;
}
.warning {
	padding: 10px;
	border: solid 1px #ff0000;
	background-color: #fee0c6;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.infostyle {
	width: auto;
	padding: 10px;
	border: 1px solid #3CBEE6;
	background-color: #EDF2F3;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.infostyle2 {
	padding: 10px;
	border: 2px solid #0085F8;
	background-color: #E1F2FA;
	color: #0085F8;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.infostyleFull {
	width: 100%;
	padding: 10px;
	border: 1px solid #3CBEE6;
	background-color: #EDF2F3;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.filtersReturn {
	width: 93%;
}

#noDiscount,.warningDiv {
	padding: 10px;
	border: solid 1px orange;
	background-color: #fff;
	text-align: left;
	color: orange;
}

.warningDiv {
	display: none;
}

.proprice {
	background-color: #ecf6f8;
}

.preprice {
	background-color: #dbedf1;
}

.busprice {
	background-color: #cee4e9;
}

.tableSubHeader {
	background-color: #cde3e8;
	font-weight: bold;
	font-size: 11px;
	color: #004095;
	padding: 5px;
}

.tableRowItem {
	background-color: #e0e8ea;
	font-size: 11px;
	color: #000;
	padding: 5px;
}

.totalPrice,.grandTotal,.totalPrice2 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.totalPrice2 {
	color: #3cbee6;
}

div.showPrice {
	white-space: nowrap;
}

.grandTotal {
	font-size: 18px;
}

.cabinInfoDiv {
	font-size: 12px;
	position: absolute;
	z-index: 4;
	width: 208px;
	font-weight: normal;
	color: #555;
	background: #EBEBFF;
	border: 1px solid #7BA0B7;
	text-align: left;
	padding: 6px;
}

.must {
	font-weight: bold;
	color: red;
}

.searchResult {
	border: solid 1px #dadada;
	margin: 10px 5px 0 5px;
	padding: 0px;
	padding-top: 5px;
	font-size: 11px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
}
.searchResult .price-discount{
	text-decoration:line-through;
	text-align:center;
	margin-top:3px;
}
.grandTotal .price-discount{
	text-decoration:line-through;
	color:#aaa;
	font-size:16px;
}
.departureLegend {
	padding: 10px;
	background-color: #3CBEE6;
	color: #fff;
	font-weight: bold;
}

.functionDiv,.functionDivPac, .functionDivIATItrue, .functionDivIATIfalse{
	margin: 0;
	padding: 0;
	width: inherit;
	min-height: 15px;
	background-color: #edf2f3;
	color: #000;
	text-align: right;
}

.functionDivPac {
	padding-left: 5px;
	color: #0b66ac;
}

.functionDivIATItrue{
	background-color: #edf2f3;
}

.functionDivIATIfalse{
	background-color: #edf2f3;
}



.colorinfo{
	width: 12px;
	height: 12px;
	background-color: #99d9fa;
	margin-top: 15px;
	float: left;
	
}

.colorinfo2{
	width: 12px;
	height: 12px;
	background-color: yellow;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	
}

.floaterLeft{
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.detailDiv {
	width: 50%;
	padding: 5px;
}

img {
	margin: 0;
	padding: 0;
	max-width:100%;
}
td > img,
td a > img{
	max-width:none;
}
.radio {
	border: 0;
}

.red {
	color: #ff0000;
}

.passsubDiv {
	border: solid 1px #dadada;
	margin: 5px;
	margin-left: 0;
	padding: 5px;
	background-color: #f2f2f2;
}

.blue {
	color: #3CBEE6;
}

.closedtrue {
	display: none;
}

div#logo {
	width: 200px;
	min-height: 50px;
	border: solid 1px #dadada;
	text-align: center;
}
img.logo {
	max-width: 200px;
	max-height: 50px;
	margin-right:30px;
}
.logo-detail{
	padding:10px 0;
	margin-left:-10px;
}
.jdate {
	float: left;
	margin-right: 2px;
}

.numblock {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #064497;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.fbold {
	color: #000;
	font-size: 13px;
}

#parametersStandart img,#parametersMulti img,#parameters img {
	margin-top: 2px;
	margin-left: 1px;
}

.invoice0 {
	color: blue;
}

.invoice2 {
	background-color: red;
	color: #FFF;
}

.invoice4 {
	background-color: gray;
	color: #fff;
}

.invoiceNum0 {
	color: red;
}

.people thead th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.people {
	width: 100%;
}

.rowdetail {
	border-bottom: 2px solid #ccc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.aheader {
	overflow: hidden;
}

ul.find-flight {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.find-flight li {
	display: flex;
	margin: 5px 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

ul.find-flight .first-ff {
	margin-left: 47px;
}

ul.find-flight .width-ff {
	width: 50px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	text-align: right;
}

ul.find-flight .ff-left {
	float: left;
	margin-right: 20px;
}

ul.find-flight .ff-leftup {
	clear: left;
	margin-right: 20px;
}

ul.find-flight .ff-left2 {
	float: left;
	margin-right: 20px;
}

img.ui-datepicker-trigger {
	width: 17px;
	height: 17px;
}
#toggleDetail,
#toggleAdvanced{
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	line-height:1;
}
#toggleDetail img,
#toggleAdvanced img{
	margin-right:5px;
	margin-top:0;
}
#flight ul.find-flight li label {
	display:block;
	height: 20px;
    line-height: 20px;
    margin-bottom:0;
}
.find-flight .removeFlight{
	font-size:14px;
}
.find-flight .addFlight{
	font-size:14px;
}
ul.group-flight {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.group-flight li {
	display: block;
	margin: 5px 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

ul.group-flight .first-ff {
	margin-left: 20px;
}

ul.group-flight .width-ff {
	width: 40px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	text-align: right;
}

ul.group-flight .ff-left {
	float: left;
	margin-right: 10px;
}

ul.group-flight .ff-leftup {
	clear: left;
	margin-right: 10px;
}

ul.group-flight .ff-left2 {
	float: left;
	margin-right: 20px;
}

#flight ul.group-flight li label {
	display:block;
	height: 20px;
    line-height: 20px;
}

/** ORDERS **/
ul.subnav,ul.ordersearch {
	margin: 10px 0 5px;
	overflow: hidden;
	padding: 0;
}

ul.subnav li,ul.ordersearch li {
	display: inline;
	float: left;
	margin-right: 20px;
}

ul.ordersearch li {
	margin: 20px 10px 0 0;
	line-height: 20px;
}
.orderTitle{
	color:#3cbee6;
    font-size: 14px;
    font-weight: bold;
    padding:3px 0;
}
.verticalMenu{
	padding-left:0;
}
.verticalMenu li{
	margin-top:10px;
}
/** REPORTS **/
ul.reportlist {
	margin: 20px 0 10px;
	padding: 0;
}

ul.reportlist li {
	display: block;
	margin: 10px;
	background: url(/images/ok.gif) no-repeat scroll left center;
	padding-left: 20px;
}

.reportparameters {
	overflow: hidden;
	margin: 10px 0;
}

.errorField {
	border-style: solid;
	border-color: #ff0000 #0000ff;
}

.mt10 {
	margin-top: 10px;
}

#dialog {
	text-align: left;
}

#dialog span {
	display: block;
	border-top: 1px solid #ddd;
	margin: 5px 0;
	font-weight: bold;
}

#dialog img {
	float: left;
	margin-right: 20px;
}

#dialog #visaCVV,#dialog #amexCVV {
/* 	clear: both; */
}


.taksitselected {
	background-color: #9dcbfb;
}

.hiddendiv {
	display: none;
}

a img {
	border: none;
}

a.link img {
	border: none;
}

.add-order-2 {
	
}

.add-order-2 ul,.add-order-3 ul,.add-order-4 ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.add-order-2 ul li.inline,.add-order-3 ul li.inline,.add-order-4 ul li.inline
	{
	display: inline;
	margin: 10px 20px 10px 0;
}

.add-order-2 input.yui-ac-input {
	width: 100px;
	position: relative;
}

.yui-skin-sam .add-order-2 .yui-ac-container {
	width: 300px;
}

.add-order-3 input {
	width: 90px;
}

input.mr-20,select.mr-20 {
	margin-right: 20px;
}

.number {
	background-color: #004095;
	font-weight: bold;
	color: #fff;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
}

.personlabel {
	background-color: navy;
	font-weight: bold;
	color: #fff;
	border: solid 1px #fff;
	padding: 2px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 55px;
	float: left;
}

.add-order-2 input.kisalt,.add-order-4 input.kisalt,.add-order-1 input.kisalt
	{
	width: 80px;
}

.add-order-4 ul li.inline {
	margin: 0 3px 1px 0;
}

.yolcu-header {
	color: #004095;
	display: inline;
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
}

.obligatory {
	border: thin solid red;
}

.order-add fieldset {
	border: 1px solid #DDD;
	border-radius: 10px;
}

.block {
	display: block;
}

ul.labels {
	list-style: none;
	position: relative;
}

ul.labels li {
	display: inline;
	position: absolute;
	top: -18px;
}

ul.labels li.label1 {
	left: 220px;
}

ul.labels li.label2 {
	left: 332px;
}

ul.labels li.label3 {
	left: 490px;
}

ul.labels li.label4 {
	left: 582px;
}

ul.labels li.label5 {
	left: 675px;
}

ul.labels li.label6 {
	left: 768px;
}

ul.labels li.label7 {
	left: 70px;
}

ul.labels li.label8 {
	left: 386px;
}

ul.labels li.label9 {
	left: 454px;
}

ul.labels li.labelf1 {
	left: 30px;
}

ul.labels li.labelf2 {
	left: 90px;
}

ul.labels li.labelf3 {
	left: 160px;
}

ul.labels li.labelf4 {
	left: 250px;
}

ul.labels li.labelf5 {
	left: 320px;
}

ul.labels li.labelf6 {
	left: 410px;
}

ul.labels li.labelf7 {
	left: 565px;
}

ul.labels li.labelf8 {
	left: 719px;
}

ul.labels li.labelf9 {
	left: 835px;
}

ul.labels li.labelf10 {
	left: 885px;
}

ul.labels li.label10 {
	left: 584px;
}

ul.labels li.label11 {
	left: 145px;
}

ul.labels li.label12 {
	left: 227px;
}

select.adult-combo {
	width: 110px;
}

.add-order-2 input,.add-order-2 select,.add-order-4 input,.add-order-4 select
	{
	font-size: 12px;
	margin-bottom: 1px;
}

a.msgreadfalse {
	color: #000000;
}

.readtrue {
	color: #ff0000;
}

.tasktrue1 {
	background-color: yellow;
}

.tasktrue2 {
	background-color: #dde7f2;
}

div.image {
	text-align: center;
}

.image .caption {
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.bold {
	font-weight: bold;
}

div.amountShow {
	width: 100px;
	text-align: right;
}
.alert{
	padding:15px;
	margin:15px;
	text-align:center;
	border-radius:3px;
	font-size:13px;
	font-weight:bold;
}
.alert.alert-danger{
	color:#f00;
	border:1px solid #f00;
}
.alert.alert-success{
	color:#50B49A;
	background-color:#E1FBC6;
	border:1px solid #6BC3B9;
}
.warningtext,.error {
	font-size: 11px;
	color: #aaaaaa;
	text-align: left;
}

.error {
	color: #ff0000;
	display: block;
}
.errorDiv{
	background:#f2dede;
	padding:10px;
}
.ratedPrice,.ratedPrice1,.ratedPrice2 {
	font-weight: bold;
}

.d-search-button {
	font-size: 11px;
	text-align: left;
	width: 90px;
	margin-left: 10px;
	padding: 3px 8px 3px 3px;
	cursor: pointer;
	color: #2C84DC;
	background: url(/images/button_s.gif) no-repeat right;
	float: left;
}

#CVCInfo {
	height: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #638195;
	background-color: #E6F2FF;
	color: #333333;
	margin: -150px 75px;
	padding: 10px;
	position: absolute;
	width: 300px;
	z-index: 4;
}

#headerCVV {
	font-size: 14px;
	color: #036;
	font-weight: bold;
	border-bottom: 1px solid #036;
	padding-bottom: 8px;
}

#textCVV {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#visaCVV {
	width: 120px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

#amexCVV {
	width: 120px;
	float: right;
	margin-top: 10px;
	text-align: center;
}

.headerCardCVV {
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}

#datatable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #CAE8EA;
}

#datatable  th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#datatable  th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#datatable  th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #B4AA9D;
}

#datatable  td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

#datatable  td.alt {
	background: #fff;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}

table.tahsilatmakbuz {
	width: 100%;
	font-size: 12px;
}

table.tahsilatmakbuz td {
	padding: 5px;
}

tr.tahsilatdetay td {
	padding: 0px;
}

table.tahsilatmakbuz td.th2 {
	font-weight: bold;
	font-size: 16px;
}

.plane {
	border: solid 1px #D8D6D6;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 50px;
	margin-bottom: 10px;
}

input[type="radio"],input[type="checkbox"] {
	border: 0 none;
	height:auto;
}

.crm {
	
}

.searchcrm {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.searchcrm .searchinput {
	background: url(/images/searchinput.png) no-repeat 0 0;
	height: 16px;
	width: 178px;
	padding: 2px 2px 2px 20px;
	border: 0 none;
	margin-right: 10px;
}

.searchcrm .foto {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.foto img {
	width: 35px;
}

.crmform {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.crmform fieldset {
	border: 1px solid #ccc;
	background: #fcfcfc;
	margin: 10px 0;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.crmform input {
	width: 150px;
}

.crmform input.dateinput {
	width: 120px;
	margin-right: 5px;
}

*:first-child+html .crmform ul li {
	display: inline;
}

.crmform .countrycode {
	float: left;
	width: 350px;
}

.crmform input.checkbox {
	width: auto;
}

.crmform ul {
	margin: 0;
	padding: 0;
}

.crmform ul li {
	display: block;
	float: left;
	margin: 10px;
	width: 160px;
}

.crmform label {
	display: block;
}

.crmform .nickname label {
	margin-bottom: 10px;
}

.crmform .nickname input {
	width: 40%;
}

.crmform .crmzip {
	width: 100px;
}

.crmform .crmAddressArea {
	width: 400px;
	height: 100px;
}

.form-buttons {
	margin-bottom: 20px;
	text-align: center;
}

.form-buttons input {
	margin-right: 20px;
}

.foto-upload {
	background: #f4f4f4;
	border: 1px solid #e4e4e4;
	padding: 10px 5px;
	margin: 10px 0;
}

.crm h2 {
	font-size: 14px;
	color: #3CBEE6;
}

.crm-detail {
	overflow: hidden;
	background: #fafafa;
}

.delete,.deletecustomer,.deleteaddress {
	background: #f00;
}

div.canRequesttrue {
	/*border: solid 2px #FFB8B8;
	margin: 10px 5px 0 5px;
	padding: 0px;
	padding-top: 5px;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 3px #ccc;
	-moz-box-shadow: 0 2px 3px #ccc;
	-webkit-box-shadow: 0 2px 3px #ccc;
	*/
}

div.isSorSattrue {
	border: solid 2px #A4DBAE;
	margin: 10px 5px 0 5px;
	padding: 0px;
	padding-top: 5px;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 3px #ccc;
	-moz-box-shadow: 0 2px 3px #ccc;
	-webkit-box-shadow: 0 2px 3px #ccc;
}

/* for hiding jquery dialog close button */
.no-close .ui-dialog-titlebar-close {
	display: none;
}

.tableStyle td {
	border-bottom: 1px solid #eee;
	background: #fafafa;
	padding: 5px 10px;
}

.tableStyle tr.tableStyleNone td {
	border: 0 none;
	background: transparent;
}

.note3d {
	border: 1px solid #eee;
	padding: 1%;
	background: #fea;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
}

.debug {
	display: none;
}

#flexCharters .functionDiv,.functionDivPac {
	margin: 0;
	margin-top: 5px;
	padding: 0 10px;
	width: inherit;
	background: #93d6f7;
	color: #fff;
	text-align: right;
	border-radius:0 0 3px 3px;
}

#flexCharters .searchResult {
	border: solid 1px #3baae0;
}

#flexCharters .warn {
	color: #fff;
	padding-left: 5px;
	line-height: 20px;
}

[disabled] {
	background: #fff;
	color: #fff;
	cursor: default;
	border: 1px solid #eee;
}

/*begin matrix*/
.matrixContainer ul {
	margin: 0;
	padding: 0;
}

.matrixContainer .bx-wrapper {
	float: left;
	line-height: 1;
}

.matrixContainer .matrixAirline {
	float: left;
	width: 86px;
}

.matrixContainer .allResults li,
.matrixContainer .stops li,
.matrixContainer .matrixAirline li{
	padding: 5px 3px;
	margin: 1px;
	background: #E4EEF5;
	text-align: center;
}

.matrixContainer .allResults,.matrixContainer .stops {
	float: left;
}

.matrixContainer .stops {
	width: 7%;
	margin-left: 1%;
}

.matrixContainer .allResults {
	width: 8%;
/* 	margin-right: 2px; */
}

.matrixContainer a {
	font-size: 11px;
	color: #2B7BB5;
	outline: 0;
	display:block;
}

.matrixContainer a:hover {
	color: #333;
}
.matrixLink > span {
    display: inline-block;
    padding-top: 3px;
}
.matrixContainer li.matrixHead {
	height: 50px;
	background: #fff;
	font-size: 11px;
}
.matrixContainer .matrixAirline .bonus-li{
	background-color:#f3f7fa;
	height: 25px;
    line-height: 0;
}
.matrixContainer .bonus-li img{
	max-height: 25px;
	vertical-align:middle;
}
.matrixContainer .bonus-li span{
	padding:0;
}
.matrixBonus {
    color: #2b7bb5;
    line-height: 16px;
    font-weight: bold;
}
.matrixContainer .stops li.matrixHead,
.matrixContainer .allResults li.matrixHead {
	background: transparent;
	line-height: 40px;
}

.matrixContainer .allResults li,.matrixContainer .stops li {
	background: #fff;
}

.matrixContainer .matrixHead img {
	max-width: 70px;
	max-height: 24px;
}

.matrixContainer .bx-next,.matrixContainer .bx-prev {
	position: absolute;
	top: 50%;
	right: -4%;
	text-indent: -999999em;
	width: 24px;
	height: 24px;
	outline: 0;
	background-image: url(/images/matrix-arrows.png);
	background-size: cover;
	background-position: center;
	
}

.matrixContainer .bx-prev {
	left: -22%;
	transform: rotateY(180deg);
}
.matrixContainer .bx-wrapper {
	width:83% !important;
}
.matrixContainer .bx-window {
	width:99.5% !important;
}
.aktarma {
	background: #f9fbfd;
	padding: 5px;
	border: 1px solid #CFDBEC;
	border-top: 0;
}

.matrixToggle {
	text-align: right;
	overflow: hidden;
	border-bottom: 1px solid #CFDBEC;
}

.matrixToggle a {
	background: #CFDBEC url(/images/expand.png) no-repeat scroll 80px center;
	color: #fff;
	display: block;
	padding: 3px 20px 3px 15px;
	float: right;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
}

.matrixToggle a:hover {
	background: orange url(/images/expand.png) no-repeat scroll 80px center;
	color: #fff;
}
/*end matrix*/
.eticket-logo {
	height: 100px;
}

.agent-info {
	vertical-align: middle;
	text-align: right;
}

.searching:hover,.found:hover,.status7:hover,.status4:hover,.status5:hover,.status8:hover
	{
	color: coral;
	cursor: pointer;
}

.searching,.found,.cancelled,.status7,.status4,.status5,.status8,.status2
	{
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #064497;
	cursor: pointer;
}

.status2 {
	color: black;
}

.status5 {
	color: #ff00ff;
}

.status8 {
	color: gray;
}

.found {
	color: #FCC100;
}

.cancelled {
	color: #ff0000;
}

.found:hover {
	background-color: #ff0000;
	cursor: pointer;
}

.cancelled:hover {
	background-color: #fcc100;
	cursor: pointer;
}

.book {
	background-color: red;
}

.adminNoteName {
	background: #3CBEE6;
	padding: 5px 3px;
	color: #fff;
}

.adminNote {
	background: #fafafa;
	padding: 5px;
}

.leftBorder {
	border-left: solid 2px #dadada;
}

.img-desc {
	display: block;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.modifiedtrue {
	background-color: coral;
}

.paymentPercent {
	font-size: 14px;
}

.secondaryData {
	margin-left: 50px;
}

.page-title-sub {
	color: #9EB2CE;
	padding: 5px 0;
	margin: 15px 0 0;
	border-bottom: 1px solid #9EB2CE;
	font-weight: bold;
}

.inner .FormTable {
	width: 100%;
	margin-bottom: 10px;
	font-weight: normal;
}

.roomProp,.roomProp2,.hotelProp {
	border-left: solid 1px #dadada;
	margin-left: 15px;
	padding-left: 5px;
	float: left;
	margin-left: 35px;
}

.roomProp2 {
	float: left;
	border: solid 1 px #dadada;
}

.hotelProp {
	border: none;
	margin: none;
}

.leftcheck {
	margin-left: 10px;
}

.roomHeader {
	background-color: #f3f3f3;
	padding: 5px;
	margin: 5px;
	color: #004095;
	font-weight: bold;
}

.roomcheck {
	width: 180px;
	float: left;
	line-height: 30px;
	margin: 5px;
}

.photoList,.photoList2 {
	margin-right: 10px;
	float: left;
	text-align: center;
}

.photoList2 {
	clear: both;
}

.photo {
	width: 100px;
	height: 75px;
	border: solid 1px #dadada;
}
.ui-dialog #content3{
	border:0;
	border-radius:0;
}
.searchTabs #tabs{
	background:#fff;
	border:0;
}
.searchTabs #tabs .ui-widget-header{
	background:#fff;
	border:0;
	padding:0;
	float:left;
}
.searchTabs #tabs .ui-tabs-panel{
	border-top:0;
	clear:both;
}
.searchTabs #tabs ul li a,.searchTabs #tabs ul li{
	background:#fff;
	border:0;
	cursor:default;
}
.searchTabs #tabs ul li a, .searchTabs #tabs ul li a:link, .searchTabs #tabs ul li a:visited {
    color: #3CBEE6;
    text-decoration: none;
}
.searchTabs .searchlink{
	float:right;
	margin:7px;
	color: #3CBEE6;
	font-weight:bold;
}
.nonrefundabletrue tr{
	background: url(/images/warning.png) no-repeat 60px top;
}
.nonrefundablefalse tr{
	border-top:1px solid #ddd;
	padding:3px;
}
.ui-autocomplete-input{
	text-align : left;
}
.pnr{
	
	color: #000;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/*IE-mac de bu bolumu sakla \ */
* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

.clearFix #search2{
/* 	width:78%; */
	float:right;
	margin-top:20px;
}
.clearFix #search2 .totalPrice2 {
	font-size:13px;
}
.clearFix #search2 .totalPrice2 .currency {
	font-size:11px;
}
.clearFix #innerContent{
	margin-left:0;
	width:100%;
}
.clearFix .searchfilter{
/* 	width:200px; */
	float:left;
	margin-top:10px;
}
.clearFix #searchFilter{
	background: #f9fbfd;
	padding: 5px;
	border: 1px solid #CFDBEC;
	border-top: 0;
}
.clearFix .searchfilter h2.filterTitle{
	overflow:hidden;
	font-size:100% !important;
	margin:0;
}
.clearFix .searchfilter h2.filterTitle span{
	background:#CFDBEC;
	color:#fff;
	padding:3px 10px;
	border-radius:3px 3px 0 0;
	font-weight:bold;
	display:block;
	float:left;
}
.clearFix .searchfilter #searchFilter {
	background: #f9fbfd;
	border:1px solid #CFDBEC;
}
.clearFix .searchfilter #searchFilter ul{
	margin:0;
	padding:0;
}
.clearFix .searchfilter #searchFilter ul li{
	margin:0 0 10px 0;
	padding:0 5px;
	border-bottom:1px solid #e4eef5;
}
.clearFix .searchfilter #searchFilter ul li ul li{
	margin:5px 0;
	border:0;
	padding:0;
}
.clearFix .searchfilter #searchFilter ul li ul .dp-nonstop-filter{
	margin:20px 0;
}
.clearFix .searchfilter #searchFilter ul li ul .dp-nonstop-filter:last-child{
	margin-top:-10px;
}
.clearFix .searchfilter #searchFilter h2{
	color:#004095;
	font-size:13px;
	font-weight:bold;
	margin:5px 0;
}
.clearFix .searchfilter #searchFilter h2 a{
	font-size:11px;
	float:right;
}
.clearFix .searchfilter #searchFilter .subfilter{
	font-weight:bold;
}
.clearFix .searchfilter #searchFilter h3.subfilter{
	font-size:12px;
	margin:10px 0 3px
}
.clearFix .searchfilter #searchFilter li.subfilter{
	margin:0 0 3px;
}

.clearFix .searchfilter #searchFilter .sf-times input{
	background:transparent;
	border:0;
	color:#aaa;
	text-align:center;
}
.clearFix .searchfilter #searchFilter .sf-times p{
	text-align:center;
	margin:0;
}
.clearFix .searchfilter #searchFilter .dpr-times,#content #searchFilter .return-times{
	position:relative;
}
.clearFix .searchfilter #searchFilter .sf-airlines{
	border:0;
}
.clearFix .searchfilter #searchFilter a#unselectAllFilterAirline{
	font-size:11px;
}
.sr-brand-cover{
	margin:5px 0;
	position:relative;
}
.sr-brand{
    color: #aaa;
    display: inline-block;
    cursor: help;
    margin-left: 22px;
    font-size: 10px;
}
.sr-brand-cover:hover .sr-brand-desc{
	display:block;
}
.sr-brand-desc{
	display:none;
	position:absolute;
	top:12px;
	right:0;
	padding:5px 10px;
	background:#fff;
	border:1px solid #ddd;
	z-index:2;
	text-align:left;
	min-width:280px;
}
.sr-brand-desc h4{
	background:#eee;
	margin:-5px -10px;
	padding:7px 10px;
	font-weight:bold;
	font-size:14px;
}
.sr-brand-desc p.bold{
	font-weight:bold;
	color:#777;
	font-size:12px;
	background:none;
	padding:0;
}
.sr-brand-desc p{
	padding:5px 0 0 20px;
	background:url(/images/icon-blue-check.png) no-repeat left top;
}
.sr-brand-desc p.b-price{
	background:url(/images/icon-grey-dollar.png) no-repeat left top;
}

.sr-brand-desc p.b-restriction{
	background:url(/images/icon-red-x.png) no-repeat left top;
}

.sr-brand-desc2{
	padding:5px 10px;
	background:#fff;
	border:1px solid #ddd;
	text-align:left;
	min-width:280px;
}
.sr-brand-desc2 h4{
	background:#eee;
	margin:-5px -10px;
	padding:7px 10px;
	font-weight:bold;
	font-size:14px;
}
.sr-brand-desc2 p.bold{
	font-weight:bold;
	color:#777;
	font-size:12px;
	background:none;
	padding:0;
}
.sr-brand-desc2 p{
	padding:5px 0 0 20px;
	background:url(/images/icon-blue-check.png) no-repeat left top;
}
.sr-brand-desc2 p.b-price{
	background:url(/images/icon-grey-dollar.png) no-repeat left top;
}

.sr-brand-desc2 p.b-restriction{
	background:url(/images/icon-red-x.png) no-repeat left top;
}

.sr .sr-price{
	width: 12%;
	vertical-align:top;
}
.sr .sr-provider{
	width: 10%;
	vertical-align:top;
	text-align:center;
}
.sr .sr-center{
	width: 48%;
	vertical-align:top;
}
.sr .sr-center .sr-airline{
	width: 19%;
	vertical-align:top;
	text-align:center;
}
.sr .sr-center .sr-airline img{
	max-width:70px;
}
.sr .sr-center .sr-flightNo{
	width: 8%;
	vertical-align:top;
}
.sr .sr-center .sr-airports{
	width: 10%;
	vertical-align:top;
}
.sr .sr-center .sr-dTime{
	vertical-align:top;
	width: 8%;
}
.sr .sr-center .sr-aTime{
	vertical-align:top;
	width: 8%;
}
.sr .sr-duration{
	width: 10%;
	vertical-align:top;
/* 	white-space:nowrap; */
}
.sr .sr-detail .sr-duration{
	width: 60px;
	display:block;
	white-space:normal;
}
.sr .sr-layover{
	width: 7%;
	vertical-align:top;
	text-align:center;
}
.sr .sr-detail{
	vertical-align:top;
/* 	padding: 10px 4px 5px;  */
}
.sr .sr-classes {
/* 	padding:5px 8px 5px 0; */
/* 	width:43%; */
	border-right: 1px solid #fff;
}
.sr .sr-center .hiddendiv {
	margin:10px 0;
	background: url(/images/airline-desc-arrow.png) no-repeat 60px top;
	padding-top:9px;
	position:relative;
}
.sr .hiddendiv table {
	background:#f3f3f3;
	border-collapse:collapse;
	width:100%;
}
.sr .hiddendiv .icon-stops{
	padding: 5px;
}
.hiddendiv .sr-detail table p{
	margin:0;
	padding:3px;
}
.hiddendiv .sr-detail .sr-bg{
	padding: 3px;
	width:70%;
}
.sr .sr-rules td{
	text-align:right;
}
.sr .sr-waiting td {
	padding:10px 0;
	background:#fff;
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
}
.sr .sr-waiting hr {
	background: #ddd;
    border: 0 none;
    clear: both;
    display: block;
    float: left;
    height: 1px;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

.sr-waiting .sr-airport-waiting{
	float:right;
}
.sr-waiting label{
	font-weight:normal;
	color:#777;
}
.sr-waiting span{
	border-left: 2px dashed orange;
    display: inline-block;
    margin: 0 0 8px 10px;
    padding: 10px 0 10px 10px;
    color:#777;
/*     width:67px; */
}
.sr-waiting .redwarn{
    color:#F23D3A;
}
.baggageAllow,.baggageAllowM{
	vertical-align:top;
	padding:0 2px;
	width:7%;
}
.baggageAllow div,.baggageAllowM div{
	margin-bottom:23px;
	white-space:nowrap;
	text-align:right;
}
.baggageAllow img,.baggageAllowM img{
	margin-bottom: 3px;
    vertical-align: middle;
    width: 14px;
}
.operatedby{
	color:orange;
	font-style:italic;
}
.sr-title-price{
	width: 12%;
}
.sr-title-provider{
	width: 11%;
	text-align:center;
}
.sr-title-airline{
	width: 18%;
	text-align:center;
}
.sr-title-flightNo{
	width: 7%;
	text-align:center;
}
.sr-title-route{
	width: 9%;
	text-align:center;
}
.sr-title-dTime{
	width: 8%;
	text-align:center;
}
.sr-title-aTime{
	width: 8%;
	text-align:center;
}
.sr-title-fTime{
	width: 10%;
	text-align:center;
}
.sr-title-layover{
	text-align:center;
}
.sidebyside .search-title td,
.sidebyside .search-title td a{
	font-size:10px;
}
.sidebyside .search-title td{
	width:20%;
	text-align:left;
}
.sidebyside .sr-ft{
	background:#f2f2f2;
	padding:4px 8px 4px 1px;
	display:flex;
	text-decoration:none;
}
.sidebyside .sr-ft img{
	vertical-align:middle;
}
.sidebyside .d3container-wrapper .searchHeader td,
.sidebyside .d3container-wrapper .returnHeader td  {
    font-size: 12px;
}
#main.sidebyside {
	width:93%;
}
#main.group {
	width:70%;
}
#main.rule {
	width:87%;
}
#main.hrule {
	width:55%;
}
#main.trule {
	width:65%;
}
#main.tprovider {
	width:80%;
}
#main.wide {
	width:98%;
}
.sidebyside .sideReturn #returnResults{
/* 	width:49%; */
	float:right;
}
.sidebyside .sideReturn .departureResults{
/* 	width:49%; */
	float:left;
}
.sidebyside .sideReturn .sr{
	position:relative;
	display: inline-block;
	width:100%;
}
.sidebyside .sr-price{
	float:left;
	width:14%;
	position:absolute;
	top:0;
	left:0;
}
.sidebyside .sr-provider{
	float:left;
	width:11%;
	position:absolute;
	top:5px;
	left:15%;
	text-align:left;
}
.sidebyside .sr .sr-airline {
    float: left;
    margin-left: 26%;
    margin-top: 5px;
    text-align: center;
    width: 16%;
}
.sidebyside .sr .sr-airports {
    width: 16%;
	float:left;
	text-align:left;
	margin-top:5px;
}
.sidebyside .sr .sr-baggage {
    vertical-align:top;
	padding:0 2px;
}
.sidebyside .sr .sr-baggage div{
	margin-bottom:23px;
	white-space:nowrap;
	text-align:right;
	vertical-align: top;
}
.sidebyside .sr .sr-baggage img{
	margin-bottom: 1px;
    vertical-align: top;
    width: 14px;
}
.sidebyside .sideReturn .sr-price{
	float:left;
	width:25%;
	position:absolute;
	top:0;
	left:0;
}
.sidebyside .sideReturn .sr-provider{
	float:left;
	width:20%;
	position:absolute;
	top:5px;
	left:25%;
}
.sidebyside .sideReturn .sr .sr-airline {
    width: 25%;
	float:left;
	text-align:center;
	margin-left:43%;
	margin-top:5px;
}
.sidebyside .sideReturn .sr .sr-airports {
    width: 30%;
	float:left;
	text-align:center;
	margin-top:5px;
}
.sidebyside .sideReturn .sr .sr-baggage {
    vertical-align:top;
	padding:0 2px;
}
.sidebyside .sideReturn .sr .sr-baggage div{
	margin-bottom:23px;
	white-space:nowrap;
	text-align:center;
	vertical-align: top;
}
.sidebyside .sideReturn .sr .sr-baggage img{
	margin-bottom: 1px;
    vertical-align: top;
    width: 14px;
}
.sidebyside .sr .sr-flightNo {
    width: auto;
}
.sidebyside .sr .sr-duration,
.sidebyside .sr .sr-layover {
    white-space: nowrap;
    width: auto;
    padding:5px;
    float:left;
}
.sidebyside .sideReturn .sr .sr-duration,
.sidebyside .sideReturn .sr .sr-layover {
    clear: both;
    float:none;
    text-align: right;
    white-space: nowrap;
    width: auto;
    padding:5px;
    border-top:1px solid #eee;
}
.sidebyside .sr .hiddendiv, 
.sidebyside .functionDiv,
.sidebyside .spacer {
	clear:both;
}
.sidebyside .clearFix #search2 {
/*     width: 81%; */
}
.sidebyside .clearFix .searchfilter {
/*     width: 18%; */
}
.loadingbox {
	background: #F0F8FF url(/images/ajax-loader.gif) no-repeat center 30px;
	width: 450px;
	border: 2px solid #000000;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	display: none;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
	z-index: 2;
}


.totalResults{
	clear: both;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	padding: 4px;
	color:#004095;
}
.agentId{
	font-size:13px;
	color:#aaa;
	position:absolute;
	bottom:0;
	right:34px;
}
.agentId span{
	color:#3CBEE6;
}
.callcenter{
	float:left;
	margin-left:20px;
	max-width:400px;
}

.searchwarning {
	background-color: yellow;
}

.searchcritical {
	background-color: red;
}

#otherPriceRowIdentifier{
	margin-left: 20px;
	margin-bottom: 5px;
	
	
}

.otherRowPrice input{
	margin-left: 15px;
	padding-left: 15px;
	
}

.otherRowPrice  .totalPrice2 span{
	font-size: 13px;
	
}

.show_hide {
    display:none;
}


#otherRowPrice td {
	padding: 3px;
	display:none;
  
}



.channel1 td {
	background-color: #dfeef8;
	padding: 3px;
	border-bottom: solid 1px  #dadada;
}

.channel2 td {
	background-color: #e8f8df;
	padding: 3px;
	border-bottom: solid 1px  #dadada;
}

.channel3 td {
	background-color: #f8efdf;
	padding: 3px;
	border-bottom: solid 1px  #dadada;
}
#content4.hotelDetails{
	border:0;
	background:transparent;
}
.hotelDetails td{
	border:1px solid #eee;
	padding:5px;
}
#content4.hotelDetails table{
	border-collapse:collapse;
}
.charterResults .sr-center .sr-airports{
	width:140px;
	text-align:center;
}
.charterResults .sr-center .sr-aTime{
	text-align:center;
}
.charterResults .sr-center .sr-dTime{
	text-align:center;
}
.charterReturn .sr-center .sr-dTime{
	text-align:left;
}
.hotelName a{
	color:#064497;
}
.hotelCity{
	color:#333;
}

.mapview-results table th{
	background:#eee;
	padding:5px;
	font-size:11px;
}
.mapview-results table td{
	border-bottom:1px solid #eee;
	padding:5px;
}
.mapview-count{
	background:#3CBEE6;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
}
#hotelSearch li{
	padding:10px;
}
#hotelSearch li label{
	display:block;
	margin-bottom:3px;
}
#hotelSearch li div{
	float:left;
	margin-right:10px;
}
#hotelSearch li div.rooms{
	margin:0;
}
#hotelSearch li div.dateFrom input,#hotelSearch li div.dateTo input{
	width:130px;
	float:left;
	margin-right:5px;
}
#hotelSearch li div.passType div{
	float: none;
overflow: hidden;
margin: 0 0 10px;
}
#hotelSearch li .passType span {
float: left;
margin: 0 8px;
}
#hotelSearch li .passType span.roomTitle {
margin-top: 20px;
font-weight:bold;
}
#hotelSearch li .submitBtn {
clear:right;
float:left;
margin:0;
padding-top:15px;
}

.ui-autocomplete-category.iconHotel{
	background:#eee url(/images/icon-30-hotel.png) no-repeat right center;
}
.ui-autocomplete-category.iconCity{
	background:#eee url(/images/icon-30-city.png) no-repeat right center;
}
.ui-autocomplete-category.iconDistrict{
	background:#eee url(/images/icon-30-region.png) no-repeat right center;
}
.searchTerm{
	font-weight:bold;
}
.find-flight input[type="text"], .find-flight select{
	padding:3px;
}
.find-flight select{
}

.hotelTop td{
	vertical-align:top;
}
ul#cardlist{
	padding:0;
	margin:0;
	background:#fff;
}
#cardlist li {
	display: inline-block;
	list-style-type: none;
	float:left;
	border:1px solid transparent;
	border-bottom:1px solid #eee;
}
ul#cardlist a{
	padding:1px 5px;
	margin:5px 0;
	display:inline-block;
 	border-right:1px solid #eee;
}
ul#cardlist li:last-child a{
 	border-right:0;
}
ul#cardlist:hover a{
	border-color:transparent;
}
ul#cardlist li:hover{
	border:1px solid #eee;
	border-bottom:0;
}
ul#cardlist li.current{
	border-bottom:5px solid #2dabff;
}
ul#cardlist li.current:hover{
	background:none;
}
#cardlist li img{
	height:20px;
}
#cardlist li.uniteller img,
#cardlist li.mellatbank img{
	height:auto;
}
.bank-installments{
	border-collapse:collapse;
	width: 75%;
}
.bank-installments td{
	padding:3px;
	border-bottom:1px solid #eee;
}
.bonustaksit:hover{
	background:#eee;
}
#hotelResults .sortlabel {
	color:#064497;
	background: url(/images/arrow-down.png) no-repeat scroll right center;
	padding-right:10px;
	text-decoration:none;
}
#hotelResults a:hover{
	color:orange;
}
#hotelResults .sortlabel.active {
	color:orange;
	background-image: url(/images/arrow-down-o.png);
}
#hotelResults .sortlabel.active.sort {
	color:orange;
	background-image: url(/images/arrow-up-o.png);
}
.discountWrap{
}
.discount{
	margin-left:15px;
}
.discountRoom td{
}


.midbuttons input{
	background:red;
	color:#fff;
	padding:3px;
}
.midbuttons input:hover{
	background:#fff;
	color:red;
	cursor:pointer;
}
.warningBox{
	width:500px;
	padding:20px;
	background:#fff;
	border:1px solid orange;
	border-radius:5px;
	margin:20px auto;
}

.loadingButton {
	background:#fff url(/images/ajax-loader.gif) no-repeat center !important;
}

.spoHeadTitle{
	background: #3CBEE6; 
	padding: 5px; 
	border: 1px solid #aaa; 
	color: #fff
}
.spoHeadForms .spoFormTd{
	border:1px solid #aaa;
	background:#f3f3f3;
	vertical-align:top;
}
.tableborder td{
	border:1px solid #eee;
	padding:4px;
	vertical-align:top;
}
.datepicker,.hasDatepicker {
	float:left;
	margin-right:2px;
}
.ui-datepicker,
.ui-datepicker.ui-helper-clearfix{
	display:none;
}
html .datepicker-inline{
	float:none;
	background:none;
}
.ui-datepicker-inline.ui-helper-clearfix{
	display:inline-block;
}
.datepicker-inline .ui-datepicker-multi{
	display:flex;
	flex-flow: row wrap;
    width: auto !important;
}
.datepicker-inline .ui-datepicker-multi .ui-datepicker-group {
    width:25%;
    border:1px solid #eee;
}
.ui-tabs .ui-datepicker-inline .ui-widget-header {
    background: #3CBEE6;
}
.matchGroup ul{
	margin:0;
	padding:0;
}
.matchGroup ul.dragContainer li{
	margin:1px;
	padding:5px 1%;
	background:#eee;
/* 	position:absolute; */
	cursor:pointer;
}
.matchGroup ul.dragContainer li:hover{
	background:#ddd;
}
.matchGroup td{
	vertical-align:top;
}
.matchGroup .exportButtons li{
	margin:5px;
	padding:5px;
	background:transparent;
	text-align:center;
}
.matchGroup h3{
	margin:0;
	padding:0 0 5px;
}

div.query [disabled] {
	background: #fff !important;
	color: #000;
	cursor: default;
	border: 1px solid #eee !important;
}
.scrollable{
	max-width:925px;
	overflow-x:auto;
	padding-bottom:10px;
}



.submit,.decline,.reserve,.close,.submit2,.modify, body .submitButton {
  color: #ffffff;
  background-color: #006dcc;
  border:1px solid #0058A5;
  display: inline-block;
  *display: inline;
  padding: 2px 15px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
   -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.submit:hover,
.submitButton:hover,
.submit:focus,
.submit:active,
.submit.active {
  color: #ffffff;
  background-color: #0058A5;
  border: 1px solid #0058A5;
}

.submit.disabled,
.submit[disabled] {
	opacity:.5;
	color: #ffffff;
	background-color: #0058A5 !important;
	border: 1px solid #0058A5 !important;
	cursor:default;
}
.well .btn{
  font-weight:bold;
  background-color:#fff;
  padding: 7px 15px;
  height:auto;
  line-height:normal;
}
.btn,.close,.print,.read-and-apply-button {
  display: inline-block;
  *display: inline;
  padding: 5px 15px;
  margin-bottom: 0;
  *margin-left: .3em;
  height:26px;
  font-size: 11px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn:hover,
.close:hover,
.print:hover,
.read-and-apply-button:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333333;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
}


.btn-warning,
.reserve {
	color: #ffffff;
	background-color: #f89406;
	border: 1px solid #f89406;
}

.btn-warning:hover,
.reserve:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #ffffff;
	background-color: #faa732;
	border: 1px solid #faa732;
}

.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}

.btn-danger,
.decline,
.btn-collapseall {
	color: #ffffff;
	background-color: #da4f49;
	border: 1px solid #da4f49;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.decline:hover {
	color: #ffffff;
	background-color: #bd362f;
	border: 1px solid #bd362f;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn.btn-collapseall{
	padding:3px 6px;
	font-size:9px;
	border:0;
}
.btn.btn-collapseall:hover{
	background-color: #c03b27;
	color: #ffffff;
}
.btn-collapseall .glyphicon{
	transform:rotate(90deg);
}
.btn.btn-details{
	background:#5a6f86;
	border:0;
	color:#fff;
	padding:3px 6px;
	font-size:9px;
}
.btn.btn-details:hover{
	background:#445b86;
	color:#fff;
}
.btn-success,
.modify {
	color: #ffffff;
	background-color: #5bb75b;
	border: 1px solid #5bb75b;
}

.btn-success:hover,
.modify:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
	border: 1px solid #51a351;
}

.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}

.btn-info {
	color: #ffffff;
	background-color: #3cbee6;
	border: 1px solid #3cbee6;
}
.btn-info2 {
	color: #333;
	background-color: #d6e2ec;
	border: 1px solid #afb9c3;
	font-weight:bold;
}
.btn-info3 {
	color: #333;
	background-color: #d6e2ec;
	border: 1px solid #afb9c3;
	font-weight: bolder;
	font-size: 10pt !important;
	cursor: pointer;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	border: 1px solid #2f96b4;
}

.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}

.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border: 1px solid #363636;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
	border: 1px solid #222222;
}

.btn-upload input[type="file"] {
    position: fixed;
    top: -1000px;
}

.btn-upload {
	font-weight:normal;
}
.dyn-voucher .header-title{
	float:left;
	color:#2076b5;
	margin:40px 20px 0;
	font-weight:bold;
}
.dyn-voucher .issuedby{
	float:right;
	margin:40px 40px 0 0;
}
.dyn-voucher .header-agent{
	color:#CACACA;
	margin:10px 20px 0;
	font-weight:bold;
	font-size:12px;
}
.dyn-voucher .header-agent p{
	margin:5px 0;
}
.dyn-voucher .inner{
	margin:5px 0;
	clear:both;
}
.dyn-voucher .inner .section-title{
	color:#fff;
	background:#2076b5;
	font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top:20px;
}
.dyn-voucher .inner .section-title.flight-title{
	background:#34c4f2;
}
.dyn-voucher .inner .section-title.hotel-title{
	background:#f39042;
}
.dyn-voucher .inner .section-title.transfer-title{
	background:#b38181;
}
.dyn-voucher .flightDep{
	background:url(/images/flightDirections.png) no-repeat left 0;
	height:18px;
	line-height:18px;
	padding-left:30px;
	color:#038ff8;
}
.dyn-voucher .flightReturn{
	background:url(/images/flightDirections.png) no-repeat left -18px;
	height:18px;
	line-height:18px;
	padding-left:30px;
	color:#ffa500;
}
.dyn-voucher .FormTable .formtitle th{
	padding-top:10px;
}
.dyn-voucher .warning{
	background:#e0e0e0 url(/images/warning.png) no-repeat 10px center;
	padding:10px 10px 10px 40px;
	font-size:11px;
	color:#333;
	border:0;
	text-align:left;
	width:auto;
	font-weight:normal;
}
.dyn-voucher .price-table th{
	border-bottom:1px dotted #aaa;
}
.dyn-voucher .price-table td{
	text-align:right;
	width:100px;
}
.dyn-voucher .contact-table th{
	color:#2076b5;
}
.dyn-voucher .contact-table td{
	color:#888;
	vertical-align:top;
}

.scrollTable{
	width: 670px;
	overflow:scroll;
	padding:0
}
.scrollTable table td{
	padding:0 1px;
	height:25px;
}
.messages ul, .messages ol{
	list-style:disc;
}


.functionBtn td{
	padding:4px 3px 1px;
}
.functionBtn .icon-ethnic{
	padding:2px;
	background:#fff;
	border:1px solid #ddd;
}
.search-promo{
	margin:10px 0;
}
.search-promo a{
	color:#fff;
	background:#ff5149 url(/images/arrow-r-w.png) no-repeat 98% center;
	padding:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display:block;
}
.search-promo a:hover{
	background-color:#e3463f;
}
.search-promo a .promo-price{
	font-size:24px;
	padding:0 25px;
}


.taskStatusLineColor0 td{ background-color: #FFFFFF; }

.taskStatusLineColor1 td{ background: #FFFF00;}

.taskStatusLineColor2 td { background-color: #DDE7F2; }

.logo-iati {
	width: 140px;
	height: auto;
}
.lastSeat{
	background:red;
	padding:3px 10px;
	color:#fff;
	white-space:nowrap;
}
.left-banner{
	position:absolute;
	left:-170px;
	top:5px;
}
.left-banner img{
	max-width:160px;
}
.recommendedHotels h3{
	color:#326bad;
	width:80%;
	margin:30px auto 0;
}
.table-striped {
	border-collapse:collapse;
	font-size:13px;
	width:80%;
	margin:10px auto;
}
.table-striped th{
	background:#93bee9;
	padding:5px 20px;
	color:#fff;
	font-weight:bold;
}
.table-striped td{
	background:#dee8f4;
	border-top:1px solid #fff;
	padding:5px 20px;
}
.table-striped tr.odd td{
	background:#c1d5eb;
}
.searchCityOtel, .searchCityTransfer, .searchCityFlight{
	display: inline-block;
	width: 220px;
	height: 35px;
	line-height: 35px;
	padding: 7px 20px 7px 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	position: relative;
	width: 300px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.searchCityOtel {
	background-color: #fca300;
}

.searchCityTransfer {
	background-color: #a9ab69;
}

.searchCityFlight {
	background-color: #1373dd;
}

.searchCityOtel:hover {
	background-color: #ffb42a;
	color: #fff;
}

.searchCityTransfer:hover {
	background-color: #c6c88a;
	color: #fff;
}

.searchCityFlight:hover {
	background-color: #1678e4;
	color: #fff;
}

.searchCityOtel {
	background-image: url(/images/v2-icon-hotel.png);
}

.searchCityFlight {
	background-image: url(/images/v2-icon-return.png);
}

.searchCityTransfer {
	background-image: url(/images/v2-icon-transfer.png);
}
.call-center,
.call-center .cc-icon,
.call-center .cc-text{
	float:left;
}
.call-center .cc-text span{
	display: block;
    font-size: 13px;
    text-align: left;
}
.call-center .cc-text .cc-text1{
	color:#004095;
	font-weight:bold;
	margin:5px 0 5px 5px;
    font-size: 14px;
}
.call-center .cc-text .cc-text2 strong{
	color:#3CBEE6;
}

.ui-colorpicker table td {
    text-align: left;
}

.hint{
	color:orange;
	font-weight:bold;
}
.adh{
	background:#ffe0e0;
	padding:10px;
	color:#333;
	overflow:hidden;
}
.adh strong{
	color:red;
	font-size:14px;
}
.section-left{
	float:left;
	padding:5px;
	width:80px;
}
.section-right{
	float:left;
	padding:5px;
	width:800px;
}

html .invinfostyle {
    background: none repeat scroll 0 0 #e0f0fa;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    text-align: left;
    width: auto;
}
html .invinfostyle p {
    margin: 0;
    padding: 5px 0;
}

.warning2 {
	padding: 10px;
	border: solid 1px #ff0000;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.warning3 {
	padding: 10px;
	border: solid 1px orange;
	background-color: #fff;
	text-align: center;
	color: orange;
	border-radius: 3px;
	font-weight: bold;
}

.qtip-content {
    background: #eee;
    border:1px solid #ccc;
    padding: 10px;
    font-size:11px;
    box-shadow:0 1px 5px rgba(1,1,1,.2);
}
.qtip.ui-tooltip-shadow{
	box-shadow: none;
}
.ui-accordion .ui-accordion-header {
    margin: 2px 0 0;
}
.sidecontentpullout{
	text-align:center;
}
#paymentActions{
	margin:10px auto 50px;
}
.flightMileDelete {
    background:red;
    border: 0 none;
    border-radius: 50em;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size:8px;
    height: 14px;
    padding: 0;
    width: 14px;
}
.flightMilesContainer {
    position: relative;
}
.flightMileAdd {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 0;
}

.discount-area {
	font-size: 12px;
	color: orange;
	text-align: center;
	font-weight: bold;
}

.discount-area span {
}

.discount-area .discount-area-amount {
	margin-right: 3px;
}

.discount-area .discount-name {
}

.discount-area-map {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: white;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	background-color: #fd7e1c;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.discount-area-map span {
	display: inline-block;
	margin-top: 5px;
}

.discount-area-map .discount-area-amount {
	font-size:25px;
	margin-right: 5px;
}

.searchResultMap.discountWrap {
	padding-bottom: 28px;
}

.dep-ret-icon {
    margin: 7px 0 0 20px;
}
.dep-ret-icon {
    padding: 5px;
}

.totalHeader {
	font-weight: bold;
	font-size : 14pt; 
	padding: 10px 5px; 
	text-align: right;
	color: #004095;
}

.totalPrice3 {
	color: #3cbee6;
	font-weight: bold;
	font-size: 14pt;
}

.cc-helpdesk-img img{
	max-width:640px;
}

.gift-msg {
    color: #e15045;
    font-size: 12px;
    font-weight: bold;
}
.gift-msg img {
    vertical-align: middle;
    max-width:none;
    height:25px;
}

.tour-photos .ui-widget-header{
	background:#eee;
	padding:5px;
	margin:0 0 20px;
	border:0;
	line-height:30px;
	color:#333;
}
.tour-photos .ui-widget-content{
	background:#fff;
	min-height:100px;
}
.tour-photos .photoCount{
	color:orange;
}
.tour-photos .gallery li{
	margin:0 0 30px 80px;
}
.tour-photos .gallery li img,.tour-photos .gallery .ui-widget-header{
	cursor:default;
}
html .ui-widget{
	font-family:helvetica,arial,sans-serif;
}
html .intl-number-input input {
    height: 26px;
}
html .intl-number-input .flag-dropdown .selected-flag {
    padding: 4px 16px 4px 7px;
}
html .ui-datepicker .ui-datepicker-title select {
    height: 20px;
    margin: 0;
}

.ui-autocomplete-category {
	background: #eee;
	padding: 7px 5px;
	color: #004095;
}
html .ui-autocomplete {
    background: #fff;
    border-radius: 0;
    padding:0;
    text-align:left;
    z-index: 2 !important;
}
html .ui-autocomplete li a,
html .ui-autocomplete.ui-widget-content li .ui-state-focus {
    border:0;
    border-bottom:1px solid #eee;
    background:none;
    cursor:pointer;
    margin:0;
    padding:5px !important;
}
html .ui-autocomplete li a:hover,
html .ui-autocomplete.ui-widget-content li .ui-state-focus:hover {
    background: #fafafa;
    border:0;
    border-bottom:1px solid #eee;
    margin:0 !important;
}
.ui-tabs .ui-widget-header {
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #cfdbec;
    border-radius: 0;
}
.ui-tabs.ui-widget-content {
    background: #fff;
    border: 0 none;
    border-radius: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0 0;
}
.ui-tabs .ui-widget-header .ui-state-default.ui-state-active {
    background: #fff;
    color: #e17009;
    font-weight: bold;
}
.ui-tabs .ui-widget-header .ui-state-default {
    background: #dfeffc;
    color: #2e6e9e;
    font-weight: bold;
    border-color:#cfdbec;
}
html .ui-widget-content {
    background: #fff;
}
html .ui-widget-content a.btn{
	height: auto;
    padding: 2px 15px;
    font-size: 12px;
}
.ui-dialog .ui-dialog-content {
    text-align:left;
    line-height:1.4;
}
.company-logo{
	text-align:center;
	width:180px;
}
.company-logo img{
	max-width:100px;
}
.company-logo span{
	display:block;
	padding:5px 5px 10px;
	margin:5px 0;
	background:#f3f3f3;
}
.company-logo input[type="file"]{
	background: #fff ;
    border: 1px solid #ddd;
    margin: 10px 0;
    width:100%;
}
.msgs.formtitle,.msgs.formtitle a{
	font-size:12px;
}
.search-form .row{
	margin-top:15px;
}
.search-form .submit-btn{
	margin-top:15px;
}
.search-form select{
	max-width:150px;
}
.fcSearchResult ul{
	padding:0;
	margin:0;
}
#taskOperationsWarningAccordion .ui-accordion-content {
    color: #333;
    font-size: 10pt;
    display: block;
	border-color:orange;
}
#taskOperationsWarningAccordion .ui-accordion-header {
	background-color: orange;
	border-color:orange;
	text-transform: lowercase;
    color: #ffffff;
    display: block;
    font-size: 12pt;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text{
	padding:0 1em;
}
.detailsearch h4{
	margin:0 0 3px;
}
.detailsearch fieldset{
	padding:15px;
}
.detailsearch td,.detailsearch label{
	color:#777;
	font-weight:normal;
	vertical-align:top;
}
.detailsearch td{
	padding:3px;
}
.detailsearch select{
	margin:0 5px 3px 0;
}
.itin-icons1{
	padding-left:170px;
	width:24px;
	text-align:center;
	vertical-align:middle;
}
.sidebyside .itin-icons1{
	padding-left:0;
	width:24px;
	text-align:center;
	vertical-align:middle;
}
.itin-icons2{
	width:24px;
	text-align:center;
	vertical-align:middle;
}
.itin-icons3{
	width:24px;
	text-align:center;
	vertical-align:middle;
}
.itin-icons4{
	padding-right:40px;
	width:24px;
	text-align:center;
	vertical-align:middle;
}
.itin-icons1 img,
.itin-icons2 img,
.itin-icons3 img,
.itin-icons4 img{
	vertical-align:middle;
	height:20px;
	max-width:20px;
}
.flex-icons{
	display:flex;
}
.flex-icons > div{
	margin-right:3px;
}
.sidebyside .cheapest-price{
	position:fixed;
	top:130px;
	left:auto;
	right:5%;
}
.cheapest-price{
	position:fixed;
	top:30%;
	left:0;
	box-shadow:0 0 10px #aaa;
	width:200px;
	padding:15px 15px 30px;
	background:#C6E6FD;
	z-index:4;
}
.cheapest-price .head{
	background:#72C5FB;
	color:#fff;
	padding:5px;
	margin:-15px -15px 20px;
	overflow:hidden;
}
.cheapest-price .head span{
	float:left;
	padding:4px 10px;
}
.cheapest-price .head .icon{
	border:2px solid #fff;
	width:15px;
	height:15px;
	border-radius:50%;
	text-align:center;
	font-size:12px;
	display:block;
	padding:1px;
}
.cheapest-price .body{
	width: 80%;
	margin-left: 20%;
}
.cheapest-price .btn-x{
	border:0;
	background:none;
	color:#fff;
	font-size:12px;
	padding:0;
	width:20px;
	height:20px;
	text-align:center;
	float:right;
	cursor:pointer;
}
.cheapest-price .btn-x:hover{
	background:#58a4dd;
}
.cheapest-price p{
	margin:0;
	padding:3px;
	text-align:right;
	color:#333;
}
.cheapest-price p strong{
	margin-left:10px;
}
.errorMessage {
	width: auto;
	padding: 10px;
	border: 1px solid #df310f;
	background-color: #f7dae9;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.product-tabs.ui-tabs .ui-tabs-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    text-align:center;
    min-width:100px;
}
.flight-tabs.ui-tabs .ui-tabs-nav{
	border:0;
}
.flight-tabs.ui-tabs .ui-state-default{
	border:0;
	background:#fff;
}
.flight-tabs.ui-tabs .ui-state-default a{
	color:#3CBEE6;
}
.groupRes .group-table td input[type="text"]{
	width:100%;
}
.groupRes .group-table .dates{
	width:130px;
}
.groupRes .group-table .dates input[type="text"]{
	width:100px;
}
.groupRes .group-table{
	width:330px;
	float:left;
}
.groupRes .group-table.return{
	margin-left:43px;
}
.groupRes #flight ul.group-table li label{
	height:auto;
	line-height:normal;
}
.break-word{
	word-break: break-word;
}
.fullcollapsed .info-aircraft i{
	margin-left:45px;
}
.info-aircraft i{
	width:28px;
	height:28px;
	background:url(/images/nav/nav-menu@2x.png?v1.1) no-repeat;
	background-size:28px;
	display:inline-block;
	vertical-align:middle;
}
.sr-center .info-aircraft i{
	position:absolute;
	top:-20px;
	left:-35px;
}
.info-aircraft .is-flight{
	background-position: center -356px;
}
.info-aircraft .is-bus{
	background-position: center -456px;
}
.info-aircraft .is-train{
	background-position: center -1066px;
}
.well{
	background:#fafafa;
	border:1px solid #ddd;
	text-align:center;
	padding:15px;
	margin:10px;
	border-radius:5px;
}
.btn.btn-services{
	height:auto;
	line-height:normal;
	padding:20px 40px 20px 10px;
	border:1px solid #aaa;
	color:#555;
	font-size:14px;
	background:#fff url(/images/icon-arrow-r-b.png) no-repeat 98% center;
}
.btn.btn-services img{
	margin-right:15px;
	vertical-align:middle;
}
.btn.btn-services:hover{
	border-color:#3cbee6;
	background-color:#fafafa;
}
.btn.btn-product{
	height:auto;
	min-width:120px;
	line-height:normal;
	padding:20px 20px 20px 40px;
	border:1px solid #aaa;
	color:#555;
	font-size:14px;
	text-align:center;
	position:relative;
	background:#fff;
}
.btn.btn-product:hover{
	border-color:#3cbee6;
	background-color:#fafafa;
}
.btn.btn-product i{
	width:30px;
	height:30px;
	position:absolute;
	left:10px;
	top:10px;
	background:url(/images/icon-products.png) no-repeat;
}
.btn.btn-product .i-hotel{
	background-position:0 0;
}
.btn.btn-product .i-transfer{
	background-position:-58px 0;
}
.btn.btn-product .i-insurance{
	background-position:-115px 0;
}
.product-btns .btn{
	margin-right:10px;
	align-self:stretch;
}
.product-btns {
	display:flex;
	align-items:center;
	
}
.car-images {
	text-align: center;
}
.poll{
	margin:15px;
	background:#eee;
}
.poll .poll-header{
	padding:7px;
	margin:0;
	background:#3CBEE6;
	color:#fff;
	position:relative;
}
.poll .btn-close-text{
	position:absolute;
	top:0;
	right:0;
	background:none;
	border:0;
	color:#fff;
	text-transform:uppercase;
}
.poll .btn-close-text:hover{
	color:#eee;
}
.poll-body{
	padding:15px;
}
.poll-form{
	margin:15px;
}
.poll-rating{
	padding:15px 0;
}
.poll-rating label{
	color:#333;
}
.poll-comment{
	overflow:hidden;
}
.poll-comment textarea{
	padding:5px;
	width:80%;
	height:60px;
	box-sizing:border-box;
	float:left;
}
.poll-button{
	float:left;
	margin:15px;
}
.poll.minimize{
	position:fixed;
	bottom:0;
	right:0;
}
.poll.minimize .poll-body,
.poll.minimize .btn-close-text{
	display:none;
}
.poll.minimize .open-poll:hover{
	cursor:pointer;
	background:orange;
}
.show-installments a{
	color:#3cbee6;
	display:inline-block;
	padding:3px;
}
.show-installments a:hover{
	opacity:.8;
}
.show-installments a img{
	vertical-align:middle;
	padding-bottom:3px;
}
.payment-actions{
	padding:20px 0;
	border-top:1px solid #ddd;
}
.payment-total{
	width:700px;
}
.payment-total .totalPrice2{
	text-align:right;
	width:140px;
}
.payment-total .formtitle{
	text-align:right;
}
.card-brand-wrapper{
	position:relative;
	padding-right:15px;
}
.card-brand-wrapper .ccNumber{
	width:100%;
	min-width:240px;
}
.card-brand-wrapper .card-brand{
	height:12px;
	position:absolute;
	top:5px;
	right:20px;
}
.card-brand-wrapper .card-brand img{
	height:12px;
	vertical-align:middle;
}
#installmentModal{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#installmentModal .bank-installments{
	font-size:11px;
	border:1px solid #ddd;
	background-color:#fff;
	width:32%;
	margin-top:30px;
}
#installmentModal .bank-installments tr > td:last-child{
	white-space:nowrap;
}
div.tooltip-container {
  max-width: 25em;
  height: auto;
  display: inline;
  position: relative;
}
div.tooltip-container a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}
div.tooltip-container a span.tooltips {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  position: absolute;
  cursor: default;
  background: #eee;
  border:1px solid #ccc;
  padding: 10px;
  font-size:12px;
}
div.tooltip-container:hover a span.tooltips {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
div.tooltip-container:hover a span.tooltips {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.sr-provider .tooltip-container{
	display:block;
	margin-top:5px;
}
.tooltip-container .customtip{
	border-bottom:1px dashed #ccc;
	cursor:help;
	color:#333;
}
.tooltip-container .customtip-popover{
	position:absolute;
	top:30px;
	cursor: default;
	background: #eee;
	border:1px solid #ccc;
	padding: 10px;
	font-size:12px;
	visibility: hidden;
	opacity: 0;
	z-index:1;
	min-width:120px;
}
.tooltip-container:hover .customtip-popover {
	visibility: visible;
	opacity: 1;
}
.tooltip-container .icon-tip{
	width:16px;
	margin-right:5px;
}
.tooltip-container .list-item{
	display:flex;
	align-items:start;
}

.branded-fares-wrapper{
	margin:40px auto;
	width:94%;
}
.branded-fares *{
	box-sizing:border-box;
}
.branded-fares .bf-package{
	height:auto;
}
.branded-fares .bf-content{
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:3px;
	height:360px;
	display:flex;
	flex-direction:column;
}
.branded-fares .bf-package.selected{
	border-color:#3cbee6;
}
.branded-fares h3{
	color:#3cbee6;
	border-bottom:1px solid #ddd;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:10px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.branded-fares .bf-selected{
	font-size:12px;
	display:none;
}
.branded-fares ul{
	margin:0;
	padding:10px 0;
	font-size:11px;
	height:250px;
	overflow-y:auto;
}
.branded-fares ul li{
	display:flex;
	align-items: center;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.branded-fares ul li:nth-child(odd){
	background-color: #f3f3f3;
}
.branded-fares ul li img{
	height:12px;
	margin-right: 5px;
}
.branded-fares ul li .qtitle{
	border-bottom:1px dashed;
}
.branded-fares .bf-footer{
	text-align:center;
	margin-top:auto;
	padding:20px;
}
.branded-fares .bf-footer label{
	font-size:14px;
	color:#aaa;
	cursor:pointer;
}
.branded-fares .bf-footer i{
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	display:block;
	margin-top:5px;
}
.branded-fares .bf-footer .bf-included,
.branded-fares .selected .bf-footer .bf-upgrade{
	display:none;
}
.branded-fares .selected .bf-content{
	border:2px solid #3cbee6;
}
.branded-fares .selected h3{
	background-color:#3cbee6;
	color:#fff;
	justify-content: center;
}
.branded-fares .selected .bf-selected{
	display:inline-block;
}
.branded-fares .selected .bf-footer label{
	color:#3cbee6;
}
.branded-fares .selected .bf-footer .bf-included{
	display:block;
	color:#aaa;
}
.branded-fares-wrapper .bx-wrapper .bx-controls-direction a{
	background:url(/images/icon-arrow-r-b.png) no-repeat 5px center;
}
.branded-fares-wrapper .bx-wrapper .bx-next{
	right:-35px;
}
.branded-fares-wrapper .bx-wrapper .bx-prev{
	left:-35px;
	transform: rotate(180deg);
}
html #smartbanner.android .sb-button{
	border:0;
}
i.icon-info{
	display:flex;
	align-items:center;
	justify-content:center;
	width:16px;
	height:16px;
	padding:2px 1px 2px 0;
	background-color:#2eb1ff;
	border-radius:4.5em;
	color:#fff;
	font-style:normal;
	font-size:13px;
	font-weight:normal;
	box-sizing:border-box;
}
.rateTable {
    border-collapse: collapse;
}
.rateTable td {
    border: 1px solid #FFFFFF;
    text-align: right;
}
.rateTable tr.rates td.title {
    background-color: #2E75A3 !important;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding: 0 5px;
    text-align: left;
    white-space: nowrap;
}
.rateTable tr.dates td {
    background-color: #0CA6F5;
    color: #FFFFFF;
    font-size: 10px;
    height: 20px;
    padding-right: 1px;
    text-align: center;
    width: 20px;
}
.rateTable tr.rates td input {
    text-align: right;
}
.rateTable tr.dates td.holiday {
    background-color: #048DD3;
}
.rateTable tr.rates td {
    background-color: #EEEEEE;
    color: #054C70;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}
.rateTable tr.rates.end td.green {
    background-color: #008000;
}
.rateTable tr.rates.stopcell td {
    background-color: #F6A5A5;
}
.rateTable tr.rates.checkinstopcell td {
    background-color: #D7E7F0;
}
.rateTable tr.rates.minstaycell td {
    background-color: #F6DAAA;
}
.rateTable tr.rates td.stop {
    background-color: #2E75A3;
}
.rateTable tr.rates td.checkinstop {
    background-color: #2E75A3;
}
.rateTable tr.rates td.minstay {
    background-color: #2E75A3;
}
.rateTable tr.rates.end {
    border-bottom: 5px ridge #0CA6F5;
}
.rateTable tr.rates.end td {
    background-color: #9DED9D;
    border-bottom: 5px ridge #0CA6F5;
}
tr.dates td.masterCellHeader {
    background-color: #F68409;
    text-align: center;
    width: 30px;
}
tr.rates td.masterCellItem {
    background-color: #CACACA;
}
tr.rates td.instoptrue {
    background-color: #FF0000;
}
.scrollTable2{
	overflow:auto;
	padding:0
}
.scrollTable2 table td{
	padding:0 1px;
	height:25px;
}
.blocked {
    pointer-events: none;
}
.jui .height-control {
	height: 250px;
}
.jui .bx-wrapper .bx-viewport{
	height: auto !important;
}
#toggleLabel {
	padding-bottom: 10px;	
}
.orderTd,.dporderTd,.trorderTd {
	color: #064497;
    cursor: pointer;
}
.orderTd:hover,.dporderTd:hover,.trorderTd:hover {
	color: coral;
    cursor: pointer;
}
.leaflet-control-attribution a {
    text-decoration: none !important;
    cursor: text !important;
    color: black !important;
}

.trackerror {
	color: #ffffff;
	background-color: #f45342;
	border: 1px solid #f45342;
  	display: inline-block;
  	*display: inline;
  	padding: 5px 15px;
  	margin-right:2px;
  	font-size: 11px;
  	text-align: center;
  	cursor: pointer;
   	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pager div.paged{
	background:#3CBEE6;
	margin:2px;
	padding:2px 6px;
	float:left;
	color:#fff;
	border:1px solid #ccc;
}


.pager{
	width:800px;
	margin:10px auto;
}
.pager div a{
	background:#eee;
	border:1px solid #ccc;
	float:left;
	margin:2px;
	padding:2px 6px;
	color:#3CBEE6;
}
.pager div.paged{
	background:#3CBEE6;
	margin:2px;
	padding:2px 6px;
	float:left;
	color:#fff;
	border:1px solid #ccc;
}
.pager div a:hover{
	background:#3CBEE6;
	color:#fff;
}

.btn-group-wrapper{
	text-align: center;
	margin: 25px 0;
}
.new-badge{
	position:relative;
	left:-7px;
	display:inline-block;
	padding:3px 8px 4px;
	border-radius:90px / 50px;
	background:darkorange;
	color:#fff;
    text-transform: lowercase;
    font-size: 11px;
}
/* table grey*/
table.grey {
    background-color: #EEEEEE;
    font-family: arial;
    font-size: 8pt;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
    border-collapse:collapse;
}
table.grey tr th {
    background-color: #E6EEEE;
    border: 1px solid #ddd;
    color:#004095;
    font-size: 8pt;
    padding: 5px;
}
table.grey tr td {
    padding: 5px;
    border: 1px solid #ddd;
}
table.zebra tr:nth-child(even) {
  background-color: #fff;
} 
.table-overflow{
	max-width:100%;
	max-height:600px;
	overflow:auto;
}
html table.dataTable{
	margin:0;
}

/* MANAGE/MARKETPLACE BEGIN */

.office-providers-item > td{padding-bottom: 20px;}

html body .services-type-wrapper .ui-tabs-panel{padding: 1em 0;}
.office-provider-field{
	border: none;
	box-shadow: 0 1px 3px rgba(1,1,1,.2);
	margin-bottom: 20px;
}
.office-provider-field > .office-provider-inner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.office-provider-field > legend{background-color: white;}
.office-provider-field > .office-provider-inner > .office-provider-item{
	width: 23%;
	margin-right: 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.office-provider-field > .office-provider-item:last-child{margin-right: 0;}
/* MANAGE/MARKETPLACE END*/

.workspace-wrapper .adminmenu svg,
html body .call-center .cc-chat > svg,
html body .flight-search-icon > svg,
html body .daily-news .news-caret-icon,
html body .xchange-icon-item .xchange-icon{display: none;}

.jui #parameters #flight .find-flight > .find-flight-inner-item,
.jui #parameters #flight .find-flight .find-flight-item{
	display: flex;
	align-items: center;
}
html body #main .xchange-icon-item img{
	margin-top: 20px;
	padding-left: 15px;
}
html body .sidecontentpullout{
	width: 223px !important;
	top: 165px !important;
}
html body .sidecontent{min-height: 220px;}