@charset "UTF-8";
/* CSS Document */

.tooltip {
	display:none;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px 15px;
	
	font-size:12px;
	
	width:200px;
	text-align: left;
	color:#000;	
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#scroll_cont, #container  {
	width: 940px;
	height: auto;
	position: relative;
}

#this_week {
	height: 16px !important;
	width:16px;
	padding: 0;
	margin-right: 5px;
	overflow: hidden;
	background:url(../img/icons/IconHome.gif) no-repeat 0 0;
	float: left;
}

#container #scroll_cont {
	overflow: hidden;
	background-color: #fff;
	z-index: 9999;
}

#container #previous_week, #container #next_week {
	position: absolute;
	height: 75px;
	width: 75px;
	top: 200px;
	opacity: 0.5;
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	transition: opacity 1.5s, left 1.5s, right 1.5s;
	-o-transition: opacity 1.5s, left 1.5s, right 1.5s;
	-moz-transition: opacity 1.5s, left 1.5s, right 1.5s;
	-webkit-transition: opacity 1.5s, left 1.5s, right 1.5s;
	cursor: pointer;
	background-size: 100%;
	
}

#container #previous_week:hover, #container #next_week:hover {
	opacity: 1;
	transition: opacity 0.5s, left 0.5s, right 0.5s;
	-o-transition: opacity 0.5s, left 0.5s, right 0.5s;
	-moz-transition: opacity 0.5s, left 0.5s, right 0.5s;
	-webkit-transition: opacity 0.5s, left 0.5s, right 0.5s;
}

#container #previous_week {
	left: -30px;
	text-align: left;
	background-image: URL('/images/buttons/left.png');
}

#container #next_week {
	right: -30px;
	text-align: right;
	background-image: URL('/images/buttons/right.png');
}

#container #previous_week:hover { left: -75px; }
#container #next_week:hover { right: -75px; }

#container #scroller {
	width: 2000px;
	height: auto;
	position: relative;
	top: 0;
	font-size: 0;
}

#container #scroller #calendar {
	display: inline-block;
	font-size: 12px;
}

#calendar #loading-box {
    display: none;
    text-align: center;
    color: #aaa;
    font-size: 14px;
    padding: 80px 0;
}

h2 a:hover { color:black; }

#calendar { clear:both; width:940px; vertical-align: top; }

#calendar_titles { padding:0; margin:0; position:relative; }

#calendar_titles .day { 
	display:block;
	width:134px;
	font-size:14px;
	height:20px;
	overflow:hidden;
	float:left;
	text-align:center;
	font-family: "sofia-pro-1","sofia-pro-2",serif;
	color:#333;
	font-weight: bold;
}

#calendar_boxes .day {
	display:block;
	float:left;
	width:133px;
	text-align:left;
	border-right: 1px solid #ccc;
	background:#FFF;
	min-height:400px;
}

#calendar_boxes .day.today {
	background:white;
}

#calendar_boxes .day.today ul li:hover {
	background:#f5f5f5;
}

#calendar_boxes .day.selected {
	width: 134px;
	border-right: none;
	background: #ccc !important;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ccc), to(#aaa), color-stop(.97,#eee)) !important;
	background: -moz-linear-gradient(left, #ccc 0%, #eee 97%, #aaa 100%) !important;
    background: -o-linear-gradient(left, #ccc 0%, #eee 97%, #aaa 100%) !important;
}
#calendar_boxes .day.last {
	border-right:1px solid #eee;
}

#calendar_container {
	display:block;
	background:white;
	border:1px solid #ccc;
	padding:0;
	overflow:hidden;
	box-shadow: 0 3px 10px rgba(33, 33, 33, 0.5);
	-o-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.5);
	-moz-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.5);
	-webkit-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.5);
}
#calendar_boxes {
	width:940px;
	padding:0;
	margin:0;
}

#calendar_boxes .day ul { 
	padding:0;
	margin-top:-1px;
	margin-bottom:0px;
}

#calendar_boxes .day ul li {
	color:black;
	list-style:none;
	border-top:1px solid #ccc;
}

#calendar_boxes .day ul li div {
	padding-bottom: 22px;
	width:133px;
}

#calendar_boxes .day ul li:hover {
	background-color: rgba(255, 255, 255, 0.75);
	cursor:pointer;
}

#calendar_boxes .day.selected ul li:hover {
	width:135px;
	position:relative;
	z-index:150;
}

#calendar_boxes .day ul li.selected, #calendar_boxes .day.today.selected ul li.selected:hover {
	background: white;
	background: -webkit-gradient(linear, 0% 0%, 50% 0%, from(#eee), to(#fff));
	background: -moz-linear-gradient(left, #eee 0%, #fff 50%);
    background: -o-linear-gradient(left, #eee 0%, #fff 50%);
	width:135px;
	border-top:1px solid white;
	position:relative;
	z-index:150;
	cursor:default;
}

#calendar_boxes .day.today.selected ul li:hover {
	background: rgba(255, 255, 255, 0.75);
}

#calendar_boxes .day ul li.disabled {
	background:transparent;
	cursor:default;
}

#calendar_boxes .day .title {
	font-family: "sofia-pro-1","sofia-pro-2",serif;
	display:block;
	padding:5px 5px 0 5px;
	font-size:11px;
	font-weight:bold;
}

#calendar_boxes .day .time {
	font-weight: bold;
}

#calendar_boxes .day .time, #calendar_boxes .day .room, #calendar_boxes .day .jcr {
	display:block;
	padding:0 5px;
	font-size:10px;
	color:#666;
}

#calendar_boxes .day .jcr {
	font-size: 9px;
	font-style: italic;
}

#facility_boxes .day {
	display:block;
	float:left;
	width:133px;
	text-align:left;
	border-left: 1px solid #ccc;

}

#facility_boxes .day.last {
	border-left:none;
}


#facility_boxes {
	width:940px;
	padding:0;
	margin:0;
}

#facility_boxes .day ul { 
	padding:0;
	margin-top:-1px;
	margin-bottom:0px;
}

#facility_boxes .day ul li {
	color:black;
	list-style:none;
}

#facility_boxes .day ul li div {
	width:133px;
}



#facility_boxes .day .time{
	display:block;
	font-size:9px;
	color:#666;
	padding:0 5px 5px 5px;

}

h2.title{
	font-family: "sofia-pro-1","sofia-pro-2",serif;
	margin-bottom:9px;
}

h3.title{
	font-family: "sofia-pro-1","sofia-pro-2",serif;
}

h3.date, h3.date span {
	font-size:14px;
	color:#999;
	vertical-align: top;
}

.info_content .poster {
	float:left;
	margin-right:20px;
	margin-bottom:200px;
}

.info_content .time {
	font-size:10px;
	color:#666;
	margin-top:-9px;
}

.info_content .filminfo {
	font-size:10px;
	color:#999;
	margin-top:-9px;
}

.info_content .filminfo .title {
	width:60px;
	display:inline-block;
}

.info_content .logo {
	float:right;
	margin-top:-9px;
}

.info { width: 0; float: right; overflow:hidden; }
.info_content { padding:20px 20px 20px 0; width: 650px }
#calendar .back { overflow:hidden; float:left; width:0;}
.back_content {
	color:#FFF;
	width:95px; 
	padding:20px 10px;
	min-height:360px;
	background: #222;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#333), to(#111),  color-stop(.97, #444));
	background: -moz-linear-gradient(left, #333 0%, #444 97%, #111 100%);
    background: -o-linear-gradient(left, #333 0%, #444 97%, #111 100%);
}

.thumb { height:60px; margin-top:-1px; }

.back_button {
	width:60px;
	min-width:60px;
}

.prev_button { 
	display:none;
	float:left;
	margin-left:-20px;
}
.next_button {
	display:none;
	float:right;
	margin-right:-20px;
}

.prev_button a{
	display:block;
	width:15px;
	height:41px;
	background-image:url(../coreui/prev.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.next_button a{
	display:block;
	width:15px;
	height:41px;
	background-image:url(../coreui/next.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.prev_button a:hover, .next_button a:hover{ background-position:top; }

#filter-events-choices {
	/*border: 1px solid #333;*/
    padding: 5px;
    margin: 10px 0;
}

#filter-events-choices input[type=checkbox] {
	display: none;
}

#filter-events-choices a {
	padding: 5px;
	color: #333;
}

#filter-events-choices label {
    font-weight: normal;
	cursor: pointer;
	padding: 5px;
	/*border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#filter-events-choices label.disabled, #filter-events-choices a.disabled {
	opacity: 0.5;
}

/*
#filter-events-choices label.susu:after, #calendar_boxes ul li.event-group-susu { background-color: rgba(237, 237, 237, 1); }
#filter-events-choices label.film:after, #calendar_boxes ul li.event-group-film { background-color: rgba(250, 166, 26, 0.5); }
#filter-events-choices label.jcr:after, #calendar_boxes ul li.event-group-jcr { background-color: rgba(237, 6, 119, 0.25); }
#filter-events-choices label.sport:after, #calendar_boxes ul li.event-group-sport { background-color: rgba(0, 125, 197, 0.4); }
#filter-events-choices label.society:after, #calendar_boxes ul li.event-group-society { background-color: rgba(163, 35, 142, 0.25); }
#filter-events-choices label.elections:after, #calendar_boxes ul li.event-group-elections { background-color: rgba(238, 88, 35, 0.35); }
#filter-events-choices label.performing-arts:after, #calendar_boxes ul li.event-group-performing-arts { background-color: rgba(0, 174, 239, 0.25); }
#filter-events-choices label.fresh:after, #calendar_boxes ul li.event-group-fresh { background-color: rgba(212, 1, 119, 0.5); }
#filter-events-choices label.committee:after, #calendar_boxes ul li.event-group-committee { background-color: rgba(46, 49, 146, 0.35); }
#filter-events-choices label.refresh:after, #calendar_boxes ul li.event-group-refresh { background-color: rgba(122, 193, 66, 0.5); }
#filter-events-choices label.your-skills:after, #calendar_boxes ul li.event-group-your-skills { background-color: rgba(122, 193, 66, 0.5); }
*/

/*.info_content a.ticket, .info_content a.review, .info_content a.website {
	color: #333;
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight: 700;
	font-size: 12px;
	margin-right: 5px;
}

.info_content a.ticket:before, .info_content a.review:before, .info_content a.website:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	position: relative;
}

.info_content a.ticket:before { background-image: URL("/images/icons/ticket.png"); top: 3px; }
.info_content a.review:before { background-image: URL("/images/icons/book2.png"); top: 2px; }
.info_content a.website:before { background-image: URL("/images/icons/keyboard2.png"); top: 2px; }*/