@import url("fonts/fonts.css");

.calendar-container {
  font-family: "Open Sans";
}
.header {
  padding: 0 !important;
}
#calendarTitle {
  display: none;
}
.view-cap, .view-container-border {
  background: white;
  
}
.nav-table {
  height: 100px;
  background: #40a2d2;
  color: white;
  
}
.date-nav-buttons button {
  border: 0;
  background: #031b3f;
  height: 22px;
  width: 66px;
  color: white;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 5px;
  margin-left: 70px;
}

.date-nav-buttons img {
  background-color: ;
  height: 22px;
  width: 34px;
  background: #031b3f url("img/calendar_arrows.png") no-repeat;
  margin-right: 5px;
}
.date-nav-buttons img.navForward {
  background-position: 100% 0%;
}

.date-picker-on {
  border: 0;
  padding: 1px;
}
#dateMenuArrow1 {
  display: none;
}
#currentDate1 {
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 14px;
}
td.calendar-nav>img,
td.navSpacer+td+td>div.tab-name,
td.navSpacer+td>img {
  display: none;
}
.ui-rtsr {
  text-transform: uppercase;  
  font-size: 14px;
  font-weight: bold;
}
.ui-rtsr>.t1-embed,
.ui-rtsr>.t2-embed {
  display: none;
}
.ui-rtsr>.ui-rtsr-name {
  margin-right: 30px;
}
.ui-rtsr>.ui-rtsr-name.ui-rtsr-selected {
  padding-left: 8px;
  border-left: 7px solid #031b3f;
  margin-left: -15px;
  
}
.ui-rtsr-unselected {
  background: none;
  color: white;
}
.ui-rtsr-selected {
  background: none;
  color: #031b3f;
}
.view-container-border {
  padding: 0;
}
.agenda div.day {
  border-top: 1px solid #a1ddd7;
  border-bottom: 0px none;
  padding: 12px 70px 24px 70px;
  overflow: hidden;
}
.agenda div.day:first-child {
  border-top: 0px none;
  padding-top: 25px;
}
.agenda div.day>.date-label {
  background: none;
  float: left;
  width: 130px;
  text-transform: uppercase;
  color: #002d72;
  font-size: 14px;
  padding: 0;
}
.agenda .event-title {
  color: #002d72 !important;
}
.agenda .event {
  clear: none;
  margin-left: 130px;
  border-top: 0px none;
  overflow: hidden;
}
.agenda .event-time {
  font-size: 13px;
  color: #002d72;
}
.event-details-label {
  color: #a1ddd7;
  font-weight: bold;
  text-transform: uppercase;
}
.agenda .event-links,
.detail-item>span:last-child {
  font-size: 11px;
  margin-left: 8.5em;
  color: #002d72;
}
a {
  color: inherit;
}
#warningBox { display: none; }

@media (max-width:767px) {
  
  .nav-table {
    width: 100%;
  }
  .nav-table td {
    display: table-row;
  }
  .nav-table #calendarTabs1 td {
    display: table-cell;
  }
  .nav-table #calendarTabs1>table {
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .nav-table td.date-nav-buttons,
  .nav-table td#dateEditableBox1,
  .nav-table td#calendarTabs1 {
    height: 40px;
    line-height: 40px;
  }
  .nav-table td.navSpacer,
  .nav-table td.navSpacer+td,
  .nav-table td.navSpacer+td+td {
    display: none;
  }
  .date-nav-buttons button {
    margin-left: 10px;
  }
  .agenda div.day>.date-label {
    float: none;
    width: 100%;
  }
  .agenda .event {
    margin-left: 0;
  }
  .agenda div.day {
    padding-left: 0;
    padding-right: 5px;
  }
  .agenda .event-title {
    white-space: normal;
  }
  
  
}
