.medication.index .prescription {
  position: absolute;
  top: 35px;
  left: 18px;
}
.medication.index .medications input[type="checkbox"] {
  width: 30px;
  height: 30px;
}
.medication.index .btn-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.medication.taken.index {
  /*.action-bar {
                position: fixed;
                bottom: 49px;
                margin-left: -21px;
            }*/
}
.medication.taken.index .med-badge {
  max-width: 150px;
}
.medication.taken.index .med-badge .caption {
  min-height: 50px;
}
.medication.taken.index .thumbnail {
  min-width: 75px;
  min-height: 100px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.medication.taken.index img.media-object {
  width: 100px;
  height: 100px;
}
.medication.taken.index .med {
  position: relative;
}
.medication.taken.index .med .badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  opacity: .8;
}
.medication.taken.index .appointment-group > .meds > [name="medication"] {
  height: 275px;
  cursor: pointer;
  padding-top: 15px;
}
.medication.taken.index .appointment-group > .meds > [name="medication"].selected {
  box-shadow: 0px 0px 20px 5px #299f8d;
}
.medication.taken.index .appointment-group > .meds > [name="medication"].selected:first-child {
  border-radius: 4px 0px 0px 4px;
}
.medication.taken.index .appointment-group > .meds > [name="medication"].selected:last-child {
  border-radius: 0px 4px 4px 0px;
}
.medication.taken.index .appointment-group > .meds > [name="medication"].selected:first-child:last-child {
  border-radius: 4px;
}
.medication.taken.index .appointment-group > .meds > [name="medication"] .caption > p.info {
  height: 60px;
  overflow: auto;
}
.medication.taken.index .med-badge .thumbnail.med {
  background-size: contain;
}
.medication.taken.index .action-bar > nav.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.medication.taken .section-group.clearfix {
  line-height: 65px;
}
