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

.tp_cal {
  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; }

.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: #333; }

.tp_cal table tr {
  height: 12.25%; }

tr.tp_cal_tbl_header {
  background-color: #0D1B5E; }
  tr.tp_cal_tbl_header td {
    font-family: Arial, sans-serif !important;
    font-weight: bold;
    height: 40px;
    padding: 5px 0 !important;
    color: #FFF !important;
    vertical-align: middle; }
    tr.tp_cal_tbl_header td a {
      color: #FFF !important; }

tr.tb_cal_tbl_row td {
  padding: 5px;
  font-family: Arial, sans-serif !important; }

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

.off {
  color: #999; }

.active {
  cursor: pointer;
  background-color: #0D1B5E;
  border: solid 1px #0D1B5E;
  color: #FFF;
  display: inline-block; }
  .active a {
    color: #FFF;
    font-family: Arial, sans-serif !important;
    text-decoration: none; }

.inactive {
  background-color: purple;
  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 #999;
  background-color: #999;
  color: #FFF; }

.tp_cal #date_chooser {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0D1B5E;
  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 #0D1B5E;
  background: #0D1B5E;
  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%;
  font-family: Arial, sans-serif !important; }

#date_chooser .year_choice, #date_chooser .month_choice {
  float: left;
  padding: 5px 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: 1em; }

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

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

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

#date_chooser h1 {
  clear: both;
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  color: #FFF;
  font-family: Arial, sans-serif !important; }

#date_chooser #close_tp_cal {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FFF;
  font-family: Arial, sans-serif !important; }

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; }
