.display-content {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #9b9b9b;
  -webkit-transition:all linear 0.3s;
  -moz-transition:all linear 0.3s;
  -o-transition:all linear 0.3s;
  transition:all linear 0.3s;
}

.slide {
  position: absolute;
  left: 0;
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
  height: 100%;
  width: 100%;
}

.carousel {
  max-width: 320px;
  width: calc(100% - 5px);
}

.carousel .arrows {
  position: absolute;
  top: 150px;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  overflow: hidden;
}

.carousel .arrows i {
  color: #ffffff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
}

.left-arrow,
.right-arrow {
  width: 37px;
  height: 48px;
  cursor: pointer;
}

.left-arrow {
  background-image: url(/img/ic-carousel-left.png);
  float: left;
  visibility: visible;
  background-position: 82%;
  position: relative;
  left: 0;
}

.right-arrow {
  background-image: url(/img/ic-carousel-right.png);
  float: right;
  visibility: visible;
  background-position: 18%;
  position: relative;
  right: 0;
}

.carousel-bullets {
  margin-top: 24px;
  text-align: center;
}

.carousel-bullet {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #979797;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.carousel-bullet.active {
  background-color: #000000;
}

.carousel.no-logs .display-content {
  font-weight: bold;
  color: #9b9b9b;
  text-align: center;
  padding-top: calc(100% + 80px);
  position: relative;
}

.carousel.no-logs .display-content span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.food-log-container {
  position: relative;
}

.food-log-container .log-deleted {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 14px;
  z-index: 10;
}

.log-deleted span {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.food-log-image {
  width: 100%;
  padding-top: 100%;
  border-bottom: 1px solid #9b9b9b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.food-log-image .no-image {
  color: #9b9b9b;
  font-weight: bold;
  padding-top: 40%;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -100%;
}

.food-log-image .no-image img {
  width: 65px;
  height: 53px;
}

.food-log-text {
  width: 100%;
  height: 80px;
  padding: 12px 8px;
  overflow: hidden;
  text-align: left;
}

.food-log-text.expanded {
  height: auto;
}

.food-log-text .food-time {
  font-weight: 600;
  margin-bottom: 5px;
}

.food-note .fake-link {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.food-log-text .food-note span {
  word-break: break-all;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: calc(100% - 60px);
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
.page-header {
  text-align: center;
  font-weight: bold;
}

.page-header-days {
  display: flex;
}

.page-header .page-header-item {
  display: inline-block;
  flex: 1;
  position: relative;
}

.page-header .next-days {
  text-align: left;
}

.page-header .previous-days {
  text-align: right;
}

.page-header .next-days,
.page-header .previous-days {
  cursor: pointer;
}

.page-header .fake-link {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 40px;
  margin: 0 5px;
}

.page-header .page-header-data {
  font-size: 20px;
  font-weight: normal;
}

.page-header .week-text {
  padding: 0 15px;
  font-size: 29px;
}

.page-header .btn-turquoise {
  position: absolute;
  top: 0;
  left: 120px;
}

.page-header-item img {
  width: 12px;
  height: 19px;
}
.fake-link {
  cursor: pointer;
  color: #0060fc;
}

.days-table-row {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.days-table-pivot {
  flex: 0;
  width: 110px;
  min-width: 110px;
  font-size: 20px;
  font-weight: bold;
}

.days-table-cell {
  flex: 1;
  /* min-width: 320px;
  max-width: 450px; */
  width: calc((100% - 110px) / 4);
  text-align: center;
  max-width: 335px;
}

.days-table-header .days-table-cell {
  font-weight: 500;
  font-size: 22px;
}

.table-day {
  font-size: 16px;
  color: #9b9b9b;
}

.btn-turquoise {
  font-size: 14px;
  color: #ffffff;
  min-width: 190px;
  padding: 12px 15px;
  text-align: center;
  font-weight: bold;
  background: #209e91;
  border-radius: 3px;
  border: solid 1px #bbbdbf;
}