/* Roboto */
@font-face {
font-family: "Roboto-Regular";
src: url("fonts/Roboto-Regular.ttf");
}
@font-face {
font-family: "Roboto-Light";
src: url("fonts/Roboto-Light.ttf");
}
@font-face {
font-family: "Roboto-Medium";
src: url("fonts/Roboto-Medium.ttf");
}
@font-face {
font-family: "Roboto-Bold";
src: url("fonts/Roboto-Bold.ttf");
}

body{
	margin: 0;
	padding: 0;
	background: #eee;
	font-family: Roboto-Regular !important;
}
.main-wrapper {padding: 7px 0;}
.main-wrapper > .body-wrapper {}

.main-wrapper > .body-wrapper > .side-bar {
	position: fixed;
	width: 300px;
	height: calc(100% - 29px);
	left: 0;
	transition: all 0.5s ease-in-out;
}

.main-wrapper > .body-wrapper > .content-wrapper {
	width: calc(100% - 300px);
	background: #eee;
	float: right;
	transition: all 0.5s ease-in-out;
}



.main-wrapper > .body-wrapper.nav-hidden > .side-bar{
	left: -300px;
}
.main-wrapper > .body-wrapper.nav-hidden > .content-wrapper{
	width: 100%;
}







/* sidebar css */


.side-bar > .nav-wrapper {
	background: #fff;
	padding: 10px 0;
	width: 100%;
	min-height: 100%;
	position: relative;
}


.side-bar > .nav-wrapper > .nav-visibility-btn {
	position: absolute;
	right: -16px;
	background: #fff;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #FF4081;
	border-radius: 100px;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
	z-index: -1;
	cursor: pointer;
}


.side-bar > .nav-wrapper > .nav-visibility-btn::after {
	content: "\f107";
	font-family: ionicons;
	position: relative;
	color: #FF4081;
	top: 0px;
	right: -4px;
}

.side-bar > .nav-wrapper > .nav-visibility-btn.close::after{
	content: "\f10a";
}

.side-bar > .nav-wrapper::before {
	content: "";
	position: absolute;
	background: linear-gradient(to left, #FF4081, #18FFFF);
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
}

.side-bar > .nav-wrapper > .nav-btns {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.side-bar > .nav-wrapper > .nav-btns > a {
	text-decoration: none;
	color: #555;
	border-left: 1px solid #333;
	padding: 0 28px;
	font-family: arial;
	transition: all 0.3s ease-in-out;
}


.side-bar > .nav-wrapper > .nav-btns > a:hover{
	color: #FF4081;
}


.side-bar > .nav-wrapper > .nav-btns > a:first-child{
	border-left: none;
}

.side-bar > .nav-wrapper > .nav-btns > a > i {
	margin-right: 11px;
	font-size: 17px;
}

.side-bar > .nav-wrapper > .nav-btns > a > i.back {
	transform: rotate(180deg);
	display: inline-block;
}

.side-bar > .nav-wrapper > .nav-links{}

.side-bar > .nav-wrapper > .nav-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-bar > .nav-wrapper > .nav-links > ul > li{}

.side-bar > .nav-wrapper > .nav-links > ul li a {
	text-decoration: none;
	color: #555;
	font-family: arial;
	display: block;
	margin: 0;
	line-height: 38px;
	text-indent: 40px;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}

.side-bar > .nav-wrapper > .nav-links > ul li a:hover{
	color: #FF4081;
}

.side-bar > .nav-wrapper > .nav-links > ul li a.active
{
	color: #FF4081;
}

.side-bar > .nav-wrapper > .nav-links > ul > li.tree{}

.side-bar > .nav-wrapper > .nav-links > ul > li.tree > ul {
}

.side-bar > .nav-wrapper > .nav-links > ul > li.tree > ul > li{}

.side-bar > .nav-wrapper > .nav-links > ul > li.tree > ul > li > a {
	text-indent: 60px;
}

/* sidebar css */








/* content wrapper css */

.content-wrapper > .content-handler {
	position: relative;
	width: 90%;
	background: #eee;
	margin: 0 auto;
	padding-top: 25px;
}



.content-handler > .title-bar {
	width: 100%;
	height: 85px;
	text-align: center;
	margin-bottom: 40px;
}

.content-handler > .title-bar > h2 {
	margin: 0;
	line-height: 44px;
	color: #888;
	font-family: arial;
	font-size: 30px;
	font-weight: lighter;
}
.content-handler > .title-bar > h2 > span{font-weight: 1000;color: #333;}

.content-handler > .title-bar > p {
	margin: 0;
	color: #888;
	font-family: arial;
}




.bookingVisibility {
	background: #fff;
	padding: 0 25px;
	position: relative;
	height: 80px;
	margin: 0 0 50px;
}

.bookingVisibility > p {
	display: inline-block;
	margin: 24px 0 0;
	vertical-align: middle;
	font-size: 18px;
	color: #777;
	font-family: arial;
	letter-spacing: 0.5px;
}
.bookingVisibility > p > span{font-weight: 1000;}
.bookingVisibility > .visibilityBtn {
	display: inline-block;
	background: #999;
	height: 31px;
	width: 77px;
	float: right;
	vertical-align: middle;
	border-radius: 100px;
	position: relative;
	margin: 23px 0 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.bookingVisibility > .visibilityBtn > span {
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 100px;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 4px;
	transition: all 0.3s ease-in-out;
}

.bookingVisibility > .visibilityBtn.ison{
	background: #FF4081;
}

.bookingVisibility > .visibilityBtn.ison > span{
	left: 48px;
}


.bookingVisibility > .visibilityBtn > span::before {
	position: relative;
	content: "ON";
	font-family: arial;
	font-size: 12px;
	color: #fff;
	left: -38px;
	top: 0px !important;
}

.bookingVisibility > .visibilityBtn > span::after {
	position: relative;
	content: "OFF";
	color: #fff;
	right: -19px;
	letter-spacing: 1px;
	top: 0px;
	font-family: arial;
	font-size: 12px;
}
.bookingVisibility > .visibilityBtn.ison > span::after{visibility: hidden;}
.content-wrapper > .content-handler .input-section {
	background: #fff;
	margin: 0 0 50px;
	padding: 25px;
}

.content-wrapper > .content-handler .input-section h2.sec-heading {
	margin: 0 0 40px;
	font-weight: 500;
	font-family: arial;
	color: #666;
	font-size: 22px;
}

.content-wrapper > .content-handler .input-section h2.sec-heading > strong{font-weight: 1000;}

.content-wrapper > .content-handler .input-section .input-item {
	display: inline-block;
	width: 47%;
	vertical-align: middle;
	position: relative;
	margin-bottom: 40px;
}

.content-wrapper > .content-handler .input-section .input-item.input:nth-of-type(2n+1) {
	margin-right: 48px;
}

.content-wrapper > .content-handler .input-section .input-item.full {
	width: 100%;
	margin-right: 0 !important;
}

.input-section .noRightMargin{
	margin-right: 0 !important;
}

.input-section .rightMargin{
	margin-right: 48px !important;
}

.input-section .input-item.mini-6 {
	width: 14% !important;
	margin-right: 24px !important;
}

.input-section .input-item.mini-5 {
	width: 15% !important;
	margin-right: 51px !important;
}

.input-section .mini-6.last, .input-section .mini-5.last{
	margin-right: 0 !important;
}







.content-wrapper > .content-handler .input-section .input-item > i {
	position: absolute;
	right: 3px;
	color: #aaa;
	font-size: 20px;
}

.content-wrapper > .content-handler .input-section .input-item > label {
	display: block;
	font-size: 15px;
	font-family: arial;
	margin-bottom: 10px;
}
.content-wrapper > .content-handler .input-section .input-item > label.selectItem::after {
	content: "\f104";
	position: absolute;
	background: #FF4081;
	width: 30px;
	height: 40px;
	right: 0;
	bottom: 0;
	border-radius: 2px;
	pointer-events: none;
	font-family: ionicons;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.content-wrapper > .content-handler .input-section .input-item > select {
	display: block;
	width: 100%;
	height: 40px;
	background: #eee;
	border: none;
	text-indent: 7px;
	font-family: arial;
	font-size: 14px;
}

.content-wrapper > .content-handler .input-section .input-item > input[type="text"] {
	height: 50px;
	border: none;
	background: #eee;
	width: 100%;
	text-indent: 17px;
}
.regular-checkbox {
	-webkit-appearance: none;
	background-color: #FF4081;
	padding: 9px !important;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	top: 4px;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checkboxWrap {
	margin-top: 40px;
}
.checkboxWrap label{}
.regular-checkbox:checked {
	background-color: #FF4081;
	color: #fff;
}
.regular-checkbox:checked::after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #fff;
}
.content-wrapper > .content-handler .input-section .input-item > textarea {
	min-height: 250px;
	border: none;
	background: #eee;
	width: 100%;
	text-indent: 17px;
	padding: 15px 0;
	font-family: arial;
}

.content-wrapper > .content-handler .input-section .input-item.submit {
	margin-bottom: 0;
	display: block;
	text-align: right;
	width: 100%;
	position: relative;
}

.content-wrapper > .content-handler .input-section .input-item > input[type="submit"] {
	background: #FF4081;
	color: #fff;
	font-family: arial;
	border: none;
	height: 35px;
	width: 115px;
	border-radius: 100px;
	letter-spacing: 2px;
	cursor: pointer;
	z-index: 2;
	position: relative;
}

.content-wrapper > .content-handler .input-section .input-item > input[type="submit"]:disabled{
	background: #999;
}


.input-item.submit > p {
	display: block;
	font-size: 14px;
	font-family: arial;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
	margin: 0 auto;
	line-height: 35px;
}


.content-wrapper > .content-handler .input-section .input-item > p.error {
	position: absolute;
	color: red;
	font-size: 12px;
	font-family: arial;
	bottom: -32px;
}



.input-section.systemPrefrences{
	position: relative;
}

.input-section.systemPrefrences::before {
	content: "";
	position: absolute;
	background: linear-gradient(to left, #FF4081, #18FFFF);
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
}

.input-section.systemPrefrences > .prefrences-block-wrapper{
	text-align: center;
	margin-bottom: 20px;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block {
	display: inline-block;
	padding: 28px 50px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block.selected::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
	background: #FF4081;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block > h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-family: arial;
	color: #555;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block > p {
	margin: 0;
	font-family: arial;
	color: #888;
}


.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block.switch {
	height: 35px;
	width: 100px;
	padding: 0;
	background: #FF4081;
	margin: 0 70px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block.switch > span {
	background: #fff;
	display: inline-block;
	height: 28px;
	width: 28px;
	border-radius: 100px;
	position: absolute;
	top: 3px;
	right: 5px;
	transition: all 0.5s ease-in-out;
}


.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block.switch.homebasic > span {
	right: 68px;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block.switch > span::before {
	position: relative;
	content: "\f10b";
	font-family: ionicons;
	color: #fff;
	top: -8px;
	left: -54px;
	font-size: 34px;
}

.input-section.systemPrefrences > .prefrences-block-wrapper > .prefrence-block.switch > span::after {
	position: relative;
	content: "\f108";
	font-family: ionicons;
	font-size: 34px;
	color: #fff;
	top: -10px;
	left: 32px;
}

.input-section.externalLinks{}

.input-section.externalLinks .input-item.input:nth-of-type(2n+1) {
	width: 30%;
}

.input-section.externalLinks .input-item.input:nth-of-type(2n) {
	width: 64%;
}










/* btn bar css */

.btn-bar {
	margin-bottom: 15px;
	text-align: right;
	min-height: 35px;
}

.btn-bar > a {
	display: inline-block;
	height: 35px;
	border-radius: 100px;
	background: #FF4081;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	line-height: 35px;
	position: relative;
	padding: 0 36px;
	margin-left: 10px;
}

.btn-bar > a.back-btn {
	float: left;
	background: none;
	color: #555;
	font-size: 16px;
	margin-left: 26px;
	width: auto;
	padding: 0;
}

.btn-bar > a.back-btn > strong{}

.btn-bar > a.back-btn::after {
	content: "\f108";
	color: #FF4081;
	position: absolute;
	font-family: ionicons;
	font-size: 27px;
	left: -27px;
}







/* rooms view css */

.rooms-wrapper {
	position: relative;
	padding: 30px 25px;
	background: #fff;
}

/* .rooms-wrapper::before {
	content: "";
	position: absolute;
	background: linear-gradient(to left, #FF4081, #18FFFF);
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
} */

.rooms-wrapper > h2 {
	font-size: 20px;
	font-family: arial;
	font-weight: 500;
	margin: 0;
	color: #666;
}

.rooms-wrapper > i {
	float: right;
	margin-top: -24px;
	font-size: 20px;
}


.rooms-wrapper > ul.room-grid {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.rooms-wrapper > ul.room-grid > li {
	display: block;
	padding: 15px 0;
}
.rooms-wrapper > ul.room-grid > li:hover .row-btn a:before{color: #FF4081;}
.rooms-wrapper > ul.room-grid > li > div {
	display: inline-block;
	background: #eee;
	margin-right: 10px;
	height: 60px;
	vertical-align: middle;
}

.rooms-wrapper > ul.room-grid > li > .row-btn {
	width: 60px;
	text-align: center;
}

.rooms-wrapper > ul.room-grid > li > .row-btn:last-child{
	margin-right: 0;
}

.rooms-wrapper > ul.room-grid > li > .row-btn > i {
	font-size: 25px;
	color: #777;
	line-height: 60px;
}

.rooms-wrapper > ul.room-grid > li > .row-btn > a {
	font-size: 25px;
	line-height: 60px;
	color: #777;
	transition: all 0.3s ease-in-out;
}

.rooms-wrapper > ul.room-grid > li > .row-btn > a:hover{
	color: #FF4081;
}

.rooms-wrapper > ul.room-grid > li > .row-title {
	width: calc(100% - 307px);
}

.rooms-wrapper > ul.room-grid > li > .row-title > p {
	margin: 0;
	font-family: arial;
	color: #555;
	line-height: 60px;
	text-indent: 20px;
}


/* rooms view css */





.dash-body-wrapper{
	position: relative;
}
.dash-body-wrapper::before {
	content: "";
	position: absolute;
	background: linear-gradient(to left, #FF4081, #18FFFF);
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
}




/* new rooms css */

.rooms-new-wrapper {
	position: relative;
	padding: 0 0 5px;
}


/* room media section css */
ul.room-media-grid {
	padding: 0;
	list-style: none;
	position: relative;
}

ul.room-media-grid > li {
	display: block;
	padding: 15px 0;
	position: relative;
}

ul.room-media-grid > li > div {
	display: inline-block;
	background: #eee;
	margin-right: 10px;
	height: 60px;
	vertical-align: middle;
	overflow: hidden;
}

ul.room-media-grid > li > .row-img {
	width: 80px;
	text-align: center;
	background-size: cover !important;
	background-position: center center !important;
}

ul.room-media-grid > li > .row-img > canvas{
	width: 100%;
	height: 100%;
}

ul.room-media-grid > li > .row-btn {
	width: 60px;
	text-align: center;
}

ul.room-media-grid > li > .row-btn.resetHandlerP {
	position: relative;
}

ul.room-media-grid > li > .row-btn.resetHandlerP::after {
	content: "\f21c";
	position: absolute;
	font-family: ionicons;
	color: #777;
	background: #eee;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

ul.room-media-grid > li > .row-btn:last-child{
	margin-right: 0;
}

ul.room-media-grid > li > .row-btn > i {
	font-size: 25px;
	color: #777;
	line-height: 60px;
}

ul.room-media-grid > li > .row-btn > a {
	font-size: 25px;
	line-height: 60px;
	color: #777;
	transition: all 0.3s ease-in-out;
}

ul.room-media-grid > li > .row-btn > a:hover{
	color: #FF4081;
}

ul.room-media-grid > li > .row-title {
	width: calc(100% - 390px);
}

ul.room-media-grid > li.spherical > .row-title {
	width: calc(100% - 464px);
}

ul.room-media-grid > li.img-error-p > .row-title {
	width: calc(100% - 242px);
}

ul.room-media-grid > li.video > .row-title {
	width: calc(100% - 316px);
}

ul.room-media-grid > li.isSpherical > .row-title {
	width: calc(100% - 394px);
}

ul.room-media-grid > li.existingPreview > .row-title {
	width: calc(100% - 350px);
}

ul.room-media-grid > li > .sphericalHandler{
	display: none;
}

ul.room-media-grid > li.spherical > .sphericalHandler{
	display: inline-block !important;
}

ul.room-media-grid > li.spherical.isSpherical > .sphericalHandler > a{
	color: #FF4081;
}

ul.room-media-grid > li.spherical.isSpherical > .cropHandler{
	display: none;
}


/* disabling existing preview */

ul.room-media-grid > li.existingPreview > .sphericalHandler,
ul.room-media-grid > li.existingPreview > .cropHandler{
	display: none !important;
}



ul.room-media-grid > li > .row-title > p {
	margin: 0;
	font-family: arial;
	color: #555;
	line-height: 60px;
	text-indent: 20px;
}



ul.room-media-grid > li.img-error-p > .row-title > p{
	color: red !important;
}





.input-section .room-media-uploader {
	text-align: right;
	margin: 20px 0 0;
	position: relative;
}

.input-section .room-media-uploader > p.error {
	position: absolute;
	color: red;
	font-size: 14px;
	font-family: arial;
	bottom: -5px;
	left: 0;
}

.input-section .room-media-uploader > a {
	display: inline-block;
	height: 35px;
	width: 150px;
	background: #FF4081;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	border-radius: 100px;
}

/* room media section css */









/* room amenities section css */

.input-section > .amenities-list {
	background: #eee;
	padding: 40px;
	/* text-align: center; */
}

.input-section > .amenities-list > .list-item {
	display: inline-block;
	width: 32%;
	margin: 12px 0;
	text-align: left;
	color: #555;
	font-size: 15px;
	font-family: arial;
	position: relative;
	cursor: pointer;
}

.input-section > .amenities-list > .list-item::after {
	content: "\f3a6";
	font-family: ionicons;
	position: absolute;
	font-size: 16px;
	left: -20px;
}

.input-section > .amenities-list > .list-item.selected::after{
	content: "\f3a7";
	color: #FF4081;
}

.input-section > .amenities-list > .list-item > input {
	display: none;
}

.input-section > .amenities-new-wrapper {
	margin-top: 30px;
	text-align: center;
}

.input-section > .amenities-new-wrapper > p {
	display: inline-block;
	font-size: 20px;
	font-family: arial;
	vertical-align: middle;
	margin: 0;
	color: #666;
}

.input-section > .amenities-new-wrapper > input {
	vertical-align: middle;
	height: 34px;
	width: 200px;
	border-radius: 3px;
	text-indent: 15px;
	background: #eee;
	border: none;
	margin: 0 50px;
}

.input-section > .amenities-new-wrapper > a {
	background: #FF4081;
	display: inline-block;
	vertical-align: middle;
	height: 34px;
	width: 140px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-family: arial;
	font-size: 15px;
	line-height: 34px;
	border-radius: 100px;
}




/* room amenities section css */






/* new rooms css */






/* room rates css */


.input-section .room-section-heading {
	height: 65px;
	border-bottom: 1px solid #222;
	padding-top: 15px;
	margin-bottom: 40px;
}

.input-section .room-section-heading > h3 {
	display: inline-block;
	float: left;
	margin: 0;
	font-size: 20px;
	font-family: arial;
	color: #555;
	vertical-align: middle;
	line-height: 40px;
}

.input-section .room-section-heading > select {
	display: inline-block;
	float: right;
	height: 40px;
	width: 45%;
	background: #eee;
	border: none;
	text-indent: 10px;
}



.input-section .perSeasonMood {
	padding: 0;
	margin-bottom: 40px;
}

.input-section .perSeasonMood > p {
	font-family: arial;
	font-size: 16px;
	color: #777;
	margin: 0;
}

.input-section .perSeasonMood > p > strong {
	color: #444;
}

.roomRatesFormParent .input-section{
	overflow: hidden;
}


.sec-hidden{
	display: none;
}


/* room rates css */












/* season module css */

.seasons-wrapper .seasons-block {
	background: #fff;
	padding: 25px;
	margin-bottom: 50px;
	position: relative;
}

.seasons-block a.handler {
	position: absolute;
	top: 23px;
	right: 18px;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #FF4081;
	cursor: pointer;
	line-height: 30px;
	font-size: 19px;
}

.seasons-block .season-head{}

.seasons-block.open .season-head{
	display: none;
}

.seasons-block .season-head > h2 {
	margin: 0;
	display: inline-block;
	color: #777;
	font-family: arial;
	font-weight: 500;
	vertical-align: middle;
}

.seasons-block .season-head > h2 > strong{}

.seasons-block .season-head > p {
	margin: 0 0 0 220px;
	display: inline-block;
	font-size: 15px;
	font-family: arial;
	color: #555;
	vertical-align: middle;
}

.seasons-block .season-head > p > span {
	color: #FF4081;
	font-weight: bold;
	margin: 0 20px;
}


.seasons-block .season-body{
	display: none;
}

.seasons-block.open .season-body{
	display: block !important;
}

.seasons-block .season-body > .season-body-head {
	margin-top: 30px;
}

.seasons-block .season-body > .season-body-head > .season-input-5 {
	display: inline-block;
	position: relative;
	width: 17%;
	margin-right: 29px;
	vertical-align: middle;
}

.seasons-block .season-body > .season-body-head > .season-input-5::after {
	position: absolute;
	content: "\f117";
	font-family: ionicons;
	color: #fff;
	background: #FF4081;
	display: inline-block;
	height: 37px;
	width: 37px;
	text-align: center;
	line-height: 35px;
	right: 0;
	bottom: 0;
	font-size: 20px;
	pointer-events: none;
	cursor: pointer;
}

.seasons-block .season-body > .season-body-head > .season-input-5.name::after{
	content: "\f1fd";
}
.seasons-block .season-body > .season-body-head > .season-input-5.sbox::after{
	content: "\f35f";
}

.seasons-block .season-body > .season-body-head > .season-input-5:last-child{
	margin-right: 0 !important;
}

.seasons-block .season-body > .season-body-head > .season-input-5 > label {
	display: block;
	font-size: 15px;
	font-family: arial;
	margin-bottom: 5px;
}

.seasons-block .season-body > .season-body-head > .season-input-5 > input {
	background: #eee;
	border: none;
	display: block;
	height: 35px;
	width: 98%;
	text-indent: 10px;
}

.seasons-block .season-body > .season-body-head > .season-input-5 > select {
	height: 37px;
	border: none;
	display: block;
	width: 100%;
	text-indent: 10px;
	background: #eee;
}

.seasons-block .season-body > .season-body-head > .season-input-5 > p.error {
	position: absolute;
	color: red;
	font-size: 12px;
	font-family: arial;
	bottom: -32px;
}

.seasons-block .season-body-stuff {
	margin-top: 10px;
	padding: 25px 0 0;
}

.seasons-block .season-body-stuff > h2 {
	color: #666;
	font-family: arial;
	font-size: 18px;
	margin: 0;
}

.seasons-block .season-body-table {
	display: table;
	width: 100%;
	margin: 25px 0;
}

.seasons-block .season-body-table > .season-table-row {
	display: table-row;
	line-height: 35px;
}

.seasons-block .season-body-table > .season-table-row.headings{}

.seasons-block .season-body-table > .season-table-row > .season-table-cell {
	display: table-cell;
}

.seasons-block .season-body-table > .season-table-row > .season-table-cell:first-child{}

.seasons-block .season-body-table > .season-table-row.headings > .season-table-cell {
	font-size: 12px;
	font-family: arial;
	color: #444;
}

.seasons-block .season-body-table > .season-table-row > .season-table-cell > p {
	font-size: 13px;
	font-family: arial;
	color: #666;
}

.seasons-block .season-body-table > .season-table-row > .season-table-cell > input {
	border: none;
	background: #eee;
	width: 70px;
	text-indent: 10px;
	height: 25px;
}



.season-body-stuff > .season-block-submit {
	text-align: right;
}

.season-body-stuff > .season-block-submit > input {
	background: #FF4081;
	border: none;
	display: inline-block;
	height: 32px;
	width: 120px;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	padding-bottom: 5px;
	cursor: pointer;
}


.season-body-stuff > .season-block-submit > a {
	text-decoration: none;
	background: #555;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	border-radius: 100px;
	text-align: center;
	line-height: 32px;
	width: 120px;
	letter-spacing: 1px;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.season-body-stuff > .season-block-submit > a:hover{
	background: #FF4081;
}

/* season module css */











/* extras pricing css */

.extras-pricing-wrapper{}
.extras-pricing-wrapper > .extras-pricing-block {
	padding: 25px;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
}

.extras-pricing-block a.handler {
	color: #FF4081;
	font-size: 18px;
	position: absolute;
	top: 22px;
	right: 21px;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.extras-pricing-block .extras-block-head{}

.extras-pricing-block.open .extras-block-head{
	display: none;
}

.extras-pricing-block .extras-block-head > h2 {
	margin: 0;
	font-family: arial;
	font-size: 20px;
	color: #666;
}

.extras-pricing-block .extras-block-body {
	margin-top: 25px;
	display: none;
}

.extras-pricing-block.open .extras-block-body{
	display: block !important;
}

.extras-pricing-block .extras-block-body > .extras-input-3 {
	display: inline-block;
	vertical-align: middle;
	width: 37%;
	margin-bottom: 40px;
	position: relative;
}


.extras-pricing-block .extras-block-body > .extras-input-3 > p.error {
	position: absolute;
	color: red;
	font-size: 12px;
	font-family: arial;
	bottom: -32px;
}


.extras-pricing-block .extras-block-body > .extras-input-3 > label {
	display: block;
	font-size: 15px;
	font-family: arial;
	color: #666;
	margin-bottom: 10px;
}

.extras-pricing-block .extras-block-body > .extras-input-3 > input {
	width: 99%;
	border: none;
	height: 35px;
	background: #eee;
	text-indent: 10px;
}

.extras-pricing-block .extras-block-body > .extras-input-3 > select {
	border: none;
	width: 100%;
	height: 37px;
	text-indent: 10px;
	background: #eee;
}

.extras-pricing-block .extras-block-body > .extras-input-3.mini {
	width: 16%;
	margin: 0 40px 40px;
}

.extras-pricing-block .extras-block-body > .extras-input-3.mini > input{}

.extras-pricing-block .extras-block-body > .extras-input-3.single {
	width: 100%;
}

.extras-pricing-block .extras-block-body > .extras-input-3.single > textarea {
	border: none;
	background: #eee;
	width: 98%;
	height: 150px;
	padding: 10px;
	display: block;
	font-family: arial;
}

.extras-pricing-block .extras-block-body > .extras-input-submit {
	text-align: right;
}

.extras-pricing-block .extras-block-body > .extras-input-submit > a{
	display: inline-block;
	border: none;
	border-radius: 100px;
	background: #444;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	text-align: center;
	height: 30px;
	width: 120px;
	line-height: 30px;
	cursor: pointer;
	margin-right: 20px;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.3s ease-in-out;
}

.extras-pricing-block .extras-block-body > .extras-input-submit > a:hover{
	background: #FF4081;
}

.extras-pricing-block .extras-block-body > .extras-input-submit > input {
	display: inline-block;
	border: none;
	border-radius: 100px;
	background: #FF4081;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	text-align: center;
	height: 30px;
	width: 120px;
	line-height: 30px;
	cursor: pointer;
	letter-spacing: 1px;
}

/* extras pricing css */




















/* payments settings css */

.payment-settings{}

.payment-settings .p-settings-head {
	background: #fff;
	padding: 0 25px;
	margin-bottom: 40px;
}

.payment-settings .p-settings-head > h2 {
	margin: 0;
	font-size: 17px;
	color: #8faba7;
	font-family: arial;
	line-height: 70px;
}

.payment-settings .p-settings-method-block {
	background: #fff;
	margin-bottom: 40px;
	padding: 25px;
}

.p-settings-method-block > .method-block-table {
	display: table;
	width: 100%;
}

.p-settings-method-block > .method-block-table > .method-block-row {
	display: table-row;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell {
	display: table-cell !important;
	vertical-align: middle;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell.img {
	text-align: center;
	width: 25%;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell.note {
	box-shadow: -23px 0 0 -21px #999;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell.btn {
	text-align: center;
	width: 25%;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell > img {
	width: 100px;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell > h2 {
	font-weight: 500;
	font-family: arial;
	color: #666;
	font-size: 20px;
	letter-spacing: 1px;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell > h2 > strong{
	color: #FF4081;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell > p {
	margin: 0 auto;
	font-size: 15px;
	font-family: arial;
	color: #8faba7;
	line-height: 30px;
	width: 93%;
	text-align: left;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell > a {
	text-decoration: none;
	display: inline-block;
	height: 35px;
	width: 130px;
	text-align: center;
	border-radius: 100px;
	position: relative;
}

.p-settings-method-block > .method-block-table > .method-block-row > .method-block-cell > a::after {
	background: #FF4081;
	content: "Connect";
	position: absolute;
	font-size: 14px;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	left: 0;
	top: 0;
	font-family: arial;
	color: #fff;
	line-height: 35px;
	letter-spacing: 1px;
}

.p-settings-method-block.connected > .method-block-table > .method-block-row > .method-block-cell > a::after{
	content: "Connected";
	background:  #34f0f0;
}



.p-settings-method-block .paypal-fields-block {
	margin-top: 20px;
	display: none;
}

.p-settings-method-block.selected .paypal-fields-block{
	display: block;
}

.p-settings-method-block .paypal-fields-block > .paypal-input {
	display: inline-block;
	width: 46%;
	vertical-align: middle;
	margin-bottom: 10px;
	position: relative;
}


.p-settings-method-block .paypal-fields-block > .paypal-submit {
	text-align: right;
	margin-top: 15px;
}

.p-settings-method-block .paypal-fields-block > .paypal-submit > a {
	background: #333;
	display: inline-block;
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 100px;
	text-decoration: none;
}


.p-settings-method-block .paypal-fields-block > .paypal-input:nth-child(2) {
	margin-left: 67px;
}

.p-settings-method-block .paypal-fields-block > .paypal-input > label {
	display: block;
	font-size: 15px;
	font-family: arial;
	color: #666;
	margin-bottom: 10px;
}

.p-settings-method-block .paypal-fields-block > .paypal-input > input {
	display: block;
	width: 99.5%;
	border: none;
	background: #eee;
	height: 40px;
	text-indent: 10px;
}

.p-settings-method-block .paypal-fields-block > .paypal-input > p.error {
	color: red;
	font-size: 13px;
	font-family: arial;
	position: absolute;
	bottom: -33px;
	left: 0;
}






.payment-settings .deposit-type-settings {
	background: #fff;
	padding: 25px;
	margin-bottom: 40px;
}

.deposit-type-settings > .deposit-type-settings-head {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.deposit-type-settings > .deposit-type-settings-head > h2 {
	margin: 0;
	font-size: 18px;
	font-family: arial;
	font-weight: 500;
	color: #666;
	line-height: 40px;
}

.deposit-type-settings > .type-settings-table {
	display: table;
	width: 100%;
}

.deposit-type-settings > .type-settings-table > .type-settings-row {
	display: table-row;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell {
	display: table-cell;
	padding: 10px 0;
	vertical-align: middle;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.checker {
	width: 15%;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.detail{}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.input {
	width: 16%;
	position: relative;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.checker > a {
	text-decoration: none;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	margin-left: 30px;
	position: relative;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.checker > a::after {
	position: absolute;
	content: "\f3a6";
	font-family: ionicons;
	font-size: 21px;
	left: -29px;
	color: #666;
	display: inline-block;
	width: 29px;
	top: -2px;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.checker.checked > a::after {
	content: "\f3a7";
	color: #FF4081;
}

.deposit-type-settings.surcharge > .type-settings-table > .type-settings-row > .type-settings-cell.checker > a::after{
	content: "\f372";
}
.deposit-type-settings.surcharge > .type-settings-table > .type-settings-row > .type-settings-cell.checker.checked > a::after{
	content: "\f373";
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.detail > p {
	font-size: 15px;
	color: #666;
	font-family: arial;
	width: 90%;
	margin: 0 auto;
	line-height: 25px;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.input > input {
	height: 30px;
	width: 99%;
	border: none;
	text-indent: 13px;
	background: #eee;
}

.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.input > select {
	border: none;
	width: 100%;
	height: 32px;
	background: #eee;
	text-indent: 5px;
}


.deposit-type-settings > .type-settings-table > .type-settings-row > .type-settings-cell.input > p.error {
	position: absolute;
	color: red;
	font-size: 12px;
	font-family: arial;
	bottom: -22px;
}













































/* reservation new page css */

.reservations-wrapper{}


.update-container .check-in-outer::before, .update-container .check-out-outer::before{
	pointer-events: none;
}

.travel-outer{
	position: relative;
}

.travel-outer.open > a{
	border: 0.5px dotted blue;
}

.travel-outer > .travel-pop-uo {
	position: absolute;
	top: 80px;
	border: 0.5px dotted blue;
	border-top: none;
}
.travel-outer > .travel-pop-uo > .room-block{position: relative;}
.travel-outer > .travel-pop-uo > .room-block::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	top: -16px;
	left: 45%;
	transform: rotate(45deg);
}

.travel-outer.open > .travel-pop-uo {
	display: block;
	z-index: 10000;
	width: 100%;
	background: #fff;
	padding: 10px;
}

.room-block .adult-outer, .room-block .child-outer{display: inline-block;width: 48.5%;}
.child-outer{}
.child-outer > .child-counter {}

.travelers-counter > a {
	vertical-align: middle;
	display: inline-block;
	background: #FF4081;
	height: 30px;
	width: 30px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.travelers-counter > span {
	vertical-align: middle;
	font-size: 16px;
	background: #eee;
	display: inline-block;
	width: calc(100% - 60px);
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0 -5px;
	pointer-events: none;
	position: relative;
	z-index: 1;
	color: #333 !important;
}

.child-ages-block {
	margin: 10px 0 0;
}




.pop-up-main-wrap {
	position: fixed;
	top: 0;
	left: 0;
}

.pop-up-main-wrap > .pop-up-wrap{}

.room-block .room-reserve-btn.reserved {
	background: #FF4081 !important;
}

.temp-back-btn {
	text-align: right;
	padding: 0;
}

.temp-back-btn > a {
	background: #FF4081;
	color: #fff;
	font-family: arial;
	font-size: 15px;
	display: inline-block;
	width: 100px;
	height: 35px;
	border-radius: 100px;
	text-align: center;
	line-height: 35px;
	position: relative;
	bottom: 50px;
}

.week-end
{
	background: #FF4081;
}

.week-end > p
{
	color: #ffffff;
}

#roomTypesSelect {
	display: inline-block;
	height: 30px;
	background: #FF4081;
	color: #fff;
	width: 150px;
	text-align: center;
}


#roomTypesSelect > option {
	background: #fff;
	color: #444;
}

#grid-headings-wrap a{
	color: #777 !important;
}
#grid-headings-wrap a.active{
	color: #FF4081 !important;
}



.date-change-selectors {
	text-align: center;
	padding-top: 6px;
}

.date-change-selectors > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 30px;
	cursor: pointer;
}

.date-change-selectors > a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bolder;
	background: #333;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 26px;
	margin: 0 10px;
}


.paginations-links {
	display: block;
	background: #ccc;
	text-align: center;
}

.paginations-links > strong {
	padding: 5px 10px;
	background: #999;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	color: #fff;
}

.paginations-links > a {
	display: inline-block;
	padding: 5px 10px;
	background: #333;
	color: orange;
	margin: 10px 5px;
	vertical-align: middle;
}


.phidden{
	display: none !important;
}

.rm-type{
	text-align: left !important;
}

/* reservation new page css */







































/* .wickedpicker */



.wickedpicker{
	width: 218px !important;
}


.wickedpicker > p.wickedpicker__title {
	background: #FF4081;
	color: #fff;
	font-family: arial;
	font-size: 13px;
}

.wickedpicker > p.wickedpicker__title span {
	color: #fff;
	font-size: 25px;
}

.wickedpicker li span{
	/* color: #FF4081; */
	font-family: arial;
}


/* .wickedpicker */














/* reservation temp css */

.rooms-selection-wrapper {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
	padding-top: 100px;
	display: none;
}

.rooms-selection-wrapper > div {
	background: #fff;
	width: 50%;
	margin: 10px auto;
	padding: 20px 0;
}


/* reservation temp css */



















/* jquery ui calander css */

.ui-datepicker-calendar {
  text-align: center;
  width: 100%;
}

.ui-datepicker-calendar a{
	text-decoration: none !important;
}

.ui-datepicker-calendar > thead > tr > th {
  font-size: 12px;
  font-weight: normal;
  height: 45px;
  text-align: center;
  width: auto;
}

#ui-datepicker-div {
  border: 1px solid #eee;
  margin-top: 5px !important;
  padding: 5px 10px 14px;
  z-index: 2147483647 !important;
}

#ui-datepicker-div > .ui-datepicker-header {
  position: relative;
}

.ui-datepicker-calendar > thead > tr > th.ui-datepicker-week-end {
}

.ui-datepicker-calendar > thead > tr > th.ui-datepicker-week-end > span {
    color: #888;
}
.ui-datepicker-calendar > thead > tr > th > span {
  color: #333;
}

.ui-datepicker-calendar > tbody > tr > td {
	font-size: 12px;
	height: 35px;
	text-align: center !important;
}

.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-week-end > a {
    color: #333;
}

.ui-datepicker-calendar > tbody > tr > td > a {
	color: #999;
	display: inline-block;
	font-family: arial;
	font-size: 11px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 100px;
	text-align: center;
}

.ui-datepicker-calendar > tbody > tr > td > a.ui-state-active
{
background-color: #333 !important;
color: #fff !important;
}

.uk-modal-dialog{max-width: 1000px !important;}
.ui-datepicker-calendar > tbody > tr > td > a:hover{
color: #fff !important;
background-color: #333 !important;
}

.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-week-end > a:hover{
color: #333 !important;
background: transparent !important;
}

#ui-datepicker-div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 6px 15px -6px #333;
  padding: 10px 0;
  width: 342px;
}

.ui-datepicker-header > a {
  border-radius: 3px;
  color: #333;
  font-size: 0;
  /*right: 16px;*/
  position: absolute;
  top: 3px;
}

.ui-datepicker-header > a::before {
  content: "\f125";
  font-family: ionicons;
  font-size: 20px;
}

.ui-datepicker-header > a.ui-datepicker-prev {
  left: 13px;
}

.ui-datepicker-header > a.ui-datepicker-next {
  right: 13px;
}

.ui-datepicker-header > a.ui-datepicker-prev::before {
  content: "\f124";
  font-family: ionicons;
  font-size: 20px;
  margin-right: 3px;
}

.ui-datepicker-header > .ui-datepicker-title {
  color: #777;
  display: block;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0 6px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ui-datepicker-header > .ui-datepicker-title > span.ui-datepicker-year {
  color: #888;
}

/*for disable dates*/
.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-unselectable {
color: #ccc;
cursor: no-drop;
}


/* jquery ui calander css */


















/* popup notice css */

.popup-notice {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #f2dede;
	padding: 20px 45px 20px 75px;
	border-radius: 5px;
	font-size: 16px;
	font-family: arial;
	color: #a94442;
	display: none;
}

.popup-notice::before {
	font-family: ionicons;
	content: "\f3ab";
	position: absolute;
	top: 14px;
	font-size: 25px;
	left: 20px;
	color: #a94442;
}


.popup-notice.success{
	background: #dff0d8;
	color: #3c763d;
}
.popup-notice.success::before{
	content: "\f38e";
	color: #3c763d;
}

.popup-notice.warning{
	background: #fcf8e3;
	color: #8a6d3b;
}
.popup-notice.warning::before{
	content: "\f2e3";
	color: #8a6d3b;
}

.popup-notice.info{
	background: #d9edf7;
	color: #31708f;
}
.popup-notice.info::before{
	content: "\f35b";
	color: #31708f;
}

/* popup notice css */

























/* crop editor css*/

.editorContainer {
background-color: #333;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 2222;
display: none !important;
}

.editorContainer > .editorHeader {
background-color: #111;
height: 60px;
text-align: center;
}

.editorContainer > .editorHeader > h2 span {
color: #FFA000;
font-family: popM;
font-size: 12px;
}

.editorContainer > .editorHeader > h2 {
color: #999;
display: inline-block;
float: left;
font-size: 14px;
line-height: 52px;
margin: 0 0 0 20px;
letter-spacing: 1px;
}

.editorContainer > .editorHeader > p {
color: #fff;
display: inline-block;
font-size: 12px;
line-height: 59px;
margin: 0 30px;
position: relative;
}

.editorContainer > .editorHeader > p.widthShow::after {
content: "";
display: inline-block;
font-family: ionicons;
font-size: 20px;
left: 52px;
position: absolute;
top: 0;
transform: rotate(45deg);
color:#ccc;
}

.editorContainer > .editorHeader > p.heightShow::after {
content: "";
display: inline-block;
font-family: ionicons;
font-size: 18px;
left: 56px;
position: absolute;
top: 0;
transform: rotate(-45deg);
color:#ccc;
}

.editorContainer > .editorHeader > p > strong {
color: #333;
margin: 0 37px 0 0;
}

.editorContainer > .editorHeader > p > span{
color:#ccc;
}


.editorContainer > .editorHeader a:nth-child(2) {
margin-right: 25px;
}
.editorContainer > .editorHeader > a {
color: #999;
display: inline-block;
float: right;
font-size: 13px;
margin: 10px 5px 0;
border: 1px #444 solid;
border-radius: 100%;
height: 40px;
width: 40px;
line-height: 42px;
}


.editorContainer > .editorHeader > a.cancelCrop:hover{
background-color: #333;
border-color: #333;
color:#fff;
}
.editorContainer > .editorHeader > a.saveCrop:hover{
background-color: #333;
border-color: #333;
color:#fff;
}
.editorContainer > .editorHeader > a.resetCrop:hover{
background-color: #333;
border-color: #333;
color:#fff;
}




.editorContainer > .editorBody {
height: 100%;
margin: 0px 0 0;
width: 100%;
background: #222;
text-align: center;
}

.editorContainer > .editorBody > .cropImageWrapper {
max-height: 100%;
overflow: hidden;
text-align: center;
max-width: 100%;
display: inline-block;
margin-top: 50px;
max-width: 1000px;
max-height: 1000px;
}
.editorContainer > .editorBody > .cropImageWrapper > img {
max-height: 100%;
max-width: 100%;
}


.editorContainer > .editorBody > .editorToolBar {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 3px;
bottom: 45px;
left: 50%;
margin-left: -126px;
position: absolute;
}

.editorContainer > .editorBody > .editorToolBar > a {
border-radius: 2px;
color: #ccc;
display: inline-block;
margin: 0 -3px;
padding: 5px 12px;
}

.editorContainer > .editorBody > .editorToolBar > a:hover{
background-color: #2196F3;
}

.editorContainer > .editorBody > .editorToolBar > a > i.updown {
display: inline-block;
transform: rotate(-45deg);
}

.editorContainer > .editorBody > .editorToolBar > a > i.rightleft {
display: inline-block;
transform: rotate(45deg);
}

/* crop editor css*/






/* content wrapper css */







/* Add reservation Step 1 */
.check-in-outer, .check-out-outer, .travel-outer,
.update-btn-outer {display: inline-block;vertical-align: middle;margin-right: 10px;position: relative;}
.travel-outer {width: 34%;}
.travel-outer > .travel-pop-uo {display: none;}
.travel-outer .members img, .travel-outer .rooms img{width: 20px;}
.travel-outer .members, .travel-outer .children {
	display: inline-block;
	width: 27%;
	color: #636363;
}
.travel-outer p.rooms {
	display: inline-block;
	width: 42%;
	text-align: left;
}
.travel-outer > a{display: block;background: #fff;padding: 5px 0px 5px 10px;border-radius: 2px;}
.update-container{padding: 20px 0;}

.check-in-outer, .check-out-outer {width: 20%;}
.check-in-outer img, .check-out-outer img {
	width: 20px;
	position: absolute;
	left: 7px;
	bottom: 12px;
}
.check-in-outer input, .check-out-outer input{background: #fff;height: 40px;width: 100%;padding: 0 0 0 40px;border-radius: 2px;}

.update-btn-outer {
	color: #fff;
	width: 21%;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
}
.update-btn-outer > a {
	background: #ff4081;
	width: 90px;
	display: inline-block;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	margin: 0 10px;
}
.update-btn-outer > a:hover{opacity: .7;}


/* Rooms View */
.bed-room.bed-room-1.room-block{
	background: #fff;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 20px 0;
}
.bed-room .img-container{display: table-cell;width: 30%;vertical-align: middle;}
.bed-room .img-container > img{width: 100%;}
.bed-room .content-container{
	display: table-cell;
	width: 70%;
	padding: 20px;
	vertical-align: middle;
}
.bed-room .content-container > div {
	display: table;
	width: 100%;
	padding: 20px;
	table-layout: fixed;
	border-bottom: 3px solid #999;
}
.bed-room .content-container > div > div{
	display: table-cell;
	vertical-align: middle;
}
.bed-room .content-container > p {
	font-size: 20px;
	font-family: arial;
	border-bottom: 3px solid #a5a3a3;
}
.bed-room .content-container > div > .head-container{width: 50%;}
.bed-room .content-container > div > .amount-container, .bed-room .content-container > div > .btn-cont{width: 25%;}
.bed-room .content-container > div > .btn-cont{text-align: center;}
.bed-room .content-container > div > .btn-cont > a{
	display: inline-block;
	width: 130px;
	text-align: center;
	background: #777;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border-radius: 2px;
}

.bed-room .content-container > .content-wrap{border: none;}
.bed-room .content-container > .content-wrap > p, .bed-room .content-container > .content-wrap > a{
	display: table-cell;
	vertical-align: middle;
}
.bed-room .content-container > .content-wrap > p.space{width: 50%;}
.bed-room .content-container > .content-wrap > a{width: 150px;}
.bed-room .content-container > .content-wrap > p.size {
	width: 25%;
	text-align: right;
	font-size: 12px;
	color: #5c7b79e6;
	font-family: arial;
}


.room-section-heading .input-item.input{float: right;margin: -10px 0 0 0 !important;}









/* Reservation Step 2 */
.reservations-wrapper .guest-heading .guest, .reservations-wrapper .rooms-reservations .guest, .reservations-wrapper .extra-room-heading .guest{
	width: 93% !important;
	float: none !important;
	display: inline-block;
	text-align: left;
	border: none;
	vertical-align: top;
}

.reservations-wrapper .guest-heading .img-wraper, .reservations-wrapper .rooms-reservations .img-wraper,
.reservations-wrapper .extra-room-heading .img-wraper{
  width: 5%;
  height: 39px;
  padding-top: 5px;
  display: inline-block;
  float: none;
}
.guest-details > div, .reservations-details > div{margin-bottom: 10px;}
.guest-details input, .reservations-details input, .room-sections input {
	height: 40px !important;
	border-radius: 3px;
	vertical-align: middle;
}
.guest-reservations .guest {
	width: 30% !important;
	margin-top: 3px !important;
	float: none !important;
	display: inline-block;
	text-align: left;
	padding: 5px 0;
	border: none;
	vertical-align: middle;
}
.guest-reservations .status {
	float: none !important;
	display: inline-block;
	margin: 0;
	border: none;
	vertical-align: top;
	padding: 10px 0 0;
	text-align: left;
	width: 60%;
}
.guest-reservations > input{display: none;}
.guest-reservations .img-wraper {
	width: 5.0769230769%;
	height: 29px;
	margin-left: 0.57452%;
	padding-top: 4px;
	float: none;
	display: inline-block;
}
.adults .adults-ntv {
	margin: 0 !important;
}
.kids .input-kids {
	margin-left: 7.22909%;
	text-align: right !important;
	background: transparent !important;
	margin-top: 0 !important;
}
.negative-1, .negative-2 {
	display: block !important;
	float: left !important;
	width: 29px !important;
	height: 45px !important;
	min-height: 15px !important;
	background-color: #ed4a84 !important;
	text-align: center !important;
	color: #ffffff !important;
	margin: 0 !important;
	line-height: 32px !important;
	font-size: 26px !important;
}
.adults .input-adults {
	margin-left: 7.242%;
	background: transparent;
	margin-top: 0;
	text-align: right;
}
.adults .adults-ptv {
	margin-left: 0 !important;
	margin-top: 0 !important;
}
.adults .positive-1 {
	margin-left: 24.71483%;
	width: 29px;
	margin-top: 0 !important;
	height: 40px;
	line-height: 37px;
}
.kids .kids-ntv {
	margin-left: 0 !important;
	margin-top: 0;
}
.room-types .kids {
	z-index: 95;
	float: none;
	display: inline-block;
	height: 40px;
	text-align: right;
}
.kids-ptv .positive-2 {
	height: 40px !important;
	margin-left: 24.03162% !important;
	width: 30px;
	line-height: 37px;
}
.kids-ptv {
	float: left;
	width: 18.1818181818%;
	height: 12px;
	margin: 0px 0 0 8.09141% !important;
}
.more-rooms {
	float: left !important;
	width: 36.3076923076% !important;
	min-height: 33px !important;
	padding: 13px 10px !important;
	font-size: 1em !important;
	color: rgb(102, 102, 102) !important;
	background-color: #fff !important;
}
.amount, .type {
	display: block !important;
	float: left !important;
	width: 100% !important;
	height: 40px !important;
	padding: 0 10px !important;
	background-color: #ffffff !important;
	font-size: 0.722em !important;
	font-weight: 400 !important;
	color: #686868 !important;
}
.amount-head, .popup-head, .popup-outer, .type-head {
	float: left;
	width: 15%;
	height: 30px !important;
	padding-top: 10px;
}
.pop-btn {
	display: block !important;
	float: left !important;
	width: 100% !important;
	min-height: 20px !important;
	border-radius: 53px !important;
	background-color: #fc4785 !important;
	font-size: 0.889em !important;
	font-weight: 500 !important;
	line-height: 1.08 !important;
	text-align: center !important;
	color: #ffffff !important;
	line-height: 20px !important;
}
.details-wrap > div{margin-bottom: 10px !important;}
.guest-details {
	float: none !important;
	width: 97% !important;
	height: auto !important;
	background-color: #fff !important;
	padding: 10px !important;
}
.adults {
	position: relative;
	float: left;
	width: 35.5987055016%;
	height: 40px !important;
	margin: 10px 0 0 0.95932%;
	background-color: #f4f4f5;
}
.total-outer .total {
	display: block;
	width: 100%;
	height: 40px !important;
	padding: 0 10px;
	background-color: #ffffff;
	font-size: 0.722em;
	font-weight: 400;
	color: rgb(0, 0, 0);
}
.negative {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	min-height: 15px;
	margin: 34px 0 0 10% !important;
	border-radius: 50px;
	background-color: #ed4a84;
	font: 700 1.214em/0.68 Roboto;
	text-align: center;
	color: #ffffff;
}
.room-types .room-operation, .room-types-2 .room-operation {
	width: 4.077% !important;
	height: 88px !important;
	margin: 0 0 0 1.53606% !important;
	background: #fff;
	padding: 0 4px;
}
.room-sections {
	float: left;
	width: 94%;
	height: 88px;
	/* margin-right: 1%; */
	background: #fff;
}
.room-div {
	float: left;
	height: 82px !important;
	margin-top: 1px;
	padding: 10px 0 !important;
}
.room-types, .room-types-2 {
	float: left;
	clear: both;
	width: 63.1%;
	background-color: transparent !important;
	padding: 10PX;
}
.dollar-img {
	float: left;
	width: 25%;
	height: 25px;
	padding: 0 !important;
	background-color: rgb(222, 222, 222);
}
.dollar-img select{color: #9b9a9a;}
.bed-room.room-block p{color: #666666 !important;}
.bed-room.room-block .amount-container{background: transparent;}
.bed-room .content-container > div > .btn-cont > div{color: #ea7878 !important;}
.search-wrap p.heading{color: #333 !important;}
.search-wrap .search-outer .btn-wrap ._button{margin-top: 20px !important;}
.result-head-outer .rm-type {
	float: none !important;
	width: 10% !important;
	min-height: 30px !important;
	border-right: 1px solid #cecece !important;
	text-align: center !important;
	color: #666666 !important;
	display: table-cell !important;
	vertical-align: middle !important;
	font-size: 14px;
}
.result-head-outer .adults, .result-head-outer .rooms {
	float: none !important;
	width: 6% !important;
	min-height: 30px;
	border-right: 1px solid #cecece;
	font-size: 14px;
	text-align: center;
	color: #666666;
	display: table-cell;
	vertical-align: middle;
	background: transparent !important;
}
.result-head-outer .inf, .result-head-outer .kids {
	float: none !important;
	width: 5% !important;
	min-height: 30px;
	border-right: 1px solid #cecece;
	font-size: 14px;
	text-align: center;
	color: #666666;
	display: table-cell;
	vertical-align: middle;
	background: transparent !important;
}
.status {
	float: none !important;
	width: 12.6153846153% !important;
	min-height: 22px;
	margin: 15px 0 0 2.51683%;
	padding-top: 2px;
	font-size: 14px !important;
	color: rgb(102, 102, 102);
	display: table-cell !important;
}
.guest {
	width: 16%;
	min-height: 30px;
	border-right: 1px solid #cecece;
	font-size: 14px !important;
	text-align: center;
	color: #666666;
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}
.dash-body-wrapper.reservations-wrapper .update-container .check-in-outer p,
.dash-body-wrapper.reservations-wrapper .update-container .check-out-outer p,
.dash-body-wrapper.reservations-wrapper .update-container .travel-outer p,
.travel-outer.open .travel-pop-uo .room-block p,
#room-options-for-reservation .room-info-blocks p
{color: #333 !important;}


.travel-outer .travelers-summary .rooms{border-right: none; }
.pop-up-main-wrap {
	float: none !important;
	width: 100%;
	padding-top: 39px;
	padding-bottom: 129px;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
}
.pop-up-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	background-color: rgb(222, 222, 222);
}
.pop-up-main-wrap .pop-up-wrap .img-container {
	float: none !important;
	width: 45%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.pop-up-main-wrap .pop-up-wrap .img-container .img-wrap {
	float: none !important;
	width: 100%;
	height: 300px;
}
.pop-up-main-wrap .pop-up-wrap .text-container {
	float: none !important;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.pop-up-main-wrap .pop-up-wrap .text-container .text-wrap {
	float: none !important;
	width: 100%;
	padding: 5px;
	height: auto !important;
}
.pop-up-main-wrap .pop-up-wrap .text-container .desc-wrap {
	float: none !important;
	width: 100%;
	padding-left: 25px;
	position: relative;
}
.pop-up-main-wrap .pop-up-wrap .text-container .heading-wrap {
	float: none !important;
	width: 95%;
	display: inline-block;
}
.pop-up-main-wrap .pop-up-wrap .text-container .desc-text {
	float: none !important;
	width: 100%;
	min-height: 30px;
	border-bottom: 1px solid rgb(0, 0, 0);
	font-size: 1.583em;
	font-weight: 500;
	color: rgb(0, 0, 0);
}
.pop-up-main-wrap .pop-up-wrap .text-container .btn-wrap {
	float: none !important;
	width: 4%;
	display: inline-block;
}
.pop-up-main-wrap .pop-up-wrap .text-container .btn-wrap {
	height: 20px;
	padding-top: 5px;
}
.pop-up-main-wrap .pop-up-wrap .text-container .btn-wrap ._button {
	float: none !important;
	width: 30px !important;
	height: 30px;
	background-color: #eb427c;
	font-size: 12px;
	border-radius: 50%;
	display: inline-block !important;
	padding: 0 !important;
	position: absolute;
	right: -30px;
	line-height: 30px;
}
.pop-up-main-wrap .pop-up-wrap .text-container .detail-text-1 {
	clear: both;
	padding: 10px 25px 10px;
}
.pop-up-main-wrap .pop-up-wrap .text-container .detail-text {
	float: none !important;
	width: 100%;
}
.pop-up-main-wrap .pop-up-wrap .text-container .detail-text .detail-text {
	min-height: 63px;
	font-size: 1.333em;
	color: rgb(0, 0, 0);
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-heading {
	float: none !important;
	clear: both;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-text {
	float: none !important;
	width: 100%;
	min-height: 30px;
	border-bottom: 1px solid rgb(0, 0, 0);
	font-size: 1.5em;
	font-weight: 500;
	color: rgb(0, 0, 0);
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-cont {
	float: none !important;
	clear: both;
	width: 100%;
	padding: 25px;
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-col-1 {
	width: 100% !important;
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-col {
	float: none !important;
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-col ._container {
	float: none !important;
	width: 32% !important;
	display: inline-block;
	vertical-align: top;
	color: #898888;
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-col ._container ._container {
	position: relative;
	padding-left: 16px;
	width: 100% !important;
}
.pop-up-main-wrap .pop-up-wrap .text-container .amenities-col ._container ._container p {
	float: none !important;
	width: 100%;
	min-height: 19px;
	font-size: 1em;
	color: #333 !important;
}
.pop-up-main-wrap .pop-up-wrap .text-container .view-btn-wrap ._button {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 3px 30px;
	border-radius: 50px;
	background-color: #ed4a84;
	font-size: 0.722em;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	height: 60px;
	line-height: 50px;
}
.dash-body-wrapper.reservations-wrapper .search-outer .img-wrap .arrow {
	display: block;
	width: 16px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 3px;
}
.dash-body-wrapper.reservations-wrapper .search-outer .calendar, .dash-body-wrapper.reservations-wrapper .search-outer .eye, 
.dash-body-wrapper.reservations-wrapper .search-outer .search-icon, .dash-body-wrapper.reservations-wrapper .search-outer .triangle {
	display: block;
	width: 18px;
	height: auto;
	margin: 2px auto;
	overflow: hidden;
}
.room-block .child-age-block .child-outer ._select {
	display: block;
	float: none;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f5f5f5;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.38;
	color: #666666;
	width: 100%;
	margin: 5px 0;
}
.check-in-outer img, .check-out-outer img {pointer-events: none;}
.summary-room-block .rm-type {border-right: none !important;}





/* Step 2 */
.room-types .room-sections .room-div .adults-ptv .positive-1 {
	display: block;
	float: left;
	width: 30px !important;
	height: 44px !important;
	min-height: auto !important;
	background-color: #ed4a84;
	font: 700 1.214em/0.78 Roboto;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	margin-left: 47.772% !important;
}
.room-types .room-sections .room-div .adults-ptv-2 {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.more--reserve .room-operation .positive {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	min-height: 15px;
	border-radius: 50px;
	background-color: #ed4a84;
	font: 700 1.214em/0.78 Roboto;
	text-align: center;
	color: #ffffff;
	line-height: 12px;
	margin-top: 17px !important;
}
.room-types .room-sections .room-div input {
	height: 40px !important;
	border-radius: 3px;
	vertical-align: middle;
	background: transparent;
	width: 46% !important;
}
.room-types .room-sections .room-div .adults-ntv, .room-types .room-sections .room-div .kids-ntv {
	float: left;
	width: 18.1818181818%;
	height: auto !important;
	margin-top: 0;
}
.room-types .room-sections .room-div .adults-1-1 {
	position: relative;
	float: none;
	z-index: 83;
	width: 35.6357087227%;
	height: auto !important;
	margin: 12px 0 0 1.06755%;
	background-color: #f4f4f5;
	display: inline-block;
}
.room-types .room-sections .room-div .adults-head-1-1 {
	position: relative;
	float: none;
	clear: both;
	z-index: 77;
	width: 13.9262071651%;
	min-height: 21px;
	padding-top: 13px;
	font-size: 14px !important;
	color: rgb(102, 102, 102);
	display: inline-block;
}
.room-types .room-sections .room-div .kids {
	z-index: 95;
	float: none;
	display: inline-block;
	height: 45px;
	text-align: right;
	width: 30% !important;
}
.room-types .room-sections .room-div .kids-ptv .positive-2 {
	height: 45px !important;
	margin-left: 42.032% !important;
	width: 30px;
	line-height: 37px;
}
.room-types .room-sections .room-div .kids .input-kids {
	margin-left: 7.22909%;
	text-align: right !important;
	background: transparent !important;
	margin-top: 0 !important;
}
.room-types .room-sections .room-div .kids-head {
	position: relative;
	float: none;
	width: 10.5805698726%;
	min-height: 18px;
	margin: 13px 0 0 0.59035%;
	font-family: Roboto;
	font-size: 14px !important;
	margin-left: 10px !important;
	color: rgb(102, 102, 102);
	display: inline-block;
}
.room-types .room-sections .room-div .adults-head{font-size: 14px !important;}
.room-types .room-sections .room-div .adults {
	position: relative;
	float: none;
	width: 30% !important;
	height: 45px !important;
	margin: 10px 0 0 0.95932%;
	background-color: #f4f4f5;
	display: inline-block;
}
.room-types .room-sections .room-div .adults .positive-1 {
	margin-left: 24.71483%;
	width: 29px;
	margin-top: 0 !important;
	height: 45px !important;
	line-height: 41px !important;
}
.room-types .room-sections .room-div {
	float: left;
	height: auto !important;
	margin-top: 1px;
	padding: 10px 0 !important;
}
.room-types .room-sections .room-1, .room-types .room-sections .room-2 {
	float: left;
	clear: both;
	width: 45.61% !important;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f5;
}
.room-types .room-sections {
	float: none;
	width: 95%;
	height: auto !important;
	display: table-cell;
	padding: 0 10px 20px;
}
.room-types .room-sections .room-1, .room-types .room-sections .room-2 {
	float: left;
	clear: both;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: transparent !important;
}
.room-types .room-operation {
	float: none;
	display: table-cell;
}
.room-types .room-operation, .room-types-2 .room-operation {
	width: 4.077% !important;
	height: 100% !important;
	margin: 0 !important;
	background: #fff;
	padding: 0 4px;
	background: #fff !important;
	border-left: 5px solid !important;
	vertical-align: middle;
}
#reservationForm .more--reserve .room-operation {
	width: 3.3846153846%;
	min-height: auto !important;
	background-color: #fff;
	margin-left: 4px;
	padding-top: 0 !important;
	padding-left: 6px;
	height: 51px !important;
	border-left: 5px solid;
	vertical-align: middle;
}
#reservationForm .reservations-details .guest-reservations .status{
	display: inline-block !important;
	width: 56% !important;
}
.room-types .room-sections .room-div .input-l-name{
	display: inline-block;
	float: none !important;
	width: 50% !important;
	margin: 0 !important;
	background: #f4f4f5 !important;
}
.room-types .room-sections .room-div .regis-l-name {
	position: relative;
	float: none !important;
	clear: both;
	z-index: 61;
	width: 48.775% !important;
	min-height: 19px;
	margin-top: 20px;
	font-size: 1em;
	color: rgb(102, 102, 102);
	display: inline-block;
}
#reservationForm .extra-room-options .checkbox-label-3 {
	display: block;
	float: left;
	width: 4.2042042042%;
	height: 20px;
	margin: 21px 0 0 3.89452%;
}
#reservationForm .extra-room-options .extra-rooms-01 .input-name {
	position: relative;
	z-index: 27;
	width: 87.3873873873%;
	height: 45px;
	margin: 10px 0 0 1.45458%;
	color: rgb(102, 102, 102);
}
#reservationForm .extra-room-options .calculation {
	float: left;
	width: 35.5987055016%;
	height: 45px !important;
	margin: 10px 0 0 14.8622%;
	background-color: #f4f4f5;
}
#reservationForm .extra-room-options .calculation .adults-ntv {
	margin-left: 0 !important;
	margin-top: 0 !important;
}
#reservationForm .extra-room-options .calculation .input-adults {background: transparent !important;height: 35px !important;}
#reservationForm .extra-room-options .calculation .positive-1 {
	margin-left: 54.003% !important;
	width: 30px !important;
	height: 45px !important;
	line-height: 40px !important;
}
#reservationForm .extra-room-options .calculation .adults-ptv {
	float: left;
	width: 18.1818181818%;
	height: 12px;
	margin-top: 0 !important;
}
#reservationForm .extra-room-options .extra-rooms-01 .amount {
	width: 32.2589595375% !important;
	height: 45px !important;
	margin: 10px 0 0 13.72946%;
	background-color: #f4f4f5 !important;
	line-height: 40px !important;
	text-align: center;
}
#reservationForm .extra-room-options .extra-rooms-01 .room-1 {
	width: 51.2307692307%;
	height: auto !important;
}
#reservationForm .extra-room-options .extra-rooms-01 {
	float: left;
	clear: both;
	width: 100%;
	height: auto !important;
	border-bottom: 1px solid rgb(102, 102, 102);
}


.discount-wrap > input{
	margin-left: -4px;
}

.discount-wrap .dollar-img > select{
	background: rgb(242, 242, 242);
}

.input-wrap .price {
	width: 78% !important;
}

.room-block .second.child-age-block, .room-block > .first{float: none !important;}


.room-types .room-sections .room-div .adults-ntv-2 {margin-left: 0 !important;}
.room-types .room-sections .room-div .negative {
	display: block !important;
	float: none !important;
	width: 15px !important;
	height: 15px !important;
	margin: 0 0 0 10% !important;
	border-radius: 50px !important;
	background-color: #ed4a84 !important;
	font: 700 1.214em/0.68 Roboto !important;
	text-align: center !important;
	color: #ffffff !important;
	line-height: 9px !important;
}
.room-types .room-operation .negative {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	min-height: 15px !important;
	margin: 0 0 0 10% !important;
	border-radius: 50px;
	background-color: #ed4a84;
	font: 700 1.214em/0.68 Roboto;
	text-align: center;
	color: #ffffff;
	line-height: 10px !important;
}
.room-types .room-operation .positive{margin-top: 17px !important;}



/* GRID */
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .eleven, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .fifth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .fourth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .ninth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .second, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .sixth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .tenth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .third,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .thirteen, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .twelve {
	float: none !important;
	width: 3.1% !important;
	border-right-width: 1px;
	border-right-style: solid;
	display: inline-block !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .room-rates {
	float: none;
	width: 34.0529781044%;
	min-height: auto;
	padding-left: 0;
	font-size: 13px;
	line-height: 20px;
	color: #a3a3a3;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .room-type-p {
	float: left;
	width: 65%;
	min-height: auto !important;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 2.0;
	color: rgb(0, 0, 0);
	text-align: left;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .first-inner, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates {
	float: none;
	width: 100%;
	height: auto !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .second, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .third,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .fourth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .fifth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .sixth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .seven,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .eight, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .ninth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .tenth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .eleven,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .twelve, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .thirteen,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .fourteen, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .fifteen {
	height: auto !important;
	padding-top: 6px;
	border: 1px solid #666666;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .first-inner {
	float: none;
	width: 100%;
	height: auto !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .inner .first, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rates .first,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .sells .first {
	height: auto !important;
	border-right-color: transparent !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .first {
	float: none !important;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	display: block;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .inner-2 {
	float: left;
	clear: both;
	width: 100%;
	height: auto !important;
	padding: 10px 5px;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .inner-15, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .inner-44,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .inner-73 {
	float: none !important;
	width: 100% !important;
	height: auto !important;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #eeeeee;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap {
	float: left;
	clear: both;
	width: 100%;
	height: auto !important;
}
.gridFullMonthView .lower .first {
	float: none;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	display: block;
}
.gridFullMonthView > .btn-wrap > #roomTypesSelect {
	display: inline-block;
	height: 30px;
	background: #FF4081;
	color: #fff;
	width: 150px;
	text-align: center;
	position: relative;
	top: -50px;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .avail-rooms {
	float: none !important;
	width: 30% !important;
	margin-left: 0.00383%;
	font-size: 1.083em;
	font-weight: 700;
	line-height: 2.88;
	color: #333333;
	display: inline-block !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rate-t {
	display: inline-block !important;
	float: none !important;
	width: 30% !important;
	min-height: 28px;
	font-size: 1.167em;
	line-height: 2.68;
	text-align: center;
	color: #fc4785;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .rooms {
	float: none !important;
	width: 30% !important;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	display: inline-block !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .img-wrap {
	float: none !important;
	width: 6% !important;
	height: auto !important;
	padding-top: 7px;
	padding-left: 7px;
	display: inline-block !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .sells {
	float: left;
	clear: both;
	width: 100%;
	height: auto !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .eleven, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .fifth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .fourth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .ninth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .second, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .sixth,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .tenth, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .third,
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .thirteen, .gridFullMonthView #grid-rooms-wrapper .rooms-wrap .twelve {
	float: none !important;
	width: 3% !important;
	border-right-width: 1px;
	border-right-style: solid;
	display: inline-block !important;
	border-right-color: transparent !important;
}
.gridFullMonthView #grid-rooms-wrapper .rooms-wrap .second p.inner {
	margin: 0 auto;
	font-size: 1em;
	text-align: center;
	position: relative;
	z-index: 10000000000000000000000000000000000000;
}

.main-container #reservation_records > h2{color: #333 !important;}






/* grid css */

.grid-confirm-popup {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.grid-confirm-popup > .grid-confirm-block {
	background: #333;
	width: 700px;
	position: relative;
	margin: 0 auto;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	padding-top: 61px;
}

.grid-confirm-popup > .grid-confirm-block > p {
	text-align: center;
	color: orange;
	font-size: 15px;
	margin: 0 0 0;
}

.grid-confirm-popup > .grid-confirm-block > .grid-confirm-btns {
	background: #222;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.grid-confirm-popup > .grid-confirm-block > .grid-confirm-btns > a {
	color: #eee;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	margin: 0 50px;
}


/* grid css */












/* .action-confirm-container */

#action-confirm-container {
	position: fixed;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#action-confirm-container > .a-confirm-block {
	height: 300px;
	width: 500px;
	background: #eee;
	text-align: center;
	position: relative;
	top: 50%;
	margin-top: -150px;
	margin: -150px auto 0;
}

#action-confirm-container > .a-confirm-block > p {
	color: red;
	font-size: 30px;
	margin-bottom: 100px;
}

#action-confirm-container > .a-confirm-block > a {
	background: #333;
	color: #fff;
	font-size: 13px;
	padding: 20px 50px;
	border-radius: 100px;
	margin: 0 22px;
}


/* .action-confirm-container */





#loading-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 120000;
	display: none;
}

@keyframes spinner { to {transform: rotate(360deg);} }

#loading-wrapper::before {
	content: '';
	animation: spinner .8s ease infinite;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 60%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #8e24aa;
	border-bottom-color: #ab47bc;
}