.gldp-flatwhite {
  position: absolute;
  font-family: 'helvetica';
  z-index:0;
  //z-index:9;
}

/* Core style for every cell */
.gldp-flatwhite .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #000;
  background: #fff;
}

/* Cell border */
.gldp-flatwhite .border {
  border-style: solid;
  border-width: 0;
  border-color: #adadad;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
  font-size: 21px !important;
  background: #a4b3be;
  color: #000;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
  margin: 0 5px 0 5px;
}

.gldp-flatwhite .monyear.title {
  font-weight:700;
  font-size:21px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
  color: #000;
  text-shadow: none !important;
  text-decoration: none !important;
  font-family: "Helvetica Neue LT W1G","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
  color: #000
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
  color: #ccc;
  opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
  color: #000;
  font-family: "Helvetica Neue LT W1G", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: normal;
  cursor: default !important;
  font-size: 16px !important;
  background: #a4b3be;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
  /*font-weight: bold;*/
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
  color: #888;
  font-weight: bold;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
  color: #aaa !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
  /*background: #eee;*/
  cursor: not-allowed;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
  color: #000;
  font-weight: normal;
  cursor: not-allowed !important;
  //cursor: wait !important;
  background: #fff;
}

/* Currently selected day */
.gldp-flatwhite .selected {
  cursor: not-allowed !important;
  //color: #fff;
  //font-weight: bold;
  //border-color: #888;
  //background: #aaa;
}

/* Today */
.gldp-flatwhite .today{
  background: #a4b3be;
  color:#0c2742;;
  border-radius:10px;
  cursor: not-allowed;
}

/* Special */
.gldp-flatwhite .special {
  background: #3399ff;
  color:#fff;
  border-radius:10px;
}
.core.border.dow,
.core.border.monyear {border-color:#a4b3be;}
.core.border.dow {
  font-size: 16px !important;
}

.gldp-flatwhite .intro,
.gldp-flatwhite .intro1,
.gldp-flatwhite .intro2,
.gldp-flatwhite .deep,
.gldp-flatwhite .deep1,
.gldp-flatwhite .deep2,
.gldp-flatwhite .tp,
.gldp-flatwhite .tp1,
.gldp-flatwhite .tp2,
.gldp-flatwhite .tpa,
.gldp-flatwhite .tpa1,
.gldp-flatwhite .tpa2{
  line-height: 40px !important;
  padding-left:40px;
  background: #3399ff;
  color: #fff;
  border-radius: 10px;
}
.gldp-flatwhite .intro:after,
.gldp-flatwhite .intro1:after,
.gldp-flatwhite .intro2:after,
.gldp-flatwhite .deep:after,
.gldp-flatwhite .deep1:after,
.gldp-flatwhite .deep2:after,
.gldp-flatwhite .tp:after,
.gldp-flatwhite .tp1:after,
.gldp-flatwhite .tp2:after,
.gldp-flatwhite .tpa:after,
.gldp-flatwhite .tpa1:after,
.gldp-flatwhite .tpa2:after {
    position: absolute;
    bottom: 7px;
    right: 10px;
    line-height: 15px;
    font-size: 12px;
}
.gldp-flatwhite .intro:after,
.gldp-flatwhite .intro1:after,
.gldp-flatwhite .intro2:after{
  content:'30-Min';
}
.gldp-flatwhite .deep:after,
.gldp-flatwhite .deep1:after,
.gldp-flatwhite .deep2:after{
  content:'1-Hour';
}
.gldp-flatwhite .tp:after,
.gldp-flatwhite .tp1:after,
.gldp-flatwhite .tp2:after{
  content:'3-Hours';
}
.gldp-flatwhite .tpa:after,
.gldp-flatwhite .tpa1:after,
.gldp-flatwhite .tpa2:after{
  content:'4-Hours';
}
.gldp-flatwhite .intro.active,
.gldp-flatwhite .intro1.active,
.gldp-flatwhite .intro2.active,
.gldp-flatwhite .deep.active,
.gldp-flatwhite .deep1.active,
.gldp-flatwhite .deep2.active,
.gldp-flatwhite .tp.active,
.gldp-flatwhite .tp1.active,
.gldp-flatwhite .tp2.active,
.gldp-flatwhite .tpa.active,
.gldp-flatwhite .tpa1.active,
.gldp-flatwhite .tpa2.active {
    background: red;
    cursor: default;
}