/* Start:/bitrix/components/ciktrb/news.calendar/templates/.default/style.css*/
.NewsCalWeekend, .NewsCalToday, .NewsCalDefault, .NewsCalOtherMonth , .NewsCalHeader, .NewsCalMonthNav, .NewsCalDay, .NewsCalNews{
	
}
.NewsCalToday, .NewsCalDefault, .NewsCalOtherMonth, .NewsCalWeekend, .NewsCalHeader {
	padding-left: 8px;
}
.NewsCalToday{
	background-color: #c6e899 !important;
}
.NewsCalDefault{
	background-color: #FFFFFF;
}
.NewsCalOtherMonth{
	background-color: #F8F9EF;
}
.NewsCalWeekend{
	background-color: #F6E5E1;
}
.NewsCalHeader{
	background-color: #f5f5f5;
	color: #757b7f;
	height: 30px !important;
	font-weight: bold;
}
	.NewsCalHeader.weekend{
		color: #b54c53;
	}
.NewsCalTable, .NewsCalTable tr, .NewsCalTable td{
	border-collapse: collapse;
}
.NewsCalTable td{
	border-left: 1px #cecece solid;
	height: 100px;
	width: 140px !important;
	overflow: hidden;
	background: #f5f5f5;
}
	.NewsCalTable td .date{
		font-size: 11pt;
		color: #435059;
	}
	.NewsCalTable td .date.NewsCalDayOther{
		color: #b3b3b3;
	}
	.NewsCalTable td:first-child{
		border-left: none;
	}
	.NewsCalTable tr.odd td{
		background: #ededed;
	}
.NewsCalMonthNav{
}
.NewsCalDay{
	color: #000000;
}
.NewsCalDayOther{
	color: #b3b3b3;
}
.NewsCalNews{
	color: #7488B9;
	font-size: 8pt;
}
.event{
	padding: 5px 0 0 0;
}
.event .photo-container{
	vertical-align: top;
	background: #ebebeb;
	border: 1px #a0a0a0 solid;
	display: inline-block;
	padding: 1px;
}
	.event .photo-container .photo{
		width: 36px;
		height: 39px;
		background-position: 50% 0;
		background-repeat: no-repeat;
	}
.event .name{
	display: inline-block;
	width: 80px;
	margin: 0 0 0 3px;
	overflow: hidden;
	vertical-align: top;
	line-height: 11pt;
	font-size: 9pt;
}
.event .all, .event .all a{
	color: #6c8a97;
	font-size: 9pt;
}
.event .all{
	margin: 7px 0 0 0;
}
.tooltip{
	position: absolute;
	margin-left: -75px;
	display: none;
}
	.tooltip .inner{
		width: 238px;
		/*height: 188px;*/
		padding: 7px 8px 15px 20px;
		background:  #ffffff;
		border: 1px #d5d5d5 solid;
		box-shadow: 0 0 15px -8px #000000;
	}
	.tooltip .tail{
		width: 0;
		height: 0;
		border-left: 6px transparent solid;
		border-right: 6px transparent solid;
		border-top: 8px #ffffff solid;
		position: relative;
		left: 125px;
		top: -1px;
		z-index: 100;
	}
	.tooltip .close{
		display: block;
		background: url('../../../../../components/ciktrb/news.calendar/templates/.default/images/tooltip-close.png') no-repeat 0 0;
		width: 12px;
		height: 12px;
		float: right;
	}
	.tooltip a.detail{
		font-size: 11pt;
		display: inline-block;
	}
	.tooltip .desc{
		color: #303131;
		font-size: 9pt;
		margin: 7px 0 0 0;
	}
	.tooltip .time, .tooltip .rating{
		margin: 6px 0 !important;
		font-size: 9pt;
	}
	.tooltip .caption{
		color: #888888;
	}
	.tooltip .time .value{
		font-weight: bold;
		color: #303131;
	}
	.tooltip .rating .value{
		font-weight: bold;
		color: #0d668d;
	}
	.tooltip .button{
		margin: 6px 0 0 0;
	}
.calendar-top{
	padding: 0px 0 15px 0;
}
	.calendar-top .title{
		font-size: 14pt;
		color: #435059;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.calendar-top .prev-month, .calendar-top .next-month,
	.calendar-top .prev-week, .calendar-top .next-week,
	.calendar-top .prev-day, .calendar-top .next-day{
		display: inline-block;
		border: 1px #a8a8a8 solid;
		width: 17px;
		height: 19px;
		background-color: #e6e6e6;
		background-image: url('../../../../../components/ciktrb/news.calendar/templates/.default/images/arrows.png');
		background-repeat: no-repeat;
		vertical-align: middle;
		box-shadow: inset 0 10px 10px -5px #ffffff;
	}
		
	.calendar-top .prev-month,
	.calendar-top .prev-week,
	.calendar-top .prev-day{
		border-radius: 4px 0 0 4px;
		background-position: 50% 0;
	}
	.calendar-top .next-month,
	.calendar-top .next-week,
	.calendar-top .next-day{
		border-left: none;
		border-radius:  0 4px 4px 0;
		background-position: 50% 100%;
	}
	.calendar-top .current, .calendar-top .month, .calendar-top .week, .calendar-top .day{
		display: inline-block;
		border: 1px #a8a8a8 solid;
		height: 17px;
		background-color: #e6e6e6;
		vertical-align: middle;
		box-shadow: inset 0 10px 10px -5px #ffffff;
		text-decoration: none;
		color: #435059;
		padding: 1px 10px;
		font-size: 10pt;
	}
		.calendar-top .current:active, .calendar-top .month:active, .calendar-top .week:active, .calendar-top .day:active,
		.calendar-top .prev-month:active, .calendar-top .next-month:active, .calendar-top .prev-week:active, .calendar-top .next-week:active{
			box-shadow: none;
			background-color: #e6e6e6 !important;
		}
		.calendar-top .current:hover, .calendar-top .month:hover, .calendar-top .week:hover, .calendar-top .day:hover,
		.calendar-top .prev-month:hover, .calendar-top .next-month:hover, .calendar-top .prev-week:hover, .calendar-top .next-week:hover{
			box-shadow: none;
			background-color: #ffffff;
		}		
		.calendar-top .month.selected, .calendar-top .week.selected, .calendar-top .day.selected{
			background: #ffffff;
			box-shadow: inset 5px 7px 15px -5px #999999;
		}
	.calendar-top .week, .calendar-top .month{
		border-left: none;
	}
	.calendar-top .month{
		border-radius: 0 4px 4px 0;
	}
	.calendar-top .day{
		border-radius: 4px 0 0 4px;
	}
	.calendar-top .current{
		border-radius: 4px;
		margin: 0 0 0 10px;
	}
.weeks{
	min-height: 840px;
}
.week{
	display: none;
}
	.week.current{
		display: block;
	}
	.week .day{
		padding: 20px 0;
		background: #ededed;
	}
		.week .day.weekend .day-caption .date{
			color: #b54c53;
		}
		.week .day.odd{
			background: #f5f5f5;
		}
		.week .day .day-caption{
			color: #757b7f;
			width: 90px;
			margin: 0 0 0 60px;
			display: inline-block;
			vertical-align: top;
		}
		.week .day .event{
			display: inline-block;
			vertical-align: top;
			border-left: 1px #b6b6b6 dashed;
			height: 70px;
			width: 175px;
			padding: 5px 10px 5px 15px;
		}
			.week .day .event:first-child{
				border-left: none;
			}
		.week .day .all{
			display: inline-block;
		}
		.week .day .time{
			margin: 5px 0 0 47px;
		}
		.week .day .name{
			width: 120px;
		}
.news-calendar .days .day-container{
	display: none;
}
.news-calendar .days .day-container.current{
	display: block;
}
.news-calendar .days .day{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
	.news-calendar .days .day tr{
		background: #ededed;
	}
		.news-calendar .days .day tr td{
			vertical-align: top;
		}
			.news-calendar .days .day tr td .spoiler .hidden{
				padding: 5px 0 0 0;
			}
			.news-calendar .days .day tr td .caption{
				color: #8f8e8e;
			}
			.news-calendar .days .day tr td .value{
				margin: 5px 0;
			}
			.news-calendar .days .day tr td strong{
				color: #303131;
			}			
			.news-calendar .days .day tr td.deputy{
				padding: 0 20px 0 60px;
				width: 380px;
			}
			.news-calendar .days .day tr td.time{
				padding: 0 20px;
				width: 150px;
				border-left: 1px #b6b6b6 dashed;
			}
			.news-calendar .days .day tr td.address{
				padding: 0 20px;
				border-left: 1px #b6b6b6 dashed;
			}
		.news-calendar .days .day tbody.odd tr{
			background: #f5f5f5;
		}
	.news-calendar .days .day .photo-container{
		display:inline-block;
		border: 1px #a0a0a0 solid;
		background: #ebebeb;
		padding: 1px;
	}
		.news-calendar .days .day .photo-container .photo{
			width: 47px;
			height: 51px;
			display:inline-block;
		}
	.news-calendar .days .day .info{
		display: inline-block;
		width: 300px;
		margin: 0 0 0 20px;
	}
		.news-calendar .days .day .info h3{
			margin: 0 0 5px 0;
			font-weight: normal;
		}
			.news-calendar .days .day .info h3 a{
				font-size: 11pt;
			}
.event-edit-link.month{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../../../../components/ciktrb/news.calendar/templates/.default/images/event-edit.png') no-repeat 0 0;
	position: absolute;
	margin: -23px 0 0 110px;
}
.event-edit-link.week{
	display: inline-block;
	height: 16px;
	background: url('../../../../../components/ciktrb/news.calendar/templates/.default/images/event-edit.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #666666;
	margin: 5px 0 0 44px;
}
.event-edit-link.day{
	display: inline-block;
	height: 16px;
	background: url('../../../../../components/ciktrb/news.calendar/templates/.default/images/event-edit.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #666666;
}
.event-edit-link:hover{
	color: #222222;
}
/* End */
