.calendar-wrapper {
  margin: 1em 0px;;
  padding: 0.5em;
  border: 1px solid #dcdcff;
  border-radius: 5px;
  background: #fff;
  
}
.calendar-wrappermobile {
  width: 100%;
  margin: 1em 0px;;
  padding: 0.5em;
  border: 1px solid #dcdcff;
  border-radius: 5px;
  background: #fff;
  
}
table {
  clear: both;
  width: 100%;
  border: 1px solid #dcdcff;
  border-radius: 3px;
  border-collapse: collapse;
  color: #444;
}
td {
  height: 38px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #dcdcff;
  border-top: 1px solid #dcdcff;
  width: 12.28571429%;
  font-size:13px;
}
td.not-current {
  color: #c0c0c0;
}
td.today {
  font-size:13px;
  color: #28283b;
 
 
}

td.today {
  font-size:13px;
  color: #28283b;
 
 
}

td.today2 {
  font-size:13px;
  color: #28283b;
  background-color:#ccc;
 
 
}




thead td {
  border: none;
  color: #28283b;
  text-transform: uppercase;
  font-size: 1.5em;
}
#btnPrev {
  float: left;
  margin-bottom: 0px;
}
#btnPrev:before {
  content: '\f104';
  font-family: FontAwesome;
  padding-right: 4px;
}
#btnNext {
  float: right;
  margin-bottom: 0px;
}
#btnNext:after {
  content: '\f105';
  font-family: FontAwesome;
  padding-left: 4px;
}
#btnPrev,
#btnNext {
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  color: #c0c0c0;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#btnPrev:hover,
#btnNext:hover {
  color: #28283b;
  font-weight: bold;
}

td.bloqueado {
  background-color: #fff;
  color: #ccc;
  font-weight: bold;
  pointer-events: none;
}