/* Widths */
div.calendar .days-container .days .day,div.calendar .days-container .days .empty { min-height: 50px; }

.days-container .controls,
div.calendar .controls {
  background:#666 !important
}
.days-container .headers{
  background:#ccc !important
}
.days, .day{
  background:#f4f4f4;
  color:#666;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  font-weight:300 !important
}
.days-container span{
  height: 20px !important;
  width: 20px !important;
  border-radius: 15px !important;
  text-align:center !important;
  vertical-align:middle !important;
  padding: 4px 0 0 0 !important;
  margin-top: 24px !important;
  position:absolute;
  margin-left:-14px !important
}


div.calendar
{
  margin: 10px;
  overflow: hidden;
}

div.calendar .appointments {
  background-color: #FF0;
}

div.calendar ul.events
{
  padding: 10px 0 10px 1em;
}

div.calendar ul.events li
{
  list-style: none;
}

div.calendar .controls
{
  background-color: #ccc;
  color: #FFF;
}

div.calendar .controls .clndr-previous-button,div.calendar .controls .clndr-next-button
{
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  transition: background-color .5s ease 0;
  font-weight: bold;
}

div.calendar .controls .clndr-previous-button:hover,div.calendar .controls .clndr-next-button:hover
{
  background-color: #9CCFC1;
}

div.calendar .controls .month
{
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

div.calendar .days-container
{
  display: inline-block;
  width: 100%;
}

div.calendar .col-md-8{
  padding: 0
}



div.calendar .days-container .days
{
  background-color: #1bb899;
  left: 0;
  transition: left .5s ease 0;
  width: 100%;
  color:#fff;
  text-align:center;
  font-size:20px;
  font-weight:100
}

div.calendar .days-container .days .day,div.calendar .days-container .days .empty
{
  border-bottom: 1px solid #fff;
  color: #666;
  font-weight:100;
  text-align:center;
  font-size:20px;
  display: inline-block;
  padding: 1%;
  width: 14.28%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

div.calendar .days-container .days .day.event,div.calendar .days-container .days .empty.event
{
  /*background-color: #d2d2d2;*/
  cursor: pointer;
  transition: background-color .5s ease 0;
}

div.calendar .days-container .days .day .badge.appointment
{
  background-color: #fff;
  border-radius: 0px;
  font-weight: bold;
  color:#222
}

div.calendar .days-container .days .day .badge.adherence
{
  background-color: #fff;
  color:#222;
  border-radius: 10px;
  font-weight: bold;
}

div.calendar .days-container .days .day.event.mood.img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.calendar .days-container .days .day.event.good
{
  background-color: #2ecc71;
  color:#fff
}

div.calendar .days-container .days .day.event.warn
{
  background-color: #e67e22;
  color:#fff
}

div.calendar .days-container .days .day.event:hover,div.calendar .days-container .days .empty.event:hover
{
  background-color: #fff;
  color:#222
}

div.calendar .days-container .days .day.adjacent-month,div.calendar .days-container .days .empty.adjacent-month
{
  color: rgba(0,0,0,0.3);
}

div.calendar .days-container .days .empty
{
  height: 25%;
  vertical-align: bottom;
}

div.calendar .days-container .days .headers
{
  background-color: #1bb899;
  padding-bottom: 5px;
  padding-top: 5px;
}

div.calendar .days-container .days .headers.mood-chart {
  padding-left: 40px;
}

div.calendar .days-container .days .days-contents.mood-chart {
  position: relative;
  padding-left: 40px;
  background-color: #CCCCCC;
  height: 268px;
}
div.calendar .days-container .days .days-legends-text.mood-chart {
  position: absolute;
  left: 2px;
  z-index: 51;
  width: 30px;
  text-align: right;
  font-size: 10px;
}
div.calendar .days-container .days .days-legends.mood-chart {
  position: absolute;
  left: 0px;
  width: 94%;
  margin-left: 50px;
  border-bottom: dashed;
  border-width: 1px;
  z-index: 50;
  text-align: left;
  font-size: 10px;
}

div.calendar .days-container .days .headers .day-header
{
  color: #FFF;
  display: inline-block;
  text-align: center;
  width: 14%;
}

.mood-header {
  font-size: 15px;
}
.mood-header-month-day {
  font-size: 10px;
}

.mood {
  min-width: 20%;
  height: 60px;
  min-height: 20%;
}

.mood.mood-chart {
  display: inline-block;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 479px) 
{
  .mood {
    height: 30px;
  }

  .mood-header {
    font-size: 10px;
  }

  div.calendar .days-container .days .day,div.calendar .days-container .days .empty
  {
    border-bottom: 1px solid #fff;
    font-weight:100;
    text-align:center;
    font-size:16px;
    display: inline-block;
    padding: 1%;
    width: 14.28%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }

  div.calendar .days-container .days .days-contents.mood-chart {
    position: relative;
    padding-left: 40px;
    background-color: #CCCCCC;
    height: 134px;
  }
  div.calendar .days-container .days .days-legends-text.mood-chart.extra {
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  div.calendar .days-container .days .days-legends.mood-chart.extra {
    border-bottom: none;
  }
}
  
.mood.align {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 75%;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.calendar-day-messages {
}
