/* This file is generated — do not edit by hand! */
.od-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.od-header--info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.od-header__section {
  margin-bottom: 15px;
}

.od-header__search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.od-header__actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.od-header__actions .button {
  margin-left: 20px;
}

#odTableInfo {
  position: relative;
}

.od-table {
  display: table;
  width: 100%;
}

.od-table__wrap {
  width: 100%;
  overflow-x: auto;
}

.od-table .od-table__header,
.od-table th {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: left;
  color: rgba(44, 55, 86, 0.5);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 10px 18px;
  border-bottom: 1px solid #d4d4d6;
}

.od-table .od-table__header--main,
.od-table th--main {
  width: 99%;
}

.od-table .od-table__header--align-center,
.od-table th--align-center {
  text-align: center;
}

.od-table__row-group {
  display: table-row-group;
}

.od-table__row {
  display: table-row;
}

.od-table .od-table__cell,
.od-table td {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  color: #333333;
  padding: 15px 0 15px 18px;
  border-bottom: 1px solid #d4d4d6;
}

.od-table .od-table__cell--main,
.od-table td--main {
  width: 99%;
}

.od-table .od-table__cell--align-center,
.od-table td--align-center {
  text-align: center;
}

.od-table .od-table__cell *,
.od-table td * {
  font-size: 16px;
}

.od-table .od-table__cell p,
.od-table td p {
  margin: 0;
}

.od-table a {
  color: #055a1a;
  font-size: 16px;
}

.od-table__empty {
  margin-top: 10px;
  color: #333333;
}

.od-form__back {
  margin-top: 10px;
}

.od-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 30px;
}

.od-form__header h2 {
  text-transform: uppercase;
  margin: 0;
  min-width: 0;
  word-wrap: break-word;
}

.od-form__header .dropdown {
  margin-top: -15px;
}

.od-form__label {
  font-size: 18px;
  line-height: 1.11;
  text-align: left;
  color: rgba(44, 55, 86, 0.5);
  margin-bottom: 10px;
  display: block;
}

.od-form__value {
  position: relative;
}

.od-form__section {
  margin-bottom: 25px;
}

.od-form__section.toggler__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}

.od-form__section .toggler__menu {
  min-width: unset;
}

.od-form__separator {
  border-bottom: 1px dotted #d4d4d6;
  margin-top: 25px;
  margin-bottom: 25px;
}

.od-form__statistic span {
  font-size: 14px;
  color: rgba(44, 55, 86, 0.5);
  margin-right: 40px;
}

.rating {
  display: inline-block;
  margin-left: 10px;
}

.rating__star {
  color: #c9ced4;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 3px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: middle;
}

.rating__star svg {
  width: 100%;
  height: 100%;
}

.rating__star--selected {
  color: #2aac4a;
}

.rating__count {
  font-size: 14px;
  margin-left: 10px;
  color: rgba(44, 55, 86, 0.5);
  vertical-align: middle;
}

.rating--active .rating__star {
  cursor: pointer;
}

@media (max-width: 639px) {
  .od-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .od-header__search {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .od-header__actions .button {
    margin-left: 0;
    margin-top: 10px;
  }

  .od-table--mobile {
    display: block;
    border-top: 1px solid #d4d4d6;
  }

  .od-table--mobile .od-table__row {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #d4d4d6;
  }

  .od-table--mobile .od-table__row--header {
    display: none;
  }

  .od-table--mobile .od-table__cell {
    padding: 0;
    border-bottom: none;
  }

  .od-table--mobile .od-table__cell:not(:last-of-type) {
    display: inline;
    color: rgba(44, 55, 86, 0.5);
  }

  .od-table--mobile .od-table__cell:last-of-type {
    display: block;
    margin-top: 10px;
  }

  .rating {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }

  .rating__star {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 399px) {
  .od-header__actions .button {
    width: 100%;
  }
}

.black li[data-bg='black'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.black li[data-bg='black'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.black .od-form__header .button--rotate {
  display: none;
}

.black .od-form__statistic,
.black .od-form__statistic span {
  color: black;
}

.black .od-table a {
  color: black;
}

.black #odClearSearch {
  background: transparent;
  border: none;
}

.black #odClearSearch path {
  fill: black;
}

.black .od-table .od-table__header,
.black .od-table th,
.black .od-table .od-table__cell,
.black .od-table td {
  border-color: black;
  color: black;
}

.black .od-form__section,
.black .rating__count {
  color: black;
}

.black .rating__star--selected {
  color: black;
}

.black .feedback-form {
  background: #fff;
}

.white li[data-bg='white'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.white li[data-bg='white'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.white .od-form__header .button--rotate {
  display: none;
}

.white .od-form__statistic,
.white .od-form__statistic span {
  color: white;
}

.white .od-table a {
  color: white;
}

.white #odClearSearch {
  background: transparent;
  border: none;
}

.white #odClearSearch path {
  fill: white;
}

.white .od-table .od-table__header,
.white .od-table th,
.white .od-table .od-table__cell,
.white .od-table td {
  border-color: white;
  color: white;
}

.white .od-form__section,
.white .rating__count {
  color: white;
}

.white .rating__star--selected {
  color: white;
}

.white .feedback-form {
  background: black;
}

.blue li[data-bg='blue'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.blue li[data-bg='blue'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.blue .od-form__header .button--rotate {
  display: none;
}

.blue .od-form__statistic,
.blue .od-form__statistic span {
  color: #053562;
}

.blue .od-table a {
  color: #053562;
}

.blue #odClearSearch {
  background: transparent;
  border: none;
}

.blue #odClearSearch path {
  fill: #053562;
}

.blue .od-table .od-table__header,
.blue .od-table th,
.blue .od-table .od-table__cell,
.blue .od-table td {
  border-color: #053562;
  color: #053562;
}

.blue .od-form__section,
.blue .rating__count {
  color: #053562;
}

.blue .rating__star--selected {
  color: #053562;
}

.blue .feedback-form {
  background: #9dd1ff;
}

.low li[data-font="low"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.low li[data-font="low"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.low * {
  line-height: unset;
}

.low .od-form__statistic span {
  font-size: 14px;
}

.low .od-table .od-table__header,
.low .od-table th,
.low .od-table .od-table__cell *,
.low .od-table td * {
  font-size: 16px;
}

.low .od-table .od-table__cell,
.low .od-table td {
  font-size: 16px;
}

.middle li[data-font="middle"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.middle li[data-font="middle"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.middle * {
  line-height: unset;
}

.middle .od-form__statistic span {
  font-size: 17px;
}

.middle .od-table .od-table__header,
.middle .od-table th,
.middle .od-table .od-table__cell *,
.middle .od-table td * {
  font-size: 19px;
}

.middle .od-table .od-table__cell,
.middle .od-table td {
  font-size: 19px;
}

.big li[data-font="big"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.big li[data-font="big"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.big * {
  line-height: unset;
}

.big .od-form__statistic span {
  font-size: 20px;
}

.big .od-table .od-table__header,
.big .od-table th,
.big .od-table .od-table__cell *,
.big .od-table td * {
  font-size: 22px;
}

.big .od-table .od-table__cell,
.big .od-table td {
  font-size: 22px;
}