@charset "utf-8";
/* CSS Document */

.calsport {background: #ececec; padding:10px; margin-bottom:10px;}



.ticket-cal-app .date-container {
  float: left;
  font-family:Arial, Helvetica, sans-serif;
}
.ticket-cal-app .date-container .day {
  float: left;
  display: block;
  width: 138px;
  height: 113px;
  background: white;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.ticket-cal-app .date-container .day .day-title {
  text-transform: uppercase;
  padding: 5px 0 0 5px;
  font-size: 12px;
  float: left;
}
.ticket-cal-app .date-container .day a {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  top: -20px;
  text-align: center;
  line-height: 102px;
  font-size: 3.5em;
  font-weight: bold;
  background: transparent url(../images/app-calendar-count.png) no-repeat center 27px;
  color: white;
}
.ticket-cal-app .date-container .day a:hover {
  background: transparent url(../images/app-calendar-count-focus.png) no-repeat center 27px !important;
  text-decoration: none;
}

.ticket-cal-app .date-container .day a:focus {
  background: transparent url(../images/app-calendar-count-focus.png) no-repeat center 27px !important;
  color: white !important;
  text-decoration: none;
}

.ticket-cal-app .date-container .day a.selected {
  background: url(../images/app-calendar-count-focus.png) no-repeat center 27px !important;
  text-decoration: none;
}

.ticket-cal-app .date-container .day a.count-1 {
  background: transparent url(../images/app-calendar-count-single.png) no-repeat center 27px;
}
.ticket-cal-app .date-container .day a.count-1:focus {
  background: transparent url(../images/app-calendar-count-focus-single.png) no-repeat center 27px !important;
}
.ticket-cal-app .date-container .day a.count-1:hover {
  background: transparent url(../images/app-calendar-count-focus-single.png) no-repeat center 27px !important;
}
.ticket-cal-app .date-container .day.bot {
  border-bottom: 1px solid #e1e1e1;
  height: 112px;
}
.ticket-cal-app .date-container .day.bot.active-day {
  border-bottom: 1px solid #e3eef4;
}
.ticket-cal-app .date-container .day.item-nth-4, .ticket-cal-app .date-container .day.item-nth-9 {
  border-right: 1px solid #e1e1e1;
}
.ticket-cal-app .date-container .day.active-day {
  background: #e3eef4;
  border-top: 1px solid #e3eef4;
}
.ticket-cal-app .date-container .day.active-day a {
  background: transparent url(../images/app-calendar-count-focus.png) no-repeat center 27px !important;
}
.ticket-cal-app .date-container .day.active-day a.count-1 {
  background: transparent url(../images/app-calendar-count-focus-single.png) no-repeat center 27px !important;
}

/* top bot view port **************/
.ticket-cal-app .top-viewport,
.ticket-cal-app .bottom-viewport {
  float: left;
  width: 692px;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  display: block;
  padding: 0;     margin-top: 20px;
  background: #e3eef4;
}
.ticket-cal-app .top-viewport .day-group,
.ticket-cal-app .bottom-viewport .day-group {
  padding: 2px 0 0 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-family:Arial, Helvetica, sans-serif;
}
.ticket-cal-app .top-viewport li,
.ticket-cal-app .bottom-viewport li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  width: 192px;
  min-height: 116px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  color: #2b2b2b;
  background: white;
  margin: 10px 0px 20px 7px;
  overflow: hidden;
}
.ticket-cal-app .top-viewport li .title,
.ticket-cal-app .bottom-viewport li .title {
  font-size: 14px;
  margin-bottom: 0;
  font-family:Arial, Helvetica, sans-serif;
}
.ticket-cal-app .top-viewport li p,
.ticket-cal-app .bottom-viewport li p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  /* font-size: 1.2em; */
  color: #2b2b2b;
}
.ticket-cal-app .top-viewport li .time-slot,
.ticket-cal-app .bottom-viewport li .time-slot {
  width: 100%;
  float: left;
  border-top: 1px solid #efefef;
  margin-bottom: 2px;
  padding-top: 5px;
}
.ticket-cal-app .top-viewport li .price .conncession,
.ticket-cal-app .bottom-viewport li .price .conncession {
  color: #707070;
}
.ticket-cal-app .top-viewport li .category,
.ticket-cal-app .top-viewport li .session-times,
.ticket-cal-app .bottom-viewport li .category,
.ticket-cal-app .bottom-viewport li .session-times {
  min-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
}
.ticket-cal-app .bottom-viewport {
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.ticket-cal-app .bottom-viewport li {
  margin: 10px 0px 10px 10px;
}