.ms-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.ms-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(43, 91, 105, 0.18);
	display: none;
}

.ms-loader img {
	position: absolute;
	margin: auto;
	width: 180px;
	height: 100px;
	display: block;
	z-index: 11;
}

#selectcity, #selecthotel, #selecthotelmess, .select-city-none {
	display: none;
}

.col-sm-24 {
	width: 20%;
	float: left;
}

@media all and (max-width: 768px) {
	.col-sm-24 {
		width: 80%;
		float: none;
		margin: 10px auto;
	}
}

div#ms-plugins-hotel-form {
	display: table;
	width: 90%;
	min-width: 200px;
	max-width: 1024px;
	margin: 20px auto;
	padding: 20px;
	background-color: #f1eeec;
        border-radius: 10px;
	/*! box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.19);
   */
}

@media(max-width:475px) { 
div#ms-plugins-hotel-form {
    display: table;
    width: 100%;
    min-width: 167px;
    max-width: 1007px;
    
    padding: 15px;
    background-color: #f1eeec;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.19);
}
.hotel-form-main {
   
   margin: -60px 0px 0px -26px;
    
}
}

.ms-plugins-hotel-input {
	padding: 6px 5px 0 10px;
	border-radius: 5px;
	background: white;
	min-height: 32px;
	margin: 5px;
	width: 232px;
	box-shadow: inset 1px 1px 1px 1px #0000005c;
	cursor: pointer;
}

. ms-plugins-hotel-form-section {
	display: table-cell;
	padding: 10px;
}

i.fas.fa-calendar-alt, i.fas.fa-moon, i.fas.fa-users {
	position: relative;
	top: 2px;
	right: 2px;
	color: #00a09a;
	font-size: 14pt;
	cursor: pointer;
	float: right;
}

.ms-plugins-hotel-nights, .ms-plugins-hotel-guests {
z-index: 1;
width: 232px;
min-height: 68px;
position: relative;
background: #fff;
border-radius: 9px;
display: none;
margin-left: 4px;
}

.ms-plugins-hotel-input-arrive {
	float: left;
}

.ms-plugins-hotel-btn-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-guests-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-guests-right i.fas.fa-chevron-right,

.ms-plugins-hotel-btn-guests-child-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-guests-child-right i.fas.fa-chevron-right,

.ms-plugins-hotel-btn-child1-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child2-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child3-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child4-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child5-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child1-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child2-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child3-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child4-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child5-left i.fas.fa-chevron-left
{
	color: blue;
	font-size: 22pt;
	padding: 10px;
}

.ms-plugins-hotel-btn-child1-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child2-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child3-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child4-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child5-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-guests-child-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-guests-child-right i.fas.fa-chevron-right,
.ms-plugins-hotel-btn-child1-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child2-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child3-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child4-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn-child5-left i.fas.fa-chevron-left {
	font-size: 14pt;
	padding: 10px 7px;
}

.ms-plugins-hotel-input-child {
	padding: 18px 53px;
	display: inline-block;
	font-size: 14pt;
}
.ms-plugins-hotel-btn-right,
.ms-plugins-hotel-btn-guests-right,
.ms-plugins-hotel-btn-child1-right,
.ms-plugins-hotel-btn-child2-right,
.ms-plugins-hotel-btn-child3-right,
.ms-plugins-hotel-btn-child4-right,
.ms-plugins-hotel-btn-child5-right
{
	display: inline-block;
	float: right;
}

.ms-plugins-hotel-btn-left,
.ms-plugins-hotel-btn-guests-left,
.ms-plugins-hotel-btn-guests-child-left,
.ms-plugins-hotel-btn-child1-left,
.ms-plugins-hotel-btn-child2-left,
.ms-plugins-hotel-btn-child3-left,
.ms-plugins-hotel-btn-child4-left,
.ms-plugins-hotel-btn-child5-left {
	display: inline-block;
	float: left;
}

.ms-plugins-hotel-btn {
	background: #dddddd;
	
	border-width: 1px;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px;
	display: inline-block;
  

}

.ms-plugins-hotel-btn:hover {
	background: #ccc;
}

.ms-plugins-hotel-btn:active {
	box-shadow: inset 0 0 2px black;
}

.ms-plugins-hotel-nights-input {
	float: left;
	font-size: 14pt;
	padding: 22px 18px;
}
.ms-plugins-hotel-guests-input {
	float: left;
	font-size: 14pt;
	padding: 18px 16px;
}
.ms-plugins-hotel-guests-input-child {
	padding: 18px 20px;
	display: none;
}
.ms-plugins-hotel-guests-input-child-none {
	padding: 18px 48px;
}
.ms-plugins-hotel-nights-input2 {
	float: left;
	padding: 0 5px;
}

.ms-plugins-hotel-guests-input2 {
	float: left;
}

.ms-plugins-hotel-submit {
	padding: 13px;
	border: 1px;
	border-color: #ccc;
	border-style: dotted;
	border-radius: 6px;
	text-align: center;
	background: #629aed;
	color: white;
	font-size: 12pt;
	margin: 16px 0;
	cursor: pointer;
}

.ms-plugins-hotel-submit:hover {
	background: #87a1d0;
}

.ms-plugins-hotel-submit:active {
	box-shadow: inset 0 0 2px 3px #0000002b;
}

.ms-plugins-hotel-result {
	min-height: 200px;
	width: 100%;
	display: none;
	position: relative;
}
.ms-plugins-hotel-result.displayed {
	display: table;
}

.ms-plugins-hotel-submit.disabled {
	background: #ccc;
	cursor: no-drop;
}
.ms-plugins-hotel-submit.disabled:active {
	background: #ccc;
	box-shadow: none;
}

.ms-plugins-hotel-btn.ms-plugins-hotel-btn-guests-left i.fas.fa-chevron-left,
.ms-plugins-hotel-btn.ms-plugins-hotel-btn-guests-right i.fas.fa-chevron-right
{
	padding: 5px;
}

.ms-plugins-hotel-btn-container {
display: inline-block;
width: 100%;

border-width: 1px;
border-color: #ccc;
}

.ms-plugins-hotel-guests span {
	position: absolute;
	left: 83px;
	font-size: 9pt;
	padding-top: 2px;
}

span.ms-plugins-hotel-child {
	left: 71px;
}

.ms-plugins-hotel-btn-container.child1,
.ms-plugins-hotel-btn-container.child2,
.ms-plugins-hotel-btn-container.child3,
.ms-plugins-hotel-btn-container.child4,
.ms-plugins-hotel-btn-container.child5 {
	display: none;
}

.ms-plugins-hotel-btn.ms-plugins-hotel-btn-guests-child-right {
	float: right;
}

.ms-plugins-hotel-result-room {
	background: #fff;
	display: inline-block;
	width: 100%;
	box-shadow: inset 0 0 1px 0px #838383;
}
.ms-plugins-hotel-result-room1 {
	background: #e4f7ff;
	display: inline-block;
	width: 100%;
	box-shadow: inset 0 0 1px 0px #838383;
}
.ms-plugins-hotel-result-room2 {
	background: #fffadf;
	display: inline-block;
	width: 100%;
	box-shadow: inset 0 0 1px 0px #838383;
}
.ms-plugins-hotel-result-room3 {
	background: #fcf3ac;
	display: inline-block;
	width: 100%;
	box-shadow: inset 0 0 1px 0px #838383;
}
.ms-plugins-hotel-result-room4 {
	background: #fecf8d;
	display: inline-block;
	width: 100%;
	box-shadow: inset 0 0 1px 0px #838383;
}
.ms-plugins-hotel-result-room5 {
	background: #fecf8d;
	display: inline-block;
	width: 100%;
	box-shadow: inset 0 0 1px 0px #838383;
}

.ms-plugins-hotel-result-price {
	font-size: 14pt;
	padding: 20px 0px;
	text-align: center;
}

.ms-plugins-hotel-result-fornight {
	font-size: 10pt;
}

button.ms-plugins-hotel-result-submit {
display: block;
width: 100%;
height: 50px;
padding: 0;
text-decoration: none !important;
cursor: pointer;
font: 16px Calibri,Arial,sans-serif;
line-height: 50px;
color: #fff;
font-weight: 700;
font-style: normal;
text-decoration: none;
text-align: center;
text-transform: uppercase;
background-position: right -50px;
background: #00a09a;
border-radius: 25px;
outline: 0 !important;
border-style: none;
 margin-top: 20px;
 margin-bottom: 10px;


}

button.ms-plugins-hotel-result-submit:hover {
display: block;
width: 100%;
height: 50px;
padding: 0;
text-decoration: none !important;
cursor: pointer;
font: 16px Calibri,Arial,sans-serif;
line-height: 50px;
color: #fff;
font-weight: 700;
font-style: normal;
text-decoration: none;
text-align: center;
text-transform: uppercase;
background-position: right -50px;
background: #00a02a;
border-radius: 25px;
outline: 0 !important;
border-style: none;
margin-top: 20px;
margin-bottom: 10px;


}   