.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.pt-05 {
  padding-top: 5px;
}

.pt-07 {
  padding-top: 7px;
}

.pb-05 {
  padding-bottom: 5px;
}

.pb-07 {
  padding-bottom: 7px;
}

.fc-body,
.fc-view-container {
  background-color: #fff;
}

.fc-slats {
  font-weight: bold;
}

.fc-event {
  border: solid 1px;
  margin: 1px;
}

.fc-today {
  background-color: #fffca1 !important;
}

/*.fc-day {
  border-right: #888 1px solid !important;
  border-left: #888 1px solid !important;
}*/

.day-marker {
  background: transparent;
  border-left: 1px solid #000;
  opacity: 1.0;
  transform: translateX(-1px); /* line up exactly */
}

.fc-bgevent {
  color: #fff;
}

.datepicker table tr td.today {
  background-color: #bbb !important;
}

.fc-nonbusiness {
  background-color: #3f4a59 !important;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #bbb;
}

.fc-content {
  color: inherit;
  /*margin-left: 7px;*/
}

.fc-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.header-info {
  margin: 20px 0;
}

.modal-right .modal-content {
  overflow: auto;
}

.table-actions {
  width: 20px;
}

.beta {
  display: inline-block;
  margin-left: 20px;
  font-size: .8em;
  text-transform: uppercase;
  border: solid 2px #fff;
  padding: 2px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pagination {
  margin-top: 20px;
}

.form-control {
    border-color: #ccc !important;
}

.card {
    border: solid 1px #ddd;
}
