.eventCalendar-hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-monthTitle {
	display: block;
	text-align: center;
}

.eventCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.eventCalendar-currentMonth {
	z-index: 1;
}

.eventCalendar-daysList {
	display: table;
	width: 100%;
}

.eventCalendar-showAsWeek {
	display: block;
}

.eventCalendar-daysList li {
	display: table-cell;
}

.eventCalendar-dayWithEvents {
	background: #0066B3;
}

.eventCalendar-current {
	background: rgba(0, 0, 0, 0.35);
}

.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}

.eventCalendar-daysList a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}

.eventCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}

.eventCalendar-list {
	position: relative;
	z-index: 1;
}

.eventCalendar-oldEventList {
	z-index: 2;
}

#eventCalendar {
    font-family: 'Open Sans', sans-serif;
}

.eventCalendar-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    }

.eventCalendar-currentMonth {
    z-index: 1;
}

.eventCalendar-monthWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.eventCalendar-monthWrap {
    border-radius: 5px;
    top: 10px;
    left: 0px;
}

.eventCalendar-currentTitle {
    line-height: 40px;
    background-color: #0066B3;
    outline: 1px solid #0066B3;
    border: 1px solid #E3E3E3;
    border-width: 1px 0;
}

.eventCalendar-currentTitle .eventCalendar-monthTitle {
        text-decoration: none;
        color: #fff;
}

.eventCalendar-monthTitle {
    display: block;
    text-align: center;
}

.eventCalendar-showAsWeek {
    display: block;
}

.eventCalendar-daysList.eventCalendar-showAsWeek {
    margin: 5px auto;
    width: 100%;
    border: solid 1px #BCBCBC;
    border-bottom-width: 0;
    border-radius: 0;
    background-color: #CCCCCC;
     background: #E9EBF0 url(https://data.nalog.ru/css/ul2018/img/footer-bg.png) no-repeat 80% 100%;

}

.eventCalendar-daysList {
    zoom: 1;
    padding: 0;
    width: 100%;
    display: table;
    width: 100%;
   
}

.eventCalendar-daysList.eventCalendar-showAsWeek li {
    height: auto;
    margin: 0;
    position: static;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
    background-color: #ccc;
    min-height: 27px;
    border-top: solid 1px #ccc;
}

.eventCalendar-day a {
    color: #0066B3;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;

}

.eventCalendar-day {
    border-left: solid 1px #BCBCBC;
}

.eventCalendar-day a {
    border: solid 1px #BCBCBC;
    border-width: 0 1px 1px 0;
}

.eventCalendar-showAsWeek .eventCalendar-day {
    border-left-width: 0;
}

.eventCalendar-showAsWeek .eventCalendar-day a {
    border: solid 1px;
    border-color: #fff #BCBCBC #BCBCBC #eee;
    line-height: 27px;
    font-size: 11px;

}

.eventCalendar-day a:hover {
    background-color: #E4E4E4;
    /*	box-shadow:inset 5px 5px 10px #C1C1C1;
    text-shadow: 2px 2px 2px #C1C1C1;*/
}

.eventCalendar-daysList li.today a {
    color: #fff;
    background: #f15a22;
    /*	box-shadow:inset 5px 5px 10px #777;
text-shadow: 2px 2px 2px #777;*/
}

li.eventCalendar-day.today a:hover {
    background-color: #eb815a;
    /*box-shadow:inset 5px 5px 10px #999;*/
}

.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
    /*background: #0066B3;*/
    /*box-shadow:inset 5px 5px 10px #698B10;
text-shadow: 2px 2px 2px #698B10;*/
    color: #fff;
}

li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
    background-color: #3087c9;
    /*box-shadow:inset 5px 5px 10px #89B814;
    text-shadow: 2px 2px 2px #89B814;*/
}


.eventCalendar-daysList li.current a {
    color: #fff;
    background: #449FB2;
    box-shadow: inset 5px 5px 10px #216B7A;
    text-shadow: 2px 2px 2px #216B7A;
}

li.eventCalendar-day.current a:hover {
    background-color: #79BDCC;
    box-shadow: inset 5px 5px 10px #449FB2;
    text-shadow: 2px 2px 2px #449FB2;
}

.eventCalendar-loading {
    border-radius: 2px;
    margin: 5px auto;
    padding: 0 10px;
    background-color: #0066B3;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 5px;
    width: 200px;
   }

.eventCalendar-loading.error {
    background-color: red;
}

.eventCalendar-showAsWeek li {
    display: block;
    float: left;
    width: 14.28%;
    height: 20px;
}

.eventCalendar-daysList li {
    display: table-cell;
}

.eventCalendar-showAsWeek li {
    display: block;
    float: left;
    width: 14.28%;
    height: 20px;
}

.eventCalendar-day-header {
    text-transform: lowercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px #BCBCBC;
    font-size: 14px;
}

/*НАВИГАЦИЯ ПО МЕСЕЦАМ*/

.eventCalendar-wrap .eventCalendar-arrow {
    text-decoration: none;
    color: #fff;
    padding: 0 5px;
    line-height: 28px;
    top: 15px;
    padding: 8px 20px;
}

.eventCalendar-wrap .eventCalendar-arrow:hover {
    opacity: 0.7;
}

.eventCalendar-wrap .eventCalendar-arrow span {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    float: left;
    text-indent: -5000px;
}

.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
    border-left-width: 0;
    border-right: 6px solid #fff;

}

.eventCalendar-slider {
    height: 80px;
}

.eventCalendar-prev {
    left: 3px;
    
}

.eventCalendar-next {
    right: 3px;
}

.eventCalendar-arrow {
    position: absolute;
    z-index: 5;
    top: 3px;
}

.eventCalendar-subtitle {
    padding-top: 0px;
}

.eventCalendar-list-wrap {
    min-height: 100px;
    position: relative;

}

.eventCalendar-list-content.scrollable {

    height: auto;
    overflow-y: auto;
    margin: 0 5px 5px 0;
}

.eventCalendar-list {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.eventCalendar-list li {
    margin: 0;
    clear: both;
    position: static !important;
    padding-left: 0px !important;
  }

.eventCalendar-list li::before {

    position: static !important;

}

.eventCalendar-list li time {
    font-size: 10px;
    line-height: 13px;
}

.eventCalendar-list li time em {
    float: left;
    font-style: normal;
    background-color: #008ad9;
    color: white;
    font-size: 14px;
    padding: 10px 19px 10px 14px;
}

.eventCalendar-list li time small {
    float: left;
    font-style: inherit;
    background-color: #807E7E;
    color: white;
    font-size: 14px;
    padding: 10px 19px 10px 14px;
    margin: 0 0 0 3px;
}

.eventCalendar-list li .eventCalendar-eventTitle {
    display: block;
    clear: both;
    padding-top: 5px;
    text-decoration: none;
    font-size: 16px;
    color: #0066B3;
}

.eventCalendar-list li a.eventCalendar-eventTitle:hover {
    text-decoration: underline;
}

.eventCalendar-list li .eventDesc {
    clear: both;
    margin: 0 0 5px 0;
    font-size: 80%;
    line-height: 1.2em;

}

.eventCalendar-subtitle {
    padding-left: 20px;
    font-weight: bold;
    font-size: 120%;
    padding-top: 20px;
    display: none;
}


.eventCalendar-list-wrap {
    min-height: 100px;
    position: relative;

}


.eventCalendar-loading {
    display: block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
}


.eventCalendar-list-content.scrollable {

    height: auto;
    overflow-y: auto;
    margin: 0 5px 5px 0;
}

.eventCalendar-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.eventCalendar-list li {
    margin: 0;
    clear: both;
    position: static !important;
}