#tp_cal_container {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.tp_cal {
  border: solid 1px #97c4c1;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}

.tp_cal, .tp_cal * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.tp_cal table.cal td {
  text-align: center;
}

.tp_cal table.cal, .tp_cal table.cal table {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.tp_cal table.cal table td, .tp_cal table.cal table th {
  width: 14.28%;
  font-size: 13px !important;
  vertical-align: middle;
  color: black;
}

.tp_cal table tr {
  height: 12.25%;
}

tr.tp_cal_tbl_header {
  background-color: #97c4c1;
}

tr.tp_cal_tbl_header td {
  padding: 5px 0 !important;
  color: #FFF !important;
}

tr.tp_cal_tbl_header td a {
  color: #FFF !important;
}

.tb_cal_tbl_row {
  padding: 10px 5px;
}

table.cal tr:nth-child(2) {
  height: 20%;
  font-size: 1px;
  content: '';
}

.tp_cal table th {
  font-size: 12px;
  text-align: center;
  color: #F99;
  text-transform: uppercase;
}

.off {
  color: #757575;
}

.active {
  cursor: pointer;
  background-color: #97c4c1;
  border: solid 1px #97c4c1;
  color: #FFF;
  display: inline-block;
}

.active a {
  color: #FFF;
  text-decoration: none;
}

.inactive {
  background-color: black;
  color: #FFF;
}

.tp_cal table td div {
  width: 28px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 15px;
}

div.curDate {
  border: solid 1px #fa8d07;
  background-color: #fa8d07;
  color: #FFF;
}

.tp_cal #date_chooser {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #97c4c1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 10px;
  color: #FFF;
}

/* This is how you would create a theme called "my-custom-theme": */
.my-custom-theme {
  border-radius: 5px;
  border: 1px solid #97c4c1;
  background: #97c4c1;
  color: #fff;
}

.my-custom-theme .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}

#date_chooser {
  width: 100%;
  height: 100%;
}

#date_chooser .year_choice, #date_chooser .month_choice {
  float: left;
  padding: 1px 0;
  border: solid 1px #FFF;
  color: #FFF;
  width: 30%;
  margin-left: 5%;
  cursor: pointer;
  margin-top: 10px;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

#date_chooser .year_choice {
  width: 30%;
  margin-left: 5%;
}

#date_chooser .year_choice.on, #date_chooser .month_choice.on {
  background-color: #FFF;
  color: #97c4c1 !important;
}

#date_chooser .year_choice:first-child, #date_chooser .month_choice:nth-child(3n+1) {
  margin-left: 0;
}

#date_chooser h1 {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-top: 10px;
  color: #FFF;
}

#date_chooser #close_tp_cal {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #FFF;
}

table.cal tr:first-child a {
  color: #FFF;
  text-decoration: none;
}

#cur_month {
  cursor: pointer;
  text-transform: uppercase;
}

.icon-down-open {
  color: #FFF;
  vertical-align: 2px;
  margin-left: 5px;
}
