    table.table {
      border-radius: .25rem;
      background-color: #fff;
      position: relative;
      z-index: 3;
      height: 300px;
    }

    #load-calendar {
      position: relative;
      z-index: 2;
    }
    #load-calendar i {color: #fff}
    .table {
      font-size: 13px;
    }
    .table thead th {
      border-top: 0;
      vertical-align: middle;
    }
    table.calendar-table td {
      cursor: pointer;
      padding-top: 15px;
    }

    table td.c span {
      font-size: 13px;
    }
    .td-active-day {
      background-color: #ff914d;
      color: #fff;
    }
    table td.actived-day:hover, table td.active {
      background-color: #ff914d;
      color: #fff;
      cursor: pointer;
    }
    table td.past-date {
      opacity: 0.5;
    }

    table td.disabled {
      opacity: 0.5;
      color: red;
    }

    table td.disabled:hover {
      background: #fff;
      color: red;
      cursor: auto;
    }
    .current-date {
      text-transform: uppercase;
    }

    .table td, .table th{
      padding: 2px;
    }
   .nav-month-bg {
     background-color: #ff914d;
   } 