/*Calendar section*/
.schedule {
  position: absolute;
  background-color: #fff;
  width: 20em;
  font-size: 0.5em;
  display: none;
  border: 1px solid #1d1d1d;
  box-shadow: rgba(0, 0, 0, 0.4) 0.2em 0.2em 0.5em;
  z-index: 9999; }

.schedule .headers > * {
  display: inline-block;
  margin-bottom: 1em; }

.schedule .headers h2 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  margin: 0; }

.schedule .headers h2 span {
  width: 60% !important;
  display: inline-block !important;
  float: none !important;
  background: inherit !important;
  border: 0 !important;
  height: auto !important;
  min-height: 0px !important;
  margin: 0 !important;
  cursor: auto !important;
  font-size: 0.8em; }

.schedule .headers h2 .lt {
  margin-right: 10px;
  width: 0.5em;
  height: 0.5em;
  text-decoration: none;
  display: inline-block;
  transform: rotate(45deg) translateY(0.7em);
  border-bottom: 2px solid #555555;
  border-left: 2px solid #555555; }

.schedule .headers h2 .rt {
  margin-left: 10px;
  width: 0.5em;
  height: 0.5em;
  text-decoration: none;
  display: inline-block;
  transform: rotate(-45deg) translateY(0.7em);
  border-bottom: 2px solid #555555;
  border-right: 2px solid #555555; }

.schedule .headers .month {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0; }

.schedule table {
  border-collapse: separate;
  border-spacing: 0.2em;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  table-layout: fixed; }

.schedule th {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
  width: calc(100% / 7); }

.schedule td {
  border: 1px solid #818181;
  /*width: 110px;*/
  /*max-height: 100px;
  height: 144px;*/
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
  position: relative;
  z-index: 4;
  width: calc(100% / 7);
  cursor: pointer;
  overflow: hidden;
  background-color: #fff; }

.schedule td.outofmonth {
  border: 0;
  background-color: #f6f6f6; }

.schedule td.today:before {
  content: '';
  width: 1em;
  height: 1em;
  /*border-radius: 1em;*/
  background-color: #0055aa;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(-0.75em);
  z-index: -1;
  color: #fff; }

.schedule td.selected {
  color: #fff;
  background-color: #587bbb; }

.btn-calendar-today, .schedule > span {
  display: none !important;
  border: 1px solid #ccc;
  border-radius: 3px 3px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 0.3em 1em;
  position: relative;
  margin: 0 0.3em;
  width: auto !important;
  height: auto !important; }

.btn-calendar-today:hover {
  background-color: #ddd;
  border-color: #bbb; }

/*# sourceMappingURL=widgetCalendar.css.map */
