.container {
    padding-top: 20px;
}

.btn-circle.pull-right {
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  line-height: 1.428571429;
  border-radius: 50%;
}

.media-object.pull-left {
  width: 300px
}

.autocomplete-option:hover {
  background-color: #ddd;
  cursor: pointer;
}

/*Calendar CSS*/

.cal-main {
  border: 2px solid #eee;
  min-width: 120px;
}

.cal-header {
  width: 100%;
  
  color: #bbb;
  font-weight: bold;
  font-size: 1.2em
}

.cal-row {
  width: 100%;
  
}

.cal-weekday {
  width: 14.28%;
  display: inline-block;
  text-align: center
}
.cal-day {
  width: 14.28%;
  display: inline-block;
  height: 110px;
  border: 2px solid #eee;
  overflow: hidden;
  /*overflow-y: scroll;*/
}

.cal-date {
  text-align: right;
  color: #aaa;
  font-weight: bold;
  font-size: 1.2em
}

.cal-month {
  text-align: center;
  font-size: 2.0em;
  color: #aaa;
}

.cal-list {
    font-size: .8em;
    width: 100%;
    height: 75%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

.list-group-item.cal-item {
  padding: 2px;
}

.custom-modal {
  width: 90% !important;
}