/* Theme CSS */
.eventCalendar-wrap {
  margin: 20px 0;
  color: #807e7e;
}
.eventCalendar-wrap .arrow {
  text-decoration: none;
  padding: 0 5px;
  line-height: 28px;
  padding: 4px 10px;
}
.eventCalendar-wrap .arrow.prev {
}
.eventCalendar-wrap .arrow:hover {
  opacity: 0.7;
}
.eventCalendar-wrap .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 .arrow.prev span {
  border-left-width: 0;
  border-right: 6px solid #fff;
}
.eventsCalendar-slider {
  height: auto !important;
}

.eventsCalendar-monthWrap {
  border-radius: 5px;
  top: 10px;
  left: 0px;
}
.eventsCalendar-currentTitle {
  line-height: 25px;
  background-color: #7d7d7d;
  outline: 1px solid #138da5;
  border: 1px solid #e3e3e3;
  border-width: 1px 0;
}
.eventsCalendar-currentTitle .monthTitle {
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
}

.eventsCalendar-daysList {
  zoom: 1;
  padding: 0;
  width: 100%;
}
.eventsCalendar-daysList.showAsWeek {
  margin: 10px 5px;
  width: auto;

  border: solid 1px #bcbcbc;
  border-bottom-width: 0;
  border-radius: 0;
  background-color: #cccccc;
  background-image: linear-gradient(top, #eeeeee 42%, #cccccc 71%);
  background-image: -o-linear-gradient(top, #eeeeee 42%, #cccccc 71%);
  background-image: -moz-linear-gradient(top, #eeeeee 42%, #cccccc 71%);
  background-image: -webkit-linear-gradient(top, #eeeeee 42%, #cccccc 71%);
  background-image: -ms-linear-gradient(top, #eeeeee 42%, #cccccc 71%);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.42, #eeeeee),
    color-stop(0.71, #cccccc)
  );
}
.eventsCalendar-daysList.showDayNames.showAsWeek {
  border-radius: 5px 5px 0 0;
}
.eventsCalendar-daysList:before,
.eventsCalendar-daysList:after {
  content: "";
  display: table;
}
.eventsCalendar-daysList:after {
  clear: both;
}
.eventsCalendar-day-header {
  text-transform: lowercase;
  text-align: center;
  font-size: 14px;
  border-bottom: solid 1px #bcbcbc;
  min-height: 27px;
  padding: 5px 0 !important;
}
.eventsCalendar-daysList.showAsWeek li {
  height: auto;
  margin: 0;
}
.eventsCalendar-daysList.showAsWeek li.empty {
  background-color: #ccc;
  min-height: 28px;
}
.eventsCalendar-day a {
  text-decoration: none;
  font-size: 10px;
  color: #424242;
}
.eventsCalendar-day {
  border-left: solid 1px #bcbcbc;
}
.eventsCalendar-day a {
  border: solid 1px #bcbcbc;
  border-width: 0 1px 1px 0;
}
.showAsWeek .eventsCalendar-day {
  border-left-width: 0;
}
.showAsWeek .eventsCalendar-day a {
  border: solid 1px red;
  border-color: #fff #bcbcbc #bcbcbc #eee;
  line-height: 27px;
  font-size: 11px;
}
.eventsCalendar-day a:hover {
  background-color: #e4e4e4;
  /*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}
.eventsCalendar-daysList li.today a {
  color: #fff;
  background: #aaa;
  /*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
}
li.eventsCalendar-day.today a:hover {
  background-color: #ccc;
  /*box-shadow:inset 5px 5px 10px #999;*/
}

.eventsCalendar-daysList li.dayWithEvents a {
  background: #89b814;
  color: #fff;
}
li.eventsCalendar-day.dayWithEvents a:hover {
  background-color: #c2d374;
}

.eventsCalendar-daysList li.current a {
  color: #fff;
  background: #449fb2;
  box-shadow: inset 5px 5px 10px #216b7a;
  text-shadow: 2px 2px 2px #216b7a;
}
li.eventsCalendar-day.current a:hover {
  background-color: #79bdcc;
  box-shadow: inset 5px 5px 10px #449fb2;
  text-shadow: 2px 2px 2px #449fb2;
}
.eventsCalendar-loading {
  border-radius: 4px;
  margin: 5px auto;
  padding: 0 10px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 10px #ccc;
  text-shadow: 0 0 3px #aaa;
  position: absolute;
  z-index: 4;
  top: 25px;
  left: 5px;
}
.eventsCalendar-loading.error {
  background-color: red;
}

.eventsCalendar-subtitle {
  padding-top: 10px;
}
.eventsCalendar-list-wrap {
  min-height: 100px;
  position: relative;
  text-align: left;
}
.eventsCalendar-list-content.scrollable {
  height: 100px;
  overflow-y: auto;
  margin: 0 5px 5px 0;
}
.eventsCalendar-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.eventsCalendar-list li {
  padding: 0 5px 15px;
  margin: 0;
  clear: both;
}
.eventsCalendar-list li time {
  font-size: 10px;
  line-height: 13px;
  margin: 10px;
}
.eventsCalendar-list li time em {
  float: left;
  font-style: normal;
}
.eventsCalendar-list li time small {
  font-size: 10px;
  float: left;
  background-color: #807e7e;
  color: #fff;
  padding: 0 5px 0 4px;
  margin: 0 0 0 3px;
}
.eventsCalendar-list li .eventTitle {
  display: block;
  clear: both;
  font-weight: bold;
  text-decoration: none;
}

.eventsCalendar-list li a.eventTitle:hover {
  text-decoration: underline;
}
.eventsCalendar-list li .eventDesc {
  clear: both;
  margin: 0 0 5px 0;
  font-size: 80%;
  line-height: 1.2em;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.eventsCalendar-list .eventsCalendar-noEvents {
  font-size: 120%;
  border-radius: 4px;
  margin: 5px;
  padding: 5px;

  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 10px #ccc;
  text-shadow: 0 0 3px #aaa;
}

.bt {
  font-size: 12px;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 10px;
  padding: 9px 34px 11px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;

  color: #ffffff;
  background-color: #698b10;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#89b814),
    to(#698b10)
  );
  background-image: -moz-linear-gradient(top, #89b814, #698b10);
  background-image: -ms-linear-gradient(top, #89b814, #698b10);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #89b814),
    color-stop(100%, #698b10)
  );
  background-image: -webkit-linear-gradient(top, #89b814, #698b10);
  background-image: -o-linear-gradient(top, #89b814, #698b10);
  background-image: linear-gradient(top, #89b814, #698b10);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  border: 1px solid #698b10;
  border-color: #698b10 #698b10 #465f05;

  border-radius: 4px;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);

  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.bt:hover {
  background-position: 0 -15px;
  text-decoration: none;
}
/* end of theme css */

/*= ONLY FOR DEMO PAGE */

/*
.eventCalendar-wrap {
	width:265px;
}
*/
.features li {
  margin-bottom: 3px;
}
#thanksPanel li {
  margin-bottom: 0;
}
#introPanel {
  padding-top: 20px;
}

.poweredBy img {
  float: left;
  margin-right: 3px;
}
.poweredBy .data {
  float: left;
}
.poweredBy .name {
  font-weight: bold;
  color: #555;
  text-decoration: none;
  display: block;
  margin-top: 28px;
}
.poweredBy .twitter {
  text-decoration: none;
  display: block;
  float: left;
}
.features {
  padding-left: 20px;
  float: left;
}
#appLogo {
  margin-right: 30px;
}
pre {
  clear: both;
  background-color: #ffffcc;
  padding: 5px;
  border: solid 1px #fed17e;
  overflow: auto;
}
#license {
  width: 300px;
  float: right;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

/* end of demo page */
