.cinema_schedule {
	width: 100%;
}
.cinema_schedule .header_title th {
	background-color: #022E3C;
	color: #BCDFE9;
	padding: 7px 10px;
}
.cinema_schedule .header_title th .mfb-mobie-title {
	color: #BCDFE9;
}
.cinema_schedule .header_hours th {
	width: calc(100% / 13) !important;
	border-right: 1px solid #094d63;
	background-color: #015F7F;
	padding: 6px 0;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.cinema_schedule .header_hours th:last-child {
	border-right: 0;
}
.cinema_schedule .row_title td {
	background-color: #f0f0f0;
	color: #242424;
	padding: 7px 10px;
}
.cinema_schedule .row_hours td {
	width: calc(100% / 13) !important;
	border-right: 1px solid #f0f0f0;
	background-color: #fafafa;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	color: #000;
}
.cinema_schedule .row_hours td:last-child {
	border-right: none;
}
.cinema_schedule .cin_tag {
	display: inline-block;
	margin-left: 3px;
	padding: 2px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	cursor: help;
}
.cinema_schedule .cin_tag.cin_runtime {
	background-color: #dedede;
	color: #737373;
}
.cinema_schedule .cin_tag.cin_mb {
	background-color: #d6edf5;
	color: #022e3c;
}
.cinema_schedule .cin_tag.cin_3d {
	background-color: #ff5473;
	color: #580111;
}
.cinema_schedule .cin_tag.cin_4dx {
	background-color: #ca9aef;
	color: #2f0550;
}
.cinema_schedule .cin_tag.cin_sub {
	background-color: #bbeef1;
	color: #06565a;
}

#filter-cinema .filter_title {
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
}

#filter-cinema .filter_title_btn {
	position: absolute; 
	right: 11px; 
	top: 7px; 
	/*cursor: pointer;*/
	color: #30302E;
}

#filter-cinema .filter_title_btn:hover {
	/*color: #015F7F;*/
}

.cinema_schedule_nav {
	text-align: right; 
}
.cin-date-btn {
	display: inline-block;
	margin-left: 4px; 
	padding: 6px 7px 3px 7px; 
	border-bottom: 3px solid #fff; 
	background-color: #f0f0f0; 
	color: #242424;
	text-align: center;
	cursor: pointer;
}
.cin-date-btn:hover {
	background-color: #015F7F;
	color: #fff;
	text-decoration: none;
}
.cin-date-btn.active {
	padding: 6px 7px 3px 7px; 
	border-bottom: 3px solid #022E3C; 
	background-color: #022E3C; 
	color: #BCDFE9;
}

.cinema-warning-blue {
	display:inline-block; 
	padding:15px; 
	margin-top:20px; 
	color:#015F7F; 
	background-color:#f3fcff; 
	width:100%;
}









