@font-face {
	font-family: mfglabsiconset;
	src: url(../font/mfglabsiconset-webfont.ttf);
} 
@font-face {
	font-family: Quango;
	src: url(../font/Quango.otf);
} 
@font-face {
	font-family: KaushanScriptRegular;
	src: url(../font/KaushanScript-Regular.otf);
} 
@font-face {
	font-family: TitilliumRegular;
	src: url(../font/Titillium-Regular.otf);
} 
@font-face {
	font-family: AutobusBold;
	src: url(../font/Autobus-Bold.ttf);
} 
@font-face {
	font-family: timeburnernormal;
	src: url(../font/timeburnernormal.ttf);
} 
@font-face {
	font-family: timeburnerbold;
	src: url(../font/timeburnerbold.ttf);
} 
@font-face {
	font-family: RighteousRegular;
	src: url(../font/Righteous-Regular.ttf);
} 
@font-face {
	font-family: trench100free;
	font-weight: 900;
	src: url(../font/trench100free.ttf);
	/* src: local('trench100free'),
	   url('/font/trench100free.ttf') format('truetype'),
	   url('/font/trench100free.eot') format('embedded-opentype'); */
}

/* BOOTSTRAP OVERRIDE */
.form-control {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #003366;
	font-family: mfglabsiconset, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn {
	color:  #EBFCFB;
	font-size: 14px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: Quango, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	background: #003366;
	text-decoration: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.btn:hover {
	color:   #FFDCE6;
	background: #D4303D;
}
.btn:active{
	color: #FFF;
	border: 1px solid #296ea7;
}

.btn:focus{
	color: #FFF;
	border: 1px solid #296ea7;
}
.control-label {
	color: #D4303D;
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-top: 3px;
}

/* EXT LIB OVERRIDE */
.PACalendar {
	background: #F8F8F2;
	color: #003366;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: timeburnernormal, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.PAheader {
	max-width: calc(100% - 9px);
	background: #F8F8F2;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.PAHmonth, .PAweek {
	font-weight: 300;
}

.PACalendar > header.PAmonth span.PAselected, .PACalendar > section.PAmonth span.PAselected{	
	color: #FFF;
	font-weight: bold;
	background: #b3e6ff;
	background: -moz-linear-gradient(top, #b3e6ff 0%, #2989d8 50%, #207cca 51%, #b3e6ff 100%);
	background: -webkit-linear-gradient(top, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
	background: linear-gradient(to bottom, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ff', endColorstr='#b3e6ff',GradientType=0 );	
}


.pignose-calendar{
	width: 100%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a{
	background: #b3e6ff;
	background: -moz-linear-gradient(top, #b3e6ff 0%, #2989d8 50%, #207cca 51%, #b3e6ff 100%);
	background: -webkit-linear-gradient(top, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
	background: linear-gradient(to bottom, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ff', endColorstr='#b3e6ff',GradientType=0 );
}
.pignose-calendar-week{
	color: #003366;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun{
	color: #D4303D;
}
.pignose-calendar-top-date span{
	color: #003366 !important;
}
.pignose-calendar-top-nav:hover{ 
	color: #FFF !important;
	font-weight: bold;
 }
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav{
	color: #003366; 
	background: #ffc9d6;
	background: -moz-linear-gradient(top, #ffc9d6 0%, #fe9090 35%, #ff5c5c 51%, #ffc9d6 100%);
	background: -webkit-linear-gradient(top, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
	background: linear-gradient(to bottom, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc9d6', endColorstr='#ffc9d6',GradientType=0 );
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-prev{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-next{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pignose-calendar-unit.pignose-calendar-unit-date a{
	color: blue;
}
.pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-sun a{
	color: red;
}
.pignose-calendar-unit.pignose-calendar-unit-date.pignose-calendar-unit-sat a{
	color: red;
}

.fa-chevron-left:before {
	font-size: 10px !important;
	font-weight: bold;
	content: "<<";
	color: #FFF !important;
}
.fa-chevron-right:before {
	font-size: 10px !important;
	font-weight: bold;
	content: ">>";
	color: #FFF !important;
}
.fa-clock-o::before{
	font-size: 10px !important;
	font-weight: bold;
	content: "()";
	color: #FFF !important;

}


/* APP STYLES */


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/* body{background:#555;} */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	background: #DFDFDF;
	background-image: url(../img/8e91c57a2.png);
    background-position: left top;
    background-repeat: repeat;
}

header {
	position: relative;
	width: 100%;
	background: #003366;
}

@media screen and (max-width: 420px) {
		@media screen and (max-width: 420px) {
		table.travel-ht-table-a {
		font-size: 8px;
		width: 100%;
		font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	}

	table.travel-ht-table-b {
		font-size: 11px;
		width: 100%;
		font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	}
}
}
/* // A */
.travel-ht-table-a {
	text-align: center;
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	border: 1px solid #D4303D;
	border-right: 0px solid #D4303D;
	border-bottom: 0px solid #D4303D;
	margin-top: 2px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}

.travel-ht-table-a thead th {
	border: 1px solid #F8F8F2;
	background: #003366;
	color: #F8F8F2;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.travel-ht-table-a tbody td {
	border-right: 1px solid #D4303D;
	border-bottom: 1px solid #D4303D;
	background: #F8F8F2;
}
.travel-ht-table-a thead th:nth-child(1) {
	 border-left: 1px solid #003366; 
}
/* // B	*/
.travel-ht-table-b {
	text-align: center;
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	 border: 1px solid #D4303D; 
	margin-top: 2px;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}

.travel-ht-table-b thead th {
	border: 1px solid #F8F8F2;
	border-bottom: 0px solid #FFF;
	background: #003366;
	color: #F8F8F2;
	text-align: center;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 300;
}

.travel-ht-table-b tbody td {
	background: #F8F8F2;
}

#tableBookingStatus thead th:nth-child(1) {
	 border-left: 1px solid #003366; 
}
#tableBookingStatus thead th:nth-child(5) {
	 border-right: 1px solid #003366; 
}

.roomRow {
	background: #DFDFDF;
	background-image: url(../img/8e91c57a2.png);
    background-position: left top;
	background-repeat: repeat;	
	color: #003366;
	border: 1px solid #003366;
	vertical-align: middle;
	text-align: center;
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.roomRow div {
	border: 1px solid #D4303D;
	margin: 2px;
}

.roomRow span {
	margin-top: 4px;
}

#windowAddUpdate {
	text-align: center;
	vertical-align: middle;
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 0;
	padding: 10px;
	background: #D4303D;
	background: #DFDFDF;
	background-image: url(../img/8e91c57a.png);
    background-position: left top;
	background-repeat: repeat;
	width: 100%;
	border-bottom: 2px solid #003366;
}

#windowAddUpdate div div {
	margin-top: 5px;
	margin-bottom: 5px;
}

[id^=eachExistingRoom_] {
	border: 1px solid #003366;
	background: #DFDFDF;
	background-image: url(../img/8e91c57a2.png);
    background-position: left top;
	background-repeat: repeat;	
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.vspacer2 {
	height: 2px;
}

.vspacer5 {
	height: 5px;
}
.vspacer20 {
	height: 20px;
}

.vspacer40 {
	height: 40px;
}

#dynaFragment {
	margin-top: 2px;
	overflow-x: auto;
}

.control-label span {
	margin-left: 5px;
	padding: 2px;
	font-size: 13px;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.clsHotelDetails .control-label span {
	color: #003366;
}

.selectStyle {
	border: 1px solid #ccc;
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 0 10px #E8E8E8 inset;
	background: white;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 30px 2px 2px;
	border: none;
	border: 1px solid #003366;
	font-family: mfglabsiconset, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.selectStyle select {
	font-family: mfglabsiconset, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-align: center;
	vertical-align: middle;
	padding: 5px 8px;
	width: 110%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}

.selectStyle select:focus {
	outline: none;
}

#secFooter {
	margin-top: 1px;
	min-height: 50px;
	text-align: right;
	color: #003366;
	font-family: Quango, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 13px;
}

#secFooter div hr {
	background-color: transparent;
	border-top: 1px solid #003366;
}

#contentHome {
	min-height: 500px;
}

#contentLogin div {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contentLogin {
	background: #DFDFDF;
	background-image: url(../img/4edc6330.png);
    background-position: left top;
	background-repeat: repeat;	
}

#headerLogin {
	background: #D4303D;
	background: #efc5ca;
	background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #d4303d 51%, #f18e99 100%);
	background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#d4303d 51%,#f18e99 100%);
	background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#d4303d 51%,#f18e99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 );
	
	padding-top: 10px;
	color: #DFDFDF;
	color: #fdf1f2;
	/* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
	 font-family: KaushanScriptRegular,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
	font-size: 32px;
	text-shadow: 0px 0px 6px rgba(255,255,255,2);
}

#secLogin div img {
	padding: 5px;
	width: 128px;
	height: 128px;
	text-align: center;
	background: #DFDFDF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: url(../img/8e91c57a2.png);
    background-position: left top;
	background-repeat: repeat;	
}

#secContent{

}

.dialogPageHeading {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #D4303D;
	background: #efc5ca;
	background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #d4303d 51%, #f18e99 100%);
	background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#d4303d 51%,#f18e99 100%);
	background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#d4303d 51%,#f18e99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 );
	color: #FFF;
	font-family: trench100free, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 25px;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.9);
	border: 1px solid #FFF;
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.listPageHeading {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #D4303D;
	font-family: KaushanScriptRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 25px;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.contentOrderByNavigation {
	margin: 4px 0px;
	padding: 2px;
	border: 0px solid #FFF;
	text-align: left;
}

.listOrderBy {
	font-family: Quango, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 12px;
	background: #B3E6FF;
	/* color: #003366; */
	color: #FFF;
	border: 1px solid #003366;
	text-align: center;
	cursor: pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3e6ff+0,2989d8+50,207cca+51,b3e6ff+100;Blue+Gloss+Default */
background: #b3e6ff;
background: -moz-linear-gradient(45deg, #b3e6ff 0%, #2989d8 50%, #207cca 51%, #b3e6ff 100%);
background: -webkit-linear-gradient(45deg, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
background: linear-gradient(45deg, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ff', endColorstr='#b3e6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.listOrderByActive {
	font-family:  Quango, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 12px;
	background: #FFC9D6;
	/* color: #D4303D; */
	color: #FFF;
	border: 1px solid #D4303D;
	text-align: center;
	cursor: pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc9d6+0,fe9090+35,ff5c5c+51,ffc9d6+100 */
background: #ffc9d6;
background: -moz-linear-gradient(45deg, #ffc9d6 0%, #fe9090 35%, #ff5c5c 51%, #ffc9d6 100%);
background: -webkit-linear-gradient(45deg, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
background: linear-gradient(45deg, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc9d6', endColorstr='#ffc9d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.listNextPrev {
	font-family: Quango, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 14px;
	background: #B3E6FF;
	/* color: #003366; */
	color: #FFF;
	border: 1px solid #003366;
	text-align: center;
	cursor: pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3e6ff+0,2989d8+50,207cca+51,b3e6ff+100;Blue+Gloss+Default */
background: #b3e6ff;
background: -moz-linear-gradient(45deg, #b3e6ff 0%, #2989d8 50%, #207cca 51%, #b3e6ff 100%);
background: -webkit-linear-gradient(45deg, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
background: linear-gradient(45deg, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ff', endColorstr='#b3e6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.listNextPrevStop {
	font-family: Quango, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 14px;
	background: #FFC9D6;
	/* color: #D4303D; */
	color: #FFF;
	border: 1px solid #D4303D;
	text-align: center;
	cursor: pointer;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc9d6+0,fe9090+35,ff5c5c+51,ffc9d6+100 */
	background: #ffc9d6;
	background: -moz-linear-gradient(45deg, #ffc9d6 0%, #fe9090 35%, #ff5c5c 51%, #ffc9d6 100%);
	background: -webkit-linear-gradient(45deg, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
	background: linear-gradient(45deg, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc9d6', endColorstr='#ffc9d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dynaTabListCell {
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: #373434;
	color: #FFF;
	border: 1px solid #003366;
	background: #B3E6FF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 27px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3e6ff+0,2989d8+50,207cca+51,b3e6ff+100 */
	background: #b3e6ff;
	background: -moz-linear-gradient(top, #b3e6ff 0%, #2989d8 50%, #207cca 51%, #b3e6ff 100%);
	background: -webkit-linear-gradient(top, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
	background: linear-gradient(to bottom, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ff', endColorstr='#b3e6ff',GradientType=0 );
}

.dynaTabListCellAlt {
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: #373434;
	color: #FFF;
	border: 1px solid #D4303D;
	background: #FFC9D6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 27px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc9d6+0,fe9090+35,ff5c5c+51,ffc9d6+100 */
	background: #ffc9d6;
	background: -moz-linear-gradient(top, #ffc9d6 0%, #fe9090 35%, #ff5c5c 51%, #ffc9d6 100%);
	background: -webkit-linear-gradient(top, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
	background: linear-gradient(to bottom, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc9d6', endColorstr='#ffc9d6',GradientType=0 );

}

#dynaFragmentAudit {
	border: 0px solid #FFF;
	overflow-x: auto;
	display: none;
	text-align: center;
}

.htTooltip {
	background: #FFF;
	background: rgba(0,0,0,.9);
	border-radius: 5px;
	bottom: 26px;
	color: rgb(255, 77, 85);
	content: attr(title);
	right: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}

.loginInputBlock {
	border: 1px solid #D4303D;
}
.loginInputBlock .control-label{
	color: #003366;
}

.featuePoints {
	color: #B3E6FF;
	color: #DFDFDF;
	color: #003366;
	font-family: TitilliumRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	border: 0px solid #DFDFDF;
}

.featuePoints span {
	width: 100%;
	border: 0px solid #DFDFDF;
	padding-left: 4px;
	padding-top: 2px;
	background: #ffffff;
	background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,0.44) 44%, rgba(0,51,102,1) 100%);
	background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.44) 44%,rgba(0,51,102,1) 100%);
	background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(30,87,153,0.44) 44%,rgba(0,51,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#003366',GradientType=1 );
}

.featuePoints div {
	padding-left: 1px;
}

.featuePoints div:before {
	content: "\2022";
	color: #D4303D;
	padding-right: 3px;
	padding-bottom: 9px;
	vertical-align: middle;
	font-size: 22px;
}

[id^=htbookingrooms_]{
    border: 1px solid #003366;
	font-weight: bold;
    font-family: mfglabsiconset, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.logo img {
	cursor: pointer;
	text-align: center;
	background: #DFDFDF;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 2px;
	background-image: url(../img/8e91c57a2.png);
    background-position: left top;
	background-repeat: repeat;		
}

.rowMarked {
	color: #003366;
}

.rowNotMarked {
	color: rgba(68,68,68,.4);
}

.roomStatusBtn {
	background: #ffc9d6 !important;
	background: -moz-linear-gradient(top, #ffc9d6 0%, #fe9090 35%, #ff5c5c 51%, #ffc9d6 100%) !important;
	background: -webkit-linear-gradient(top, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%) !important;
	background: linear-gradient(to bottom, #ffc9d6 0%,#fe9090 35%,#ff5c5c 51%,#ffc9d6 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc9d6', endColorstr='#ffc9d6',GradientType=0 ) !important;
	color: #FFF;
	cursor: pointer;
	padding: 5px !important;
}

.roomStatusBtn:hover {
	/* color: #2fabb7; */
	background: #b3e6ff !important;
	background: -moz-linear-gradient(top, #b3e6ff 0%, #2989d8 50%, #207cca 51%, #b3e6ff 100%) !important;
	background: -webkit-linear-gradient(top, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%) !important;
	background: linear-gradient(to bottom, #b3e6ff 0%,#2989d8 50%,#207cca 51%,#b3e6ff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ff', endColorstr='#b3e6ff',GradientType=0 ) !important;
}

#dynaFragmentHomeList div img{
	cursor: pointer;
	margin-right: 6px;
	margin-left: -3px;
}

#contentHomeDynaQuickInfo {
	display: none;
	height: 130px;
	background: #efc5ca;
	background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #d4303d 51%, #f18e99 100%);
	background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#d4303d 51%,#f18e99 100%);
	background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#d4303d 51%,#f18e99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 );
	padding: 2px;
}
#contentQInfo{
	color: #FFF;
	font-family: timeburnerbold, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

#contentHomeDynaSearch {
	display: none;
	height: 0px;
	border-left: 1px solid #D4303D;
	border-right: 1px solid #D4303D;
	border-bottom: 1px solid #D4303D;
	background-image: url(../img/8e91c57a.png);
    background-position: left top;
    background-repeat: repeat;	
	padding: 1px;
}

#btnBookingSearchPanelToggle {
	margin-top: 0px;
	cursor: pointer;
	height: 20px;
	background: #003366;
	color: #FFF;
	font-family: KaushanScriptRegular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#unamereset, #combo_place_like_srch_reset {
    position: absolute;
    background: #F08080;
	color: #FFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	right: 20px;
	top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	font-weight: bold;
}

.stickyBtn span
{
    position: absolute;
    background: #F08080;
	color: #FFF;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	right: -1px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	cursor: pointer;
	font-weight: bold;
	height: 34px;
}

#uname {
	text-transform: lowercase;
}

.dynaNoteBox{
	margin-bottom: 10px;
}

.dynaNoteBox div{
	max-height: 150px;
}
.dynaNoteBox div div{
	border-bottom: 1px solid #FFF;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	text-transform: uppercase;
	color: #5f5a5c;
}

.dynaNoteBox div div img{
}

#payumoneyBody .control-label{
	color: #003366;
	padding: 4px;
	background: #DFDFDF;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	font-weight: bold;
}
#payumoneyBody div{
	margin-top: 2px;
	margin-bottom: 2px;
}

.fileContainer {
	font-family: TitilliumRegular !important;
	overflow: hidden;
	position: relative;
	background: #003366;
	color: #003366;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
	background: #f6f8f9;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
	border: 1px solid #296ea7;
	padding: 5px 15px;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 4px;
}
.fileContainer:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2fa+0,ddddf3+50,cecbeb+51,f2f0fa+100 */
	background: #f2f2fa;
	background: -moz-linear-gradient(top, #f2f2fa 0%, #ddddf3 50%, #cecbeb 51%, #f2f0fa 100%);
	background: -webkit-linear-gradient(top, #f2f2fa 0%,#ddddf3 50%,#cecbeb 51%,#f2f0fa 100%);
	background: linear-gradient(to bottom, #f2f2fa 0%,#ddddf3 50%,#cecbeb 51%,#f2f0fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2fa', endColorstr='#f2f0fa',GradientType=0 );
}

.fileContainer [type=file] {
	width: 20px;
	cursor: inherit;
	display: block;
	font-size: 9px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

#fileUploadImgPreview{
	position: relative;
	font-size: 30px;
	width: 250px;
	height: 230px;
	text-align: center;
	line-height: 180px;
	font-weight: bold;
	color: #003366;
	background-color: #FFF;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #003366;
}

#fileUploadLoading
{
	display:none;
	font-size:25px;
}

#fileUploadMessage {
    width: 100%;
	overflow-x: auto;
	text-align: left;
}
#fileUploadMessage div {
	border-left: 2px solid #003366;
}

#fileUploadMessage div img{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #FFF;
	padding: 1px;
}

#fileUploadMessage .statusMsg{
	font-size: 16px;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

#blockUiDiv {
	background-color: transparant;
	width: 194px;
	height: 194px;
	position: absolute;
	left: calc(50% - 97px);
	top: calc(50vh - 97px);
	display: none;
	z-index: 20001;
}

#blockUiDiv img {
	width: 194px;
	height: 194px;
}

.blockUiBackdrop {
	height: 100%;
	width: 100%;
	z-index: 20000;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
	color: #FFF;
	padding: 150px 10px 10px 10px;
	font-size: 20px;
}

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #D4303D;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	background-color: #003366;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0);
	}

	50% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


.chkbxcont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkbxcont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
	background-color: #FFF;
	border: 1px solid #003366;
}

.chkbxcont:hover input ~ .checkmark {
    background-color: #003366;
}

.chkbxcont input:checked ~ .checkmark {
    background-color: #2196F3;
    background-color: #003366;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkbxcont input:checked ~ .checkmark:after {
    display: block;
}

.chkbxcont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .logo{position:relative;z-index:123;padding:10px;font:18px verdana;color:#6DDB07;float:left;width:15%} */
.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px verdana;
	color: #D4303D;
	float: left;
	width: 15%;
}
/* .logo a{color:#6DDB07;} */
.logo a {
	color: #D4303D;
}

nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
/* nav{position:relative;width:980px;margin:0 auto;z-index: 1;} */
/* #cssmenu{font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;} */
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #head-mobile {
	display: none;
}

#cssmenu {
	font-family: TitilliumRegular, sans-serif;
	background: #003366;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
}

#cssmenu > ul > li:hover > a,#cssmenu ul li.active a {
	color: #fff;
}

#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {
	/* background: #d00f1e!important; */
	background: #D4303D !important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
/* #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#448D00!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;} */
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #003366;
	transition: all .25s ease;
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
	left: auto;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}

#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
	color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #003366;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #003366;
}

@media screen and (max-width:1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none;
	}

	.logo2 {
		display: none;
	}

	nav {
		width: 100%;
	}

	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444;
	}

	#cssmenu ul li:hover {
		background: #363636;
	}

	#cssmenu ul ul li,#cssmenu li:hover > ul > li {
		height: auto;
	}

	#cssmenu ul li a,#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu > ul > li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul li {
		background: #003366!important;
	}

	#cssmenu ul ul li:hover {
		background: #363636!important;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #ddd;
		background: none;
	}

	#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {
		color: #fff;
	}

	#cssmenu ul ul,#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700;
	}

	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}

	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}

	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: '';
	}

	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {
		border-top: none;
	}
}