/*bootstrap 5 column style*/

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (max-width: 768px) {
	.col-sm-5ths {
		width: 100%;
		float: none;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

/*bootstrap 5 column style*/

a:focus {
	outline: none;
}

#reservationsModal {
	padding: 0 !important;
	z-index: 10000;
}

#reservationsModal .modal-content {
	border-radius: 0;
}

#reservationsModal .modal-lg {
	max-width: 1100px;
	width: calc(100% - 20px);
}

.clImg {
	padding: 5px 5px 5px 15px;
}

.noMargin {
	margin: 0 !important;
}

.noWrap {
	white-space: nowrap;
}

.modal-open .modal {
	overflow-y: hidden!important;
}

#reservationsModal .modal-header {
	position: relative;
}

#reservationsModal .close, .rightTop.close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9;
}

#reservationsModal .modal-body .panel, #reservationsModal .modal-body .panel-heading {
	border-radius: 0;
}

#reservationsModal .modal-body .panel-heading h4 {
	margin: 5px 0 0;
}

#reservationsModal .modal-body .panel-heading {
	border: none;
}

#reservationsModal .slimScrollBar {
	border-radius: 0 !important;
}

#reservationsModal .label {
	border-radius: 0;
	float: right;
	padding: 4px 6px;
}

#reservationsModal .modal-footer button {
	border-radius: 0;
	background-color: #4a79a7;
	padding: 8px 25px;
	min-width: auto;
}

#reservationsModal .modal-footer button:hover {
	background-color: #192430;
}

.filterLinks a {
	display: inline-block;
	color: #333;
	font-weight: 400;
	padding: 0 5px;
	border-right: 1px solid #e5e5e5;
}

.filterLinks a:hover {
	color: #337ab7;
}

.filterLinks a:last-child {
	border-right: none;
}

.filterLinks a.active {
	font-weight: 700;
}

.filterBtnGroup {
	display: none;
}

.modalBoxText {
	font-size: 100%;
}

.modalBoxText span {
	color: #777;
}

/*.modal-content{
margin-left: 67px;
margin-right: -79px;
}*/

.tablesorter tr:first-child td.tablesorter-headerUnSorted {
	background-image: url('http://tablesorter.com/themes/blue/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.tablesorter tr th.tablesorter-headerUnSorted {
	background-image: url('http://tablesorter.com/themes/blue/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

/*dashboard customize start*/

.collapsebleContent {
	max-height: none;
}

.collapsebleContent .row {
	position: relative;
	min-height: 1px;
	margin-bottom: 15px;
	transition: all 0.4s ease-in-out;
}

.dashBtns {
	overflow-x: auto;
}

.dashBtn {
	border: 1px solid #e6e6e6;
	padding: 15px 30px 15px 80px;
	font-size: 120%;
	font-weight: 400;
	color: #192430;
	display: inline-block;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	/*background-color: #192430;*/
	position: relative;
	min-width: 220px;
	text-align: left;
}

.dashBtn:hover {
	background-color: #4AA895;
	color: #fff;
}

.dashBtn .dashBtnIcon {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(25, 36, 48, 0.75);
	transition: all 0.25s ease-in-out;
}

.dashBtn:hover .dashBtnIcon {
	background-color: rgba(0, 0, 0, 0);
}

.dashBtn .dashBtnIcon img {
	position: absolute;
	width: 65%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-group .btn:last-child {
	margin-right: 0;
}

.btnGroup .dashBtn {
	margin-right: 15px;
}

.btnGroup .dashBtn:last-child {
	margin-right: 0;
}

.dashContentOverlay {
	overflow: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 0 10px;
}

.backBtn {
	margin-left: 0;
}

/*dashboard customize end*/

.downloadIcon .btn {
	padding: 5px 15px;
	margin: 0 0 0 5px;
	min-width: inherit;
}

.downloadIcon ul {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.downloadIcon li a {
	margin: 0 !important;
}

.table-responsive {
	width: 100%;
}

@media (min-width: 1200px) {
	.table-responsive table {
		width: 100%;
		word-break: break-word;
	}
}

@media only screen and (max-width:1024px) {
	.downloadIcon {
		vertical-align: middle;
	}
	.downloadIcon .export-main>a {
		width: 22px;
		height: 22px;
		background-size: 40%;
	}
	.downloadIcon .export-main ul {
		right: 30px;
	}
	.filterBtnGroup {
		display: block;
	}
}

@media only screen and (max-width:640px) {
	.btnGroup .dashBtn {
		display: block;
		margin-right: 0;
	}
}

.addList {
	position: absolute;
	right: 25px;
	top: 10px;
}

.addList.collapse {
	display: block;
}

.fa {
	padding-right: 7px;
}

/*Steps in Campaign Css Added on 24 Nov 2017*/

.createCampaignWrapper select[disabled="disabled"], .form-default select[disabled="disabled"] {
	background-image: none;
}

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;
	width: auto;
	padding: 10px;
	position: relative;
	margin: 0 auto;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/*.stepwizard-row:before {
top:calc(50% - 1px);
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}*/

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

/*editCampaign*/

.editCampaign {
	margin-top: 44px;
}

.editCampaign select.form-control, .editCampaign input[type=number], .form-control.default {
	border: 1px solid #e5e5e7;
	background: #fff;
	padding: 5px 10px;
	line-height: 18px;
	margin: 0;
	box-sizing: border-box;
}

.modal-body .form-control.default, .form-default .form-control.default, .modal-body input[type="text"] {
	padding: 5px 0;
}

.form-control.stayWidth, .form-control.halfWidth {
	width: 75%!important;
	display: inline-block!important;
	margin-right: 10px !important;
}

.form-control.halfWidth {
	width: 45% !important;
}

.editCampaign #grid-basic tr {
	color: #000 !important;
}

.modalBlock .btn {
	padding: 5px 10px;
}

.editCampaign table {
	border-right: none;
}

.editCampaign table tbody tr {}

.editCampaign #grid-basic {
	margin-bottom: 15px;
}

.editCampaign #grid-basic td {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.editCampaign #grid-basic table tr>td {
	padding: 0;
	text-align: left;
	/*padding:20px 15px;*/
	/*border-bottom:1px solid #e6e6e6;*/
}

/*.editCampaign #grid-basic td{
padding:0;
}*/

.brdrbtm {
	border-bottom: 1px solid #e6e6e6 !important;
}

.mt-15 {
	margin-top: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nopad {
	padding: 0;
}

.createCampaignWrapper>.mainContentInn {
	padding-bottom: 0;
}

.createCampaignWrapper label, .form-default label {
	text-transform: capitalize;
	font-weight: 700;
}

.createCampaignWrapper input[type="text"], .form-default input[type="password"], .createCampaignWrapper input[type="email"], .createCampaignWrapper input[type="submit"], .createCampaignWrapper input[type="number"], .createCampaignWrapper select, .form-default input[type="text"], .form-default input[type="email"], .form-default input[type="submit"], .form-default input[type="number"], .form-default select, .form-default textarea {
	border-width: 0 0 1px 0 !important;
	border-style: solid;
	border-color: transparent transparent #ccc transparent;
	height: 50px;
	width: 100%;
	box-shadow: none;
	margin-bottom: 10px;
}

.form-default textarea {
	height: auto;
}

.createCampaignWrapper input[type="text"]:last-child, .form-default input[type="password"]:last-child, .createCampaignWrapper input[type="email"]:last-child, .createCampaignWrapper input[type="submit"]:last-child, .createCampaignWrapper input[type="number"]:last-child, .createCampaignWrapper select:last-child, .form-default input[type="text"]:last-child, .form-default input[type="email"]:last-child, .form-default input[type="submit"]:last-child, .form-default input[type="number"]:last-child, .form-default select:last-child {
	margin-bottom: 0;
}

.form-default input[type="submit"]+.btn {
	height: 50px;
}

.createCampaignWrapper select, .form-default select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-arrow.png) no-repeat right 10px center;
	/* padding: 5px 10px; */
	padding: 5px 0;
}

.customSelect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-arrow.png) no-repeat right 10px center !important;
}

.createCampaignWrapper input:focus, .createCampaignWrapper input:active, .form-default input:focus, .form-default input:active, .form-default textarea:focus, .form-default textarea:active {
	border-bottom-color: #1661AB;
}

.createCampaignWrapper .gridContent {
	padding: 0;
}

.stepwizard-step a.btn {
	margin: 0 0 0 -1px;
	border: 1px solid #337ab7;
	color: #000;
	/*background-color: #fff;*/
}

.stepwizard-step a.btn:hover, .stepwizard-step a.btn:active, .stepwizard-step a.btn:focus {
	border: 1px solid #337ab7;
	color: #000;
	background-color: #fff;
}

.stepwizard-step:first-child a.btn {
	margin-left: 0;
}

.stepwizard-step a.btn.btn-primary {
	color: #fff;
	pointer-events: none;
}

.stepwizard-step a.btn.btn-primary:active, .stepwizard-step a.btn.btn-primary:focus, .stepwizard-step a.btn.btn-primary:hover {
	background-color: #337ab7;
}

.stepwizard-step a.btn[disabled] {
	opacity: 0.5;
	pointer-events: none;
}

.alignMid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.alignMid label {
	margin-bottom: 0;
	font-weight: 400;
}

.createCampaignWrapper .selectText select {
	width: calc(100% - 100px);
	margin-right: 10px;
}

.editCampaign #grid-basic table tr>td {}

.editCampaign #grid-basic table tr>td label {
	margin-bottom: 0;
}

.editCampaign #grid-basic table tr>td input {
	height: auto;
	border: none;
	font-size: 80%;
}

.editCampaign #grid-basic table tr>td.headtxt {
	min-width: 170px;
}

.createCampaignWrapper .clickable tr td {
	cursor: auto;
}

#tablechart tbody td {
	font-size: 14px;
}

.createCampaignWrapper input[type="file"] {
	/* width: 1px;
	height: 1px;
	opacity: 0;
	visibility: hidden; */
	width: 200px;
}

.createCampaignWrapper .profileEditBox input[type="file"] {
	width: 110px;
}

input[type="file"]:focus {
	outline: none;
}

.createCampaignWrapper .checkBoxRow input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.createCampaignWrapper .checkBoxRow select {
	width: calc(100% - 100px);
	margin-right: 10px;
}

.createCampaignWrapper input[type="submit"] {
	width: auto;
	margin-top: 20px;
}

.btnCol td:first-child {
	padding-bottom: 0;
}

.btnCol td:last-child {
	padding-top: 0;
}

.btnCol h6 {
	font-size: 100%;
	display: inline-block;
	margin-right: 10px;
	min-width: 75px;
}

.iconBtn {
	font-size: 100%;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	position: relative;
	background-color: #337ab7;
	padding: 8px 15px 8px 50px;
}

.iconBtn:hover, .iconBtn:focus, .iconBtn:active {
	color: #fff;
	text-decoration: none;
	background-color: #4AA895;
}

.iconBtn span {
	position: absolute;
	width: 35px;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	font-size: 120%;
	line-height: 100%;
}

.iconBtn i, .iconBtn svg {
	display: block;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.iconBtn svg, .iconOnly span svg {
	fill: #fff;
	width: 14px;
	max-height: 15px;
	margin: 0 auto;
}

.widForBtn a, .widForBtn span {
	/* float: left; */
	margin-bottom: 2px;
}

.widForBtnWrap {
	display: inline-block;
}

.iconOnly {
	display: inline-block;
}

.iconOnly span {
	display: inline-block !important;
	width: 19px !important;
	height: auto !important;
	vertical-align: middle;
	display: block;
	text-align: center;
}

.iconOnly span:hover {
	opacity: .85;
}

.iconOnly span svg {
	fill: #347ab8;
	display: block;
}

.iconOnly span i {
	padding-right: 0;
	display: block;
}

.iconOnlyBtn {
	width: 40px;
	height: 30px;
	line-height: 30px;
	padding: 2px;
	background-color: #4aa895;
	min-width: auto;
}

.iconOnlyBtn i {
	padding-right: 0;
}

.iconOnlyBtn:hover {
	opacity: 0.75;
}

.separator {
	color: #dbdbdb;
	line-height: 1;
	width: 2px;
}

.uploadBtn+p {
	font-size: 90%;
	margin: 0;
	word-wrap: break-word;
}

.uploadedImage {
	margin: 0;
	max-height: 150px;
	overflow: hidden;
	position: relative;
}

.uploadedImage img {
	display: block;
}

.upldBtnPos {
	position: absolute;
	top: 25px;
	right: 25px;
	width: auto;
	height: auto;
	z-index: 10;
}

.profileEditBox {
	border: 1px dashed #CCC;
	background: #fafafa;
	padding: 10px;
	max-height: 100px;
}

.customHT {
	min-height: 228px;
	overflow-y: hidden;
}

.editOutlineBox, .formeditBox {
	margin: 0 15px 15px 15px;
	border: 2px dashed #4aa895;
	min-height: 150px;
	text-align: center;
}

.formeditBox {
	min-height: 80px;
	border: 0;
}

.editOutlineBox a, .formeditBox a {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background: #4aa895;
	color: #fff;
	padding: 3px 6px 2px 6px;
	line-height: normal;
	text-decoration: none;
	margin-right: 5px;
}

.upldBtnPos a {
	background: #337ab7;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.editOutlineBox a:last-child, .formeditBox a:last-child {
	margin-right: 0;
}

.editOutlineBox a span, .formeditBox a span, .upldBtnPos a span {
	padding-top: 1px;
	display: inline-block;
	float: left;
}

.editOutlineBox a svg, .formeditBox a svg, .upldBtnPos a svg {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-right: 5px;
}

.formeditBox a:hover {
	background: #4aa895;
	text-decoration: none;
	padding: 5px 10px;
}

.editOutlineBox a:hover svg, .formeditBox a:hover svg {
	fill: #fff;
}

.formeditBox a {
	background: #337ab7;
	padding: 5px 10px;
}

.editOutlineBox a:hover {
	background: #337ab7;
}

.upldBtnPos a:hover {
	background: #4aa895;
}

.showWeatherRow {
	background-color: #4aa895;
}

.showWeatherRow .checkbox+.checkbox {
	margin-top: 10px;
}

.showWeatherRow .checkbox label span {
	margin-top: 2px;
	border-color: #ccc;
}

.showWeatherRow .checkbox label span:before {
	color: #fff;
}

.showWeatherRow .checkbox label {
	color: #fff;
	padding-left: 0;
}

.showWeatherRow .selectCol {
	margin-top: 5px;
	margin-bottom: 5px;
}

.showWeatherRow .smallSelect {
	max-width: 100px;
	margin: 0 10px 0 0;
	height: 30px !important;
}

.showWeatherRow .selectCol span {
	color: #fff;
	display: inline-block;
}

.emailConBox h4 {
	font-size: 120%;
}

/* new style for create campaign page start*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.whiteBoxWrapper {
	display: flex;
}

.whiteBox {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 30px;
	width: 100%;
	/*height: 100%;*/
}

.godownload .whiteBox {
	max-width: 300px;
	margin: 0 auto;
}

.createCampaignWrapper .editCampaign {
	margin: 0;
	padding: 30px 15px 0;
}

#tablechart tbody tr td:first-child, #tablechart tbody tr td:nth-child(2) {
	word-wrap: break-word;
	white-space: normal;
}

#tablechart tbody tr td:nth-child(2) {
	max-width: 80px !important;
}

#tablechart tbody tr td:first-child {
	max-width: 100px !important;
}

.widForBtn {
	/* width:120px !important;
	min-width: 120px !important; */
	white-space: nowrap;
}

.widFormoreBtn {
	/* width:100px !important; */
}

.formInput {
	margin-bottom: 10px;
}

.formInput:last-child {
	margin-bottom: 0;
}

.whiteBox h3 {
	margin: 0 0 15px;
}

.createCampaignWrapper #step-2 input, .createCampaignWrapper #step-2 select {
	max-width: 200px;
	display: inline-block;
	margin: 0 10px 10px 0 !important;
}

.nextBtn {
	/* margin-top: 30px; */
}

.emailConBox {
	/* border-right: 1px solid #e6e6e6; */
	padding: 15px;
	position: relative;
}

.emailConBox:last-child {
	border-right: none;
}

.createCampaignWrapper #step-3 .whiteBox {
	padding: 0;
}

.createCampaignWrapper #step-3 .whiteBox h4 {
	padding: 10px 15px;
	background-color: #4c4c4c;
	margin: 0 -15px 15px;
	font-size: 110%;
	font-weight: 400;
	color: #fff;
}

.uploadBtn {
	margin-bottom: 5px;
}

.nav-pills>li+li {
	/*margin-left:8px;*/
}

/* new style for create campaign page end*/

/*all modal theme*/

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content {
	border-radius: 0;
}

.modal-content .btn {
	min-width: 100px;
}

.modal {
	z-index: 2002;
}

.modal-header {
	background: #337ab7;
	color: #fff;
	padding: 15px 30px;
}

.close, .close:hover {
	color: #fff;
	opacity: 1;
}

.close:hover {
	opacity: .85;
}

.modal-content>.close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.modalHasScroll .modal-dialog {
	/* max-height: calc(100vh - 60px);
	overflow: hidden; */
	overflow-y: initial !important;
}

.modalHasScroll .modal-dialog>form {
	/* height: 100%; */
}

.modalHasScroll .modal-content {
	/* max-height: calc(100vh - 60px); */
}

.modal-body {
	/* padding:50px 15px; */
	padding: 20px 30px;
}

.modalHasScroll .modal-footer {
	padding: 15px 0 0 !important;
	border-top: none;
}

.modalHasScroll .modal-body {
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	/* height: calc(100% - 56px); */
}

.modalHasScroll .modal-body .modalBodyScroll {
	/* height: 100%; */
	/* overflow-y: auto; */
	/* padding-bottom: 15px; */
}

.modalHasScroll.previewModal .modal-body {
	padding: 0;
	height: 100%;
}

.modalHasCol .modalBodyScroll {
	margin-left: -15px;
	margin-right: -15px;
}

.previewModal .modal-dialog {
	max-width: 800px;
	width: 100%;
}

/* .modal-title {
	padding-left:15px;
} */

.feedbackListWrap {
	margin-top: 20px;
	overflow: hidden;
}

.feedbackList {
	margin: 0 0px 20px 30px;
	width: calc(50% - 90px/2);
	display: inline-block;
	float: left;
	border: 1px solid #e6e6e6;
	padding: 20px 20px 80px 20px;
	word-wrap: break-word;
	font-size: 15px;
	vertical-align: top;
	position: relative;
}

.feedbackList:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.feedbackList h4 {
	margin-top: 0;
}

.feedbackList h4 span {
	font-size: 15px;
	background: none;
	margin-right: 10px;
}

.feedbackList .glyphicon {
	top: 2px;
}

.feedbacklibrary {
	margin-top: 30px;
}

.list-group:last-child {
	margin-bottom: 1px;
}

.guestName {
	color: #d58741;
}

.guestRateBox, .rateActBtn {
	margin-top: 10px;
}

.guestRateBox p {
	margin-bottom: 3px;
}

.rateBox {
	background: #f0f0f0;
	border-radius: 3px;
	padding: 2px;
	color: #4aa895;
}

.starrr {
	display: inline-block;
	float: right;
}

.starrr a {
	font-size: 16px;
	padding: 0 1px;
	cursor: pointer;
	color: #FFD119;
	text-decoration: none;
}

.rateActBtn a {
	border-right: 1px solid #e6e6e6;
	padding-right: 10px;
	margin-right: 10px;
	color: #666;
	font-size: 90%;
	display: inline-block;
}

.rateActBtn a:hover {
	color: #4aa895;
}

.rateActBtn a:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.rateActBtn a.fb:hover {
	color: #4861ac;
}

.rateActBtn a.twt:hover {
	color: #009df6;
}

.feedbackList .alert-success {
	color: #4aa895;
}

.feedbackList .alert-danger {
	color: #e4c221;
}

.feedbackList .alert-warning {
	color: #d58741;
}

.travellerRating .progress {
	position: relative;
	overflow: visible;
	height: 10px;
	margin-top: 25px;
	background: #e1e1e1;
}

.travellerRating .progress-bar {
	font-size: 0px;
	border-radius: 4px;
	max-width: 100%;
}

.progressCount {
	position: absolute;
	width: 100%;
	height: 25px;
	top: -25px;
	font-weight: 500;
	margin-bottom: 10px;
}

.progressCount .fa {
	padding-right: 2px;
}

table.newwsletter {
	border: none !important;
}

table.newwsletter tbody td {
	border: none!important;
}

table.newwsletter tbody tr:nth-child(odd), table.newwsletter tbody tr:nth-child(even) {
	background: #FFF;
}

.weatherTable ul, .weatherTable ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.weatherTable ul {
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
}

.weatherTable ul li {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 10px 15px;
	margin-right: 10px;
}

.weatherTable ul li:last-child {
	border-right: 0;
	margin-right: 0;
}

.dateTxt {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.temp {
	font-size: 20px;
	color: #192430;
	font-weight: 600;
	text-align: center;
}

.wthrType {
	text-align: center;
}

.wthrType svg {
	width: 24px;
	height: 24px;
}

.weatherTable p {
	margin-bottom: 5px;
}

.weatherTable sup {
	color: #666;
	font-size: 11px;
}

.hotelInfoWrap {
	margin: 0 -15px;
}

.mapCanvas {
	width: 100%;
	height: 300px;
}

.mapCanvas img {
	display: inline-block;
}

.form-default .saveBtnwrap input[type="submit"] {
	width: auto!important;
	display: inline-block!important;
}

.secondaryTxt {
	margin: 30px 0 15px 15px !important;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #192430;
}

.starred {
	color: #ff0000
}

.choose_template {
	border: 2px solid white;
	cursor: pointer;
}

/*.choose_template:hover,.choose_template.hover { border: 2px solid #3e78b4; }*/

.imagePreviewParent {
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.imagePreviewImg {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #000;
	transition: all 0.25s ease-in-out;
	border-width: 0px;
	position: relative;
}

.imagePreviewImg:hover {
	border-width: 0px;
}

.gridContent.mb-30 {
	margin-bottom: 30px;
}

.imagePreviewImg:after {
	/*content: "\f00c";*/
	font-family: 'fontAwesome';
	font-size: 0;
	line-height: 17px;
	color: transparent;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 5px;
	right: 40px;
	background: #fff;
	border: 2px solid rgba(74, 168, 149, 1);
	transition: all 0.25s ease-in-out;
}

.imagePreviewImg.hover:after {
	/*content: "\f00c";*/
	font-size: 17px;
	line-height: 26px;
	color: #4aa895;
}

.modal .remove_assigned svg {
	width: 14px;
	max-height: 20px;
	fill: #347ab8;
}

.choose_template.hover:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}

.imagePreviewParent img, .imagePreviewParent img:hover {
	margin: 0 auto;
	border-width: 0px;
	transition: all 0.25s ease-in-out;
}

.imagePreviewParent img.hover {
	opacity: 0.5;
}

.imagePreview, .imageCheck {
	position: absolute;
	bottom: 5px;
	right: 20px;
	width: 27px;
	height: 23px;
	display: block;
	padding: 1px;
	background-color: rgba(74, 168, 149, 1);
	border: 2px solid rgba(74, 168, 149, 1);
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;
	transition: all 0.25s ease-in-out;
	text-decoration: none !important;
	text-align: center;
	z-index: 2;
}

.imageCheck {
	right: 50px;
	cursor: pointer;
	background-color: transparent;
	font-size: 0;
	color: transparent;
	transition: all 0s ease-in-out;
	pointer-events: none;
}

input[type="checkbox"]:checked+span.imageCheck:before {
	font-size: 16px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 23px;
	color: #fff;
}

input[type="checkbox"]:checked+span.imageCheck {
	background-color: rgba(74, 168, 149, 1);
}

.imagePreviewImg.hover+.imageCheck {
	background-color: rgba(74, 168, 149, 1);
	color: #fff;
	font-size: 17px;
}

.imageCheck i, .imagePreview i {
	padding-right: 0;
	line-height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imagePreview1 {
	position: absolute;
	bottom: 4px;
	right: 55px;
	width: 24px;
	height: 23px;
	display: block;
	padding: 3px;
	background-color: rgba(74, 168, 149, 1);
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;
	transition: all 0.25s ease-in-out;
	text-decoration: none !important;
	text-align: center;
}

.imagePreview:hover {
	color: #fff;
	background-color: rgba(25, 36, 48, 0.75);
	border-color: rgba(25, 36, 48, 0);
}

.imagePreview i {
	padding-right: 0;
}

.backBtn {
	margin: 0 0 15px 0!important;
	min-width: 80px;
	float: right;
}

.deleteModal .modal-footer {
	text-align: center;
	padding: 30px;
}

.deleteModal .modal-footer h3 {
	margin-bottom: 15px;
}

.deleteModal .close {
	color: #ccc;
	width: 20px;
}

.modal.addUser .modal-footer {
	border-top: none;
	padding: 15px !important;
}

.saveContent {
	height: auto !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.btnRow {
	margin: 30px 0 15px;
}

.statusUpdate:hover {
	text-decoration: none;
}

.feedBackBtnRow {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
}

#printchatbox {
	color: #ff0000;
}

.alert-info {
	background-color: #1f826c !important;
	border-color: #1f826c !important;
	color: #ffffff;
	/* margin-top: 7px; */
	margin: 15px 0;
	/* margin-bottom: 0; */
}

.modal-title span a {
	color: #ffffff;
	font-size: 13px;
	padding-left: 37px;
}

/* .mce-panel{ top: 300px !important; } */

.mce-tinymce.mce-container.mce-panel {
	width: 100% !important;
}

.mce-tinymce.mce-floatpanel.mce-arrow {
	width: auto !important;
	position: fixed;
	top: 180px !important;
	left: calc(50% + 250px/2) !important;
	transform: translateX(-50%) !important;
}

.mini-navbar .mce-tinymce.mce-floatpanel.mce-arrow, .body-small .mce-tinymce.mce-floatpanel.mce-arrow {
	left: 50% !important;
}

.mce-tinymce.mce-floatpanel.mce-arrow:after, .mce-tinymce.mce-floatpanel.mce-arrow:before {
	display: none;
}

.mce-menu {
	z-index: 65538 !important;
}

div.mce-fullscreen {
	z-index: 9999;
}

.hotelids {
	height: 150px !important;
}

.modal-dialog {
	width: 710px;
}

.modalInnerHeader {
	background-color: #4aa895;
	padding: 10px 15px;
	color: #fff;
	font-size: 110%;
	font-weight: 400;
	margin: 0;
}

.textRt {
	position: relative;
}

.textRt label {
	width: 100%;
	margin-bottom: 0;
}

.textRt span {
	padding-left: 0;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.selectHotel {
	border-left: none !important;
	padding-left: 0 !important;
}

.godownload {
	text-align: center;
	/* margin: 36px; */
}

.godownload .btnGroup {
	margin-top: 40px;
}

/*Added By rakesh on 22-feb-2018*/

#mg-multisidetabs .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#mg-multisidetabs .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#mg-multisidetabs .list-group {
	margin-bottom: 0;
}

.slide-container {
	overflow: hidden;
}

#mg-multisidetabs .list-sub {
	display: none;
}

#mg-multisidetabs .panel {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

#mg-multisidetabs .panel-body {
	padding: 0;
}

.mg-icon {
	font-size: 10px;
	line-height: 20px;
}

.cross_success {
	float: right;
	cursor: pointer;
}

.lineAfter {
	position: relative;
}

.lineAfter:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #ddd;
}

.lineAfter:last-child:after {
	display: none;
}

/* error message style start */

label.error {
	display: block;
	width: 100%;
	margin: 5px 0 13px 0;
	font-size: 90%;
	font-weight: 300;
	font-style: normal;
	line-height: 100%;
	color: #FF0000;
}

/* error message style end */

/* import modal style start */

.modal-footer .row {
	margin-left: -15px;
}

.modal-footer .form-control {
	margin-bottom: 10px;
	box-shadow: none;
	padding-left: 0;
	background-image: none;
}

.modal-footer .form-group {
	overflow: hidden;
	text-align: left;
}

/* import modal style start */

.modalInnerScroll .modal-content {
	padding-bottom: 15px;
}

.modalInnerScroll .modal-body {
	max-height: 80vh;
	overflow-y: auto;
}

.deleteModal .modal-footer h3.modal-title {
	padding-left: 0;
}

.modal-footer.text-center {
	text-align: center;
	padding: 30px;
}

.modal .form-control {
	background-image: none;
	padding-left: 0;
}

.modal textarea {
	resize: vertical;
}

.preview_form input.form-control, .preview_form select.form-control, .preview_form textarea.form-control {
	height: 50px;
}

.preview_form textarea.form-control {
	resize: none;
}

.preview_form input.form-control[disabled] {
	background-color: #f9f9f9;
}

.preview_form label {
	font-weight: 700;
	text-transform: capitalize;
}

/* .preview_form .ratingRow label{ display: block; float: left; } */

.ratingRow label:not(.headingLabel) {
	font-weight: 400;
}

/* .ratingRow label{ display: inline-block; width: calc(100% - 100px); } */

/* .preview_form label + .starrr{ margin-bottom: 5px; margin-left: 10px; width: 90px; text-align: right } */

.modalSm .modal-dialog {
	width: 600px;
}

.starrr a {
	color: #1661AB;
}

.preview_form .radioBtnGrp, .preview_form .checkBoxGrp {
	margin-left: -15px;
	margin-right: -15px;
}

.preview_form label.checkbox-inline, .preview_form label.radio-inline {
	font-weight: 400;
	line-height: 22px;
	width: 50%;
	display: inline-block;
	margin-right: -2px;
	padding-left: 35px;
	padding-right: 15px;
}

.qRow .checkBoxGrp, .qRow .radioBtnGrp {
	width: 100%;
}

.gridContent h2+a.btn, .gridHeadWrapper a {
	min-width: inherit;
	padding: 5px 10px !important;
	margin: 10px 0;
}

.gridHeadWrapper {
	display: flex;
	align-items: center;
}

.gridHeadWrapper .searchBy {
	flex: 1;
	padding: 10px 0 10px 15px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	overflow: hidden;
}

.gridHeadWrapper li {
	margin: 0 !important;
}

.gridHeadWrapper a {
	background-color: transparent;
	margin: 0 !important;
}

.gridHeadWrapper a:hover {
	background-color: #1661ab !important;
}

@media only screen and (max-width:1024px) {
	.activeBookingsModal .modal-dialog {
		width: calc(100% - 20px) !important;
	}
	.gridHeadWrapper {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.gridHeadWrapper .searchBy {
		padding: 0;
	}
	.gridHeadWrapper li {
		width: auto;
		float: left;
	}
	.gridHeadWrapper a {
		float: left !important;
	}
	.searchCollapseBtn i, .searchCollapseBtn.collapsed i {
		transform: rotate(0) !important;
	}
}

@media only screen and (max-width:991px) {
	.iconOnly span {
		margin: 0 auto;
		float: none;
	}
	/* .widForBtn a{ float: none; display: block; } */
	/* .widForBtn span{ display: none; } */
	.form-default input[type="text"], .form-default input[type="email"], .form-default select {
		height: 40px;
	}
	.mce-tinymce.mce-floatpanel.mce-arrow {
		top: 160px !important;
	}
	.filterPanel h2 {
		margin-top: 40px;
		padding-left: 15px;
	}
}

@media only screen and (max-width:767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
	/* #wrapper{ padding-left: 20px; padding-right: 20px; } */
	/* .navigation,.headerBottom{ margin-left: -20px; margin-right: -20px; } */
	.row-eq-height-xs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.botMarg-xs {
		margin-bottom: 10px;
	}
	#preloader {
		left: 0 !important;
		width: 100%;
	}
	.footer {
		margin-left: -20px;
		margin-right: -20px;
	}
	.modal-body, .modal-header {
		padding: 20px;
	}
	.feedbacklibrary {
		margin-top: 0;
	}
	.feedbacklibrary .row {
		margin-left: -15px;
	}
	.mce-window {
		width: calc(100% - 60px) !important;
		left: 30px !important;
	}
	.mce-window-body, .mce-window-body .mce-container, .mce-window-body .mce-container-body, .mce-foot, .mce-foot .mce-container-body {
		width: 100% !important;
	}
	.mce-foot .mce-container-body {
		text-align: center;
	}
	.mce-foot .mce-btn {
		position: relative !important;
		left: auto !important;
		margin-right: 10px;
	}
	.mce-foot .mce-btn:last-child {
		margin-right: 0;
	}
	.mce-window-body .mce-container-body textarea {
		width: calc(100% - 30px) !important;
		box-sizing: border-box;
	}
	.mce-floatpanel.mce-arrow {
		left: 50% !important;
		transform: translateX(-50%) !important;
		max-width: calc(100% - 30px) !important;
		position: fixed !important;
		top: 170px !important;
	}
	.mce-floatpanel:after, .mce-floatpanel:before {
		display: none !important;
	}
	.modalSm .modal-dialog {
		width: 400px;
	}
	.preview_form label.checkbox-inline {
		margin-left: 0;
		margin-right: 10px;
	}
	.preview_form .form-group {
		margin-bottom: 25px;
	}
	.mb-0-5-xs {
		margin-bottom: 5px;
	}
	.text-left-xs {
		text-align: left;
	}
	.rateBot {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width:640px) {
	.customCol {
		width: 100%;
		margin-bottom: 5px;
	}
	.customCol:last-child {
		margin-bottom: 0;
	}
	#reservationsModal .panel-info {
		font-size: 12px;
	}
	#reservationsModal .panel-info strong {
		font-size: 11px;
	}
	#reservationsModal .mgn-btm-15 {
		margin-bottom: 10px;
	}
	#reservationsModal .modal-body .panel-heading h4 {
		margin-top: 0;
	}
	.btn-group .btn {
		/*display: block; margin-right: 0; margin-bottom: 10px;*/
		float: none;
	}
	.btn-group .btn:last-child {
		margin-bottom: 0;
	}
	.backBtn {
		font-size: 0;
		color: transparent;
		width: 30px;
		height: 30px;
		min-width: auto;
	}
	.backBtn:after {
		content: "\f0d9";
		font-family: 'fontAwesome';
		font-size: 16px;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.headingNxtBtn {
	margin-right: 15px !important;
	margin-left: 15px !important;
}

@media only screen and (max-width:575px) {
	.col-xs-6.textRt, .col-xs-8.textRt, .col-xs-4.textRt {
		width: 100%;
	}
	.headingNxtBtn {
		float: none !important;
		display: block;
		width: auto;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.headingCustom h2 {
		display: block;
		max-width: none;
	}
	.headingCustom a.btn {
		display: inline-block;
	}
}

@media only screen and (max-width:540px) {
	.modal-title span {
		display: block;
	}
	.modal-title span a {
		padding-left: 0;
	}
	.modal-content .btn {
		min-width: 80px;
		margin-left: 0!important;
	}
	.godownload {
		margin: 15px;
	}
	.mce-statusbar .mce-flow-layout {
		flex-flow: wrap;
		padding-left: 10px;
	}
	.mce-path {
		flex: 100% !important;
		padding-left: 0;
	}
}

/*.bar-select-wrapper{ position: absolute; right: 0; margin-bottom: -10px; }*/

@media only screen and (max-width:480px) {
	.feedbackList {
		padding-bottom: 120px;
	}
	.gridContent h2 {
		font-size: 130%;
	}
	h2>span {
		font-size: 70%;
		font-weight: 400;
	}
	.gridContent h2+a.btn {
		margin: 5px 0;
	}
	.btn+.btnSm {
		margin-top: 5px;
	}
	.preview_form label.checkbox-inline, .preview_form label.radio-inline {
		width: 100%;
	}
	.uploadGrp {
		width: 100%;
	}
	.customTabNav {
		display: inline-block !important;
	}
	.bar-select-wrapper {
		float: none !important;
		margin-top: 0;
	}
}

/* on off switch toggle style start */

.onoffswitch {
	position: relative;
	width: 64px;
	margin-left: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	display: inline-block;
	top: 7px;
}

.onoffswitch-checkbox {
	/* display: none; */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 !important;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	margin-bottom: 0;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	height: 24px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
	border: none;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
	color: white;
	font-weight: 400;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}

.onoffswitch-inner:before {
	content: "YES";
	background-color: #347ab8;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "NO";
	background-color: #EEEEEE;
	color: #555;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #e5e5e7;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 41px;
	margin: 0;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 3px;
}

.onoffswitch1 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch1-checkbox {
	display: none;
}

.onoffswitch1-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 30px;
}

.onoffswitch1-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

.onoffswitch1-inner:before {
	content: "YES";
	padding-left: 10px;
	background-color: #2FCCFF;
	color: #FFFFFF;
	border-radius: 30px 0 0 30px;
}

.onoffswitch1-inner:after {
	content: "NO";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
	border-radius: 0 30px 30px 0;
}

.onoffswitch1-switch {
	display: block;
	width: 30px;
	margin: 0px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
	background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
	background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
	background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
	box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked+.onoffswitch1-label .onoffswitch1-inner {
	margin-left: 0;
}

.onoffswitch1-checkbox:checked+.onoffswitch1-label .onoffswitch1-switch {
	right: 0px;
}

.onoffswitch2 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch2-checkbox {
	display: none;
}

.onoffswitch2-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 5px;
}

.onoffswitch2-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-weight: 400;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch2-inner:before {
	content: "YES";
	padding-left: 10px;
	background-color: #2FCCFF;
	color: #FFFFFF;
}

.onoffswitch2-inner:after {
	content: "NO";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch2-switch {
	display: block;
	width: 18px;
	margin: 0px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 68px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label .onoffswitch2-inner {
	margin-left: 0;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label .onoffswitch2-switch {
	right: 0px;
}

.onoffswitch3 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch3-checkbox {
	display: none;
}

.onoffswitch3-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #999999;
	border-radius: 0px;
}

.onoffswitch3-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner>span {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
	padding-left: 10px;
	background-color: #EEEEEE;
	color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch3-switch {
	display: block;
	width: 18px;
	margin: 0px;
	text-align: center;
	border: 0px solid #999999;
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
	background: #27A1CA;
	left: 0;
}

.onoffswitch3-inactive .onoffswitch3-switch {
	background: #A1A1A1;
	right: 0;
}

.onoffswitch3-active .onoffswitch3-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 18px;
	border-style: solid;
	border-color: #27A1CA transparent transparent #27A1CA;
	border-width: 15px 9px;
}

.onoffswitch3-inactive .onoffswitch3-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 18px;
	border-style: solid;
	border-color: transparent #A1A1A1 #A1A1A1 transparent;
	border-width: 15px 9px;
}

.onoffswitch3-checkbox:checked+.onoffswitch3-label .onoffswitch3-inner {
	margin-left: 0;
}

.onoffswitch4 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch4-checkbox {
	display: none;
}

.onoffswitch4-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #27A1CA;
	border-radius: 0px;
}

.onoffswitch4-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner:before, .onoffswitch4-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 26px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.onoffswitch4-inner:before {
	content: "Yes";
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #27A1CA;
}

.onoffswitch4-inner:after {
	content: "No";
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #666666;
	text-align: right;
}

.onoffswitch4-switch {
	display: block;
	width: 25px;
	margin: 0px;
	background: #27A1CA;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 65px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch4-checkbox:checked+.onoffswitch4-label .onoffswitch4-inner {
	margin-left: 0;
}

.onoffswitch4-checkbox:checked+.onoffswitch4-label .onoffswitch4-switch {
	right: 0px;
}

.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.cmn-toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.cmn-toggle-round-flat+label {
	padding: 2px;
	width: 75px;
	height: 30px;
	background-color: #dddddd;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

input.cmn-toggle-round-flat+label:before, input.cmn-toggle-round-flat+label:after {
	display: block;
	position: absolute;
	content: "";
}

input.cmn-toggle-round-flat+label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

input.cmn-toggle-round-flat+label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 22px;
	background-color: #dddddd;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.4s, background 0.4s;
	-moz-transition: margin 0.4s, background 0.4s;
	-o-transition: margin 0.4s, background 0.4s;
	transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked+label {
	background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked+label:after {
	margin-left: 45px;
	background-color: #27A1CA;
}

div.switch5 {
	clear: both;
	margin: 0px 0px;
}

div.switch5>input.switch:empty {
	margin-left: -999px;
}

div.switch5>input.switch:empty~label {
	position: relative;
	float: left;
	line-height: 1.6em;
	text-indent: 4em;
	margin: 0.2em 0px;
	cursor: pointer;
	-moz-user-select: none;
}

div.switch5>input.switch:empty~label:before, input.switch:empty~label:after {
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	content: "off";
	width: 3.6em;
	height: 1.5em;
	text-indent: 2.4em;
	color: rgb(153, 0, 0);
	background-color: rgb(204, 51, 51);
	border-radius: 0.3em;
	box-shadow: 0px 0.2em 0px rgba(0, 0, 0, 0.3) inset;
}

div.switch5>input.switch:empty~label:after {
	content: " ";
	width: 1.4em;
	height: 1.5em;
	top: 0.1em;
	bottom: 0.1em;
	text-align: center;
	text-indent: 0px;
	margin-left: 0.1em;
	color: rgb(255, 136, 136);
	background-color: rgb(255, 255, 255);
	border-radius: 0.15em;
	box-shadow: 0px -0.2em 0px rgba(0, 0, 0, 0.2) inset;
	transition: all 100ms ease-in 0s;
}

div.switch5>input.switch:checked~label:before {
	content: "on";
	text-indent: 0.5em;
	color: rgb(102, 255, 102);
	background-color: rgb(51, 153, 51);
}

div.switch5>input.switch:checked~label:after {
	margin-left: 2.1em;
	color: rgb(102, 204, 102);
}

div.switch5>input.switch:focus~label {
	color: rgb(0, 0, 0);
}

div.switch5>input.switch:focus~label:before {
	box-shadow: 0px 0px 0px 3px rgb(153, 153, 153);
}

.switch6 {
	max-width: 17em;
	margin: 0 auto;
}

.switch6-light>span, .switch-toggle>span {
	color: #000000;
}

.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {
	color: #2b2b2b;
}

.switch-toggle a, .switch6-light span span {
	display: none;
}

.switch6-light {
	display: block;
	height: 30px;
	position: relative;
	overflow: visible;
	padding: 0px;
	margin-left: 0px;
}

.switch6-light * {
	box-sizing: border-box;
}

.switch6-light a {
	display: block;
	transition: all 0.3s ease-out 0s;
}

.switch6-light label, .switch6-light>span {
	line-height: 30px;
	vertical-align: middle;
}

.switch6-light label {
	font-weight: 700;
	margin-bottom: px;
	max-width: 100%;
}

.switch6-light input:focus~a, .switch6-light input:focus+label {
	outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}

.switch6-light input:checked~a {
	right: 0%;
}

.switch6-light>span {
	position: absolute;
	left: -100px;
	width: 100%;
	margin: 0px;
	padding-right: 100px;
	text-align: left;
}

.switch6-light>span span {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 100px;
	text-align: center;
}

.switch6-light>span span:last-child {
	left: 50%;
}

.switch6-light a {
	position: absolute;
	right: 50%;
	top: 0px;
	z-index: 4;
	display: block;
	width: 50%;
	height: 100%;
	padding: 0px;
}

label span {
	margin: 4px 5px 20px 0;
}

/* on off switch toggle style end */

.mini-navbar #preloader {
	left: 50px;
	width: calc(100% - 50px);
}

.modal-open #preloader {
	left: 0;
	width: 100%;
}

@media only screen and (max-width:400px) {
	.stepwizard {
		width: 100%;
		display: block;
	}
	.stepwizard-row {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
	.createCampaignWrapper .editCampaign {
		padding: 20px 0 0;
	}
}

@media only screen and (max-width:334px) {
	.mce-tinymce.mce-floatpanel.mce-arrow {
		top: 175px !important;
	}
	.downloadIcon .export-main ul {
		width: 140px;
	}
}

.generatedno {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

@media print {
	body {
		font-size: 12px;
	}
	.py-15 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.modalInnerHeader, .deep-blue {
		background-color: #dddddd !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		color: #000000;
	}
	h1, h2, h3, h4, h5 {
		page-break-after: avoid;
	}
	div.customRow {
		page-break-before: always;
		page-break-after: always;
	}
	.col-xs-6.textRt {
		width: 25%;
	}
	.col-xs-12.textRt {
		width: 50%;
	}
	.system_folio_no, .room_no {
		border: none;
	}
	.generatednoBtn, .generatedno {
		display: none;
	}
}

.template_different {
	text-align: center;
	color: #FF0000;
}

/* template preview style start */

.templatePreviewWrapper {
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}

.templatePreviewWrapper input[type="checkbox"] {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	margin: 0;
	z-index: 1;
	opacity: 0;
}

.templatePreviewWrapper img {
	height: auto !important;
}

/* template preview style end */

/* campaign page image width height popup box style */

.optimal_size {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.optimal_size h4 {
	margin: 0;
	padding: 15px 20px;
	font-size: 120%;
	background-color: #337ab7;
	color: #fff;
}

.optimal_size_body {
	padding: 15px 20px;
	overflow: hidden;
}

.optimal_size label {
	width: calc(50% - 15px);
	margin: 0 15px 0 0;
	float: left;
	overflow: hidden;
	min-width: 120px;
}

.optimal_size label:nth-child(2n) {
	margin: 0;
}

.optimal_size_body div {
	float: left;
	padding-right: 5px
}

.optimal_size_body div:not(:first-child) {
	font-weight: 300;
	padding: 0;
	text-transform: lowercase;
}

.optimal_size button.close {
	right: 15px;
	position: absolute;
	top: 12px;
}

/* campaign page image width height popup box style */

/* inline input style start */

.inputInline label {
	width: 100%;
}

.inputInline input.form-control {
	width: calc(30% - 15px);
	margin-right: 15px;
	float: left;
	min-width: auto;
}

.inputInline input.form-control+input.form-control {
	width: 70%;
	margin-right: 0;
}

/* inline input style end */

.headerWtBtn h3 {
	display: inline-block;
	vertical-align: middle;
}

.headerWtBtn .btn {
	margin-left: 15px;
	min-width: auto;
	padding: 5px 10px;
	vertical-align: middle;
}

.form-group .floatingBtn {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.childCheckBox.checkBoxGrp .checkbox-inline {
	font-weight: 400;
}

.uploadedImg img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 60px;
}

.flexWrap {
	flex-wrap: wrap;
}

.flexFull {
	flex: 100%;
}

/* website management style */

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.red.error {
	background-color: transparent;
	color: #f00;
}

.pt-0 {
	padding-top: 0;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pt-15 {
	padding-top: 15px;
}

.w-100 {
	width: 100%;
}

.customTabNav li {
	margin-left: -1px;
}

.customTabNav li .btn {
	border: 1px solid #337ab7;
}

.customTabNav li .btn:hover {
	background-color: #1661ab !important;
}

.customTabNav li:not(.active) .btn {
	background-color: transparent;
	color: #192430;
}

.list-group {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.list-group.ui-sortable {
	max-width: 500px;
}

.list-group .list-group-item {
	border-radius: 0;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	border: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.list-group-item span.ui-icon {
	margin-right: 10px;
	margin-left: 10px;
}

.list-group-item span.ui-icon+input {
	width: calc(100% - 90px);
	margin-bottom: 0;
	height: 30px;
	padding: 0 10px;
}

.list-group-item span.badge {
	display: flex;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 4px 10px;
	justify-content: center;
	align-items: center;
	width: 90px;
}

.list-group-item span.badge a {
	background-color: #1661AB;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
}

.list-group-item span.badge a:not(:last-child) {
	margin-right: 10px;
}

.list-group .list-group-item .list-group {
	flex: 100%;
	border: none;
}

.list-group-item>div {
	margin: 0;
	width: 100%;
	background-color: #ccc;
	padding: 10px 0;
}

.childSort {
	margin: -1px 0 0 !important;
	border-left: 34px solid #ccc!important;
}

.childSort .list-group-item>div {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.childSort .list-group-item {
	padding: 5px 0;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0;
}

.childSort .list-group-item input {
	background-color: transparent;
}

.childSort .list-group-item span.badge {
	width: 190px;
}

.childSort .list-group-item .childSort {
	display: none;
}

.createCampaignWrapper .footerSpace {
	padding-bottom: 70px;
}

.nav-tabs-scroll {
	background-color: #ddd;
}

.nav-tabs-scroll li {
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	padding: 0;
	background-color: transparent;
	float: left;
	border-right: 1px solid #bbb !important;
}

.nav-tabs-scroll li.active a, .nav-tabs-scroll>li.active>a:focus {
	background-color: #555;
	color: #fff;
	pointer-events: none;
}

.scrtabs-tab-scroll-arrow {
	background-color: #aaa;
	color: #fff;
	text-align: center;
	padding-top: 11px;
	border: none;
}

.scrtabs-tab-scroll-arrow:hover {
	background-color: #555;
	color: #fff;
	border: none;
}

.nav-tabs-scroll li a {
	margin: 0 !important;
	font-size: 110%;
	height: 42px;
	min-width: 80px;
	line-height: 40px;
	padding: 0 15px;
	background-color: transparent;
	text-transform: capitalize;
	color: #222;
	text-align: center;
}

.nav-tabs-scroll li a:hover {
	background-color: #555;
	color: #fff;
}

.whiteBox.hotelUpgrade .form-control {
	background-image: none;
	padding-left: 0;
}

.whiteBox.hotelUpgrade input[type="file"].form-control {
	border: none;
	height: auto;
	margin-top: 20px;
}

.gallery_parent .thumbnail {
	width: calc(25% - calc(15px * 3)/4);
	float: left;
	margin-right: 15px;
	padding: 0;
	border-radius: 0;
	position: relative;
	height: 160px;
	overflow: hidden;
}

.gallery_parent .thumbnail img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery_parent .thumbnail:nth-child(4n) {
	margin-right: 0;
}

.gallery_parent .thumbnail .delete_galllery {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #1661ab;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.gallery_parent .thumbnail .delete_galllery i {
	color: #fff;
	padding: 0;
}

.gallery_parent .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.gallery_parent .caption p {
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.createCampaignWrapper .modal input[type="submit"], .createCampaignWrapper .modal .btn {
	margin: 0 10px;
	height: auto;
	border: none;
}

.websiteNavigationTabWrap>.scrtabs-tab-container, .websiteNavigationTabWrap>.scrtabs-tab-container .scrtabs-tab-scroll-arrow, .websiteNavigationTabWrap>.scrtabs-tab-container .scrtabs-tabs-fixed-container {
	height: 30px;
	text-align: center;
}

.websiteNavigationTabWrap>.scrtabs-tab-container .scrtabs-tab-scroll-arrow {
	padding: 5px 0 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
}

.websiteNavigationTab {
	display: inline-block;
}

#profile-img-tag {
	border: 2px solid #ccc;
}

.hide_discount_factor input {
	background-image: none;
}

.headingCustom a.btn {
	background-color: #a94442;
	color: #fff;
}

.headingCustom a.btn:hover {
	background-color: #192430;
	color: #fff;
}

.borderBottom {
	border-bottom: 1px solid #e6e6e6;
}

.gridContentHt {
	min-height: calc(100% - 123px);
}

.mainConPad {
	padding: 10px;
}

.setup-content {
	overflow: hidden;
	padding-bottom: 15px;
	flex-wrap: wrap;
}

.tabCustom {
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: #f2f3f5;
}

.mainCon .tabCustom .nav-pills li {
	margin-bottom: -1px !important;
	border: none;
	text-transform: capitalize;
}

.mainCon .tabCustom .nav-pills li a {
	padding: 0 25px;
	line-height: 40px;
}

.mainCon .tabCustom .nav-pills li.active a {
	background-color: #f2f3f5;
	color: #337AB7;
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05);
}

.mainCon .tabCustom.tabOffWhite .nav-pills li.active a {
	background-color: #f9f9f9;
}

.websiteNavigationTabWrap {
	text-align: center;
}

.websiteNavigationTabWrap .tab-content {
	text-align: left;
}

.mt-1 {
	margin-top: 10px;
}

.mb-1 {
	margin-bottom: 10px;
}

.bar-select {
	width: 100%;
	max-width: 100px;
	min-width: 70px;
	border: 0;
	padding: 0 15px 0 5px;
	background: transparent;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../img/icons/dropdown.svg) no-repeat right 5px center;
	background-size: 10px auto;
}

.scrollable_hotel_wrapper {
	padding: 10px;
	background-color: #f5f5f5;
}

.scrollable_hotels {
	height: 100%;
	max-height: 100px;
	overflow-y: auto;
	margin-bottom: 0;
}

.scrollable_hotels li {
	margin-bottom: 5px;
}

.scrollable_hotels li input {
	margin: 0 5px 0 0;
}

#sidebar .nav>li>a {
	white-space: nowrap;
}

#sidebar .nav>li>a span{
	padding-left: 8px;
}