﻿.navarrows {
    color:#28A3DD; 
    font-size:1.1em; 
    font-weight:bold; 
    width:35px; 
    height:32px; 
    float:left;
    padding-top:5px;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 10px;

}

.monthContainer {
    position:relative;
}
.tabitem {
padding:7px;
padding-top:10px;    
}

.selectedItem {
    /*border-bottom:4px solid #28A3DD!important;*/
    background-color: #28a3dd;
}

.monthTab {
    transition:all .3s;
    cursor:pointer;
    font-weight:bold;
    float:left;
    width:58px;
    text-align:center;
    font-family:Arial, Helvetica;
    /*background-color:#28A3DD;*/
}

/* Event Calendar month  scroll */
.nextMonthTab {
    transition:all .3s;
    cursor:pointer;
    font-weight:bold;
    float:left;
    width:58px;
    text-align:center;
    font-family:Arial, Helvetica;
    background-color:#ffffff;
    color:#28A3DD;
}
.clickHeader {
    cursor: pointer;
    background-color: #ffffff;
    padding: 15px;
    z-index: 999999;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}
.nextMonthTab:hover {
    background-color:#28A3DD;
    color:#ffffff;
}

.monthTab:hover {
    background-color:#fdd;
    color:#28A3DD;
}

.txtstartenddate {
    background-color:#ffffff;
    padding:8px;
}

/*------------------------------------*    #CALENDAR VIEW
\*------------------------------------*/
.c-calendar-view {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  font-family: "brandon-grotesque-medium", Arial, Helvetica, sans-serif;
  color: #fff; }
  @media (min-width: 900px) {
    .c-calendar-view {
      display: table;
      border-collapse: separate;
      border-spacing:3px; } }

.c-calendar-view__legend {
  /*font-size: 1.0em;*/
  color: #262627;
  margin-top:-15px;
  }

.c-calendar-view__legend-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0%; }

.c-calendar-view__legend-item {
  position: relative;
  margin-left: 30px; }

.c-calendar-view__week {
  display: table; 
  width: 102%;
  margin-top:-2px;
}
@media (max-width:1310px) {
    .c-calendar-view__week {
        width:100%;
    }
}
.c-calendar-view__day {
  display: table-cell;
  width: 14%;
  color:#7c7c7c;
  padding:0px 2px;
}
/*.c-calendar-view__day:hover {
    background:#fff;
}*/
.c-calendar-view__day-title {
  margin-bottom: 0px;
  padding: 2px 8px;
  color:#fff;
  background:#000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase; }

.c-calendar-view__img {
  margin: 0;
  margin-top:0px;
}

.c-calendar-view__day-event-list {
  padding: 0px 0px;
  
  font-size: 0.95em;
}

.c-calendar-view__event-item {
  color:transparent;
  margin-left: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom:10px;
  border-bottom: 1px solid #555;
}

.c-calendar-view__icon {
  width: 10%;
  margin: -5px 10px 0 -10px;
  font-size: 1.57143em; }
  .c-calendar-view__icon:before {
    margin: -10px 0 0; }

.c-calendar-view__icon--red {
  border-left:3px solid #ab3c3c;
   padding-left:10px;
}

.c-calendar-view__icon--blue {
  border-left:3px solid #325d7b;
   padding:0px 8px;
   margin-bottom:-2px;
}

.c-calendar-view__icon--gold {
  border-left:3px solid #9d8f5d;
  padding-left:10px;
}

.c-calendar-view__legend--red {
  background: #ab3c3c; }

.c-calendar-view__legend--blue {
  background: #325d7b; }

.c-calendar-view__legend--gold {
  background: #9d8f5d; }

.c-calendar-view__text-wrap {
  color: #fff;
  font-size: 12px;
}
  .c-calendar-view__text-wrap:hover {
    color: #fff;
    text-decoration: none; }

.c-calendar-view__text-wrap div {
    margin-top: 1px;
    margin-bottom:6px;
    color:#555;
}

.c-calendar-view__event-name {
    font-size:13px;
  background: transparent;
  color:#000;
}

/**** MOBILE styles *****/
 @media only screen and (max-width:1200px) and (min-width:701px) {
      .nextMonthTab, .monthTab {
            width: 49px;
            padding:8px 5px;
            padding-top:10px;
        }
      select #monthSelector {
          width:100%
      }
 }

 @media (min-width: 900px){
     .full-cal-mobile {
         display: none;
     }
 }

/*@media only screen and (max-width: 1020px) {
    .monthContainer {
        width:92%;
    }
}*/

