#calenModal .time {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.myCalendar .table {
	margin-bottom: 0 !important;
}
/*.myCalendar .table .table {
	background-color: transparent !important;
}
.myCalendar .table-bordered > thead > tr > th, .myCalendar .table-bordered > thead > tr > td {
     border-bottom-width: 0px !important; 
}
.myCalendar .table > thead > tr > th, .myCalendar .table > tbody > tr > th, .myCalendar .table > tfoot > tr > th, .myCalendar .table > thead > tr > td, .myCalendar .table > tbody > tr > td, .myCalendar .table > tfoot > tr > td {
     padding: 0px !important; 
}*/
.br-1 {
	border: 1px solid #ccc;
}
.accordion-container {
	width: 100%;
	margin: 0 0 10px;
	clear: both;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 1em;
	font-weight: 300;
	background: #E6E6E6;
	color: #0071c8;
	text-decoration: none;
}
.accordion-toggle.open {
	background: #104F8B;
	color: #fff;
}
.accordion-toggle:hover {
	background: #ccc;
	color: #000;
}
.accordion-toggle span.toggle-icon {
	position: absolute;
    top: 8px;
    right: 15px;
    font-size: 1.3em;
}
.accordion-content {
	display: none;
	padding: 10px;
	overflow: auto;
}
.accordion-content img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	max-width: 100%;
	height: auto;
}
 
/* media query for mobile */
@media (max-width: 767px) {
	.accordion-content {
		padding: 10px 0;
		overflow: inherit;
	}
}
.owl-buttons {
	width: 90px;
	height: 32px;
}
.myCalendar {
	width: 250px;
}
.owl-carousel .owl-item {
	min-height: 80px;
}
.dateWidgetPage {
	padding: 10px 15px 10px 15px;
	clear: both;
	width: 260px;
	min-height: 135px;
	border:1px solid #ccc;
	margin: 0 auto 10px auto;
	cursor: pointer;
}
.p-left {
	float: left;
}
.p-right {
	float: right;
}
.m-b {
	margin-bottom: 20px;
}
.m-b-md {
	margin-bottom: 10px;
}
.m-b-sm {
	margin-bottom: 5px;
}
.m-t {
	margin-top: 20px;
}
.m-t-md {
	margin-top: 10px;
}
.m-v-md {
	margin-top: 10px;
    margin-bottom: 30px;
}
.m-v-md40 {
	margin-top: 10px;
    margin-bottom: 40px;
}
/* #104F8B */
.minw {
	margin-left: 90px;
	min-height: 80px !important;
}
.slideEvent {
	margin-left: 90px;
}
/*.tax-calendar {
    min-height: 170px !important;
}*/
.date_start, .date_end {
	font-weight: 700;
}
.body_event, .body_event_block {
	font-weight: normal;
}
.header_modal {
	width: 100%;
	height: 45px;
	background: #328CD2;
	padding-top: 13px;
}
.body_modal {
	padding: 10px 10px;
	font-size: 85%;
}
.body_modal ul.listmap li {
	list-style: none;
	margin-top: 5px;
}
.body_modal ul.listmap li span {
	font-weight: bold;

}
.body_modal ul.listmap li {
	font-size: 12px;
	color: #333;
}
.head_label {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
#taxcalen {
	box-shadow: #000 0px 6px 22px -14px;
}
#modal_calen {	
	max-width: 650px;
	min-width: 250px;
	background: #fff;
	position: fixed; 
	margin-top: -150px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	opacity: 0; 
	z-index: 1116;
	left: 30%;
	-webkit-box-shadow: #000 0px 0px 15px;
    -moz-box-shadow: #000 0px 0px 15px;
    box-shadow: #000 0px 0px 15px;
}
/* Êíoïêa çaêðûòü äëÿ òåõ êòo â òaíêå) */
#modal_calen #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	color: #fff;
	top: 14px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Ïoäëoæêa */
#overlay {
	z-index:1115;
	position:fixed; 
	background-color:#000; 
	opacity:0.5; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	cursor:pointer;
	display:none; 
}

div.month {
 width: 75px;
 height: 60px;
 margin-top: 3px;
 background-color: #104F8B;
 );
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 
 padding: 4px 0 0;
 text-align: center;
 text-transform: uppercase;
 font-family: Tahoma, Sans-serif;
 font-size: 30px;
 font-weight: bolder;
 color: #fff;
 position: absolute;
}

div.day {
 width: 75px;
 height: 27px;
 
 background-image: linear-gradient(bottom, rgb(22,110,192) 90%, rgb(16,79,137) 39%);
 background-image: -o-linear-gradient(bottom, rgb(22,110,192) 90%, rgb(16,79,137) 39%);
 background-image: -moz-linear-gradient(bottom, rgb(22,110,192) 90%, rgb(16,79,137) 39%);
 background-image: -webkit-linear-gradient(bottom, rgb(22,110,192) 90%, rgb(16,79,137) 39%);
 background-image: -ms-linear-gradient(bottom, rgb(22,110,192) 90%, rgb(16,79,137) 39%);
 background-image: -webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0.9, rgb(22,110,192)),
 color-stop(0.39, rgb(16,79,137))
 );
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 
 padding: 7px 0 0;
 text-align: center;
 font-family: Tahoma, Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #fff;
 position: absolute;
 top: 48px;
 
 -moz-box-shadow: 0 3px 0px rgba(188,235,254,0.9);
 -webkit-box-shadow: 0 3px 0px rgba(188,235,254,0.9);
 box-shadow: 0 3px 0px rgba(188,235,254,0.9);
 
}
.calendar_event_date {
	font-weight: bold;
}

.page-taxcalendar .text_block {
    margin: 25px 0 0;
    padding: 0 0 20px;
    line-height: 1.5em;
    border-bottom: 2px solid #e8f0f7;
}
.page-taxcalendar .today_date, .tax-calendar .today_date {
	font-size: 160%;
	font-family: Arial, Tahoma, sans-serif;
	color: #003366;
	padding-right: 15px;
}

.tax-calendar .today_date .dateNumber, .page-taxcalendar .today_date .dateNumber {
    font-size: 2.5em;
    line-height: 0.7em;
    display: block;
    text-align: center;
}
.tax-calendar .today_date .dateMonth, .page-taxcalendar .today_date .dateMonth {
    font-size: 1.0em;
    line-height: 1.3em;
    display: block;
    text-align: center;
}
/*.tax-calendar .ul_new li {
    padding: 5px 0 5px;
    margin-left: 10px !important;
}*/