@import url("../assets/custom-fonts/fonts.css");
@import url("bootstrap-customize.css");

body {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

.body-bg {
	background:#ECECEC;
	/*background-image: url(../Images/body-bg.jpg);
    background-repeat: repeat-x;
	background-size: 100%;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.login-bg {
	background: #f2f2f2 url(../Images/please-wait-bg-A.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.headerbkgd {
	background-image: url('../images/image_bg01.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	height: 500px;
}

.grey01 {
	color: #ffffff;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #00aebc;
	height: 20px;
}

.blue02 {
	color: #ffffff;
	background-color: #696969;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #000000;
	height: 20px;
}

.maroon {
	color: #ffffff;
	background-color: #82030A;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #ffffff;
	height: 20px;
}

.result01 {
	background-image: url('images/blue_bckgrd.jpg');
}

.result02 {
	background-image: url('images/yellow_bckgrd01.jpg');
}

.text01 {
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
	font-size: 8pt;
}

.hidden {
	display: none;
}

.midtext {
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a.midtext:active {
	color: #000000;
}

a.midtext:link {
	color: #000000;
}

a.midtext:visited {
	color: #000000;
}

a.midtext:hover {
	color: #a80000;
	text-decoration: none;
}

.midtext33 {
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a.midtext33:active {
	color: #000000;
}

a.midtext33:link {
	color: #000000;
}

a.midtext33:visited {
	color: #000000;
}

a.midtext33:hover {
	color: #A01D23;
	text-decoration: underline;
}


.white01 {
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #CBCBCB;
}

a.white01:active {
	color: #CBCBCB;
	font-weight: bold;
}

a.white01:link {
	color: #CBCBCB;
	font-weight: bold;
}

a.white01:visited {
	color: #CBCBCB;
	font-weight: bold;
}

a.white01:hover {
	color: #A01D23;
	font-weight: bold;
	text-decoration: none;
}

.yellow01 {
	font-size: 9pt;
	text-decoration: none;
	color: #F2AB01;
}

a.yellow01:active {
	color: #F2AB01;
}

a.yellow01:link {
	color: #F2AB01;
}

a.yellow01:visited {
	color: #F2AB01;
}

a.yellow01:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.faqhead {
	color: #13417F;
	font-weight: bold;
}

text, input[type="password"], select {
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding-left: 3px;
	/*-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;*/
}

input, textarea, select {
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	padding-left: 3px;
	/*-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;*/
}

input:disabled {
	background-color: grey;
	color: #646464;
	border: none;
	cursor: none;
}

[readonly] {
	background-color: #c0c0c0;
}

#progressBackgroundFilter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: rgba(9, 9, 9, 0.8); /*   filter:alpha(opacity=50); opacity:0.5; */
	z-index: 1000;
}

#processMessage {
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #ffffff;
	border: solid 1px #000;
}

.jsddm {
	margin: 0;
	padding: 0;
}

	.jsddm li {
		float: left;
		list-style: none; /*font: 10pt Tahoma, Arial*/
	}

		.jsddm li a {
			display: block;
			background: #095db5;
			padding: 2px 12px;
			text-decoration: none;
			border-right: 1px solid white;
			width: 70px;
			color: #ffffff;
			white-space: nowrap;
			margin: 1px 0 0px 0px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			line-height: 20px;
		}

			.jsddm li a:hover {
				background: #1A4473;
			}

		.jsddm li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
		}

			.jsddm li ul li {
				float: none;
				display: inline;
			}

				.jsddm li ul li a {
					width: auto;
					background: #ff7000;
				}

					.jsddm li ul li a:hover {
						background: #00aebc;
					}

.textInput {
	border: 1px solid #a3a3a3;
	background: #DFDFDF;
	color: #333333;
	font-size: 1.1em;
}

.textInput02 {
	border: 1px solid #a3a3a3;
	background: #FFFFFF;
	color: #333333;
	font-size: 1.1em;
}


/*  start Extra using Home and other pages  */

.headingbg {
	background-color: #fff;
	height: auto;
}

.alphaLogin {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	vertical-align: top;
	padding: 10% 0px 10% 0px;
}

.alpha61 {
	/*    border:solid 1px #ddd;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;   */
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.ServiceTxt {
	font-size: 16pt;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 6px;
	color: #434547;
}

.result-ht {
	min-height: 470px;
}

.bg-white {
	background-color: #ffffff;
}

.htlhd {
	font-size: 14pt;
	font-weight: normal;
}

.moreroomsarrow {
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 4px;
	text-align: center;
	border: 0px solid #6d6d6d;
	color: #127dc3;
	line-height: 20px;
	/*	background-color: #ffffff;  */
	background-image: url(../images/bluearrow.gif);
	background-repeat: no-repeat;
}

a.moreroomsarrow:active {
	color: #127dc3;
}

a.moreroomsarrow:link {
	color: #127dc3;
}

a.moreroomsarrow:visited {
	color: #127dc3;
}

a.moreroomsarrow:hover {
	color: #f47920;
	background-color: #ffffff;
	text-decoration: none;
}

.SearchFilter {
	border: 1px solid #b4b4b4;
	background-color: #b4b4b4;
	color: #ffffff;
	padding-left: 10px;
	height: 25px;
	text-transform: uppercase;
}

.SearchH1 {
	height: 18px;
	font-size: 14px;
	padding-left: 3px;
	padding-top: 7px;
	border-bottom: 1px dashed #ccc;
}

.sorttxt {
	background-color: #1d9ad6;
	border: none;
	color: #ffffff;
	white-space: nowrap;
	padding: 10px 10px;
}


.htldtlme {
	color: #127dc3;
	height: 35px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 9pt;
}


.cnt-lady {
	background-image: url(../images/top_nav.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 728px;
	background-position: right;
}


a.menuItem {
	width: 110px;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

#tabmenu {
	height: 40px;
	width: 970px;
	padding: 0px;
	margin: 0px auto;
}

ul#topnavigationmenu {
	margin: 1px 0 0;
	padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	font-size: 1.1em;
}

	ul#topnavigationmenu li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}

		ul#topnavigationmenu li a {
			float: left;
			height: 44px;
			color: #fff;
		}

			ul#topnavigationmenu li:hover a, ul#topnavigationmenu li a:hover {
				background: url(../images/header/navigationMenuHover.png) repeat-x;
				color: #333;
				height: 40px;
			}

	ul#topnavigationmenu a.home {
		background: url(nav_home.png) no-repeat;
		width: 78px;
	}

	ul#topnavigationmenu a.menuItem {
		width: 110px;
		text-align: center;
	}

	ul#topnavigationmenu li .sub {
		position: absolute;
		top: 44px;
		left: 0;
		background: url(../images/header/navigationItemBg.png) no-repeat;
		padding: 20px 20px 20px;
		float: left;
		height: 376px;
		display: none;
		z-index: 9999;
	}

	ul#topnavigationmenu li .row {
		clear: both;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	ul#topnavigationmenu li .sub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 150px;
		float: left;
	}

	ul#topnavigationmenu .sub ul li {
		width: 100%;
		color: #fff;
	}

		ul#topnavigationmenu .sub ul li h2 {
			padding: 0;
			margin: 0;
			font-size: 1.3em;
			font-weight: normal;
		}

			ul#topnavigationmenu .sub ul li h2 a {
				padding: 5px 0;
				background-image: none;
				color: #e8e000;
			}

		ul#topnavigationmenu .sub ul li a {
			float: none;
			text-indent: 0; /*--Reset text indent--*/
			height: auto;
			background: url(navlist_arrow.png) no-repeat 5px 12px;
			padding: 7px 5px 7px 15px;
			display: block;
			text-decoration: none;
			color: #fff;
		}

			ul#topnavigationmenu .sub ul li a:hover {
				color: #ddd;
				background-position: 5px 12px;
			}
/*  End Extra using Home and other pages  */

/*  Admin Start  */

.adhead {
	background-color: #00aebc;
	height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding-left: 5px;
}

.bghight {
	height: 30px;
	border-bottom: 1px solid #ececec;
}

.filterbg {
	background-color: #f7f5f6;
}

.filtersub {
	width: 5%;
	border-bottom: 1px solid #ececec;
}

.admbtn {
	background-color: #00aebc;
	color: #ffffff;
	padding: 5px 10px;
	/*height: 25px;*/
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 1px 0;
}

	.admbtn:hover {
		background-color: #31b0d5;;
		color: #ffffff;
		/*height: 25px;*/
		border: none;
		cursor: pointer;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}

	.admbtn:disabled {
		background-color: grey;
		color: #ffffff;
		padding: 5px 10px;
		cursor:not-allowed;
		border: none;
		cursor: none;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}

.adheadtitlebg {
	background-color: #ecf4dc;
	border: 1px solid #579723;
}

.txtbox {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 18px;
	border: 1px solid #b2da60;
}

.bgtab {
	background-color: #ecf4dc;
}

.smbtn {
	font-size: 11px;
	background-color: #646464;
	color: #ffffff;
	padding: 5px 10px;
	/*height: 25px;*/
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

	.smbtn:hover {
		background-color: #275d8c;
		color: #ffffff;
		/*height: 25px;*/
		border: none;
		cursor: pointer;
	}

.quto-hd {
	background-color: #616568;
	color: #fff;
	padding: 8px 0px;
}

.quto-sub {
	background-color: #969b9f;
	color: #fff;
	padding: 8px 5px;
}

.quto-normal {
	background-color: #c6ccd0;
	color: #fff;
	padding: 8px 0px;
}

btm-border {
	border-bottom: solid 1px #e03c1e;
}

.paddingtop {
	padding-top: 5px;
}

.smbtn01 {
	font-size: 11px;
	background-color: #275d8c;
	color: #ffffff;
	padding: 5px 10px;
	/*height: 25px;*/
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

	.smbtn01:hover {
		background-color: #646464;
		color: #ffffff;
		/*height: 25px;*/
		border: none;
		cursor: pointer;
	}
/*  Admin End  */ /*  using Design and other pages End  */ /*  using Design skin files start  */

.GridViewStyle {
	table-layout: auto;
	border-collapse: collapse;
	border: #1d1d1d 5px solid;
}
/*RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td Common Styles { padding: 2px; border: solid 0px #ececec; Colors used for the pop up grid view }*/

.RowStyle {
	background-color: #f1f1f1;
	color: #333333;
	text-align: left !important;
}

.AltRowStyle {
	background-color: #fafafa;
	color: #333333;
	height: 22px;
	text-align: left !important;
}

.HeaderStyle {
	background-color: #00aebc !important;
	color: #ffffff;
	font-weight: 500;
	text-align: left !important;
}

	.HeaderStyle a {
		color: #ffffff;
		font-weight: 500;
		text-align: left !important;
		text-decoration: none;
	}

.SelectedRowStyle {
	background-color: #bfdaf2;
	font-weight: 500;
	color: #333333;
	text-align: left !important;
}

.PagerStyle {
	background: #019ee0; /* background: #424242 url('../images/grd_pgr.png') repeat-x top; */
}

	.PagerStyle table {
		margin: 5px auto;
	}

	.PagerStyle td:first-child {
		border-left: 0;
	}

	.PagerStyle td {
		border-width: 0;
		padding: 0 6px;
		border-left: solid 1px #666;
		font-weight: bold;
		color: #fff;
		line-height: 12px;
		text-align: center;
	}

	.PagerStyle a:link {
		color: #fff;
		text-decoration: none;
	}

	.PagerStyle a:active {
		color: #ff7000;
		text-decoration: none;
	}

	.PagerStyle a:hover {
		color: #002e62;
		text-decoration: none;
	}

	.PagerStyle a:visited {
		color: #333333;
		text-decoration: none;
	}

/*.PagerStyle {
	background-color: #00aebc;
	color: #ffffff;
	text-align: center;
}

.PagerStyle a {
     text-decoration: none;
}

.PagerStyle a:hover {
    text-decoration: underline; 
}

.PagerStyle a:link  {
    font-size: 12px;
    padding: 2px 5px;
    background-color :#ffffff;
    border: 1px solid #dddddd;
		color:#333333;
}

.PagerStyle span  {   
	   background-color: #ff7000;
     border: 1px solid #ffd14a;
     color: #FFFFFF;
     padding: 2px 5px;
		 }*/

.FooterStyle {
	background-color: #f7f5f6;
	font-weight: bold;
	color: #ffffff;
}

.menustyle { /* background-image:url('../images/bg_btns.jpg'); background-repeat:repeat-x; */
	background-color: #0e254f;
	height: 24px;
	border: 0px solid #c8c4c5;
	color: #ffffff;
}

.menustyleover {
	text-decoration: underline;
}

.TextBoxStyle {
	border: 1px solid #a3a3a3;
	height: 29px;
}
.Select {
	border: 1px solid #a3a3a3;
	height: 29px;
}

.Tabtable {
	background-color: #f7f5f6;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #006ba9;
}

.filtertxt {
	height: 20px;
	width: 10%;
}

.filterhead {
	height: 18px;
	background-color: #e86222;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
}

.fltricon {
	padding-top: 3px;
	margin: 0px;
	padding-left: 10px;
	color: #0171bb;
	background-image: url(../images/pred_down.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.fltriconhd {
	padding-top: 3px;
	padding-left: 15px;
	color: #000;
	height: 20px;
	background-color: #73d0e2;
}
/*  using Design skin files end  */ /*  Base CSS starts  */ /*body, input, select, textarea { font-size: 11px;  height: 21px; } */

.clsLeftMargin20 {
	margin-left: 20px;
}

[readonly] {
	background-color: #ffffff;
}

.CellBorder tr td {
	border: solid 1px #dadada;
	height: 25px;
}

.CellBorder table tr td {
	border: none;
}

table#seatMap {
    padding-top: 205px;
		width: 344px;
		margin-left: 4px;
}

#seatMap td {
	width: 35px;
	height: 26px;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: top;
	position: relative;
}

	#seatMap td div {
    margin: 11px 3px 0 0;
    position: absolute;
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    text-align: center;
		font-weight: bold;
    color: #ff0000;
		font-size: 14px;
	}

		#seatMap td div a {
			color: #FF5722;
			text-decoration: none;
			font-weight: 600;
		}

a, a:visited, a:hover {
	outline: none !important;
}

#container {
	position: relative;
	width: 100%;
	height: 72px;
	background: #fff;
	border: 0px solid #dddddd;
	margin: 2px auto;
	
	font-size: 8pt;
}

	#container a.pics {
		float: left;
		padding: 2px 2px;
		display: inline;
		color: #000;
		text-decoration: none;
		width: 70px;
		height: 70px;
		cursor: pointer;
	}

		#container a.pics img.thumb {
			display: block;
			margin: 0px 0 0px 0px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			border: 1px solid #dadada;
			background-color: #fafafa;
		}

		#container a.pics span {
			display: none;
			border: 0;
			width: 580px;
			background: #bbb;
			border: 1px solid #fff;
			text-align: center;
		}

			#container a.pics span img {
				margin: 10px auto;
				border: 1px solid #000;
			}

		#container a.pics:hover {
			white-space: normal;
		}

			#container a.pics:hover img.thumb {
				border: 1px solid #fff;
			}

			#container a.pics:hover span {
				display: block;
				position: absolute;
				left: 9px;
				top: 300px;
				z-index: 10;
				height: 375px;
			}

		#container a.pics:active img.thumb {
			border: 1px solid #fc0;
		}

		#container a.pics:active span {
			display: block;
			position: absolute;
			left: 9px;
			top: 300px;
			z-index: 5;
			height: 375px;
		}

		#container a.pics:focus {
			outline: 0;
		}

			#container a.pics:focus img.thumb {
				border: 1px solid #fc0;
			}

			#container a.pics:focus span {
				display: block;
				position: absolute;
				left: 9px;
				top: 300px;
				z-index: 5;
				outline: 0;
				height: 375px;
			}

	#container span.info {
		clear: left;
		display: block;
		text-align: center;
		line-height: 20px;
		margin: 0;
		padding: 200px 0 0 0;
		width: 600px;
		text-align: center;
		color: #eee;
		z-index: 1;
	}

		#container span.info a {
			color: #000;
		}

			#container span.info a:hover {
				text-decoration: none;
			}


.ForeColorBlue {
	color: Blue;
}

.watermark {
	color: #999 !important;
}

/*  Base CSS ends  */ /* Vikas Added Start For Hotel */

.matrixtitle {
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #3b5a8d;
	text-align: left;
	padding-top: 2px;
	height: 24px;
}

a.matrixtitle:active {
	color: #3b5a8d;
}

a.matrixtitle:link {
	color: #3b5a8d;
}

a.matrixtitle:visited {
	color: #3b5a8d;
}

a.matrixtitle:hover {
	color: #98afd6;
	text-decoration: none;
}

.hoteldetail {
	text-decoration: underline;
	font-weight: normal;
	padding: 3px 0px;
	color: #0173ba;
}

a.hoteldetail:active {
	color: #0173ba;
}

a.hoteldetail:link {
	color: #0173ba;
}

a.hoteldetail:visited {
	color: #0173ba;
}

a.hoteldetail:hover {
	color: #000000;
	text-decoration: underline;
}

.gridbdr {
	border: 1px solid #ececec;
}

.srhagtxt {
	margin: 0px;
	height: 22px;
	background-color: #095db5;
	font-size: 8pt;
	color: #ffffff;
	padding-left: 10px;
}
/* Vikas Added End For Hotel */

.FlightRulesTitle {
	BACKGROUND-COLOR: #095db5;
	FONT-VARIANT: small-caps;
	
	COLOR: white;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}

.FlightRules {
	LINE-HEIGHT: 15px;
	BACKGROUND-COLOR: #e5e5e5;
	
	COLOR: #646464;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
}

.FlightRulesText {
	COLOR: #646464;
	FONT-SIZE: 9pt;
}

.FlightRulesTable {
	BORDER-BOTTOM: #095db5 1px solid;
	BORDER-LEFT: #095db5 1px solid;
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 0px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	
	COLOR: #646464;
	FONT-SIZE: 9pt;
	BORDER-TOP: #095db5 1px solid;
	FONT-WEIGHT: bold;
	BORDER-RIGHT: #095db5 1px solid;
}

.layer1 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.heading {
	margin: 0px;
	width: 160px;
	color: #fff;
	padding: 3px 0px;
	cursor: pointer;
	position: relative;
}

.content {
	padding: 0px 0px;
	background-color: #bfcee5;
	color: #000000;
	width: 160px;
}

p {
	padding: 0px 0;
}

#sticky {
	padding: 0.0ex;
	width: 200px;
}

	#sticky.stick {
		position: fixed;
		top: 0;
		z-index: 10000;
	}

#sticky01 {
	padding: 0.0ex;
	width: 160px;
}

	#sticky01.stick {
		position: fixed;
		top: 0;
		z-index: 10000;
	}


/* Designing Css Start Here........*/

div, p {
	padding: 0px;
	margin: 0px;
}

.nowrap {
	white-space: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: none;
}

.main-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
}

.wrapperadmin {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
}

.wrapper {
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
}

.headerbg {
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.footerbg {
	background-color: #434547;
	width: 100%;
}

.wrappermy {
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.logo {
	width: 27%;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #f6f6f6;
}

/*  Header Banner Start  */
.headbg {
	background-image: url(../images/headerbg01.jpg);
	background-repeat: no-repeat;
	height: 41px;
	vertical-align: top;
	text-align: right;
	width: 960px;
	color: #fff;
	background-color: #158ad0;
}

.headbg01 {
	background-image: url(../images/headerbg01white.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 41px;
	vertical-align: top;
	text-align: right;
	width: 100%;
	color: #fff;
}

.headsub {
	width: 700px;
	height: auto;
	float: right;
	padding-top: 30px;
	vertical-align: middle;
}

.headmn {
	float: right;
	list-style-type: none;
	font: normal 9pt Calibri,Arial,Helvetica,sans-serif;
	color: #000080;
	padding-bottom: 5px;
	padding-right: 0px;
	width: 500px;
	text-align: right;
	border: 0px solid #000000;
}



/*  Header Banner Ends  */

/*   Twitter-Facebook Start    */
.twi-faceicon {
	float: left;
	position: relative;
	text-align: right;
	margin-left: 10px;
	padding-top: 10px;
	border: 0px solid #000000;
}

#faceicon ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#faceicon li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	font: normal 0.9em Myriad Pro,Arial,Helvetica,sans-serif;
	color: #b9b9b9;
	border: 0px solid #000000;
}

	#faceicon li.last {
		padding-right: 0px;
	}

a.facenav:link, a.facenav:visited {
	display: block;
	font-weight: normal;
	color: #4d4d4d;
	text-align: right;
	padding: 6px 5px;
	text-decoration: none;
	border: 0px solid #000;
	vertical-align: middle;
}

a.facenav:hover, a.facenav:active {
	color: #2bc000;
	text-decoration: underline;
}
/* Twitter-Facebook End */

/*  Menu Nav Start */
#headbtn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#headbtn li {
	float: left;
	list-style-type: none;
	font: normal 1.0em Myriad Pro,Arial,Helvetica,sans-serif;
	color: #002e62;
	border: 0px solid aqua;
}

	#headbtn li.last {
		padding-right: 0px;
	}

a.headnav:link, a.headnav:visited, a.headnav:active {
	display: block;
	font-weight: normal;
	font-size: 9pt;
	color: #002e62;
	text-align: right;
	padding: 20px 5px 10px;
	text-decoration: none;
	border: 0px solid #000;
	vertical-align: middle;
	border-top: 1px solid #ededed;
}

a.headnav:hover {
	color: #ff7000;
	font-size: 9pt;
	text-decoration: underline;
}

.current {
	color: #ff7000;
	font-size: 9pt;
	display: block;
	font-weight: normal;
	text-align: right;
	padding: 20px 5px 10px;
	text-decoration: none;
	vertical-align: middle;
	background: url(../images/arrowhover.png) no-repeat top center;
	border: 0px solid #ff0000;
}

/* Menu Nav End 
*/

.industriestxt {
	border-left: 1px solid #e6e6e8;
	height: 260px;
	padding: 34px 20px 13px 20px;
	border-right: 1px solid #e6e6e8;
}


/* contant one */
.contant {
	width: 63%;
	border-right: 1px solid #ccc;
	float: left;
	height: 240px;
}

	.contant p {
		font-size: 1.5em;
		color: #61b2d9;
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}

	.contant ul {
		list-style-type: none;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

		.contant ul li {
			display: block;
			float: left;
			padding: 5px 5px 3px 0px;
			border-bottom: 1px solid #eaeaea;
		}

	.contant .messtxt {
		padding-top: 0px;
	}

	.contant .imgspc {
		padding-bottom: 5px;
	}

	.contant span {
		color: #002e62;
	}

	.contant .txtmore {
		color: #ff7000;
		text-align: right;
		padding-right: 12px;
	}

a.contme:link, a.contme:visited, a.contme:active {
	font-weight: normal;
	color: #646464;
}

a.contme:hover {
	color: #ff7000;
	text-decoration: underline;
}

/* contant one */


/* contant Two */ /*
.contant02 {width:30%; border-right:1px solid #ccc; float:left; height:240px; font-size:Calibri,Arial,Helvetica,sans-serif; padding-left:2%; padding-right:1%;}
.contant02 p {font-size:1.5em; color:#61b2d9; margin:0px; padding:0px 0px 10px 0px;}
.contant02 span {margin:0px; padding:0px 10px 10px 0px; line-height:130%;}
.contant02 .txtmore {color:#ff7000; text-align:right; padding-right:12px;border-bottom:1px solid #eaeaea}
.contant02 .txt01 {padding:6px 0px 0px 0px;}
.contant02 .txt {font-size:1.0em; text-decoration:underline;border-bottom:1px solid #eaeaea; height:20px;}   */
/* contant Two */


/* contant Three */
.contant03 {
	width: 30%;
	border-right: 0px solid #ccc;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
}

	.contant03 p {
		font-size: 1.5em;
		color: #61b2d9;
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}

	.contant03 span {
		font-size: 1.1em;
		margin: 0px;
		padding: 0px 10px 10px 0px;
		line-height: 130%;
	}

	.contant03 .txtmore {
		color: #ff7000;
		text-align: right;
		padding-right: 12px;
	}
/* contant Three */

/* Trade Fair Calendar  */
.maincal {
	width: 216px;
	float: left;
	background: url(../Images/TFRightBdr.gif) no-repeat;
	background-position: right 45px;
	padding-top: 9px;
}

	.maincal .title {
		font-size: 1.8em;
		color: #fff;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		padding-bottom: 8px;
	}

	.maincal p {
		font-size: 11px;
		font-weight: normal;
	}

	.maincal span {
		color: #ff7000;
	}
/* Trade Fair Calendar  */

/* Airfares  */

.tfbg {
	background: url('../images/TFCalenderbg.jpg') repeat-x;
	height: 180px;
	color: #fff;
	padding: 12px 24px 0px 6px;
}

.airfares {
	width: 223px;
	float: left;
	background: url(../Images/TFRightBdr.gif) no-repeat;
	background-position: right 45px;
	text-align: center;
}

.regterlogin {
	width: 221px;
	float: left;
	background: url(../Images/TFRightBdr.gif) no-repeat;
	background-position: right 45px;
	text-align: center;
}

/* Newsletter Form Start  */
.newlatter {
	float: left;
	padding-top: 9px;
	padding-left: 20px;
}

	.newlatter .title {
		font-size: 1.8em;
		color: #fff;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		padding-bottom: 8px;
	}

	.newlatter .me {
		padding: 1px 0px;
		margin: 0px;
		color: #ff7000;
	}

	.newlatter .box {
		padding: 4px;
		color: #a5acb0;
	}

/* Newsletter Form Start  */


/* Footer Links start   */

.footertxt {
	color: #fff;
	height: 25px;
	padding: 15px 4px 0px 4px;
}

a.footertxt:link {
	text-decoration: none;
	color: #fff;
}

a.footertxt:hover {
	text-decoration: underline;
	color: #becee4;
}

a.footertxt:visited {
	text-decoration: none;
	color: #fff;
}

a.footertxt:active {
	text-decoration: none;
	color: #fff;
}

.powerbytxt {
	font-size: 0.9em;
	text-align: right;
	color: #fff;
	padding-right: 5px;
	padding-top: 12px;
}

.desctxt {
	background: url(../Images/bottomlogo.gif) no-repeat right;
	padding-top: 10px;
	height: 40px;
}

.desctxt01 {
	text-align: left;
	color: #fff;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	white-space: nowrap;
}


/* Quick Login Start */

.logintxt {
	color: #f8b17a;
	height: 25px;
	padding: 20px 4px 6px;
	font-size: 10pt;
}

a.logintxt:link {
	text-decoration: none;
	color: #002e61;
}

a.logintxt:hover {
	text-decoration: underline;
	color: #000000;
}

a.logintxt:visited {
	text-decoration: none;
	color: #002e61;
}

a.logintxt:active {
	text-decoration: none;
	color: #002e61;
}

/* Quick Login End */

.pleasewaitbkgd {
	background-image: url(../images/pleasewaitbkgd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
	width: 750px;
	/*filter:alpha(opacity=90); 
	 opacity:0.9;*/
}

.loadingmatrix {
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	width: 600px;
	height: 0px;
	z-index: 150;
}

.QLback {
	position: absolute;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 151;
}

.innerpagecurveblu01 {
	width: 100%;
	margin: 0px 0 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dadada;
	background-color: #fafafa;
}

.simplecurve01 {
	margin: 0px 0 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dadada;
	background-color: #fafafa;
}

.loginbackcurve {
	width: 100%;
	margin: 0px 0 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dadada;
	background-color: #fafafa;
	background: url(../Images/loginback.jpg) no-repeat center;
}

.alertcurve {
	width: 400px;
	margin: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 3px solid #ececec;
	color: #ffffff;
	background-color: #e03c1e;
}

.matrixcurveblu01 {
	font-size: 12px;
	color: #000000;
	width: 200px;
	margin: 0px 0 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dadada;
	background-color: #fafafa;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.itinerarycurve {
	font-size: 12px;
	color: #000000;
	width: 700px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dadada;
	background-color: #fafafa;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.alltitle {
	font-size: 14px;
	color: #002e62;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.adheadtitle {
	text-decoration: none;
	background-color: #00aebc;
	color: #ffffff;
	font-weight: normal;
	padding: 11px;
}

.adheadtitleflat {
	text-decoration: none;
	background-color: #00aebc;
	color: #ffffff;
	font-weight: normal;
	padding: 11px;
}

.adheadtitlebg {
	background-color: #ecf4dc;
	border: 1px solid #dddddd;
}

.alltitleBig {
	font-size: 17px;
	color: #0079c1;
	height: 25px;
	background-color: #dadada;
	margin: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.alltitle01 {
	font-size: 11pt;
	color: #ffffff;
	height: 41px;
	background-color: #939393;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.alltitle02 {
	font-size: 13px;
	color: #0079c1;
	height: 25px;
	background-color: #dadada;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
}

.alltitle03 {
	font-size: 13px;
	color: #0079c1;
	margin: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.pricetitle {
	font-size: 17px;
	color: #0079c1;
	margin: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.pricetitlered {
	font-size: 17px;
	color: #9F1B1B;
	margin: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.pricetitleorg {
	font-size: 12px;
	color: #646464;
	margin: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.simplecurve {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*d7e8f7;*/
}

.pcktxt {
	color: #646464;
	font-size: 10pt;
}

a.pcktxt:link {
	text-decoration: none;
	color: #646464;
}

a.pcktxt:hover {
	text-decoration: underline;
	color: #f8b17a;
}

a.pcktxt:visited {
	text-decoration: none;
	color: #646464;
}

a.pcktxt:active {
	text-decoration: none;
	color: #646464;
}


a.moredetls:link, a.moredetls:visited, a.moredetls:active {
	display: block;
	font-weight: normal;
	color: #002e62;
	text-decoration: underline;
	border: 0px solid #000;
}

a.moredetls:hover {
	color: #ff7000;
	text-decoration: none;
}


/* Tooltip Css starts Here........*/
.pop_tooltip { /*This is just to distinguish the elements on which the effect will be applied from the rest of the text.*/
	cursor: default;
	text-decoration: underline;
	font-weight: bold;
}

.tooltip {
	position: absolute;
	opacity: 0;
	background: #2366ff;
	color: white;
	font-weight: normal;
	padding: 8px 16px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, rgba(108,172,236,1) 0%, rgba(35,102,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(108,172,236,1) 0%,rgba(35,102,255,1) 100%);
	background: -o-linear-gradient(top, rgba(108,172,236,1) 0%,rgba(35,102,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(108,172,236,1) 0%,rgba(35,102,255,1) 100%);
}

	.tooltip:after {
		content: '';
		border-top: 8px solid #2366ff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid transparent;
		position: absolute;
		bottom: -15px;
		left: 80px;
		margin-left: -4.7em;
		/* Tooltip Css ends Here........*/
	}

.transparent {
	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

/*.fadein { position:absolute; width:960px; height:320px; top:0px; border:0px solid Red; }
	.fadein img { position:absolute; left:0; top:0px; }*/

.fadein img {
	position: absolute;
	left: -65px;
	top: 0;
	-webkit-animation-name: fade;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;
	animation-name: fade;
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	33% {
		opacity: 1;
	}

	53% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	33% {
		opacity: 1;
	}

	53% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

#f1 {
	background-color: lightblue;
}

#f2 {
	-webkit-animation-delay: -4s;
	background-color: yellow;
}

#f3 {
	-webkit-animation-delay: -2s;
	background-color: lightgreen;
}


/* Floating Filters - Satyen */
#sticky {
	padding: 0.0ex;
	width: 220px;
}

	#sticky.stick {
		position: fixed;
		top: 0;
		z-index: 10000;
	}

#sticky01 {
	padding: 0.0ex;
	width: 160px;
}

	#sticky01.stick {
		position: fixed;
		top: 0;
		z-index: 10000;
	}

.pkgbut {
	background-image: url(../images/side-menu-2.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	display: block;
}


a.pkgbut:link {
	text-decoration: none;
	background-image: url(../images/side-menu-2.png);
	background-repeat: repeat-x;
	color: #000;
}

a.pkgbut:visited {
	color: #000000;
	text-decoration: none;
}

a.pkgbut:hover {
	text-decoration: none;
	color: #FFffff;
	background-image: url(../images/side-menu-2.png);
	background-repeat: repeat-x;
}

a.pkgbut:active {
	color: #000000;
	text-decoration: none;
}



/* Slideshow Page Start  */

#slideshow {
	position: relative;
	width: 367px;
	height: 332px;
	border: 0px solid #000;
}

	#slideshow IMG {
		position: absolute;
		top: 1px;
		left: 1px;
		z-index: 8;
		opacity: 0.0;
	}

		#slideshow IMG.active {
			z-index: 10;
			opacity: 1.0;
		}

		#slideshow IMG.last-active {
			z-index: 9;
		}

/* Slideshow Page End  */



.layer1 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.heading {
	margin: 0px;
	width: 160px;
	color: #0171c9;
	padding: 3px 0px;
	cursor: pointer;
	position: relative;
}

.content {
	padding: 0px 0px;
	background-color: #fff;
	color: #000000;
	width: 160px;
}

p {
	padding: 0px 0;
}


.layer2 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.heading02 {
	margin: 0px;
	color: #646464;
	padding: 3px 0px;
	cursor: pointer;
	position: relative;
}

.content02 {
	padding: 0px 0px;
	color: #000000;
	width: 100%;
}

p {
	padding: 0px 0;
}

.midtextblue {
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	color: #2766AB;
}

a.midtextblue:active {
	color: #2766AB;
}

a.midtextblue:link {
	color: #2766AB;
}

a.midtextblue:visited {
	color: #2766AB;
}

a.midtextblue:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.midtextgray {
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.midtextgray:active {
	color: #000000;
}

a.midtextgray:link {
	color: #000000;
}

a.midtextgray:visited {
	color: #000000;
}

a.midtextgray:hover {
	color: #ff8a2f;
	text-decoration: none;
}

.midtextgray01 {
	/*	font-size: 10pt;  */
	text-decoration: underline;
	font-weight: bold;
	color: #3b5a8d;
}

a.midtextgray01:active {
	color: #3b5a8d;
}

a.midtextgray01:link {
	color: #3b5a8d;
}

a.midtextgray01:visited {
	color: #3b5a8d;
}

a.midtextgray01:hover {
	color: #646464;
	text-decoration: underline;
}

.midtextgraysm {
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	color: #646464;
}

a.midtextgraysm:active {
	color: #646464;
}

a.midtextgraysm:link {
	color: #646464;
}

a.midtextgraysm:visited {
	color: #646464;
}

a.midtextgraysm:hover {
	color: #faa23e;
	text-decoration: none;
}

.midtexttiny01 {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #1f66b1;
	text-align: left;
}

a.midtexttiny01:active {
	color: #1f66b1;
}

a.midtexttiny01:link {
	color: #1f66b1;
}

a.midtexttiny01:visited {
	color: #1f66b1;
}

a.midtexttiny01:hover {
	color: #333333;
	text-decoration: none;
}

.midtextred {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #e03c1e;
	text-align: left;
	padding-left: 5px;
}

a.midtextred:active {
	color: #e03c1e;
}

a.midtextred:link {
	color: #e03c1e;
}

a.midtextred:visited {
	color: #e03c1e;
}

a.midtextred:hover {
	color: #333333;
	text-decoration: none;
}

.midtextredsmall {
	font-size: 7pt;
	text-decoration: underline;
	font-weight: bold;
	color: #e03c1e;
}

a.midtextredsmall:active {
	color: #e03c1e;
}

a.midtextredsmall:link {
	color: #e03c1e;
}

a.midtextredsmall:visited {
	color: #e03c1e;
}

a.midtextredsmall:hover {
	color: #333333;
	text-decoration: none;
}

.midtextredbig {
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	color: #e03c1e;
}

a.midtextredbig:active {
	color: #e03c1e;
}

a.midtextredbig:link {
	color: #e03c1e;
}

a.midtextredbig:visited {
	color: #e03c1e;
}

a.midtextredbig:hover {
	color: #333333;
	text-decoration: none;
}

.midtextsmallblu {
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #1f66b1;
	text-align: left;
	padding-left: 5px;
}

a.midtextsmallblu:active {
	color: #1f66b1;
}

a.midtextsmallblu:link {
	color: #1f66b1;
}

a.midtextsmallblu:visited {
	color: #1f66b1;
}

a.midtextsmallblu:hover {
	color: #333333;
	text-decoration: none;
}

.midtextsmallbluu {
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	color: #1f66b1;
	text-align: left;
	padding-left: 0px;
}

a.midtextsmallbluu:active {
	color: #1f66b1;
}

a.midtextsmallbluu:link {
	color: #1f66b1;
}

a.midtextsmallbluu:visited {
	color: #1f66b1;
}

a.midtextsmallbluu:hover {
	color: #333333;
	text-decoration: none;
}

.bigpagetitles {
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

a.bigpagetitles:active {
	color: #ffffff;
}

a.bigpagetitles:link {
	color: #ffffff;
}

a.bigpagetitles:visited {
	color: #ffffff;
}

a.bigpagetitles:hover {
	color: #646464;
	text-decoration: underline;
}

.bigpagetitlesQL {
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

a.bigpagetitlesQL:active {
	color: #000000;
}

a.bigpagetitlesQL:link {
	color: #000000;
}

a.bigpagetitlesQL:visited {
	color: #000000;
}

a.bigpagetitlesQL:hover {
	color: #dadada;
	text-decoration: underline;
}

.midtextsmallblu01 {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #0078c4;
	text-align: center;
	padding-left: 5px;
	padding-top: 10px;
}

a.midtextsmallblu01:active {
	color: #0078c4;
}

a.midtextsmallblu01:link {
	color: #0078c4;
}

a.midtextsmallblu01:visited {
	color: #0078c4;
}

a.midtextsmallblu01:hover {
	color: #000000;
	text-decoration: none;
}

.fltriconhdx {
	padding-top: 3px;
	padding-left: 8px;
	color: #ffffff;
	height: 20px;
	background-color: #beced0;
	font-size: 11px;
}

.showdetails {
	text-decoration: none;
	font-weight: normal;
	border: 0px solid #d8d8d8;
	color: #000000;
	background-color: #d2ebfb;
	padding: 5px;
}

a.showdetails:active {
	color: #000000;
}

a.showdetails:link {
	color: #000000;
}

a.showdetails:visited {
	color: #000000;
}

a.showdetails:hover {
	color: #000000;
	background-color: #d4d4d4;
	text-decoration: none;
}

.bigpagetitles02 {
	font-size: 13pt;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

a.bigpagetitles02:active {
	color: #000000;
}

a.bigpagetitles02:link {
	color: #000000;
}

a.bigpagetitles02:visited {
	color: #000000;
}

a.bigpagetitles02:hover {
	color: #a80000;
	text-decoration: none;
}

.showflightdetails {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #e03c1e;
	text-align: right;
	padding-right: 5px;
}

a.showflightdetails:active {
	color: #e03c1e;
}

a.showflightdetails:link {
	color: #e03c1e;
}

a.showflightdetails:visited {
	color: #e03c1e;
}

a.showflightdetails:hover {
	color: #333333;
	text-decoration: underline;
}

.pnrtitle {
	font-size: 15pt;
	text-decoration: none;
	font-weight: bold;
	color: #e03c1e;
	text-align: left;
}

a.pnrtitle:active {
	color: #e03c1e;
}

a.pnrtitle:link {
	color: #e03c1e;
}

a.pnrtitle:visited {
	color: #e03c1e;
}

a.pnrtitle:hover {
	color: #a80000;
	text-decoration: none;
}


.htldtlcurvesub {
	border: 1px solid #d1e7f8;
	margin: 3px;
	padding: 3px 0px 3px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #d1e7f8;
	font-size: 1.3em;
}

.transferhead {
	font-size: 13pt;
	text-decoration: none;
	font-weight: normal;
	color: #0173ba;
	padding-top: 2px;
	text-align: left;
}

a.transferhead:active {
	color: #0173ba;
}

a.transferhead:link {
	color: #0173ba;
}

a.transferhead:visited {
	color: #0173ba;
}

a.transferhead:hover {
	color: #666666;
	text-decoration: none;
}

.poptxt {
	color: #0a5eb6;
}

.packagecurve {
	width: 100%;
	margin: 0px 0 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #dddddd;
	background-color: #dadada;
}

a.packagecurve:active {
	color: #d20000;
	font-size: 12pt;
	color: #d20000;
}

a.packagecurve:link {
	color: #d20000;
}

a.packagecurve:visited {
	color: #d20000;
}

a.packagecurve:hover {
	color: #ff7000;
	text-decoration: none;
}

#slides {
	display: none;
	z-index: -1;
}

	#slides .slidesjs-navigation {
		margin-top: 4px;
	}

a.slidesjs-previous {
	display: none;
}

a.slidesjs-next {
	display: none;
}

a.slidesjs-play {
	display: none;
}

.slidesjs-pagination {
	display: none;
}
/*a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
	background-image: url(../images/btns-next-prev.png);
	background-repeat: no-repeat;
	display: block;
	width: 12px;
	height: 18px;
	overflow: hidden;
	text-indent: 9999px;
	float: left;
	margin-right: 5px;
}

a.slidesjs-next {
	margin-right: 10px;
	background-position: -12px 0;
}

a:hover.slidesjs-next {
	background-position: -12px -18px;
}

a.slidesjs-previous {
	background-position: 0 0;
}

a:hover.slidesjs-previous {
	background-position: 0 -18px;
}

a.slidesjs-play {
	width: 15px;
	background-position: -25px 0;
}

a:hover.slidesjs-play {
	background-position: -25px -18px;
}

a.slidesjs-stop {
	width: 18px;
	background-position: -41px 0;
}

a:hover.slidesjs-stop {
	background-position: -41px -18px;
}

.slidesjs-pagination {
	margin: 4px 0 0;
	float: right;
	list-style: none;
}

	.slidesjs-pagination li {
		float: left;
		margin: 0 1px;
	}

		.slidesjs-pagination li a {
			display: block;
			width: 13px;
			height: 0;
			padding-top: 13px;
			background-image: url(../images/pagination.png);
			background-position: 0 0;
			float: left;
			overflow: hidden;
		}

			.slidesjs-pagination li a.active,
			.slidesjs-pagination li a:hover.active {
				background-position: 0 -13px;
			}

			.slidesjs-pagination li a:hover {
				background-position: 0 -26px;
			}

#slides a:link,
#slides a:visited {
	color: #333;
}

#slides a:hover,
#slides a:active {
	color: #9e2020;
}*/

.navbar {
	overflow: hidden;
	display: none;
}

.mtrxcph {
	text-align: left;
	margin: 0px;
	padding: 10px;
	height: auto;
	background: url('../images/transparentpixel.png') repeat 0px center;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	/*box-shadow: 0px 0px 5px 4px rgba(223, 223, 223, 0.75);
	-moz-box-shadow: 0px 0px 5px 4px rgba(223, 223, 223, 0.75);
	-webkit-box-shadow: 0px 0px 5px 4px rgba(223, 223, 223, 0.75);*/
}

.abouthy {
	background-image: url(../images/newsstrips.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	height: 25px;
	vertical-align: middle;
	font-size: 12px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding-left: 12px;
	display: block;
	vertical-align: middle;
}

a.abouthy:link {
	text-decoration: none;
	background-image: url(../images/newsstrips.gif);
	background-repeat: repeat-x;
	color: #fff;
}

a.abouthy:visited {
	color: #000000;
	text-decoration: none;
}

a.abouthy:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/Red_bckgrd01.jpg);
	background-repeat: repeat-x;
}

a.abouthy:active {
	color: #000000;
	text-decoration: none;
}

/* $$$ Puran add css 09/11/2016 $$$ */
input[type="checkbox"] { 
    -webkit-appearance: checkbox;
    box-sizing: border-box;
		vertical-align: inherit;
}
input[type="radio"] { 
    -webkit-appearance: radio;
    box-sizing: border-box;
		vertical-align: bottom;
}
.clearfix {
	clear: both;
}

.table-border thead tr th, .table-border tbody tr th, .table-border tbody tr td {
	border: 1px solid #ddd;
	padding: 5px;
}

.padd-none {
	padding: 0 !important;
}

.text-bold {
	font-weight: 600;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #084254; /*#a94442  RED*/  /* #05b2e8  SKY BLUE*/
}

a.text-danger:hover,
a.text-danger:focus {
	color: #26afda; /*#843534*/
}

.hedings {
	color: #1f84af;
    display: block;
    font-size: 16pt;
    line-height: 22px;
    padding: 0 20px;
	margin: 20px 0 10px;
}
.p-line p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px;
	margin-bottom: 10px;
}

/*--- Hotel Single Textbox Dropdown List  Style ---*/
.autocomplete_CompletionListElement	{max-width: 350px; max-height: 280px; height: auto; overflow-y: auto; overflow-x: hidden; text-align: left; border: 1px solid #dddddd; font-size:14px; font-weight: 500; outline: none; list-style-type: none; line-height: 28px; padding: 0; background: #337ab7; color:#fff; cursor: pointer; z-Index: 999; position: absolute; margin-top: 0px !important;  margin-left: 0px !important;}
.autoExtenderListItems {border: 1px solid #dddddd; cursor: pointer; color: #ffffff; padding: 5px;}
.autoExtenderHighlightListItems	{color: #000 !important; border: 1px solid #dddddd; background-color: #8c9192 !important; cursor: pointer !important;	padding: 5px;}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {.autocomplete_CompletionListElement	{margin-left: 0px !important;}}
@supports (-webkit-appearance:none) {.autocomplete_CompletionListElement {margin-left: 8px !important;}}
/*--- Hotel Single Textbox Dropdown List  Style ---*/

.input-font-icon {
	position: relative;
}
.fa {vertical-align: middle !important; padding-bottom: 5px !important; display: block !important;}
.fa {color: #FFFFFF !important;}
.fa-1x {font-size: 1.6em !important;}
.fa-rotate-20 {transform: rotate(20deg);}
.fa-rotate-45 {transform: rotate(45deg);}
.fa-rotate-70 {transform: rotate(70deg);}
h6 {
    font-size: 14px;
    padding: 0;
    margin: 5px 5px 5px 10px;
}

.pagination-ys {
	/*display: inline-block;*/
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

	.pagination-ys table > tbody > tr > td {
		display: inline;
	}

		.pagination-ys table > tbody > tr > td > a,
		.pagination-ys table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 8px 12px;
			line-height: 1.42857143;
			text-decoration: none;
			color: #838383 !important;
			background-color: #ffffff;
			border: 1px solid #dddddd;
			margin-left: -1px;
		}

		.pagination-ys table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 8px 12px;
			line-height: 1.42857143;
			text-decoration: none;
			margin-left: -1px;
			z-index: 2;
			color: #aea79f;
			background-color: #f5f5f5;
			border-color: #dddddd;
			cursor: default;
		}

		.pagination-ys table > tbody > tr > td:first-child > a,
		.pagination-ys table > tbody > tr > td:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td:last-child > a,
		.pagination-ys table > tbody > tr > td:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td > a:hover,
		.pagination-ys table > tbody > tr > td > span:hover,
		.pagination-ys table > tbody > tr > td > a:focus,
		.pagination-ys table > tbody > tr > td > span:focus {
			color: #428bca;
			background-color: #eeeeee;
			border-color: #dddddd;
		}
.form-control {margin: 3px 0 10px 0 !important;}
.autocomplete_CompletionListElement	{min-width: 280px; width: 100%; max-height: 280px; height: auto; overflow-y: auto; overflow-x: hidden; overflow: auto; text-align: left; border: 1px solid #dddddd; font-size:14px; font-weight: 500; outline: none; list-style-type: none; line-height: 28px; padding: 0; background: #8c9192; color:#fff; cursor: pointer; z-Index: 999; position: absolute;}
.autoExtenderListItems {border: 1px solid #dddddd; cursor: pointer; color: #ffffff; padding: 5px;}
.autoExtenderHighlightListItems	{color: #000 !important; border: 1px solid #dddddd; background-color: #00aebc !important; cursor: pointer !important;	padding: 5px;}

.header_top_bar-a {
    background-color: #333;
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
		padding: 5px 0;
		text-align: right;
}
.header_top_bar-a a {
	font-weight: 600;
	font-style:  normal;
	color:       #fff !important;
	/*font-size:   11px;*/
	text-decoration:none;
	outline: none;
}

.header_top_bar-a a:hover {
	color: #fff;
	text-decoration:none;
	outline: none;
}

.agent-user-msg {
    font-style: italic;
    color: #00aebc;
    font-weight: 600;
    margin: 5px;
    line-height: 28px;
}


/*.header_top_bar-a .top_bar_info {
	list-style: none;
	padding:    0;
	margin:     11px 0 12px;
}

.header_top_bar-a .top_bar_info li {
	float:         left;
	margin-left:   20px;
	margin-bottom: 0;
	line-height:   14px;
}

.header_top_bar-a .top_bar_info li .fa {
	font-size:    14px;
	margin-right: 5px;
}

.header_top_bar-a .top_bar_info li:first-child {
	margin-left: 0;
}

.header_top_bar-a .topbar-right {
	text-align: right;
}

.header_top_bar-a .topbar-right .widget {
	display:        inline-block;
	vertical-align: middle;
	margin-bottom:  0;
	margin-left:    25px;
	text-align:     left;
}

.header_top_bar-a .topbar-right .widget:first-child {
	margin-left: 0;
	margin-top: 5px;
}*/

/* OneWay and Round Trip Table Width Fixed START
================================================*/
.One-Way-Table > tbody > tr > td {width: 100% !important; display: block !important;}
.One-Way-Table > tbody > tr > td .One-Way-Box > tbody > tr > td {text-align: left !important; width: 250px !important;}
.Round-Trip-Table > tbody > tr > td {width: 50% !important; display: table-cell !important;}
/* OneWay Table Width Fixed END
================================================*/
.btns {
    outline: none;
    text-decoration: none;
    outline: none !important;
}

.btns.btn-sm.btn-danger i {
	display: inline-block !important;
	margin-right: 5px;
	font-size: 17px;
}

.btns.btn-xs {
    padding: 2px 5px 0;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btns.btn-sm {
    padding: 2px 5px 0;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btns.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btns {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.ui-datepicker th span {
    color: #333;
}

/* ### Quick Login Css START 29-06-2018 ### */
.quick-login-ul {
  margin: 0;
  padding: 0;
}
.quick-login-ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.quick-login-ul li a {
  background: transparent;
  color: #333;
  text-decoration: none;
  padding: 0px 6px;
  border-right: 1px solid #9a9797;
  margin: 0 1px;
}
/*.quick-login-ul li a:last-child {
	border-right: 0px solid #ddd;
}*/
.quick-login-ul li a:hover {
  background: transparent;
  color: #00aebc;
  text-decoration: none;
}
/* ### Quick Login Css END ### */
.mtop {
    margin-top: 30px;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
.lblLoggedInEmployeeUserMessage, .lblLoggedInSubAgentUserMessage {
    max-width: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: inherit;
}
.ul-li-block li {
    display: block;
    float: none !important;
    margin: 0 !important;
    padding: 0px;
    border-bottom: 1px solid #ddd;
}
.ul-li-block li:last-child {
		display: block;
    float: none !important;
    margin: 0 !important;
    padding: 5px 10px;
    border-bottom: 0px solid #ddd;
}
.ul-li-block li>a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.table-bdr > tbody > tr > td, .table-bdr > tbody > tr > th, .table-bdr > thead > tr > td, .table-bdr > thead > tr > th {border: 1px solid #ddd !important; padding:8px !important; text-align: left !important;}
input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #00aebc;
	color: #ffffff;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 1px 0;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #31b0d5;;
	color: #ffffff;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
	background-color: grey;
	color: #ffffff;
	padding: 5px 10px;
	cursor:not-allowed !important;
	border: none;
	cursor: none;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	box-shadow: none;
  opacity: .65;
}
.admin-checkbox input[type="checkbox"], .admin-checkbox input[type="radio"] {
	 vertical-align: middle;
}
.admin-checkbox input[type="checkbox"] + label, .admin-checkbox input[type="radio"] + label{
	 vertical-align: sub;
	 font-weight: 400;
}
fieldset {
	border: 1px solid #00aebc;
  margin: 0 2px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px 1px #888;
}

legend {
	border: 0;
  padding: 5px 10px;
  width: auto;
  background: #00aebc;
  color: #fff;
	margin:0;
}