#bodywrapper.container {
    width: auto;
    max-width: 75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}

#sidebar img { max-width:100% }



.cal-date {
    overflow: hidden;
    margin: 0 !important;
    padding-top: 8px;
    border-top: 1px solid #f2f2f2;
    background: #f2f2f2 !important;
    background: -o-linear-gradient( #f2f2f2 1em, rgba(255,255,255,0) ) !important;
    background: -ms-linear-gradient( #f2f2f2 1em, rgba(255,255,255,0) ) !important;
    background: -moz-linear-gradient( #f2f2f2 1em, rgba(255,255,255,0) ) !important;
    background: -webkit-gradient( linear, 0 1em, 0 100%, from(#f2f2f2), to(rgba(255,255,255,0)) ) !important;
    background: -webkit-linear-gradient( #f2f2f2 1em, rgba(255,255,255,0) ) !important;
	
	
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
	-webkit-flex-direction:	 row; 
	flex-direction: row;

}


.cal-date-title {
	width: 4em;
	float: left;
	margin: 0 0.75em 0.5em !important;
	font: 10pt/1.1em Tahoma, Geneva, sans-serif !important;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	-ms-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	line-height: 1.1em;
	text-align: center;
	border: 2px solid #7e9dbd;
	border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 0.5em 0.5em;
	-moz-border-radius: 0 0 0.5em 0.5em;
	-webkit-border-radius: 0 0 0.5em 0.5em;
	box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	background: #fff;
	background: -o-linear-gradient( #fff 1em, #eee );
	background: -ms-linear-gradient( #fff 1em, #eee );
	background: -moz-linear-gradient( #fff 1em, #eee );
	background: -webkit-gradient( linear, 0% 1em, 0% 100%, from(#fff), to(#eee) );
	background: -webkit-linear-gradient( #fff 1em, #eee );
	
	height: max-content;
}
.cal-month {
	text-shadow: 0 -1px 0 #000;
	-o-text-shadow: 0 -1px 0 #000;
	-ms-text-shadow: 0 -1px 0 #000;
	-moz-text-shadow: 0 -1px 0 #000;
	-webkit-text-shadow: 0 -1px 0 #000;
	background: #0064A8;
	font-size: 0.8em !important;
	padding: .1em 0em .1em .45em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}
.cal-day {
	font-size: 2.2em !important;
	padding: 0.3em 0 0.2em !important;
}
.cal-yr {
	font-size: 0.8em !important;
	line-height: 1.5em;
}

.cal-date-events {
    overflow: hidden;
    margin: 0 0.75em 0 0 !important;
    position: relative;
    font-size: 16px;
    text-decoration: none;

    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	width: 100%;
	height: max-content;
}
.cal-date-events .date {font-size:.9em; line-height:1.3em; color
: #2b668e;}

.cal-allday h2{color: #0064a8; font-size:18px; font-weight:600 }
.agendabasicinfo {margin-left:20px }
.cal-logo {float:right; margin: -10px 10px 10px 20px; position:relative; top:-5px }
.cal-webinar {float:right;  max-width:160px; }
.cal-price, .cal-price b {color:#44535d; font-weight:500 }
.cal-docs li {font-size:14px }
.cal-docs li a {z-index:100 }




.cal-info{
    display: none;
    padding : 5px;
}

.training-cal-info{
    padding : 5px;
}
.training-cal-title {
	font-size:16px; 
	font-family: Tahoma, Geneva, sans-serif !important; 
	margin: 5px 0px;
	width: 100%;
}


.cal-title {font-size:16px; font-family: Tahoma, Geneva, sans-serif !important; margin: 5px 0px }
.cal-title.active:after {
   content: '-';
}
.cal-title.active{ margin-bottom:20px}
.cal-title {
	/* [disabled]position: relative; */
	/* [disabled]display: block; */
	width: 100%;
	cursor: pointer;
}
.cal-title:after {
  content: "+";
  position: absolute;
right: 15px;
top: 3px;
  color: #666666;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
