@charset "utf-8";

.valve-hz {
	background: #efefef;
	min-height: 100vh;
}

.valve-hz main.container {
	margin-bottom: 100px;
}
.main-body {
    padding: 0 0 100px!important;
}
.nav-back{
	background-color: #204CA0;
}
.nav-back li {
	color: #fff !important;
}

.nav-back .nav-back-header {
	height: 2.4rem;
	display: flex;
	justify-content: space-between;
}

.switch-lang {
	color: #fff;
	border: 1px solid #fff;
	border-radius: .25rem;
	padding: .3rem .5rem;
}

.text-truncat-3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0!important;
}
.search {
	position: relative;
    margin-bottom: 0px;
    padding: 5px 10px 0;
}
.search .sbtn {
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 40px;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
}
.nav-date {
	border-bottom: 1px solid #e6e6e6;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.tab-content {
	margin: .5rem;
}
.entry {
	box-shadow: 0 0.1rem .2rem #999999 !important;
	margin: .5rem;
	border-radius: .5rem;
	color: #ccc;
	width: 6rem;
	min-width: 6rem;
	background-color: #fff;
}
.entry .month {
	color: #ccc;
	font-size: .8rem;
	margin-left: .6rem;
	border-bottom: 1px solid #fff;
	padding: .5rem;
	padding-bottom: 0!important;
}
.entry .day {
	color: #aaa;
	font-size: 1.5rem;
	font-weight: 550;
	padding: .5rem;
	padding-top: 0!important;
}

.active .entry {
	background-color: #204CA0;
}
.active .entry .month,
.active .entry .day {
	color: #fff!important;
}

.rooms {
	float: left;
	display: flex;
	flex-direction: column;
	margin-top: .5rem;
	padding-right: .5rem;
}
.rooms .room {
	background-color: #204CA0;
	height: 7rem;
	color: #fff;
	border-radius: .5rem;
	padding: .5rem;
	width: 5rem;
    vertical-align: middle;
    margin-bottom: .5rem;
    word-wrap: break-word;
    align-items: center;
    display: flex;
}
.periods {
	overflow-x: auto;
}
@media (min-width: 768px) {
	.periods {
	    min-height: 450px;
	}
}
.period-row {
	display: flex;
	flex-wrap: nowrap;
	margin: .5rem 0;
	height: 7rem;
}
.periods .period-item {
	float: left;
	margin: 0 .5rem;
	width: 10rem;
	min-width: 10rem;
	border-radius: .5rem;
	box-shadow: 0 0.1rem .2rem #999999 !important;
	overflow: hidden;
	background-color: #fff;
}
.period-time {
	background-color: #204CA0;
	color: #fff;
	text-align: center;
	padding: .2rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}
.period-title,
.period-titleen {
	padding: .5rem;
	color: #000;
	font-weight: bolder;
}

.advertisement {
	position: absolute;
	right: 10px;
	top: 10px;
	max-height: 30px;
	max-width: 100px;
}


.advertisement img {
	max-height: 30px;
	max-width: 100px;
}

@media (min-width: 768px) {
	.advertisement {
		right: 10px;
		top: 10px;
		max-height: 60px;
		max-width: 120px;
	}
	.advertisement img {
		max-height: 60px;
		max-width: 120px;
	}
}

/*search */
.autocomplete-suggestions {
	border-radius: .25rem;
	padding: .25rem;
	background-color: #fff;
	box-shadow: 0 0.1rem .2rem #999999 !important;
	margin: .25rem 0;
	overflow-y: scroll;
}

.autocomplete-suggestions .autocomplete-suggestion {
	cursor: pointer;
	padding: .25rem;
	border-bottom: 1px solid #efefef;
	font-size: .8rem;
	color: #000;
}

.autocomplete-suggestions .autocomplete-selected {
	color: #fff!important;
	background-color: #204CA0!important;
	border-radius: .25rem;
}

.autocomplete-suggestions .autocomplete-suggestion {
	cursor: pointer;
	padding: .25rem;
	border-bottom: 1px solid #efefef;
	font-size: .8rem;
	color: #000;
}