@charset "utf-8";
/* CSS Document */
select{
	background-color: aqua
}
select:hover, select:focus {
	cursor: pointer;
	color: #444;
}
p {
	margin-top:10px;
}
body {
	background: #111;
	text-align: left;
}


.box_date{
	margin-left:1px; 
	position: relative;
	text-align:center;
	width:39px;
	height:50px;
	
	display: inline-block;
}
.box_gray {
	background-color:#222;
}
.box_dark_gray {
	background-color:#272727;
}

.box_day_pr{background-color:#ddd;} 
.box_wk_pr{background-color:#aaa;}


.box_exists {
	background-color:rgba(250,250,200,0.20);
}
.over{
	z-index:100 !important;
}
.media_container{
	position:absolute;
	left: 280px;
	top: 280px;
	width:1160px;
}
.dates_container{
}
.box_first {
	position:absolute;
	background-color:#ccc;
	text-align:center;
	width:280px;
	height:29px;
	margin:1.5px;
	display: inline-block;
}
.box_first_all {
	position:absolute;
	background-color:#ccc;
	text-align:center;
	width:380px;
	height:29px;
	margin:1.5px;
	display: inline-block;
}

.box_first_all_main {
	position:absolute;
	background-color:#222;
	text-align:center;
	width:380px;
	height:50px;
	margin:1.5px;
	display: inline-block;
}
.box_second {
	position:absolute;
	background-color:#fff;
	text-align:center;
	width:40px;
	height:29px;
	margin:1.5px;
	display: inline-block;
	transition: 0.3s;
}
.box_second:hover {
	opacity: 0.8;
	cursor: pointer;
	transform: scale(1.6);
	border-radius: 30px;
	z-index:300000;
}
.box_empty {
	text-align:center;
	width:60px;
	height:25px;
	display: inline-block;
}
.box {
	text-align:center;
	width:29px;
	height:29px;
	margin:1.5px;
	background-color:#444;
	display: inline-block;
}
.box_all {
	text-align:center;
	width:39px;
	height:25px;
	margin:1.5px;
	background-color:#444;
	display: inline-block;
}
.box_time,.box_time_gift,.box_time_anafora,.box_time_tag,.box_time_sponsor{
	position:absolute;
	text-align:center;
	border-radius: 3px;
	width:32px;
	height:25px;
	margin-top:4px;
	margin-left:-4px;
	background-color:gold;
	display: inline-block;
	transition:0.2s;
	z-index:200;
	opacity:0.9;
}
.box_time:hover{
	transform:scale(2);
}

.box_time_gift{
	width:180px;
	background-color:skyblue;
	opacity:0.5;
	z-index:290!important;
}
.box_time_gift:hover{
	transform:scale(1.2);
}
.box_time_anafora{
	width:180px;
	background-color:greenyellow;
	opacity:0.5;
	z-index:280!important;
}
.box_time_anafora:hover{
	transform:scale(1.2);
}
.box_time_tag{
	width:280px;
	background-color:coral;
	opacity:0.5;
	z-index:180;
}
.box_time_tag:hover{
	transform:scale(1.2);
}.box_time_sponsor{
	width:180px;
	background-color:coral;
	opacity:0.5;
	z-index:180;
}
.box_time_sponsor:hover{
	transform:scale(1.2);
}
.scale{
	transform: scale(2);
}
