﻿#eventCalendar th{
    text-align: center;
    padding:5px 0 !important;
  	background-color: #f3f3f3;
  }

#eventCalendar th.week-day-sat, #eventCalendar th.week-day-sun{
  width:10%;
  font-size:.8em;
  }

#eventCalendar th.week-day-mon, #eventCalendar th.week-day-tue,  #eventCalendar th.week-day-wed,  #eventCalendar th.week-day-thu,  #eventCalendar th.week-day-fri {
  width:16%;
  }


#eventCalendar th .fa{
    cursor:pointer;
  }

  #eventCalendar td{
    text-align: center;
    color:#444;
  	padding: 5px !important;
  }

#eventCalendar td:nth-child(2), #eventCalendar td:last-child{
  font-size:.8em;
}

#eventCalendar td.today{
  background-color: rgba(0,153,0,.15);
}

#eventCalendar td .previous-month-day{
    font-size: .8em;
}

#eventCalendar td .month-day{
  	color: #666;
}

  #eventCalendar td .month-day.active{
	background-color: #f3f3f3;
	border-radius: 10px;
	color: #000;
    text-shadow: 0 1px #fff;
	padding: 1px 4px;
  }


#eventsSection{
  margin-top:20px;
}

.panel-event{
  border:none;
  border-radius:0;
}

.panel-event .fa {
    padding-right:.5em;
}

.panel-event .label-time{
  color:#555;
  background-color: rgba(184, 92, 0, 0.2);
  text-shadow: 0 1px #fff;
  margin-right: 5px;
  text-shadow: none;
}

.panel-event .label-location{
  color:#555;
  background-color: rgba(92, 184, 92, 0.2);
  text-shadow: 0 1px #fff;
  margin-right: 5px;
}

.panel-event .caldate{
  margin-top: -10px;
  margin-right: -5px;
  background-color: #eee;
  text-align:center;
  padding: 0;
  box-shadow: 0 0 1px #666;
}

.panel-event .calmon{
  font-size:1em;
  color: #fff;
  text-shadow: none;
  background-color: #FA9600;
  padding: 0 5px;
}

.panel-event .calday{
  font-size:1.6em;
  color: #666;
  text-shadow: 0 1px #fff;
  line-height: 1em;
  padding-top: 2px;
}

.panel-event .caldow{
  font-size:.7em;
  text-transform:uppercase;
  color: #666;
  text-shadow: 0 1px #fff;
}

.panel-event>.panel-heading {
  cursor:pointer;
  color: #fff;
  font-weight:bold;
  background-color: #0066a4;
  border: none;
  padding: 5px 10px;
}

.panel-event>.panel-footer {
  border: none;
  padding: 5px 10px;
}


.panel-event>.panel-body {
  background-color: #fcfcfc;
}

.event-heading {
    font-size: 1.1em;
    font-weight: normal;
    color:#4C8CC3;
    cursor: pointer;
	cursor: hand;
  	padding-bottom: 10px;
}

.event-body {
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,.1);
}

.eventList-item, .event-list-item {
  padding: 1em 0 1em 0.5em;
  box-shadow: none;
  border-top: 1px solid #eee;
  /*margin-bottom: 10px;*/
  text-shadow: 1px 1px #fff;
  color: #555 !important; 
}

.eventList-item a, .event-list-item a{
  float: none;
  font-size: 1.2em;
}

/*
.eventList-item h1, .eventList-item h2, .eventList-item h3, .eventList-item h4, .eventList-item h5 { 
  color: #555 !important; 
}
*/

.eventList-item h1{
  font-size: 1.3em;
}

.eventList-item h2{
  font-size: 1.25em;
}

.eventList-item h3{
  font-size: 1.2em;
}

.eventList-item h4{
  font-size: 1.15em;
}

.eventList-item h5{
  font-size: 1.1em;
}


.eventList-item p{
  margin: 0;
}

.eventList-item .date-time{
    background-color: rgba(59, 106, 160, 0.1);
	color: #3B6AA0;
  	text-shadow: 0 1px #fff;
	padding: 2px 4px;
	text-align: center;
	margin-top: -5px;
    margin-right: 20px;
    font-size: 1.4em;
}

.eventList-item .date-time>.date {
	font-size: .8em;
}

.eventList-item .date-time>.month {
	font-size: .8em;
}

.eventList-item .date-time>.day {
	font-size: .8em;
}


.eventList-item .date-time>.time {
	font-size: .7em;
  display:none;
}

.eventList-item .date-time:hover>.time {
  display:block;
}

.see-all-events
{
  	padding: 5px 10px;
	border: 1px #eee solid;
	float: right;
}

@media screen and (max-width: 768px) {
    .see-all-events {
       	float: none;
	width: 60%;
	margin: 0 auto 10px auto;
	text-align: center;
	display: block;
    }
}

.event-date {
  background-color: rgba(0, 51, 98, 1);
  color: #fff;
  padding: 5px;
}

.divWhen {
  font-size: 1.2em;
  font-weight: 500;
  padding: .2em .4em;
  color: #fff;
  background: #4C8CC3;
}

.buttonEventsDay, .buttonEventsWeek {
    cursor: pointer;
    cursor: hand;
}

.label-location{
  color:#4C8CC3 !important;
}

.label-time{
		background-color: #f7f7f7;
    color: #4B7294 !important;
	/*color: #f90 !important;*/
  	margin-right: 10px;
  text-shadow: 0 0;
}

.label-date{
	background-color: #4C8CC3;
	color: #fff !important;
}

.eventList-item .fa {
    margin-right: .5em;
}




.eventList-item .caldate{
  margin-right: -5px;
  background-color: #f7f7f7;
  text-align:center;
  padding: 0;
  clear: both;
  float: left;
  max-width: 45px;
  border: 1px solid #eee;
}

.eventList-item .calmon{
  font-size:1em;
  color: #fff;
  text-shadow: none;
  background-color: #FA9600;
  padding: 0 5px;
  text-transform: uppercase;
}

.eventList-item .calday{
  font-size:1.6em;
  color: #666;
  text-shadow: 0 1px #fff;
  line-height: 1em;
  padding-top: 2px;
}

.eventList-item .calyear{
  font-size:.7em;
  text-shadow: 0 0 #fff;
  color: #333;
  line-height: 1em;
  padding: 2px;
  background: #ddd;
}

.eventList-item .caldow{
  font-size:.7em;
  text-transform:uppercase;
  color: #666;
  text-shadow: 0 1px #fff;
}

.event-image-modal, .event-image-simple. .event-image-full, .event-image-default{
   width: 100%
}

.event-image-modal img{
    width: 90%;
    height: auto;
}

.event-image-simple img{
    width: 80%;
    height: auto;
}

.event-image-full img{
    width: 94%;
    height: auto;
}

.event-image-default img{
    width: 90%;
    height: auto;
}

.event-body{
  /* display: block !important; */
}