.iis-btn {
	padding: 8px 4px 8px 8px !important;
	line-height: 10px !important;
	margin-right: 4px !important;
}

.iis-btn i {
	font-size: 10px !important;
}

.form-select {
	min-height: 45px;
}

.hotel-image,
.room-image,
.hotel-photo,
.room-photo,
.event-photo,
.event-photo {
	position: relative;
}

.hotel-image .title,
.room-image .title,
.event-image .title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	z-index: 1;
	transition: top .5s ease;
}

.hotel-image:hover .title,
.room-image:hover .title,
.event-image:hover .title {
	top: 90px;
}

.hotel-image .button,
.room-image .button,
.event-image .button {
	position: absolute;
	width: 100%;
	left: 0;
	top: 150px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
}

.hotel-image .button a,
.room-image .button a,
.event-image .button a {
	width: 200px;
	padding: 12px;
	text-align: center;
	color: white;
	z-index: 1;
}

.hotel-image:hover .button,
.room-image:hover .button,
.event-image:hover .button {
	opacity: 1;
}

.hotel-photo .title,
.room-photo .title,
.event-photo .title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	padding: 18px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	z-index: 1;
	transition: top .5s ease;
}

.image-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.review-status-button {
	float: right;
}

.delete-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(236 228 228 / 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s;
}

.delete-btn {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
}

.input-with-icon {
	position: relative;
	box-sizing: border-box;
}

.input-with-icon .icon {
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.input-with-icon .icon {
	border: 1px solid black;
}

#translateButton {
	margin: 0;
	padding: 0;
}

.image-container:hover .delete-overlay {
	opacity: 1;
}

.hotel-photo:hover .title,
.room-photo:hover .title {
	top: 10px;
}

.hotel-photo .button,
.room-photo .button {
	position: absolute;
	left: 30px;
	top: 70px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
}

.hotel-photo .button a,
.room-photo .button a {
	text-align: center;
	color: white;
	z-index: 1;
	border-radius: 5px;
	margin: 2px;
}

.hotel-photo:hover .button,
.room-photo:hover .button {
	opacity: 1;
}


.imag {
	display: flex;
	align-items: flex-start;
	margin-top: 10px !important;
}

.it {
	height: 100px;
	margin-left: 10px;
}

.btn-rmv {
	display: none;
}

.rmv {
	cursor: pointer;
	color: #fff;
	border-radius: 30px;
	border: 1px solid transparent;
	display: inline-block;
	background: #e80c42;
	margin: -5px -10px;
}

.rmv:hover {
	background: rgba(255, 0, 0, 0.5);
}

/*.gallery {
	margin: auto;
	border-radius: 3px;
	overflow: hidden;
}*/

.img-c {
	width: 200px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
}

.img-w {
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	transition: transform ease-in-out 300ms;
}

.img-w img {
	display: none;
}

.img-c {
	transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
	transform: scale(1.08);
	transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	z-index: 2;
}

.img-c.postactive {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.img-c.active.positioned {
	left: 0 !important;
	top: 0 !important;
	transition-delay: 50ms;
}

.monk-location {
	list-style: none;
	padding: 5px;
	margin: 0;
	background-color: transparent;
}

.monk-location li {
	border: 1px solid #ccc;
	background-color: #f9f7f76b;
	margin: 0px 0px 5px;
}

.show-room.active {
	border: 2px solid #1b84ff;
}

.show-room:hover {
	border: 2px solid #1b84ff;
}

.show-room {
	border: 2px solid #dbdfe9;
	border-radius: 5px;
	padding: 5px;
}

.image-class img {
	border: 1px solid #ccc;
}

.hotel-image img,
.room-image img {
	position: relative;
	border: 5px solid #ccc;
	border-radius: 5px;
}

.hotel-image img:hover,
.room-image img:hover {
	border: 5px solid #1b84ff;
	opacity: 0.5;
}

.hotel-image a,
.room-image a {
	position: absolute;
	left: 35px;
	top: 30px;
}

.hotel-photo img,
.room-photo img {
	border: 5px solid #ccc;
	width: 100%;
	height: 150px;
}

.hotel-photo:hover,
.room-photo:hover {
	opacity: 0.8;
	background-color: #ccc;
}

#map {
	height: 500px;
	width: 100%;
}

#description {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin: 10px;
	padding: 0 0.5em;
	font: 400 18px Roboto, Arial, sans-serif;
	overflow: hidden;
	font-family: Roboto;
	padding: 0;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-container {
	z-index: 10000 !important;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}

.flatpickr-day.today {
	/*background-color: #04c !important;*/
	background-color: #009efb;
	color: #fff;
}

.flatpickr-day.today:hover {
	background-color: #fbf069;
	color: #000;
}

.el-element-overlay .white-box {
	padding: 0px;
}

.el-element-overlay .el-card-item {
	position: relative;
	padding-bottom: 25px;
}

.el-element-overlay .el-card-item .el-card-avatar {
	margin-bottom: 15px;
}

.el-element-overlay .el-card-item .el-card-content {
	text-align: center;
}

.el-element-overlay .el-card-item .el-card-content h3 {
	margin: 0px;
}

.el-element-overlay .el-card-item .el-card-content a {
	color: #67757c;
}

.el-element-overlay .el-card-item .el-card-content a:hover {
	color: #009efb;
}

.el-element-overlay .el-card-item .el-overlay-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.el-element-overlay .el-card-item .el-overlay-1 img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	height: auto;
}

.el-element-overlay .el-card-item .el-overlay-1:hover img {
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0);
	/* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: transparent;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) translateZ(0);
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a {
	border-color: #ffffff;
	color: #ffffff;
	padding: 10px 12px 10px 15px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover {
	background: #009efb;
	border-color: #009efb;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a .fa {
    color: #ffffff;
}

.el-element-overlay .el-card-item .el-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
	top: -100%;
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
	top: 100%;
	height: 0px;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
	top: 0px;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
	top: 0px;
	height: 100%;
}
