@import url(https://cdn.plyr.io/3.6.4/plyr.css);/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rc-calendar {
  box-sizing: border-box;
}
.rc-calendar * {
  box-sizing: border-box;
}
.rc-calendar-hidden {
  display: none;
}
.rc-calendar-input-wrap {
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-calendar-input-wrap:after {
  content: '';
  clear: both;
}
.rc-calendar-date-input-wrap {
  overflow: hidden;
}
.rc-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 34px;
  background-color: white;
  height: 217px;
}
.rc-calendar-time-picker-panel {
  width: 100%;
  position: relative;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-input-wrap {
  display: none;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-inner {
  border: none;
  box-shadow: none;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select {
  width: 84px;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select ul {
  max-height: 217px;
}
.rc-calendar-time-picker-panel .rc-time-picker-panel-select li {
  text-align: center;
  padding: 0;
}
.rc-calendar-time-picker-wrap {
  float: left;
  width: 100%;
}
.rc-calendar-time-picker-wrap .rc-time-picker {
  width: 100%;
}
.rc-calendar-time-picker-wrap .rc-time-picker-input {
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  height: 22px;
}
.rc-calendar-time-picker-wrap .rc-time-picker-icon {
  display: none;
}
.rc-calendar-input {
  border: 1px solid transparent;
  width: 100%;
  color: #666;
  cursor: text;
  line-height: 1.5;
  outline: 0;
  height: 22px;
}
.rc-calendar-input-invalid {
  border-color: red;
}
.rc-calendar-clear-btn {
  z-index: 9999;
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-calendar-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.rc-calendar-clear-btn:hover:after {
  color: #666;
}
.rc-calendar-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;
}
.rc-calendar-picker-hidden {
  display: none;
}
.rc-calendar-picker-slide-up-enter {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-calendar-picker-slide-up-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-calendar-picker-slide-up-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight {
  -webkit-animation-name: rcDropdownSlideUpIn;
          animation-name: rcDropdownSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight {
  -webkit-animation-name: rcDropdownSlideDownIn;
          animation-name: rcDropdownSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight {
  -webkit-animation-name: rcDropdownSlideUpOut;
          animation-name: rcDropdownSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight {
  -webkit-animation-name: rcDropdownSlideDownOut;
          animation-name: rcDropdownSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.rc-calendar {
  position: relative;
  outline: none;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  width: 253px;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-calendar-date-panel,
.rc-calendar-panel {
  position: relative;
  outline: none;
}
.rc-calendar-week-number {
  width: 286px;
}
.rc-calendar-week-number-cell {
  text-align: center;
}
.rc-calendar-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 0px 5px;
  line-height: 34px;
  text-align: center;
  width: 30px;
}
.rc-calendar-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-header .rc-calendar-prev-month-btn {
  position: absolute;
  left: 25px;
}
.rc-calendar-header .rc-calendar-prev-month-btn:after {
  content: '\2039';
}
.rc-calendar-header .rc-calendar-next-month-btn {
  position: absolute;
  right: 25px;
}
.rc-calendar-header .rc-calendar-next-month-btn:after {
  content: '\203A';
}
.rc-calendar-year-select,
.rc-calendar-month-select,
.rc-calendar-day-select {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 0 8px;
  line-height: 34px;
}
.rc-calendar-year-select:hover,
.rc-calendar-month-select:hover,
.rc-calendar-day-select:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-prev-month-btn,
.rc-calendar-next-month-btn,
.rc-calendar-prev-year-btn,
.rc-calendar-next-year-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #999;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.rc-calendar-prev-month-btn:hover,
.rc-calendar-next-month-btn:hover,
.rc-calendar-prev-year-btn:hover,
.rc-calendar-next-year-btn:hover {
  color: #23c0fa;
}
.rc-calendar-next-year-btn {
  right: 0;
}
.rc-calendar-next-year-btn:after {
  content: '\BB';
}
.rc-calendar-prev-year-btn {
  left: 0;
}
.rc-calendar-prev-year-btn:after {
  content: '\AB';
}
.rc-calendar-body {
  padding: 9px 10px 10px;
  height: 217px;
}
.rc-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.rc-calendar table,
.rc-calendar td,
.rc-calendar th,
.rc-calendar td {
  border: none;
}
.rc-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.rc-calendar-column-header {
  line-height: 18px;
  padding: 6px 0;
  width: 33px;
  text-align: center;
}
.rc-calendar-column-header .rc-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.rc-calendar-week-number-header .rc-calendar-column-header-inner {
  display: none;
}
.rc-calendar-cell {
  padding: 1px 0;
}
.rc-calendar-date {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  line-height: 26px;
  text-align: center;
}
.rc-calendar-date:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-selected-day .rc-calendar-date {
  background: #d9f4fe;
}
.rc-calendar-selected-date .rc-calendar-date {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-selected-date .rc-calendar-date:hover {
  background: #3fc7fa;
}
.rc-calendar-today .rc-calendar-date {
  border: 1px solid #3fc7fa;
}
.rc-calendar-disabled-cell .rc-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f3f3f3;
  border-radius: 0;
  width: auto;
}
.rc-calendar-disabled-cell .rc-calendar-date:hover {
  background: #f3f3f3;
}
.rc-calendar-disabled-cell-first-of-row .rc-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rc-calendar-disabled-cell-last-of-row .rc-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rc-calendar-last-month-cell .rc-calendar-date,
.rc-calendar-next-month-btn-day .rc-calendar-date {
  color: #bbb;
}
.rc-calendar-footer {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.rc-calendar-footer .rc-time-picker {
  width: 90px;
}
.rc-calendar-footer .rc-time-picker-input {
  height: 24px;
}
.rc-calendar-footer-show-ok {
  text-align: right;
}
.rc-calendar-footer-show-ok .rc-calendar-footer-btn {
  padding-right: 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-time-picker-btn {
  margin-left: 0;
  padding: 0 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-today-btn {
  float: left;
  padding-left: 12px;
}
.rc-calendar-footer-btn {
  margin-top: 2px;
}
.rc-calendar-footer-btn:after {
  content: 'x';
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
.rc-calendar-time-picker-btn {
  margin-left: 10px;
}
.rc-calendar-today-btn,
.rc-calendar-ok-btn,
.rc-calendar-time-picker-btn {
  display: inline-block;
  text-align: center;
  color: #f46830;
}
.rc-calendar-today-btn:hover,
.rc-calendar-ok-btn:hover,
.rc-calendar-time-picker-btn:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-today-btn-disabled,
.rc-calendar-ok-btn-disabled,
.rc-calendar-time-picker-btn-disabled {
  color: #bbb;
}
.rc-calendar-today-btn-disabled:hover,
.rc-calendar-ok-btn-disabled:hover,
.rc-calendar-time-picker-btn-disabled:hover {
  color: #bbb;
}
.rc-calendar-today-btn {
  padding-left: 10px;
}
.rc-calendar-time-input {
  height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 4px 10px;
  border-radius: 6px 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  -webkit-transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
          transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  width: 40px;
}
.rc-calendar-time-input:hover {
  border-color: #23c0fa;
}
.rc-calendar-time-input:focus {
  border-color: #23c0fa;
  box-shadow: 0 0 3px #23c0fa;
}
.rc-calendar-time-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-time-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-time-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-time-panel-title {
  width: 180px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  height: 30px;
  line-height: 22px;
  border-radius: 4px;
}
.rc-calendar-time-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-time-panel-cell {
  text-align: center;
  height: 42px;
  vertical-align: middle;
}
.rc-calendar-time-panel-time {
  line-height: 26px;
  display: block;
  border-radius: 4px;
  width: 26px;
  margin: 0 auto;
}
.rc-calendar-time-panel-time:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-month-panel-hidden {
  display: none;
}
.rc-calendar-month-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-month-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-month-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-month-panel-prev-year-btn,
.rc-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.rc-calendar-month-panel-prev-year-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
}
.rc-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.rc-calendar-month-panel .rc-calendar-month-panel-year-select {
  width: 180px;
}
.rc-calendar-month-panel-year-select-arrow {
  display: none;
}
.rc-calendar-month-panel-next-year-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
}
.rc-calendar-month-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-month-panel-cell {
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month {
  color: #bfbfbf;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month:hover {
  background: white;
  cursor: not-allowed;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-year-panel-hidden {
  display: none;
}
.rc-calendar-year-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-year-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-year-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-year-panel-prev-decade-btn,
.rc-calendar-year-panel-next-decade-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-year-panel-next-decade-btn:after {
  content: '\BB';
}
.rc-calendar-year-panel-prev-decade-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
}
.rc-calendar-year-panel-prev-decade-btn:after {
  content: '\AB';
}
.rc-calendar-year-panel .rc-calendar-year-panel-decade-select {
  width: 180px;
}
.rc-calendar-year-panel-decade-select-arrow {
  display: none;
}
.rc-calendar-year-panel-next-decade-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
}
.rc-calendar-year-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-year-panel-cell {
  text-align: center;
}
.rc-calendar-year-panel-year {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-year-panel-year:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-year-panel-last-decade-cell .rc-calendar-year-panel-year,
.rc-calendar-year-panel-next-decade-cell .rc-calendar-year-panel-year {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.rc-calendar-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-decade-panel-hidden {
  display: none;
}
.rc-calendar-decade-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-decade-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 1px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-decade-panel-header > a:hover {
  cursor: pointer;
  color: #23c0fa;
}
.rc-calendar-decade-panel-prev-century-btn,
.rc-calendar-decade-panel-next-century-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-decade-panel-next-century-btn:after {
  content: '\BB';
}
.rc-calendar-decade-panel-prev-century-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
}
.rc-calendar-decade-panel-prev-century-btn:after {
  content: '\AB';
}
.rc-calendar-decade-panel-next-century-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
}
.rc-calendar-decade-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-decade-panel-cell {
  text-align: center;
}
.rc-calendar-decade-panel-decade {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-decade-panel-decade:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,
.rc-calendar-decade-panel-next-century-cell .rc-calendar-decade-panel-decade {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.rc-calendar-range {
  width: 502px;
  overflow: hidden;
}
.rc-calendar-range-part {
  width: 250px;
  position: relative;
}
.rc-calendar-range-part .rc-calendar-time-picker {
  top: 69px;
}
.rc-calendar-range-part .rc-calendar-time-picker-panel-select {
  width: 77px;
}
.rc-calendar-range-left {
  float: left;
}
.rc-calendar-range-left .rc-calendar-time-picker-panel-select:last-child {
  border-right: 1px solid #e9e9e9;
}
.rc-calendar-range-right {
  float: right;
}
.rc-calendar-range-right .rc-calendar-time-picker-panel {
  left: 21px;
}
.rc-calendar-range-right .rc-calendar-time-picker-panel-select:first-child {
  border-left: 1px solid #e9e9e9;
}
.rc-calendar-range-middle {
  position: absolute;
  margin-left: -10px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.rc-calendar-range .rc-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rc-calendar-range .rc-calendar-input-wrap {
  height: 35px;
}
.rc-calendar-range .rc-calendar-input,
.rc-calendar-range .rc-time-picker-input {
  padding: 1px 7px;
  height: 22px;
}
.rc-calendar-range .rc-calendar-body,
.rc-calendar-range .rc-calendar-decade-panel-body,
.rc-calendar-range .rc-calendar-year-panel-body,
.rc-calendar-range .rc-calendar-month-panel-body {
  border-bottom: 1px solid #e9e9e9;
}
.rc-calendar-range.rc-calendar-week-number {
  width: 574px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part {
  width: 286px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker {
  top: 69px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker-panel-select {
  width: 89px;
}
.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-right .rc-calendar-time-picker-panel {
  left: 36px;
}
.rc-calendar-range .rc-calendar-year-panel,
.rc-calendar-range .rc-calendar-month-panel {
  top: 35px;
}
.rc-calendar-range .rc-calendar-month-panel .rc-calendar-year-panel {
  top: 0;
}
.rc-calendar-range .rc-calendar-decade-panel-table,
.rc-calendar-range .rc-calendar-year-panel-table,
.rc-calendar-range .rc-calendar-month-panel-table {
  height: 198px;
}
.rc-calendar-range .rc-calendar-in-range-cell {
  background: #ebf4f8;
  border-radius: 0;
}
.rc-calendar-range-bottom {
  text-align: right;
}
.rc-calendar-range .rc-calendar-footer {
  border-top: none;
  padding: 0;
}
.rc-calendar-range .rc-calendar-footer-btn {
  padding: 10px 12px 10px 0;
}
.rc-calendar-range .rc-calendar-ok-btn {
  position: static;
}
.rc-calendar-range .rc-calendar-today-btn {
  float: left;
}
.rc-calendar-full {
  width: 275px;
}
.rc-calendar-full-header {
  padding: 5px 10px;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.rc-calendar-full-header-month-select,
.rc-calendar-full-header-year-select {
  width: 70px;
  float: right;
  margin-right: 5px;
}
.rc-calendar-full-header-switcher {
  float: right;
  display: inline-block;
}
.rc-calendar-full-header-switcher-normal:hover {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
  cursor: pointer;
}
.rc-calendar-full-header-switcher-focus {
  border-color: #3fc7fa;
  background-color: #3fc7fa;
  color: #fff;
}
.rc-calendar-full-header-switcher > span {
  float: left;
  height: 28px;
  line-height: 24px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  color: #666;
}
.rc-calendar-full-header-switcher > span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.rc-calendar-full-header-switcher > span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
.rc-calendar-fullscreen {
  width: auto;
}
.rc-calendar-fullscreen .rc-calendar-full-header {
  border-bottom: none;
}
.rc-calendar-fullscreen .rc-calendar-column-header {
  text-align: right;
  padding-right: 12px;
}
.rc-calendar-fullscreen .rc-calendar-cell {
  padding: 0;
}
.rc-calendar-fullscreen .rc-calendar-cell .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  height: 116px;
  width: auto;
  border-radius: 0;
  margin: 0 4px;
  border: none;
  border-top: 2px solid #eee;
  text-align: right;
  padding-right: 8px;
}
.rc-calendar-fullscreen .rc-calendar-selected-day .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background-color: #ebfaff;
  color: #666;
}
.rc-calendar-fullscreen .rc-calendar-today .rc-calendar-date,
.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  border-top-color: #3FC7FA;
  color: #3FC7FA;
}
.rw-btn,.rw-input-reset,.rw-input,.rw-dropdown-list-autofill,.rw-filter-input{color:inherit;padding:0;margin:0;border:none;box-shadow:none;background:none;background-image:none;font-family:inherit;font-size:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation}.rw-btn::-moz-focus-inner{padding:0;border:0}select.rw-input{text-transform:none}html input[type="button"].rw-input{-webkit-appearance:button;cursor:pointer}textarea.rw-input{overflow:auto;resize:vertical}button[disabled].rw-input,fieldset[disabled] .rw-input,html input[disabled].rw-input{cursor:not-allowed}button.rw-input::-moz-focus-inner,input.rw-input::-moz-focus-inner{border:0;padding:0}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}@font-face{font-family:'RwWidgets';font-weight:normal;font-style:normal;src:url(/dist/bc7c4a59f924cf037aad6e1f9edba366.eot);src:url(/dist/bc7c4a59f924cf037aad6e1f9edba366.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(data:application/font-woff;base64,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) format('woff'),url(data:application/octet-stream;base64,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) format('truetype'),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTcgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0icnctd2lkZ2V0cyIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0icnctd2lkZ2V0cyIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0idXAtZGlyIiB1bmljb2RlPSImI3hlODAwOyIgZD0iTTU3MSAxNzFxMC0xNC0xMC0yNXQtMjUtMTBoLTUwMHEtMTUgMC0yNSAxMHQtMTEgMjUgMTEgMjZsMjUwIDI1MHExMCAxMCAyNSAxMHQyNS0xMGwyNTAtMjUwcTEwLTExIDEwLTI2eiIgaG9yaXotYWR2LXg9IjU3MS40IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlYXJjaCIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik02NDMgMzg2cTAgMTAzLTczIDE3NnQtMTc3IDc0LTE3Ny03NC03My0xNzYgNzMtMTc3IDE3Ny03MyAxNzcgNzMgNzMgMTc3eiBtMjg2LTQ2NXEwLTI5LTIyLTUwdC01MC0yMXEtMzAgMC01MCAyMWwtMTkxIDE5MXEtMTAwLTY5LTIyMy02OS04MCAwLTE1MyAzMXQtMTI1IDg0LTg0IDEyNS0zMSAxNTMgMzEgMTUyIDg0IDEyNiAxMjUgODQgMTUzIDMxIDE1My0zMSAxMjUtODQgODQtMTI2IDMxLTE1MnEwLTEyMy02OS0yMjNsMTkxLTE5MXEyMS0yMSAyMS01MXoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJkb3duLWRpciIgdW5pY29kZT0iJiN4ZTgwMzsiIGQ9Ik01NzEgNDU3cTAtMTQtMTAtMjVsLTI1MC0yNTBxLTExLTExLTI1LTExdC0yNSAxMWwtMjUwIDI1MHEtMTEgMTEtMTEgMjV0MTEgMjUgMjUgMTFoNTAwcTE0IDAgMjUtMTF0MTAtMjV6IiBob3Jpei1hZHYteD0iNTcxLjQiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2FsZW5kYXIiIHVuaWNvZGU9IiYjeGU4MDQ7IiBkPSJNNzEtNzloMTYxdjE2MWgtMTYxdi0xNjF6IG0xOTcgMGgxNzh2MTYxaC0xNzh2LTE2MXogbS0xOTcgMTk3aDE2MXYxNzhoLTE2MXYtMTc4eiBtMTk3IDBoMTc4djE3OGgtMTc4di0xNzh6IG0tMTk3IDIxNGgxNjF2MTYxaC0xNjF2LTE2MXogbTQxMS00MTFoMTc5djE2MWgtMTc5di0xNjF6IG0tMjE0IDQxMWgxNzh2MTYxaC0xNzh2LTE2MXogbTQyOC00MTFoMTYxdjE2MWgtMTYxdi0xNjF6IG0tMjE0IDE5N2gxNzl2MTc4aC0xNzl2LTE3OHogbS0xOTYgNDgydjE2MXEwIDctNiAxMnQtMTIgNmgtMzZxLTcgMC0xMi02dC02LTEydi0xNjFxMC03IDYtMTN0MTItNWgzNnE3IDAgMTIgNXQ2IDEzeiBtNDEwLTQ4MmgxNjF2MTc4aC0xNjF2LTE3OHogbS0yMTQgMjE0aDE3OXYxNjFoLTE3OXYtMTYxeiBtMjE0IDBoMTYxdjE2MWgtMTYxdi0xNjF6IG0xOCAyNjh2MTYxcTAgNy01IDEydC0xMyA2aC0zNXEtNyAwLTEzLTZ0LTUtMTJ2LTE2MXEwLTcgNS0xM3QxMy01aDM1cTggMCAxMyA1dDUgMTN6IG0yMTUgMzZ2LTcxNXEwLTI5LTIyLTUwdC01MC0yMWgtNzg2cS0yOSAwLTUwIDIxdC0yMSA1MHY3MTVxMCAyOSAyMSA1MHQ1MCAyMWg3MnY1NHEwIDM3IDI2IDYzdDYzIDI2aDM2cTM3IDAgNjMtMjZ0MjYtNjN2LTU0aDIxNHY1NHEwIDM3IDI3IDYzdDYzIDI2aDM1cTM3IDAgNjQtMjZ0MjYtNjN2LTU0aDcxcTI5IDAgNTAtMjF0MjItNTB6IiBob3Jpei1hZHYteD0iOTI4LjYiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2xvY2siIHVuaWNvZGU9IiYjeGU4MDU7IiBkPSJNNTAwIDU0NnYtMjUwcTAtNy01LTEydC0xMy01aC0xNzhxLTggMC0xMyA1dC01IDEydjM2cTAgOCA1IDEzdDEzIDVoMTI1djE5NnEwIDggNSAxM3QxMiA1aDM2cTggMCAxMy01dDUtMTN6IG0yMzItMTk2cTAgODMtNDEgMTUydC0xMTAgMTExLTE1MiA0MS0xNTMtNDEtMTEwLTExMS00MS0xNTIgNDEtMTUyIDExMC0xMTEgMTUzLTQxIDE1MiA0MSAxMTAgMTExIDQxIDE1MnogbTEyNSAwcTAtMTE3LTU3LTIxNXQtMTU2LTE1Ni0yMTUtNTgtMjE2IDU4LTE1NSAxNTYtNTggMjE1IDU4IDIxNSAxNTUgMTU2IDIxNiA1OCAyMTUtNTggMTU2LTE1NiA1Ny0yMTV6IiBob3Jpei1hZHYteD0iODU3LjEiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGUtbGVmdCIgdW5pY29kZT0iJiN4ZjEwNDsiIGQ9Ik0zNTAgNTQ2cTAtNy02LTEybC0yMTktMjIwIDIxOS0yMTlxNi02IDYtMTN0LTYtMTNsLTI4LTI4cS01LTUtMTItNXQtMTMgNWwtMjYwIDI2MXEtNiA1LTYgMTJ0NiAxM2wyNjAgMjYwcTUgNiAxMyA2dDEyLTZsMjgtMjhxNi01IDYtMTN6IiBob3Jpei1hZHYteD0iMzU3LjEiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGUtcmlnaHQiIHVuaWNvZGU9IiYjeGYxMDU7IiBkPSJNMzMyIDMxNHEwLTctNS0xMmwtMjYxLTI2MXEtNS01LTEyLTV0LTEzIDVsLTI4IDI4cS02IDYtNiAxM3Q2IDEzbDIxOSAyMTktMjE5IDIyMHEtNiA1LTYgMTJ0NiAxM2wyOCAyOHE1IDYgMTMgNnQxMi02bDI2MS0yNjBxNS01IDUtMTN6IiBob3Jpei1hZHYteD0iMzU3LjEiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=#fontawesomeregular) format('svg')}.rw-i{display:inline-block;color:inherit;font-family:RwWidgets;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.rw-i-caret-down:before{content:'\E803'}.rw-i-caret-up:before{content:'\E800'}.rw-i-chevron-left:before{content:'\F104'}.rw-i-chevron-right:before{content:'\F105'}.rw-i-clock-o:before{content:'\E805'}.rw-i-calendar:before{content:'\E804'}.rw-i-search:before{content:'\E801'}.rw-btn{position:relative;color:#333;display:inline-block;text-align:center;vertical-align:middle;border:1px solid transparent;cursor:pointer;outline:none}.rw-state-readonly .rw-btn,.rw-state-disabled .rw-btn{cursor:not-allowed}.rw-btn-select{opacity:.75;filter:alpha(opacity=75);transition:opacity 150ms ease-in}.rw-btn-select:hover,.rw-state-focus .rw-btn-select,:hover>.rw-btn-select{opacity:1;filter:alpha(opacity=100)}.rw-btn-primary{width:100%;white-space:normal;line-height:2em}.rw-btn-primary:hover{background-color:#e6e6e6}.rw-btn-select[disabled],.rw-btn-primary[disabled],fieldset[disabled] .rw-btn-select,fieldset[disabled] .rw-btn-primary{box-shadow:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);pointer-events:none}.rw-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.rw-widget{background-clip:border-box;border:none;color:#333;font-size:1em;font-family:inherit;outline:none;position:relative}.rw-widget,.rw-widget *{box-sizing:border-box}.rw-widget:before,.rw-widget *:before,.rw-widget:after,.rw-widget *:after{box-sizing:border-box}.rw-widget>.rw-widget-container{width:100%;margin:0}.rw-widget-container{background-color:#fff;border:#ccc 1px solid;border-radius:4px}.rw-widget-container.rw-state-focus,.rw-state-focus>.rw-widget-container,.rw-widget-container.rw-state-focus:hover,.rw-state-focus>.rw-widget-container:hover{background-color:#fff;border-color:#66afe9;box-shadow:0 0 8px rgba(102,175,233,0.6)}.rw-widget-container.rw-state-readonly,.rw-state-readonly>.rw-widget-container{cursor:not-allowed}.rw-widget-container.rw-state-disabled,.rw-state-disabled>.rw-widget-container,fieldset[disabled] .rw-widget-container,.rw-widget-container.rw-state-disabled:hover,.rw-state-disabled>.rw-widget-container:hover,fieldset[disabled] .rw-widget-container:hover,.rw-widget-container.rw-state-disabled:active,.rw-state-disabled>.rw-widget-container:active,fieldset[disabled] .rw-widget-container:active{box-shadow:none;cursor:not-allowed}.rw-widget-picker{position:relative;overflow:hidden;border-collapse:separate;display:inline-table;height:2.429em}.rw-widget-picker>*{position:relative;border:none;outline:none;width:100%;height:100%;display:table-cell}.rw-widget-picker>.rw-select{width:1%;white-space:nowrap}.rw-open>.rw-widget-picker{border-bottom-right-radius:0;border-bottom-left-radius:0}.rw-open-up>.rw-widget-picker{border-top-right-radius:0;border-top-left-radius:0}fieldset[disabled] .rw-widget-picker,.rw-state-disabled>.rw-widget-picker{background-color:#eee}.rw-select{cursor:pointer}.rw-select>*{width:1.9em;height:100%}.rw-state-readonly .rw-select,.rw-state-disabled .rw-select{cursor:not-allowed}.rw-select-bordered{cursor:pointer;border:none;border-left:#ccc 1px solid}.rw-select-bordered:hover,.rw-select-bordered:active{background-color:#e6e6e6}.rw-select-bordered:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.rw-state-disabled .rw-select-bordered,.rw-state-readonly .rw-select-bordered,fieldset[disabled] .rw-select-bordered,.rw-state-disabled .rw-select-bordered:hover,.rw-state-readonly .rw-select-bordered:hover,fieldset[disabled] .rw-select-bordered:hover,.rw-state-disabled .rw-select-bordered:active,.rw-state-readonly .rw-select-bordered:active,fieldset[disabled] .rw-select-bordered:active{cursor:not-allowed;background-color:inherit;background-image:none;box-shadow:none}.rw-rtl .rw-select-bordered{border-right:#ccc 1px solid;border-left:none}.rw-rtl{direction:rtl}.rw-input-reset,.rw-input,.rw-dropdown-list-autofill,.rw-filter-input{outline:0}.rw-input-reset::-moz-placeholder{color:#999;opacity:1}.rw-input-reset:-ms-input-placeholder{color:#999}.rw-input-reset::-webkit-input-placeholder{color:#999}.rw-input,.rw-dropdown-list-autofill,.rw-filter-input{color:#555;padding:0 .857em;background-color:#fff}.rw-input[type='text']::-ms-clear{display:none}.rw-input[disabled],fieldset[disabled] .rw-input{box-shadow:none;cursor:not-allowed;opacity:1;background-color:#eee;border-color:#ccc}.rw-input[readonly]{cursor:not-allowed}.rw-i.rw-loading{display:block;background:url(data:image/gif;base64,R0lGODlhEAAQAPIAAP///zMzM87OzmdnZzMzM4GBgZqamqenpyH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==) no-repeat center;min-width:16px;width:1.9em;height:16px}.rw-i.rw-loading:before{content:''}.rw-placeholder{color:#999}.rw-detect-autofill:-webkit-autofill{animation-name:react-widgets-autofill-start;transition:background-color 50000s ease-in-out 0s}.rw-detect-autofill:not(:-webkit-autofill){animation-name:react-widgets-autofill-cancel}.rw-webkit-autofill .rw-widget-container,.rw-input:-webkit-autofill{background-color:#faffbd !important;background-image:none !important;color:#000 !important}.rw-widget-input,.rw-filter-input{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.rw-widget-input.rw-state-focus{box-shadow:0 0 8px rgba(102, 175, 233, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.075)}.rw-list{margin:0;padding:0;list-style:none;font-size:1em;outline:0;overflow:auto;max-height:200px}.rw-list-option{-ms-user-select:none;user-select:none;color:#333;cursor:pointer;border:1px solid transparent}.rw-list-option.rw-state-focus,.rw-list-option.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-list-option:hover,.rw-list-option:hover.rw-state-focus{background-color:#e6e6e6;border-color:#e6e6e6;color:#333}.rw-list-option.rw-state-selected,.rw-list-option.rw-state-selected:hover{background-color:#337ab7;border-color:#337ab7;color:white}fieldset[disabled] .rw-list-option,.rw-list-option.rw-state-disabled,.rw-list-option.rw-state-readonly{box-shadow:none;cursor:not-allowed;color:#999;filter:alpha(opacity=7);opacity:.7}fieldset[disabled] .rw-list-option:hover,.rw-list-option.rw-state-disabled:hover,.rw-list-option.rw-state-readonly:hover{background:none;border-color:transparent}.rw-list-empty,.rw-list-option,.rw-list-optgroup{padding:.143em .75em;outline:0}.rw-list-optgroup{font-weight:bold;padding-top:7px}.rw-list-option-create{border-top:1px #ccc solid}.rw-dropdown-list-autofill{padding:0}.rw-dropdown-list-input{background-color:transparent;vertical-align:middle;padding-right:0;max-width:1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rw-rtl .rw-dropdown-list-input{padding-right:.857em;padding-left:0}.rw-filter-input{position:relative;margin:4px;padding-right:0}.rw-filter-input .rw-rtl{padding-right:.857em;padding-left:0}.rw-filter-input .rw-select,.rw-filter-input .rw-btn{opacity:.75;filter:alpha(opacity=75);cursor:text}.rw-filter-input>.rw-select,.rw-filter-input>.rw-select:active,.rw-filter-input>.rw-select:hover{background:none;cursor:initial;box-shadow:none}.rw-number-picker .rw-btn{cursor:pointer;height:calc(1.2145em - 1px);margin-top:-1px\9;height:1.2145em\9;line-height:1.2145em;line-height:calc(1.2145em - 1px);display:block;border:none}.rw-number-picker .rw-btn:hover,.rw-number-picker .rw-btn:active{background-color:#e6e6e6}.rw-number-picker .rw-btn:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.rw-state-disabled .rw-number-picker .rw-btn,.rw-state-readonly .rw-number-picker .rw-btn,fieldset[disabled] .rw-number-picker .rw-btn,.rw-state-disabled .rw-number-picker .rw-btn:hover,.rw-state-readonly .rw-number-picker .rw-btn:hover,fieldset[disabled] .rw-number-picker .rw-btn:hover,.rw-state-disabled .rw-number-picker .rw-btn:active,.rw-state-readonly .rw-number-picker .rw-btn:active,fieldset[disabled] .rw-number-picker .rw-btn:active{cursor:not-allowed;background-color:inherit;background-image:none;box-shadow:none}.rw-number-picker .rw-select{vertical-align:middle}.rw-number-picker .rw-select,.rw-number-picker .rw-select:hover,.rw-number-picker .rw-select:active{box-shadow:none}.rw-calendar-popup{right:auto;min-width:0;width:18em}.rw-calendar{border-radius:4px;background-color:#fff;border:#ccc 1px solid;overflow:hidden}.rw-calendar.rw-popup{border-color:#ccc}.rw-calendar-now{font-weight:bold}.rw-calendar-btn-left,.rw-calendar-btn-right{width:12.5%}.rw-calendar-btn-view{width:75%}.rw-calendar-footer{border-top:1px solid #ccc}.rw-calendar-grid{outline:none;height:14.28571429em;table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;background-color:#fff}.rw-head-cell{text-align:center;border-bottom:1px solid #ccc;padding:.25em}.rw-cell{color:#333;border-radius:4px;cursor:pointer;line-height:normal;text-align:center;border:1px solid transparent;padding:.25em}.rw-cell:hover{background-color:#e6e6e6;border-color:#e6e6e6;color:#333}.rw-cell.rw-state-focus,.rw-cell.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-cell.rw-state-selected,.rw-cell.rw-state-selected:hover{background-color:#337ab7;border-color:#337ab7;color:white}.rw-cell.rw-state-disabled{color:#999;filter:alpha(opacity=7);opacity:.7}.rw-cell.rw-state-disabled:hover{background:none;border-color:transparent}.rw-calendar-month .rw-cell{text-align:center}.rw-cell-off-range{color:#999}.rw-calendar-transition-group{position:relative}.rw-calendar-transition{transition:transform 300ms;overflow:hidden}.rw-calendar-transition-top{-ms-transform:translateY(-100%);transform:translateY(-100%)}.rw-calendar-transition-bottom{-ms-transform:translateY(100%);transform:translateY(100%)}.rw-calendar-transition-right{-ms-transform:translateX(-100%);transform:translateX(-100%)}.rw-calendar-transition-left{-ms-transform:translateX(100%);transform:translateX(100%)}.rw-calendar-transition-entering.rw-calendar-transition-top,.rw-calendar-transition-entered.rw-calendar-transition-top,.rw-calendar-transition-entering.rw-calendar-transition-bottom,.rw-calendar-transition-entered.rw-calendar-transition-bottom{-ms-transform:translateY(0);transform:translateY(0)}.rw-calendar-transition-entering.rw-calendar-transition-right,.rw-calendar-transition-entered.rw-calendar-transition-right,.rw-calendar-transition-entering.rw-calendar-transition-left,.rw-calendar-transition-entered.rw-calendar-transition-left{-ms-transform:translateX(0);transform:translateX(0)}.rw-calendar-transition-exiting.rw-calendar-transition-top{-ms-transform:translateY(100%);transform:translateY(100%)}.rw-calendar-transition-exiting.rw-calendar-transition-bottom{-ms-transform:translateY(-100%);transform:translateY(-100%)}.rw-calendar-transition-exiting.rw-calendar-transition-right{-ms-transform:translateX(100%);transform:translateX(100%)}.rw-calendar-transition-exiting.rw-calendar-transition-left{-ms-transform:translateX(-100%);transform:translateX(-100%)}.rw-select-list{overflow:auto;position:relative}.rw-select-list .rw-list{max-height:none;font-size:1em}.rw-select-list-label{display:block;position:relative;font-weight:normal;cursor:inherit;padding-left:20px;margin:0}.rw-rtl .rw-select-list-label{padding-left:0;padding-right:20px}input.rw-select-list-input{position:absolute;left:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);top:0.1em /9;margin:0;line-height:normal;cursor:inherit}.rw-rtl input.rw-select-list-input{left:auto;right:0}.rw-loading-mask{content:'';background:url(/dist/a770b6797b68e3f8920e473eb824bac0.gif) no-repeat center;position:absolute;background-color:#fff;border-radius:4px;opacity:.7;filter:alpha(opacity=70);top:0;left:0;height:100%;width:100%}.rw-multiselect{cursor:text}.rw-multiselect .rw-input-reset{height:calc(2.429em - 2px);margin-top:-2px\9;height:2.429em\9;border-width:0;width:auto;max-width:100%;padding:0 .857em}.rw-multiselect .rw-select,.rw-multiselect .rw-select:hover,.rw-multiselect .rw-select:active{box-shadow:none;background:none}.rw-multiselect-taglist{margin:0;padding:0;list-style:none;display:inline;outline:none}.rw-multiselect-tag{display:inline-table;color:inherit;padding:0 .35em 0 .35em;margin-left:calc(0.279335em - 1px);margin-top:.279335em;margin-top:calc(0.279335em - 1px);height:1.87033em;border-radius:3px;background-color:#eee;border:1px solid #ccc;cursor:default;vertical-align:top;text-align:center;overflow:hidden;max-width:100%}.rw-multiselect-tag>*{display:table-cell;vertical-align:middle;height:100%}.rw-rtl .rw-multiselect-tag{margin-left:0;margin-right:calc(0.279335em - 1px);padding:0 .35em 0 .35em}.rw-multiselect-tag.rw-state-focus,.rw-multiselect-tag.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-multiselect-tag.rw-state-readonly,.rw-multiselect-tag.rw-state-disabled,.rw-state-readonly .rw-multiselect-tag,.rw-state-disabled .rw-multiselect-tag,fieldset[disabled] .rw-multiselect-tag{cursor:not-allowed}.rw-multiselect-tag.rw-state-disabled,.rw-state-disabled .rw-multiselect-tag,fieldset[disabled] .rw-multiselect-tag{opacity:.65;filter:alpha(opacity=65)}fieldset[disabled] .rw-multiselect-tag{box-shadow:none;cursor:not-allowed}.rw-multiselect-tag-btn{color:inherit;margin-left:.25em}.rw-rtl .rw-multiselect-tag-btn{margin-left:0;margin-right:.25em}.rw-autocomplete .rw-select{position:absolute;display:block;width:auto;top:0;bottom:0;right:0}.rw-popup-container{position:absolute;z-index:1005;top:100%;left:-6px;right:-6px}.rw-popup-container.rw-dropup{top:auto;bottom:100%}.rw-state-focus .rw-popup-container{z-index:1006}.rw-popup-transition{width:100%;margin-bottom:6px;padding:0 6px}.rw-dropup>.rw-popup-transition{margin-bottom:0;margin-top:6px}.rw-popup{border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-shadow:0 5px 6px rgba(0,0,0,0.2);border:#ccc 1px solid;background:#fff}.rw-dropup .rw-popup{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-top-left-radius:3px;box-shadow:0 -2px 6px rgba(0,0,0,0.2)}.rw-popup-transition{transition:transform 200ms}.rw-popup-transition-entering{overflow:hidden}.rw-popup-transition-entering .rw-popup-transition{-ms-transform:translateY(0);transform:translateY(0);transition-timing-function:ease-out}.rw-popup-transition-exiting .rw-popup-transition{transition-timing-function:ease-in}.rw-popup-transition-exiting,.rw-popup-transition-exited{overflow:hidden}.rw-popup-transition-exiting .rw-popup-transition,.rw-popup-transition-exited .rw-popup-transition{-ms-transform:translateY(-100%);transform:translateY(-100%)}.rw-popup-transition-exiting.rw-dropup .rw-popup-transition,.rw-popup-transition-exited.rw-dropup .rw-popup-transition{-ms-transform:translateY(100%);transform:translateY(100%)}.rw-popup-transition-exited{display:none}.rw-state-disabled{box-shadow:none;cursor:not-allowed}.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-time-picker-panel-clear-btn-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-panel-clear-btn-icon:hover:after {
  color: #666;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/dist/ced611daf7709cc778da928fec876475.eot);
    src: url(/dist/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:application/octet-stream;base64,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) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " \D7";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}
/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
@charset "UTF-8";

/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/dist/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/dist/f4769f9bdb7466be65088239c12046d1.eot) format("embedded-opentype"), url(/dist/448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(/dist/fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(/dist/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(/dist/89889688147bd7575d6327160d64e760.svg) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #6088dd;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a5cc6;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 41px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #6088dd;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #3669d4;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #6088dd;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3669d4;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #6088dd;
  border-color: #4b78d9;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3669d4;
  border-color: #1d3f87;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3669d4;
  border-color: #2958be;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3669d4;
  border-color: #2958be;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2958be;
  border-color: #1d3f87;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #6088dd;
  border-color: #4b78d9;
}

.btn-primary .badge {
  color: #6088dd;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #7bc041;
  border-color: #6fae3a;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #639b33;
  border-color: #324e1a;
}

.btn-success:hover {
  color: #fff;
  background-color: #639b33;
  border-color: #51802a;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #639b33;
  border-color: #51802a;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #51802a;
  border-color: #324e1a;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #7bc041;
  border-color: #6fae3a;
}

.btn-success .badge {
  color: #7bc041;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #6088dd;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a5cc6;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #6088dd;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #6088dd;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #6088dd;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #6088dd;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2a5cc6;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #6088dd;
  border-color: #6088dd;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #6088dd;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3669d4;
}

.label-success {
  background-color: #7bc041;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #639b33;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6088dd;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6088dd;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #6088dd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #7bc041;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6088dd;
  border-color: #6088dd;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #6088dd;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6088dd;
  border-color: #6088dd;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6088dd;
}

.panel-primary > .panel-heading .badge {
  color: #6088dd;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6088dd;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "FiraSans";
  font-weight: normal;
  src: url("/asset/font/FiraSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: bold;
  src: url("/asset/font/FiraSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 600;
  src: url("/asset/font/FiraSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  src: url("/asset/font/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("/asset/font/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/Montserrat/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-weight: normal;
  src: url("/asset/font/NotoSerif/NotoSerif-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-weight: bold;
  src: url("/asset/font/NotoSerif/NotoSerif-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/NotoSerif/NotoSerif-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/NotoSerif/NotoSerif-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  src: url("/asset/font/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  src: url("/asset/font/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/OpenSans/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("/asset/font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("/asset/font/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/Roboto/Roboto-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/Roboto/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-weight: normal;
  src: url("/asset/font/SourceCodePro/SourceCodePro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-weight: bold;
  src: url("/asset/font/SourceCodePro/SourceCodePro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/SourceCodePro/SourceCodePro-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/SourceCodePro/SourceCodePro-BoldItalic.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-family: 'FiraSans';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8faff;
}

li {
  list-style-type: none;
}

label {
  font-weight: normal;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input {
  outline: 0;
}

a,
button,
input,
li,
textarea {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
button {
  cursor: pointer;
}

.line-height-sm {
  line-height: 1;
}

.line-height-md {
  line-height: 1.2;
}

.hr-white {
  margin: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.hr-green-bold {
  margin: 0;
  height: 6px;
  width: 100%;
  background-color: #47c1b2;
}

.hr-gray {
  border-color: #e0e1e2;
}

.hr-margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nopadding {
  padding: 0 !important;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pos-ab-right-0 {
  position: absolute;
  right: 0;
}

.pos-ab-left-0 {
  position: absolute;
  left: 0;
}

.full-width {
  display: block;
  width: 100%;
}

.underline-s-link {
  text-decoration: underline;
  display: inline-block;
  line-height: 10px;
}

.padd-0-80 {
  padding: 0 80px !important;
}

.padd-20-35 {
  padding: 20px 35px;
}

.padd-5-10 {
  padding: 5px 10px;
}

.padding-right-lg {
  padding-right: 35px;
}

.padding-left-lg {
  padding-left: 35px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-12 {
  padding-left: 12px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-l-20 {
  padding-left: 20px !important;
}

.padding-l-25 {
  padding-left: 25px !important;
}

.padding-l-40 {
  padding-left: 40px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-t-60 {
  padding-top: 60px;
}

.padding-b-22 {
  padding-bottom: 22px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.padding-t-15 {
  padding-top: 15px;
}

.padding-b-15 {
  padding-bottom: 10px !important;
}

.padding-t-25 {
  padding-top: 25px;
}

.padding-b-25 {
  padding-bottom: 25px;
}

.padding-r-0 {
  padding-right: 0px !important;
}

.padding-r-15 {
  padding-right: 15px !important;
}

.padding-r-30 {
  padding-right: 30px !important;
}

.padding-r-22 {
  padding-right: 22px !important;
}

.padding-r-60 {
  padding-right: 60px;
}

.margin-20-10 {
  margin: 20px 10px !important;
}

.nomargin,
.margin-0 {
  margin: 0 !important;
}

.nomargin-t {
  margin-top: 0 !important;
}

.margin-15 {
  margin: 15px;
}

.margin-92 {
  margin: 92px;
}

.margin-18 {
  margin: 18px;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-r-18 {
  margin-right: 18px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-r-25 {
  margin-right: 25px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-l-20p {
  margin-left: 20%;
}

.margin-l-25 {
  margin-left: 25px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-l-35 {
  margin-left: 35px;
}

.margin-l--65 {
  margin-left: -65px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-12 {
  margin-left: 12px;
}

.margin-l-15 {
  margin-left: 15px !important;
}

.margin-t-2 {
  margin-top: 2px;
}

.margin-t-3 {
  margin-top: 3px;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-7 {
  margin-top: 7px;
}

.margin-t-8 {
  margin-top: 8px;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-12 {
  margin-top: 12px;
}

.margin-t-35 {
  margin-top: 35px;
}

.margin-t-38 {
  margin-top: 38px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-60 {
  margin-top: 60px;
}

.margin-b-0 {
  margin-bottom: 0px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-3 {
  margin-bottom: 3px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b--20 {
  margin-bottom: -20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-100 {
  margin-bottom: 100px;
}

.margin-t--6 {
  margin-top: -6px;
}

.margin-t-6 {
  margin-top: 6px;
}

.margin-t-9 {
  margin-top: 9px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-18 {
  margin-top: 18px;
}

.margin-t-2 {
  margin-top: 2px;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t--20 {
  margin-top: -20px;
}

.margin-t-22 {
  margin-top: 22px;
}

.margin-t-25 {
  margin-top: 25px !important;
  margin-bottom: 0;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-18 {
  margin-bottom: 18px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-35 {
  margin-bottom: 35px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-45 {
  margin-bottom: 45px;
}

.margin-b-22 {
  margin-bottom: 22px;
}

.margin-t-0 {
  margin-top: 0px !important;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-t-90 {
  margin-top: 90px;
}

.margin-y-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-x-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.margin-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-y-xs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-y-2xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-y-sm {
  margin-top: 35px;
  margin-bottom: 35px;
}

.text-align-center {
  text-align: center;
}

[data-cancel-email-message="cancellEmailMessage"] button {
  background-color: transparent;
  color: gray;
}

.no-x-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-y-30-20 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding-y-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-y-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.padding-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box-shadow {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.box-shadow-2 {
  -webkit-box-shadow: 0 0 3px rgba(51, 54, 69, 0.2);
  -moz-box-shadow: 0 0 3px rgba(51, 54, 69, 0.2);
  box-shadow: 0 0 3px rgba(51, 54, 69, 0.2);
}

.box-shadow-3 {
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30-25 {
  padding: 30px 25px;
}

.padding-20-15 {
  padding: 20px 15px;
}

.padding-20-27 {
  padding: 20px 27px;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.col-padding-1px {
  margin-right: -1px;
  margin-left: -1px;
}

.col-padding-1px .col-sm-6 {
  padding: 0 1px;
}

.col-padding-12px {
  margin-right: -6px;
  margin-left: -6px;
}

.col-padding-12px .col-sm-2,
.col-padding-12px .col-sm-3,
.col-padding-12px .col-sm-12,
.col-padding-12px .col-sm-4,
.col-padding-12px .col-md-2 {
  padding: 0 6px;
}

.col-padding-20px {
  margin-right: -10px;
  margin-left: -10px;
}

.col-padding-20px .col-sm-2,
.col-padding-20px .col-sm-3,
.col-padding-20px .col-sm-4,
.col-padding-20px .col-sm-8,
.col-padding-20px .col-sm-7,
.col-padding-20px .col-sm-5,
.col-padding-20px .col-sm-6,
.col-padding-20px .col-sm-5,
.col-padding-20px .col-sm-12,
.col-padding-20px .col-xs-12,
.col-padding-20px .col-md-3,
.col-padding-20px .col-md-6 {
  padding: 0 10px;
}

.height-100 {
  height: 100px;
}

.height-38 {
  height: 38px;
}

.l-height-60 {
  line-height: 60px;
}

.min-height-400 {
  min-height: 400px;
}

.pointer {
  cursor: pointer;
}

.noPointer {
  cursor: default;
}

.pos-relative {
  position: relative;
}

.pos-absloute {
  position: absolute;
}

.b-green {
  background-color: #5bc9bc !important;
}

.b-orange {
  background-color: orange !important;
}

.c-green {
  color: #5bc9bc !important;
}

.padding-y-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.width-90 {
  width: 90%;
}

.width-70 {
  width: 70%;
}

.width-30 {
  width: 30%;
}

.width-15 {
  width: 15%;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.opacity-30,
.input-group-number .input-container .handler.disabled {
  opacity: .3;
}

.truncate,
.product-list .product-list-item.invoice-item .name-panel .product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.break-word {
  word-wrap: break-word;
}

.width-150 {
  width: 150px !important;
}

.row-item-wrap {
  padding: 10px 5px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 8px 6px -6px #ccc;
}

.fixed-height-60 {
  height: 60px;
  width: auto;
}

.border-b-0 {
  border-bottom: 0px !important;
}

.border-t-0 {
  border-top: 0px !important;
}

.border-r-4 {
  border-radius: 4px !important;
}

.margin-10 {
  margin: 10px;
}

.sticky-top-10 {
  position: sticky;
  top: 10px;
}

.initial-list-style-ul li {
  list-style-type: initial;
}

.c-white {
  color: white !important;
}

.c-black {
  color: black !important;
}

.c-gray {
  color: gray !important;
}

.c-red {
  color: red !important;
}

.c-brand-green {
  color: #7ec458 !important;
}

.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-light-white {
  color: #fff !important;
}

.text-color-brand {
  color: var(--brand-color);
}

.text-color-primary {
  color: #6088dd;
}

.text-color-secondary {
  color: #e25139;
}

.text-color-success {
  color: #7bc041;
}

.text-color-warning {
  color: #f0ad4e;
}

.text-color-danger {
  color: #d9534f;
}

.text-color-info {
  color: #5bc0de;
}

.text-color-comment {
  color: #8b8b8b;
}

.text-color-highlight {
  color: #83d145 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FiraSans';
}

.heading-1 {
  font-size: 62px !important;
}

.heading-2 {
  font-size: 21px !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowerCase {
  text-transform: lowercase;
}

.p-xsmall {
  font-size: 14px !important;
}

.p-small {
  font-size: 15px !important;
}

.p-xmedium {
  font-size: 18px !important;
}

.p-medium {
  font-size: 21px !important;
}

.p-large {
  font-size: 24px !important;
}

.p-xlarge {
  font-size: 35px !important;
}

.p-11 {
  font-size: 11px;
}

.p-12 {
  font-size: 12px;
}

.p-14 {
  font-size: 14px !important;
}

.p-15 {
  font-size: 15px !important;
}

.p-16 {
  font-size: 16px !important;
}

.p-17 {
  font-size: 17px !important;
}

.p-18 {
  font-size: 18px !important;
}

.p-20 {
  font-size: 20px !important;
}

.p-22 {
  font-size: 22px;
}

.p-23 {
  font-size: 23px;
}

.p-24 {
  font-size: 24px;
}

.p-25 {
  font-size: 25px;
}

.p-26 {
  font-size: 26px !important;
}

.p-27 {
  font-size: 27px !important;
}

.p-28 {
  font-size: 28px !important;
}

.p-30 {
  font-size: 30px !important;
}

.p-33 {
  font-size: 33px !important;
}

.p-34 {
  font-size: 34px !important;
}

.p-36 {
  font-size: 36px !important;
}

.p-40 {
  font-size: 40px !important;
}

.p-42 {
  font-size: 42px !important;
}

.p-48 {
  font-size: 48px !important;
}

.p-52 {
  font-size: 52px !important;
}

.p-54 {
  font-size: 54px !important;
}

.line-height-normal {
  line-height: 1.2;
}

.weight-no {
  font-weight: normal !important;
}

.weight-md {
  font-weight: 600 !important;
}

.weight-bo {
  font-weight: bold !important;
}

.text-danger-old {
  color: #a94442;
}

.text-danger {
  position: absolute;
  font-size: 13px;
  right: 0;
  text-transform: uppercase;
}

.link {
  display: block;
  color: var(--brand-color);
}

.link.small {
  font-size: 16px;
}

.link.underline {
  border-bottom: 1px solid var(--brand-color);
  padding-bottom: 0;
}

.link:focus {
  border-bottom: 0;
}

.underline-purple {
  border-bottom: 1px solid var(--brand-color) !important;
  padding-bottom: 0;
}

.underline-blue {
  border-bottom: 1px solid var(--brand-color);
  padding-bottom: 0;
  color: var(--brand-color);
}

.underline-text {
  text-decoration: underline;
}

.delete-link {
  margin-top: 21px;
  cursor: pointer;
  margin-left: 12px;
}

.delete-link span {
  font-size: 16px;
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
}

.delete-link i.icon {
  margin-right: 10px;
  float: left;
}

.delete-link2 {
  cursor: pointer;
}

.delete-link2 span {
  font-size: 16px;
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
}

.delete-link2 i.icon {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.back-link {
  cursor: pointer;
}

.back-link span {
  font-size: 16px;
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
}

.back-link i.icon {
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}

.plus {
  font-size: 34px;
}

.underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

.underline.purple {
  border-bottom: 1px solid var(--brand-color);
}

.underline-color-7 {
  border-bottom: 1px solid var(--brand-color);
}

.text-box {
  border: 1px solid #eaeaea;
  text-align: center;
  height: 46px;
  line-height: 46px;
  float: left;
  min-width: 110px;
  padding: 0 15px;
}

.panel-navbar {
  min-height: 60px;
}

.nav-shop {
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
}

.nav-shop .profile-menu > a span {
  color: #bed3ff !important;
}

.nav-shop .top-nav > li.profile-menu > a {
  border-left: 1px solid #4461a1;
}

.nav-shop .top-nav > li.talk-zupply > a,
.nav-shop .top-nav > li.cart-style > a {
  border-left: 1px solid #4463a0;
}

.panel-logo {
  display: block;
  margin-left: 1rem;
  padding: 10px;
}

.panel-logo img {
  width: 109px;
}

.top-nav > li.navbar-link > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-nav > li.navbar-link > a span {
  font-size: 12px;
  color: #fff !important;
}

.top-nav .caret {
  background: url("/asset/img/sprite.png") no-repeat -4px -73px;
  width: 10px;
  height: 6px;
  display: inline-block;
  border: 0;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.support {
  font-size: 13px;
  color: white;
}

.top-nav > li.profile-menu > a {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 19px;
  border-left: 1px solid #212538;
  padding-left: 25px;
  height: 60px;
}

.top-nav > li.profile-menu > a .p-name {
  width: 90%;
  position: absolute;
  top: 13px;
}

.top-nav > li.profile-menu > a .p-img {
  display: none;
}

.top-nav > li.profile-menu > a .p-img img {
  width: 48px;
  border-radius: 50%;
}

.top-nav > li.profile-menu > a span {
  font-size: 12px;
  display: block;
}

.top-nav > li.profile-menu > a strong {
  font-size: 12px;
  color: #ffffff;
  display: block;
}

.navbar-default {
  min-height: 112px;
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.active > a {
  color: var(--brand-color);
  background-color: transparent;
}

.navbar-default .navbar-nav > li:hover > a:hover,
.navbar-default .navbar-nav > li.active > a:hover {
  background-color: transparent;
  color: var(--brand-color);
}

.navbar-default .navbar-brand {
  padding: 30px 15px;
}

.navbar-inverse {
  background-color: #333;
  border-color: #222;
}

#wrapper.activeSmallMenu {
  padding-left: 59px;
}

#wrapper.activeSmallMenu .side-nav {
  width: 64px;
}

#wrapper.activeSmallMenu .side-nav > li > a span {
  visibility: hidden;
}

.guest-cart {
  border-left: 1px solid #4463a0;
}

.guest-cart > a {
  color: #fff;
  height: 60px;
  padding: 20px 15px 14px 15px;
  display: inline-block;
}

.guest-cart > a > span {
  font-size: 12px;
  color: #fff !important;
}

.guest-cart .dropdown-menu {
  width: 350px;
}

.guest-cart.open > a,
.guest-cart.open > a:hover,
.guest-cart.open > a:focus {
  background-color: #799be7;
}

@media only screen and (max-width: 480px) {
  .guest-cart a {
    padding: 16px;
  }

  .cart-item-border-bottom span {
    padding-left: 16px;
  }

  .guest-cart .dropdown-menu {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 60px;
    width: 100vw;
  }
}

.btn-default {
  border: 1px solid #adadad !important;
}

.form .form-group-label {
  font-size: 20px;
  color: #fff;
  margin: 45px 0 15px;
  text-transform: uppercase;
}

.form label.f-label {
  border: 1px solid #ccc;
  border-radius: 4px;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #333645;
  padding: 5px 18px 0;
  font-weight: normal;
  text-transform: uppercase;
}

.form label.textarea-label {
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #b9b9b9;
  padding: 5px 13px 5px;
  font-weight: normal;
  text-transform: uppercase;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 30px 20px 8px;
  font-size: 14px;
  color: #333645;
  font-weight: normal;
  width: 100%;
  display: block;
  height: 60px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form textarea {
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 13px 5px;
  font-size: 14px;
  color: #333645;
  font-weight: normal;
  width: 100%;
  display: block;
  height: 60px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form textarea.padding-t-20 {
  padding-top: 20px;
}

.form textarea.padding-t-8 {
  padding-top: 8px;
}

.form input[type="text"]:-webkit-autofill,
.form input[type="password"]:-webkit-autofill,
.form input[type="email"]:-webkit-autofill,
.form input[type="number"]:-webkit-autofill {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form input[type="text"]:-webkit-autofill.no-autocomplete,
.form input[type="password"]:-webkit-autofill.no-autocomplete,
.form input[type="email"]:-webkit-autofill.no-autocomplete,
.form input[type="number"]:-webkit-autofill.no-autocomplete {
  border-top: 1px solid #ccc;
}

.form input[type="text"]:-webkit-autofill:focus,
.form input[type="password"]:-webkit-autofill:focus,
.form input[type="email"]:-webkit-autofill:focus,
.form input[type="number"]:-webkit-autofill:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 0px 9999px #fff, 0 0 0 rgba(102, 175, 233, 0.6);
}

.form textarea {
  resize: vertical;
  min-height: 100px;
}

.form.round input[type="text"],
.form.round input[type="email"],
.form.round input[type="password"],
.form.round input[type="number"] {
  border-radius: 50px;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  font-weight: normal;
  padding: 0 20px;
  text-transform: none;
}

.form .time-picker .rc-time-picker {
  width: 70%;
  float: right;
}

.form .time-picker label.time-picker-label {
  font-size: 15px;
  color: var(--brand-color);
  font-weight: 600;
  line-height: 50px;
}

.form button.button {
  display: block;
  width: 100%;
}

.form.input-margin-sm input,
.form.input-margin-sm button.button {
  margin-bottom: 24px;
}

.form.input-margin-md input,
.form.input-margin-md button.button {
  margin-bottom: 50px;
}

.form .last button.button {
  margin-bottom: 20px;
}

.form .last .form-group {
  margin-bottom: 0;
}

.form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.form.form-group-nomargin .form-group {
  margin-bottom: 0;
}

.form .text-danger {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  text-align: right;
  right: 0;
  color: #e23636;
}

button.generate {
  height: 44px;
  background-color: #50c4b6;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  font-family: 'FiraSans';
  position: absolute;
  top: 0;
  right: 0;
  margin: 7px 23px 7px 7px;
  padding: 0 20px;
  width: auto !important;
}

button.generate:hover {
  background-color: #48b1a4;
}

.form-big {
  position: relative;
}

.form-big input[type="text"],
.form-big input[type="password"],
.form-big input[type="email"],
.form-big input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 60px;
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  width: 100%;
  display: block;
  padding: 10px 15px 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-big input[type="text"]:focus,
.form-big input[type="password"]:focus,
.form-big input[type="email"]:focus,
.form-big input[type="number"]:focus {
  border: 1px solid var(--brand-color);
}

.form-big input[type="text"]::-webkit-input-placeholder,
.form-big input[type="password"]::-webkit-input-placeholder,
.form-big input[type="email"]::-webkit-input-placeholder,
.form-big input[type="number"]::-webkit-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.form-big input[type="text"]:-moz-placeholder,
.form-big input[type="password"]:-moz-placeholder,
.form-big input[type="email"]:-moz-placeholder,
.form-big input[type="number"]:-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.form-big input[type="text"]::-moz-placeholder,
.form-big input[type="password"]::-moz-placeholder,
.form-big input[type="email"]::-moz-placeholder,
.form-big input[type="number"]::-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.form-big input[type="text"]:-ms-input-placeholder,
.form-big input[type="password"]:-ms-input-placeholder,
.form-big input[type="email"]:-ms-input-placeholder,
.form-big input[type="number"]:-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.form-big input[type="text"]::placeholder,
.form-big input[type="password"]::placeholder,
.form-big input[type="email"]::placeholder,
.form-big input[type="number"]::placeholder {
  text-transform: none;
}

.form-big input[type="text"] label,
.form-big input[type="number"] label {
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 19px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-big input[type="text"]:focus ~ label,
.form-big input[type="password"]:focus ~ label,
.form-big input[type="text"]:valid ~ label,
.form-big input[type="password"]:valid ~ label,
.form-big input[type="number"]:focus ~ label,
.form-big input[type="number"]:valid ~ label {
  top: 5px;
  left: 30px;
  border: 0;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: normal;
  text-transform: uppercase;
}

.form-big textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333645;
  font-weight: normal;
  width: 100%;
  display: block;
  min-height: 130px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-big textarea::-webkit-input-placeholder {
  color: #333645;
  text-transform: uppercase;
}

.form-big textarea:-moz-placeholder {
  color: #333645;
  text-transform: uppercase;
}

.form-big textarea::-moz-placeholder {
  color: #333645;
  text-transform: uppercase;
}

.form-big textarea:-ms-input-placeholder {
  color: #333645;
  text-transform: uppercase;
}

.form-big textarea:focus {
  border: 1px solid #bdbdbd;
}

.form-big i.icon.search {
  position: absolute;
  top: 20px;
  right: 16px;
  background-color: #fff;
}

.form-group input:disabled {
  background: #eee;
}

.form-group.no-label input {
  padding: 0 0.5em 0;
  height: 36px;
}

.form-group.no-label .prefixInput {
  top: 1px;
  left: 10px;
  line-height: 34px;
}

.form-group.no-label .postfixInput {
  top: 1px;
  right: 15px;
  line-height: 34px;
}

.form-group.no-label .upload-file {
  height: 36px;
  line-height: 36px;
  width: 150px;
}

.form-group.no-label .upload-file > div {
  height: 34px;
  line-height: 34px;
}

.form-group.no-label .upload-file input {
  height: 28px;
}

.form-group.no-label .upload-file i.date {
  position: absolute;
  right: 9px;
  bottom: 8px;
}

.last input,
.last button.button {
  margin-bottom: 0;
}

.last .form-group {
  margin-bottom: 0;
}

.field-data {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top: 0;
  padding: 0px 20px 8px;
  background-color: #fff;
  position: relative;
  min-height: 31px;
}

.field-data i.upload,
.field-data i.date {
  position: absolute;
  right: 9px;
  bottom: 13px;
}

.field-data span {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333645;
  display: block;
}

.field-data p {
  font-size: 16px;
  color: #333645;
  display: block;
  margin-bottom: 0;
}

p.form-label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

.rc-time-picker-panel-input-wrap {
  padding: 6px 10px;
}

.rc-time-picker-panel-inner {
  box-shadow: 0 0px 8px #ccc;
  border-radius: 0;
  font-size: 16px;
  width: 170px !important;
}

.rc-time-picker-panel-select {
  width: 84px;
  font-size: 15px;
}

.rc-time-picker-panel-select li {
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
}

.select-cat {
  border: 1px solid #95989A;
  padding: 0 25px;
  height: 240px;
  overflow: auto;
}

.select-cat .cat-item {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
}

.select-cat .cat-item span.checkbox-round {
  width: 22px;
  height: 22px;
  float: left;
  border: 1px solid #95989A;
  border-radius: 50%;
}

.select-cat .cat-item input[type="checkbox"] {
  display: none;
}

.select-cat .cat-item input[type="checkbox"]:checked ~ span.checkbox-round {
  background: url(/asset/img/sprite.png) no-repeat -31px 0;
  width: 22px;
  height: 22px;
  border: 0;
}

.select-cat .cat-item label {
  cursor: pointer;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 50px;
  display: block;
}

.select-cat .cat-item:last-child {
  border-bottom: 0;
}

.check-box {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

.check-box label {
  padding-left: 1px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.3;
}

.check-box label.purple-label {
  font-size: 20px;
  color: var(--brand-color);
  font-weight: normal;
}

.check-box label.gray-label {
  font-size: 15px;
  color: #7b7b7b;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
}

.check-box label.white-label {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
}

.check-box label.black-label {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
}

.check-box label:before {
  content: ' ';
  float: left;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-right: 14px;
  cursor: pointer;
}

.check-box input[type=checkbox] {
  display: none;
}

.check-box input[type=checkbox]:checked ~ label:before {
  background: url("/asset/img/sprite.png") no-repeat 1px -22px #fff;
  width: 24px;
  height: 24px;
}

.polar-radio {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  position: relative;
}

.polar-radio label {
  padding-left: 0px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.3;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 14px;
  cursor: pointer;
}

.polar-radio label.purple-label {
  font-size: 20px;
  color: var(--brand-color);
  font-weight: normal;
}

.polar-radio label:before {
  content: ' ';
  float: left;
}

.polar-radio input[type=radio] {
  display: none;
}

.polar-radio input[type=radio]:checked ~ label:before {
  width: 45px;
  height: 38px;
}

.polar-radio input[type=radio]:checked ~ label .polar-text {
  display: none;
}

.polar-radio.no input[type=radio] {
  display: none;
}

.polar-radio.no input[type=radio]:checked ~ label:before {
  background: url("/asset/img/sprite.png") no-repeat -164px -405px #fff;
}

.polar-radio.yes input[type=radio] {
  display: none;
}

.polar-radio.yes input[type=radio]:checked ~ label:before {
  background: url("/asset/img/sprite.png") no-repeat -165px -358px #fff;
}

.polar-radio .polar-text {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #b9b9b9;
  display: block;
  text-align: center;
  line-height: 60px;
  width: 60px;
}

.check-box-label-gray .check-box label {
  font-size: 16px;
  color: #333645;
  display: block;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: normal;
}

.time-input .text-danger,
.upload-file .text-danger {
  bottom: -40px;
}

.upload-file {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

.upload-file label {
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  height: 58px;
}

.upload-file input[type=file] {
  display: none;
}

.upload-file i.upload,
.upload-file i.date {
  position: absolute;
  right: 9px;
  bottom: 13px;
}

.time-input {
  background-color: #fff;
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.time-input label.time-label {
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  cursor: pointer;
  display: block;
  top: 5px;
  left: 15px;
  border: 0;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: normal;
  text-transform: uppercase;
}

.time-input input[type="text"].rc-time-picker-input {
  border: 0 !important;
  height: 60px;
  cursor: pointer;
  padding: 10px 15px 0px;
}

.time-input i.time-green {
  position: absolute;
  right: 9px;
  bottom: 13px;
}

.time-input .rc-time-picker-icon {
  background: url(/asset/img/sprite.png) no-repeat;
  background-position: -111px -662px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 9px;
  bottom: 16px;
}

.time-input .rc-time-picker {
  display: block;
  float: none !important;
}

.upload-staff {
  border-radius: 0;
  position: relative;
  cursor: pointer;
}

.upload-staff .text-danger {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.upload-staff label {
  font-size: 16px;
  color: #50c4b6;
  font-weight: normal;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 15px auto;
}

.upload-staff input[type=file] {
  display: none;
}

.upload-staff .icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #50c4b6;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.upload-staff i.upload,
.upload-staff i.date {
  position: absolute;
  right: 9px;
  bottom: 13px;
}

.upload-staff i.upload-white {
  margin: 20px auto;
  display: block;
}

.upload-box {
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  border: 3px dotted #d9e4e9;
}

.upload-box .text-danger {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.upload-box label {
  font-size: 16px;
  color: #50c4b6;
  font-weight: normal;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 50px 0;
}

.upload-box input[type=file] {
  display: none;
}

.upload-box .icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #50c4b6;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.upload-box i.upload,
.upload-box i.date {
  position: absolute;
  right: 9px;
  bottom: 13px;
}

.upload-box i.upload-white {
  margin: 20px auto;
  display: block;
}

.drop-down-title {
  font-size: 16px;
  color: #868b96;
  text-transform: uppercase;
  line-height: 62px;
}

.rw-widget-input,
.rw-filter-input {
  box-shadow: none;
}

.rw-widget-container {
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.rw-widget-container ul.rw-list > li.rw-list-option,
.rw-widget-container .rw-selectlist > li.rw-list-option {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
}

.rw-widget-container ul.rw-list > li.rw-list-option .rw-select-list-label,
.rw-widget-container .rw-selectlist > li.rw-list-option .rw-select-list-label {
  padding-left: 30px;
}

.rw-widget-container ul.rw-list > li.rw-list-option .rw-select-list-label input[type="radio"],
.rw-widget-container ul.rw-list > li.rw-list-option .rw-select-list-label input[type="checkbox"],
.rw-widget-container .rw-selectlist > li.rw-list-option .rw-select-list-label input[type="radio"],
.rw-widget-container .rw-selectlist > li.rw-list-option .rw-select-list-label input[type="checkbox"] {
  margin: -1px 0 0 10px;
}

.input_wrapper_multiselect .rw-widget-container > div {
  background-color: transparent;
  vertical-align: middle;
  max-width: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 23px 8px 3px;
}

.input_wrapper_dropdown.no-label .form-group .rw-widget > .rw-widget-container > .rw-select {
  width: 36px;
  height: 36px;
}

.input_wrapper_dropdown.no-label .form-group .rw-widget > .rw-widget-container > .rw-select .rw-btn-select {
  width: 36px;
  height: 36px;
}

.input_wrapper_dropdown.no-label .form-group .rw-dropdown-list .rw-input {
  padding: 0 0.96em 0;
}

.input_wrapper_dropdown .form-group .rw-widget {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input_wrapper_dropdown .form-group .rw-widget.rw-state-focus,
.input_wrapper_dropdown .form-group .rw-widget.rw-state-focus:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--brand-color);
}

.input_wrapper_dropdown .form-group .rw-widget > .rw-widget-container {
  border: none;
}

.input_wrapper_dropdown .form-group .rw-widget > .rw-widget-container > .rw-select {
  width: 48px;
  height: 48px;
  background-color: #333645;
  border-radius: 2px;
  margin: 5px 6px;
  display: inline-block;
}

.input_wrapper_dropdown .form-group .rw-widget > .rw-widget-container > .rw-select .rw-btn-select {
  width: 48px;
  height: 48px;
}

.input_wrapper_dropdown .form-group .rw-widget > .rw-widget-container > .rw-select .rw-btn-select .rw-i {
  position: relative;
}

.input_wrapper_dropdown .form-group .rw-widget > .rw-widget-container > .rw-select .rw-btn-select .rw-i.rw-i-caret-down:before {
  content: '';
  background: url("/asset/img/sprite.png") no-repeat -9px -346px;
  width: 10px;
  height: 6px;
  display: block;
}

.input_wrapper_dropdown .form-group .rw-dropdown-list .rw-input {
  line-height: 43px;
  height: 43px;
  font-size: 15px;
  padding: 15px 0.96em 0;
}

.input_wrapper_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-filter-input {
  padding: 0 10px 0 10px;
  border-radius: 0;
  line-height: 30px;
  height: 30px;
}

.input_wrapper_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-list-option.rw-state-selected,
.input_wrapper_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-list-option.rw-state-selected:hover {
  color: #333;
}

.input_wrapper_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup ul.rw-list > li.rw-list-option,
.input_wrapper_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-selectlist > li.rw-list-option {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 39px;
  border: none;
}

.input_wrapper_dropdown .form-group .rw-placeholder,
.input_wrapper_dropdown .form-group .rw-input {
  color: #333645;
  font-size: 16px;
}

.input_wrapper_dropdown .form-group .rw-combobox:hover,
.input_wrapper_dropdown .form-group .rw-datetimepicker:hover,
.input_wrapper_dropdown .form-group .rw-numberpicker:hover,
.input_wrapper_dropdown .form-group .rw-dropdown-list:hover {
  background-color: #fff;
}

.input_wrapper_bootstrap_multiselect .rw-widget-container > div {
  background-color: transparent;
  vertical-align: middle;
  max-width: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 3px 6px 3px;
}

.input_wrapper_bootstrap_multiselect .rw-input-reset {
  width: unset !important;
  min-width: unset !important;
  padding: 0 !important;
}

.input_wrapper_bootstrap_dropdown .form-group .labelDropDown {
  top: 1px !important;
}

.input_wrapper_bootstrap_dropdown .form-group .btnDropDownClear {
  position: absolute;
  z-index: 1000;
  right: -20px;
  top: 5px;
  font-size: 15px;
  color: #678ddf;
  border-bottom: 0px solid #678ddf !important;
  cursor: pointer;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-widget {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 36px;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-widget.rw-state-focus,
.input_wrapper_bootstrap_dropdown .form-group .rw-widget.rw-state-focus:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--brand-color);
}

.input_wrapper_bootstrap_dropdown .form-group .rw-widget > .rw-widget-container {
  border: none;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-widget > .rw-widget-container > .rw-select .rw-btn-select {
  width: 36px;
  height: 36px;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-widget > .rw-widget-container > .rw-select .rw-btn-select .rw-i {
  position: relative;
  bottom: 5px;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list .rw-input {
  font-size: 15px;
  padding: 0;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-filter-input {
  padding: 0 10px 0 10px;
  border-radius: 0;
  line-height: 30px;
  height: 30px;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-list-option.rw-state-selected,
.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-list-option.rw-state-selected:hover {
  color: #333;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup ul.rw-list > li.rw-list-option,
.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list .rw-popup-container .rw-popup .rw-selectlist > li.rw-list-option {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 39px;
  border: none;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-placeholder,
.input_wrapper_bootstrap_dropdown .form-group .rw-input {
  color: #333645;
  font-size: 16px;
}

.input_wrapper_bootstrap_dropdown .form-group .rw-combobox:hover,
.input_wrapper_bootstrap_dropdown .form-group .rw-datetimepicker:hover,
.input_wrapper_bootstrap_dropdown .form-group .rw-numberpicker:hover,
.input_wrapper_bootstrap_dropdown .form-group .rw-dropdown-list:hover {
  background-color: #fff;
}

.rc-time-picker-panel-clear-btn {
  top: 10px;
  width: 40px;
}

.rc-time-picker-panel-clear-btn:after {
  font-size: 20px;
}

.calendar-input {
  border: 0;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  width: 100%;
}

@media screen and (min-width: 425px) {
  i.date {
    visibility: visible;
  }
}

@media screen and (max-width: 426px) {
  i.date {
    display: none;
    /* Acts like this item isn't there at all */
    visibility: hidden;
    /* Doesn't show the item, but saves space for it */
  }
}

.material-input label {
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 19px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  overflow: hidden;
}

.material-input input[type="text"]:read-only ~ label,
.material-input input[type="password"]:read-only ~ label,
.material-input input[type="email"]:read-only ~ label,
.material-input input[type="number"]:read-only ~ label,
.material-input input[type="text"]:focus ~ label,
.material-input input[type="password"]:focus ~ label,
.material-input input[type="email"]:focus ~ label,
.material-input input[type="number"]:focus ~ label,
.material-input input[type="email"]:disabled ~ label,
.material-input input[type="text"]:disabled ~ label,
.material-input input[type="number"]:disabled ~ label,
.material-input input[type="text"]:valid ~ label,
.material-input input[type="password"]:valid ~ label,
.material-input input[type="number"]:valid ~ label,
.material-input input[type="email"]:valid ~ label {
  top: 5px;
  left: 15px;
  border: 0;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: normal;
  text-transform: uppercase;
}

.loginFormStyle .form .text-danger,
.forgotPasswordFormStyle .form .text-danger {
  font-size: 14px;
  color: #ffbb77;
  /* color: #7f2b2b; */
}

.loginFormStyle input[type="text"],
.loginFormStyle input[type="password"] {
  height: 60px;
}

.loginFormStyle .check-box label.purple-label {
  color: #fff;
}

.newProductStyle .upload-file label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 30px);
}

.single-input {
  background-color: #eeeff3;
  padding: 13px 15px;
}

.single-input input {
  margin: 0 !important;
}

.input-nolabel .form-big input[type="text"] {
  padding: 0px 15px;
}

.form-group {
  position: relative;
}

.rememberme-label label.purple-label {
  font-family: 'FiraSans';
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  line-height: 24px;
}

.check-box-right.check-box label:before {
  margin-right: 0;
  margin-left: 14px;
  float: right;
}

.comment-text {
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top: 0;
  padding: 10px 20px 8px;
  font-size: 14px;
  color: #333645;
  font-weight: normal;
  width: 100%;
  display: block;
  background-color: #fff;
}

::-webkit-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.reply-box {
  border: 2px solid #ccc;
  min-height: 140px;
  position: relative;
}

.reply-box .reply-text {
  margin: 18px 10px;
}

.reply-box textarea {
  width: 100%;
  min-height: 100px;
  border: 0;
  outline: none;
  padding: 15px;
  resize: none;
}

.attach-file {
  padding-left: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding-top: 10px;
  width: 100%;
  padding-bottom: 7px;
  margin-top: -1px;
}

.attach-file input[type="file"] {
  display: none !important;
}

.print-form input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 10px 20px;
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  display: block;
  height: 55px;
  width: 90px;
}

.print-form.w-100 input {
  width: 100%;
}

.select-option {
  border-radius: 100px;
  overflow: hidden;
}

.select-option .option {
  height: 57px;
  background-color: #d7d9e4;
  width: 50%;
  float: left;
  cursor: pointer;
}

.select-option .option:hover {
  opacity: .95;
}

.select-option .option span {
  color: #8a8c98;
  font-size: 20px;
  font-family: "fjallaOne";
  text-transform: uppercase;
  line-height: 57px;
}

.select-option .option .icon.option-ico {
  float: left;
  margin: 14px 12px 14px 20px;
}

.select-option .option.active {
  background-color: #5c84dc;
}

.select-option .option.active span {
  color: #fff;
}

.select-option .option.active .icon.option-ico {
  background-position: -104px -691px;
  width: 31px;
  height: 29px;
}

#ccv {
  border: 2px solid #5C84E4;
}

#ccv:focus,
#ccv:valid {
  border: 2px solid #5bc9bc;
}

#client-query-field > .searchableInput .rw-combobox.rw-widget .rw-select.rw-btn .rw-i-caret-down:before {
  content: '\E803' !important;
}

.rw-NewCombobox.rw-state-focus {
  border: none !important;
}

.rw-NewCombobox.rw-state-focus > .rw-widget-container {
  border-color: #337ab7;
}

.rw-NewCombobox > .rw-widget-container {
  box-shadow: none;
}

.rw-NewCombobox > .rw-widget-container:hover {
  box-shadow: none;
}

.rw-NewCombobox > .rw-widget-container input.rw-widget-input {
  height: 58px;
}

.rw-NewCombobox > .rw-widget-container .rw-select {
  width: 28px;
  display: table-cell;
}

.rw-NewCombobox > .rw-widget-container .rw-select button.rw-btn {
  position: relative;
}

.rw-NewCombobox li.rw-state-selected {
  color: #373c53;
}

.rw-NewCombobox input[type="text"] {
  padding: 10px 15px 0px;
}

.input_dropdown_small {
  height: auto !important;
  border-radius: 5px !important;
}

.input_dropdown_small .rw-dropdown-list-input {
  height: 34px !important;
  line-height: 34px !important;
  left: 5px;
}

.input_dropdown_small .rw-select {
  height: 28px !important;
  width: 28px !important;
  margin: 4px 4px !important;
}

.input_dropdown_small .rw-btn-select {
  height: 28px !important;
  width: 28px !important;
}

.rw-bootstrap .rw-btn,
.rw-bootstrap .rw-btn:focus,
.rw-bootstrap .rw-list:focus,
.rw-bootstrap .rw-multiselect-tag-btn:focus,
.rw-bootstrap .rw-multiselect-tag:focus,
.rw-bootstrap .rw-time-part-meridiem :focus {
  outline: 0;
}

.rw-bootstrap .rw-btn,
.rw-bootstrap .rw-input {
  box-shadow: none;
  font: inherit;
}

.rw-bootstrap .rw-calendar-month .rw-cell,
.rw-bootstrap .rw-list-empty {
  text-align: center;
}

.rw-bootstrap .rw-btn {
  padding: 0;
  margin: 0;
  border: none;
  color: inherit;
  background: padding-box none;
  line-height: inherit;
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rw-bootstrap .rw-picker-btn,
.rw-bootstrap .rw-picker-caret,
.rw-bootstrap .rw-widget {
  color: #212529;
}

.rw-bootstrap .rw-btn:disabled,
.rw-bootstrap .rw-state-disabled .rw-btn,
.rw-bootstrap .rw-state-readonly .rw-btn,
.rw-bootstrap fieldset[disabled] .rw-btn {
  cursor: inherit;
}

.rw-bootstrap .rw-listbox.rw-state-disabled > *,
.rw-bootstrap fieldset[disabled] .rw-btn,
.rw-bootstrap fieldset[disabled] .rw-listbox > * {
  pointer-events: none;
}

.rw-bootstrap .rw-calendar-btn:hover,
.rw-bootstrap .rw-cell:hover,
.rw-bootstrap .rw-picker-btn:disabled,
.rw-bootstrap .rw-picker-btn:hover,
.rw-bootstrap .rw-state-disabled .rw-widget-input,
.rw-bootstrap .rw-widget-input.rw-state-disabled,
.rw-bootstrap fieldset[disabled] .rw-picker-btn,
.rw-bootstrap fieldset[disabled] .rw-widget-input {
  background-color: #e9ecef;
}

.rw-bootstrap .rw-calendar-btn:active,
.rw-bootstrap .rw-cell:active,
.rw-bootstrap .rw-picker-btn:active {
  background-color: #dee2e6;
}

.rw-bootstrap .rw-input-addon,
.rw-bootstrap .rw-input-addon.rw-picker-btn {
  border-left: 1px solid #ccc;
}

.rw-bootstrap [dir=rtl] .rw-input-addon,
.rw-bootstrap [dir=rtl] .rw-input-addon.rw-picker-btn {
  border-right: 1px solid #ccc;
  border-left: none;
}

.rw-bootstrap .rw-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rw-bootstrap .rw-widget {
  border: none;
  font-size: 1em;
  font-family: inherit;
  outline: 0;
  position: relative;
}

.rw-bootstrap .rw-widget,
.rw-bootstrap .rw-widget *,
.rw-bootstrap .rw-widget :after,
.rw-bootstrap .rw-widget :before,
.rw-bootstrap .rw-widget:after,
.rw-bootstrap .rw-widget:before {
  box-sizing: border-box;
}

.rw-bootstrap .rw-state-disabled,
.rw-bootstrap .rw-state-readonly,
.rw-bootstrap fieldset[disabled] .rw-widget {
  cursor: not-allowed;
}

.rw-bootstrap .rw-widget-picker {
  display: grid;
  overflow: hidden;
  min-height: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 0;
  grid-template: 1fr/1fr 1.9em;
  width: 100%;
}

.rw-bootstrap .rw-detect-autofill,
.rw-bootstrap .rw-dropdownlist-search,
.rw-bootstrap .rw-input {
  margin: 0;
  border: none;
  touch-action: manipulation;
  outline: 0;
}

.rw-bootstrap .rw-widget-picker.rw-hide-caret {
  grid-template-columns: 1fr;
}

.rw-bootstrap .rw-state-focus .rw-widget-picker {
  border-color: #80bdff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  transition: box-shadow .15s ease-in-out;
}

.rw-bootstrap .rw-listbox.rw-state-focus,
.rw-bootstrap .rw-state-focus .rw-widget-picker.rw-widget-input {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.rw-bootstrap .rw-input {
  color: inherit;
  background: none;
  line-height: 36px !important;
  padding: 0 .857em !important;
  height: 36px !important;
}

.rw-bootstrap .rw-detect-autofill:disabled,
.rw-bootstrap .rw-dropdownlist-search:disabled,
.rw-bootstrap .rw-input:disabled,
.rw-bootstrap .rw-multiselect-input:disabled,
.rw-bootstrap .rw-time-input.rw-state-focus .rw-time-input-clear.rw-show,
.rw-bootstrap .rw-time-input:hover .rw-time-input-clear.rw-show,
.rw-bootstrap .rw-time-part-input:disabled {
  opacity: 1;
}

.rw-bootstrap .rw-input[type=text]::-ms-clear {
  display: none;
}

.rw-bootstrap .rw-input:-moz-read-only {
  cursor: inherit;
}

.rw-bootstrap .rw-input:disabled,
.rw-bootstrap .rw-input:read-only {
  cursor: inherit;
}

.rw-bootstrap .rw-widget-input {
  color: #495057;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-clip: padding-box;
}

.rw-bootstrap .rw-input::-moz-placeholder {
  color: #999;
}

.rw-bootstrap .rw-input:-ms-input-placeholder {
  color: #999;
}

.rw-bootstrap .rw-input::placeholder,
.rw-bootstrap .rw-placeholder {
  color: #999;
}

.rw-bootstrap .rw-state-disabled .rw-input::-moz-placeholder {
  color: #999;
}

.rw-bootstrap .rw-state-disabled .rw-input:-ms-input-placeholder {
  color: #999;
}

.rw-bootstrap .rw-state-disabled .rw-input::placeholder,
.rw-bootstrap .rw-state-disabled .rw-placeholder {
  color: #999;
}

.rw-bootstrap .rw-detect-autofill,
.rw-bootstrap .rw-dropdownlist-search {
  padding: 0;
  color: inherit;
  box-shadow: none;
  background: none;
  font: inherit;
  line-height: inherit;
}

.rw-bootstrap .rw-detect-autofill:-webkit-autofill {
  -webkit-animation-name: react-widgets-autofill-start;
  animation-name: react-widgets-autofill-start;
  -webkit-animation-duration: .01ms;
  animation-duration: .01ms;
}

.rw-bootstrap .rw-detect-autofill:not(:-webkit-autofill) {
  -webkit-animation-name: react-widgets-autofill-cancel;
  animation-name: react-widgets-autofill-cancel;
  -webkit-animation-duration: .01ms;
  animation-duration: .01ms;
}

.rw-bootstrap .rw-input:-webkit-autofill,
.rw-bootstrap .rw-webkit-autofill .rw-widget-container {
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: #000 !important;
}

.rw-bootstrap .rw-list {
  font-size: 1em;
  overflow-x: visible;
  overflow-y: auto;
  padding-top: .5em;
  padding-bottom: .5em;
}

.rw-bootstrap .rw-list-option,
.rw-bootstrap .rw-list-option-create {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212529;
  cursor: pointer;
  border: 1px solid transparent;
  background-clip: padding-box;
}

.rw-bootstrap .rw-list-option-create:hover,
.rw-bootstrap .rw-list-option:hover,
.rw-bootstrap [data-intent=keyboard] .rw-list-option.rw-state-focus:not(.rw-state-selected),
.rw-bootstrap [data-intent=keyboard] .rw-state-focus.rw-list-option-create:not(.rw-state-selected) {
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.rw-bootstrap .rw-cell.rw-state-selected,
.rw-bootstrap .rw-list-option.rw-state-selected,
.rw-bootstrap .rw-state-selected.rw-list-option-create {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.rw-bootstrap .rw-list-option.rw-state-disabled,
.rw-bootstrap .rw-state-disabled.rw-list-option-create {
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
  color: #dee2e6;
}

.rw-bootstrap .rw-list-empty,
.rw-bootstrap .rw-list-optgroup,
.rw-bootstrap .rw-list-option,
.rw-bootstrap .rw-list-option-create {
  padding: .25em 1.5em;
  outline: 0;
}

.rw-bootstrap .rw-list-empty {
  color: #ced4da;
}

.rw-bootstrap .rw-multiselect-input,
.rw-bootstrap .rw-multiselect-tag-btn {
  color: inherit;
  touch-action: manipulation;
  outline: 0;
}

.rw-bootstrap .rw-list-optgroup {
  font-weight: 700;
  padding-top: 7px;
}

.rw-bootstrap .rw-list-option-create {
  display: block;
  font-size: 1em;
  padding: .25em 1.5em;
}

.rw-bootstrap .rw-calendar-contained,
.rw-bootstrap .rw-listbox {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.rw-bootstrap .rw-listbox.rw-state-focus {
  border-color: #80bdff;
  transition: box-shadow .15s ease-in-out;
}

.rw-bootstrap .rw-dropup .rw-popup,
.rw-bootstrap .rw-popup {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.175);
}

.rw-bootstrap .rw-listbox.rw-state-readonly > * {
  cursor: inherit;
}

.rw-bootstrap .rw-popup-container {
  position: absolute;
  z-index: 200;
  top: 100%;
  left: -1em;
  right: -1em;
  padding: 0 1em;
}

.rw-bootstrap .rw-popup-container.rw-dropup {
  top: auto;
  bottom: 100%;
}

.rw-bootstrap .rw-state-focus .rw-popup-container {
  z-index: 3;
}

.rw-bootstrap .rw-slide-transition {
  margin-bottom: 1em;
  transition: transform .13s, opacity .1s;
}

.rw-bootstrap .rw-dropup > .rw-slide-transition {
  margin-bottom: 0;
  margin-top: 1em;
}

.rw-bootstrap .rw-popup {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.rw-bootstrap .rw-popup .rw-list {
  max-height: 250px;
}

.rw-bootstrap .rw-dropup .rw-popup {
  margin-top: 0;
  margin-bottom: 2px;
}

.rw-bootstrap .rw-calendar,
.rw-bootstrap .rw-slide-transition-entering,
.rw-bootstrap .rw-slide-transition-exited,
.rw-bootstrap .rw-slide-transition-exiting {
  overflow: hidden;
}

.rw-bootstrap .rw-slide-transition-entering .rw-slide-transition {
  transform: translateY(0);
  opacity: 1;
  transition-timing-function: ease-out;
}

.rw-bootstrap .rw-slide-transition-exiting .rw-slide-transition {
  transition-timing-function: ease-in;
}

.rw-bootstrap .rw-slide-transition-exited .rw-slide-transition,
.rw-bootstrap .rw-slide-transition-exiting .rw-slide-transition {
  opacity: 0;
  transform: translateY(-10%);
}

.rw-bootstrap .rw-slide-transition-exited.rw-dropup .rw-slide-transition,
.rw-bootstrap .rw-slide-transition-exiting.rw-dropup .rw-slide-transition {
  opacity: 0;
  transform: translateY(10%);
}

.rw-bootstrap .rw-slide-transition-exited {
  display: none;
}

.rw-bootstrap .rw-dropdown-list {
  width: 100%;
}

.rw-bootstrap .rw-dropdown-list-input {
  padding: 0 .857em;
  align-self: center;
  display: grid;
  min-width: 0;
  grid-template: 1fr/1fr;
}

.rw-bootstrap .rw-dropdown-list-input > * {
  grid-area: 1/1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rw-bootstrap [dir=rtl] .rw-dropdown-list-input {
  padding-right: .857em;
  padding-left: 0;
}

.rw-bootstrap .rw-combobox-input {
  background-color: transparent;
  z-index: 1;
}

.rw-bootstrap .rw-multiselect-input {
  margin: 0;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  line-height: inherit;
  height: 36px;
  padding: 0 .857em;
  max-width: 100%;
}

.rw-bootstrap .rw-multiselect-input:-moz-read-only {
  cursor: inherit;
}

.rw-bootstrap .rw-multiselect-input:disabled,
.rw-bootstrap .rw-multiselect-input:read-only {
  cursor: inherit;
}

.rw-bootstrap .rw-multiselect-taglist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  outline: 0;
  cursor: text;
}

.rw-bootstrap .rw-state-disabled .rw-multiselect-taglist {
  cursor: unset;
}

.rw-bootstrap .rw-multiselect-tag {
  display: inline-flex;
  margin-left: 3.37px;
  margin-top: 3.37px;
  min-height: 29.26px;
  border-radius: 3px;
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  cursor: default;
  max-width: 100%;
  align-items: center;
  overflow: hidden;
}

.rw-bootstrap [dir=rtl] .rw-multiselect-tag {
  margin-left: 0;
  margin-right: 3.37px;
  padding: 0 .35em;
}

.rw-bootstrap .rw-calendar-btn:focus,
.rw-bootstrap .rw-cell:focus,
.rw-bootstrap .rw-multiselect-tag.rw-state-focus {
  z-index: 1;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  transition: box-shadow .15s ease-in-out;
}

.rw-bootstrap .rw-multiselect-tag.rw-state-disabled,
.rw-bootstrap fieldset[disabled] .rw-multiselect-tag {
  opacity: .65;
}

.rw-bootstrap .rw-multiselect-tag-label {
  padding: 0 .35em;
}

.rw-bootstrap .rw-multiselect-tag-btn {
  margin: 0;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
  align-self: stretch;
  padding: 0 .35em;
}

.rw-bootstrap .rw-multiselect-tag-btn:disabled {
  cursor: inherit;
}

.rw-bootstrap .rw-calendar-popup {
  right: auto;
  min-width: 0;
  width: 22em;
}

.rw-bootstrap .rw-calendar-btn-view,
.rw-bootstrap .rw-calendar-now {
  font-weight: 700;
}

.rw-bootstrap .rw-calendar-header {
  display: flex;
  padding: .8em;
}

.rw-bootstrap .rw-calendar-btn,
.rw-bootstrap .rw-cell {
  background-clip: padding-box;
}

.rw-bootstrap [data-intent=mouse] .rw-calendar-btn:focus,
.rw-bootstrap [data-intent=mouse] .rw-cell:focus {
  z-index: auto;
  box-shadow: none;
}

.rw-bootstrap .rw-calendar-btn.rw-state-disabled,
.rw-bootstrap .rw-calendar-btn:disabled,
.rw-bootstrap .rw-cell.rw-state-disabled,
.rw-bootstrap .rw-cell:disabled {
  pointer-events: none;
  opacity: .35;
}

.rw-bootstrap .rw-calendar-btn {
  line-height: 2em;
  border-radius: 4px;
}

.rw-bootstrap .rw-calendar-btn-left,
.rw-bootstrap .rw-calendar-btn-right,
.rw-bootstrap .rw-calendar-btn-today,
.rw-bootstrap .rw-calendar-btn-view {
  padding: .3em .6em;
}

.rw-bootstrap [dir=rtl] .rw-calendar-btn-left,
.rw-bootstrap [dir=rtl] .rw-calendar-btn-right {
  transform: scaleX(-1);
}

.rw-bootstrap .rw-calendar-btn-view > :last-child {
  margin: 0 .5em;
}

.rw-bootstrap .rw-calendar-btn-view + * {
  margin-left: auto;
}

.rw-bootstrap [dir=rtl] .rw-calendar-btn-view + * {
  margin-left: 0;
  margin-right: auto;
}

.rw-bootstrap .rw-calendar-grid {
  display: table;
  outline: 0;
  height: 14em;
  padding: 3px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
}

.rw-bootstrap .rw-calendar-head {
  display: table-header-group;
}

.rw-bootstrap .rw-calendar-body {
  display: table-row-group;
}

.rw-bootstrap .rw-calendar-row {
  display: table-row;
}

.rw-bootstrap .rw-head-cell {
  border-bottom: 1px solid #ccc;
}

.rw-bootstrap .rw-cell,
.rw-bootstrap .rw-head-cell {
  display: table-cell;
  text-align: center;
  padding: .25em;
}

.rw-bootstrap .rw-cell {
  color: #212529;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  border: 1px solid transparent;
  outline: 0;
}

.rw-bootstrap .rw-cell-off-range {
  color: #ced4da;
}

.rw-bootstrap .rw-calendar-transition-group {
  position: relative;
  overflow: hidden;
}

.rw-bootstrap .rw-calendar-transition {
  width: 100%;
  overflow: hidden;
  transition: transform .2s ease-in-out 0ms;
  transform: translate(0);
}

.rw-bootstrap .rw-calendar-transition-next {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rw-bootstrap .rw-calendar-transition-bottom .rw-calendar-transition-prev,
.rw-bootstrap .rw-calendar-transition-top .rw-calendar-transition-next {
  transform: translateY(-100%);
}

.rw-bootstrap .rw-calendar-transition-bottom .rw-calendar-transition-next,
.rw-bootstrap .rw-calendar-transition-top .rw-calendar-transition-prev {
  transform: translateY(100%);
}

.rw-bootstrap .rw-calendar-transition-left .rw-calendar-transition-prev,
.rw-bootstrap .rw-calendar-transition-right .rw-calendar-transition-next {
  transform: translate(-100%);
}

.rw-bootstrap .rw-calendar-transition-left .rw-calendar-transition-next,
.rw-bootstrap .rw-calendar-transition-right .rw-calendar-transition-prev {
  transform: translate(100%);
}

.rw-bootstrap .rw-calendar-transition-next.rw-calendar-transition-active {
  transform: translate(0);
}

.rw-bootstrap .rw-calendar-transition-prev {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@supports (transform-style: preserve-3d) {
  .rw-bootstrap .rw-calendar-transition,
  .rw-bootstrap .rw-calendar-transition-next.rw-calendar-transition-active {
    transform: translateZ(0);
  }

  .rw-bootstrap .rw-calendar-transition-bottom .rw-calendar-transition-prev,
  .rw-bootstrap .rw-calendar-transition-top .rw-calendar-transition-next {
    transform: translate3d(0, -100%, 0);
  }

  .rw-bootstrap .rw-calendar-transition-bottom .rw-calendar-transition-next,
  .rw-bootstrap .rw-calendar-transition-top .rw-calendar-transition-prev {
    transform: translate3d(0, 100%, 0);
  }

  .rw-bootstrap .rw-calendar-transition-left .rw-calendar-transition-prev,
  .rw-bootstrap .rw-calendar-transition-right .rw-calendar-transition-next {
    transform: translate3d(-100%, 0, 0);
  }

  .rw-bootstrap .rw-calendar-transition-left .rw-calendar-transition-next,
  .rw-bootstrap .rw-calendar-transition-right .rw-calendar-transition-prev {
    transform: translate3d(100%, 0, 0);
  }
}

.rw-bootstrap .rw-number-picker-spinners,
.rw-bootstrap .rw-popup {
  display: flex;
  flex-direction: column;
}

.rw-bootstrap .rw-popup > .rw-time-input {
  align-self: center;
  margin: 1em 0;
}

.rw-bootstrap .rw-time-input {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0;
  cursor: text;
}

.rw-bootstrap .rw-time-part-input,
.rw-bootstrap .rw-time-part-meridiem {
  margin: 0;
  border: none;
  color: inherit;
  box-shadow: none;
  background: none;
  touch-action: manipulation;
  padding: 0 .5em;
  outline: 0;
}

.rw-bootstrap .rw-time-part-input {
  font: inherit;
  line-height: inherit;
}

.rw-bootstrap .rw-time-part-input::-moz-placeholder {
  text-align: center;
}

.rw-bootstrap .rw-time-part-input:-ms-input-placeholder {
  text-align: center;
}

.rw-bootstrap .rw-time-part-input,
.rw-bootstrap .rw-time-part-input::placeholder {
  text-align: center;
}

.rw-bootstrap .rw-time-part-meridiem {
  font: inherit;
  line-height: inherit;
  text-transform: lowercase;
  font-variant: small-caps;
}

.rw-bootstrap .rw-time-input-clear {
  padding: 0 .4em;
  outline: 0;
  opacity: 0;
  margin-left: auto;
}

.rw-bootstrap [dir=rtl] .rw-time-input-clear {
  margin-left: revert;
  margin-right: auto;
}

.rw-bootstrap .rw-number-picker-spinners .rw-btn {
  flex: 1 1 0;
}

.footer {
  background-color: #262626;
  color: #fff;
  padding: 50px 0 50px;
}

.footer .copyright-logo {
  color: #8f8f8f;
  text-align: right;
  font-size: 135%;
}

.footer .footer-menu h3 {
  font-size: 22.86px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 40px;
}

.footer .footer-menu ul li a {
  font-size: 22.86px;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
}

.footer-logo {
  height: 55px;
  width: 205px;
}

.modal-dialog {
  width: 530px;
  margin: 100px auto;
}

.modal-width-md .modal-dialog {
  width: 655px;
  margin: 100px auto;
}

.modal-width-xs .modal-dialog {
  width: 444px;
  margin: 100px auto;
}

.modal-width-xmd .modal-dialog {
  width: 675px;
  margin: 100px auto;
}

.modal-width-sm .modal-dialog {
  width: 574px;
  margin: 100px auto;
}

.modal-padding-sm .modal-body {
  padding: 30px 20px 20px;
}

.modal-width-lg .modal-dialog {
  width: 954px;
  margin: 100px auto;
}

.modal-width-xl .modal-dialog {
  width: 1054px;
  margin: 100px auto;
}

.modal-width-xxl .modal-dialog {
  width: 1380px;
  margin: 100px auto;
}

.modal-body {
  padding: 20px;
}

.modal-content {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  border: 0;
}

.modal-backdrop.in {
  background-color: #333645;
  opacity: 0.8;
}

.modal-title {
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.modal-title.medium {
  font-size: 28px;
}

.modal-desc.xsmall {
  font-size: 14px;
  line-height: 1.4;
}

.modal-desc.small {
  font-size: 20px;
}

.modal-desc.medium {
  font-size: 24px;
}

.modal-desc.desc-padding-top {
  padding: 35px 0 0;
}

.modal-desc.desc-padding-bottom {
  padding: 0px 0 35px;
}

.modal-bg-gray {
  background-color: #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}

.modal-bg-gray.last-element {
  margin-bottom: -20px;
}

.modal-bg-purple {
  background-color: var(--brand-color);
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 20px 15px;
}

.bg-blue {
  background-color: #5c84dc;
  margin-left: -20px;
  margin-right: -20px;
}

.margin-top-minus-40 {
  margin-top: -40px !important;
}

.modal-cont-gray {
  background-color: #f4f4f7;
  padding: 15px 20px;
  margin-bottom: 2px;
  border-radius: 4px;
}

.modal-cont-gray.darken {
  background-color: #eeeff3;
}

.modal-cont-gray.sm-padding {
  padding: 11px 12px;
}

.modal-cont-white {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 2px;
}

.link-cont {
  padding: 26px 20px;
}

.modal-cont-lg {
  width: 74%;
  margin: 0 13%;
}

.modal-cont-md {
  width: 80%;
  margin: 0 10%;
}

.modal-cont-sm {
  width: 90%;
  margin: 0 5%;
}

.icon {
  background: url(/asset/img/sprite.png) no-repeat;
}

.icon.lef-menu {
  float: left;
  margin-right: 15px;
  margin-left: 7px;
}

.icon.menu-1 {
  background-position: -226px -3px;
  width: 19px;
  height: 19px;
}

.icon.menu-2 {
  background-position: -225px -50px;
  width: 21px;
  height: 18px;
}

.icon.menu-3 {
  background-position: -227px -99px;
  width: 17px;
  height: 19px;
}

.icon.menu-4 {
  background-position: -227px -148px;
  width: 17px;
  height: 19px;
}

.icon.menu-5 {
  background-position: -227px -198px;
  width: 16px;
  height: 21px;
}

.icon.menu-6 {
  background-position: -226px -251px;
  width: 18px;
  height: 17px;
}

.icon.menu-7 {
  background-position: -225px -300px;
  width: 21px;
  height: 19px;
}

.icon.menu-8 {
  background-position: -226px -350px;
  width: 17px;
  height: 19px;
}

.icon.menu-9 {
  background-position: -226px -401px;
  width: 19px;
  height: 19px;
}

.icon.menu-10 {
  background-position: -196px -3px;
  width: 20px;
  height: 21px;
}

.icon.menu-11 {
  background-position: -82px -789px;
  width: 17px;
  height: 15px;
}

.icon.menu-12 {
  background-position: -198px -51px;
  width: 20px;
  height: 20px;
}

.icon.menu-caret-down {
  float: right;
  margin-top: 8px;
  background-position: -4px -54px;
  width: 10px;
  height: 6px;
}

.icon.talk {
  float: left;
  background-position: -3px -99px;
  width: 15px;
  height: 14px;
  margin-right: 10px;
  margin-top: 3px;
}

.icon.cart-ico {
  background-position: -82px -789px;
  width: 17px;
  height: 15px;
  float: left;
  margin-right: 10px;
}

.icon.user {
  float: left;
  background-position: -2px -123px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: -2px;
}

.icon.discountPlan {
  float: left;
  background-position: -116px -787px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: -2px;
}

.icon.account {
  float: left;
  background-position: -2px -173px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: -2px;
}

.icon.power-off {
  float: left;
  background-position: -2px -225px;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.icon.search {
  float: right;
  background-position: -31px -37px;
  width: 22px;
  height: 22px;
}

.icon.delete {
  float: left;
  background-position: -34px -136px;
  width: 11px;
  height: 17px;
}

.icon.arrow-right-bg {
  float: left;
  background-position: -36px -76px;
  width: 12px;
  height: 21px;
}

.icon.arrow-right-sm {
  background-position: -214px -428px;
  width: 6px;
  height: 12px;
}

.icon.arrow-right-md {
  background-position: -233px -428px;
  width: 10px;
  height: 18px;
}

.icon.arrow-right-skip {
  background-position: -201px -697px;
  width: 11px;
  height: 19px;
}

.icon.arrow-left-back {
  background-position: -182px -697px;
  width: 11px;
  height: 19px;
}

.icon.arrow-r-green-xs {
  background-position: -240px -671px;
  width: 11px;
  height: 18px;
}

.icon.arrow-top {
  background-position: -210px -450px;
  width: 12px;
  height: 6px;
}

.icon.arrow-down {
  background-position: -152px -451px;
  width: 22px;
  height: 12px;
}

.icon.arrow-right {
  background-position: -209px -428px;
  width: 22px;
  height: 22px;
  margin: 22px 0 10px 0 !important;
}

.icon .arrow-right-middle {
  background-position: -209px -428px;
  width: 22px;
  height: 12px;
}

.icon.upload {
  float: left;
  background-position: 0 -259px;
  width: 24px;
  height: 24px;
}

.icon.upload-white {
  background-position: -148px -132px;
  width: 34px;
  height: 34px;
}

.icon.date {
  float: left;
  background-position: 0 -297px;
  width: 32px;
  height: 33px;
}

.icon.edit {
  background-position: -32px -172px;
  width: 20px;
  height: 20px;
}

.icon.edit2 {
  background-position: -62px -176px;
  width: 15px;
  height: 15px;
}

.icon.edit-blue {
  background-position: -118px -113px;
  width: 14px;
  height: 18px;
}

.icon.delete {
  background-position: -31px -211px;
  width: 16px;
  height: 17px;
}

.icon.delete2 {
  background-position: -63px -213px;
  width: 12px;
  height: 13px;
}

.icon.delete3 {
  background-position: -34px -136px;
  width: 11px;
  height: 17px;
}

.icon.delete4 {
  background-position: -216px -565px;
  width: 16px;
  height: 14px;
}

.icon.delete5 {
  background-position: -215px -595px;
  width: 19px;
  height: 18px;
}

.icon.delete6 {
  background-position: -194px -618px;
  width: 14px;
  height: 14px;
}

.icon.remove {
  background-position: -43px -242px;
  width: 18px;
  height: 21px;
}

.icon.remove-red {
  background-position: -115px -201px;
  width: 19px;
  height: 19px;
}

.icon.remove-sm {
  background-position: -91px -208px;
  width: 9px;
  height: 13px;
}

.icon.block {
  background-position: -89px -233px;
  width: 13px;
  height: 13px;
}

.icon.check-blue {
  background-position: -89px -257px;
  width: 14px;
  height: 10px;
}

.icon.check-blue-lg {
  background-position: -166px -562px;
  width: 22px;
  height: 17px;
}

.icon.check-circle {
  background-position: -167px -621px;
  width: 20px;
  height: 20px;
}

.icon.created {
  background-position: -2px -369px;
  width: 73px;
  height: 73px;
}

.icon.envelope {
  background-position: -88px -183px;
  width: 16px;
  height: 11px;
}

.icon.alert {
  background-position: -83px -383px;
  width: 74px;
  height: 74px;
}

.icon.plus {
  background-position: -2px -464px;
  width: 73px;
  height: 73px;
}

.icon.plus-sm {
  background-position: -115px -48px;
  width: 23px;
  height: 24px;
}

.icon.plus-xs {
  background-position: -119px -85px;
  width: 14px;
  height: 13px;
}

.icon.plus-green-xs {
  background-position: -137px -724px;
  width: 29px;
  height: 29px;
}

.icon.remove-cross {
  background-position: -83px -465px;
  width: 73px;
  height: 73px;
}

.icon.fb {
  background-position: -65px -1px;
  width: 44px;
  height: 44px;
  float: left;
}

.icon.tw {
  background-position: -143px -2px;
  width: 44px;
  height: 44px;
  float: left;
}

.icon.gp {
  background-position: -65px -76px;
  width: 44px;
  height: 44px;
  float: left;
}

.icon.in {
  background-position: -143px -77px;
  width: 44px;
  height: 44px;
  float: left;
}

.icon.truck {
  background-position: -113px -228px;
  width: 30px;
  height: 17px;
}

.icon.date-sm {
  background-position: -116px -255px;
  width: 20px;
  height: 20px;
}

.icon.time {
  background-position: -115px -284px;
  width: 19px;
  height: 19px;
}

.icon.time-green {
  background-position: -111px -662px;
  width: 25px;
  height: 25px;
}

.icon.discount {
  background-position: -146px -170px;
  width: 39px;
  height: 39px;
}

.icon.nodiscount {
  background-position: -158px -218px;
  width: 44px;
  height: 44px;
}

.icon.profile {
  background-position: -146px -272px;
  width: 39px;
  height: 39px;
}

.icon.account-ico {
  background-position: -146px -314px;
  width: 39px;
  height: 39px;
}

.icon.accounting-ico {
  background-position: -186px -170px;
  width: 39px;
  height: 39px;
}

.icon.custom-login-ico {
  background-position: -186px -272px;
  width: 39px;
  height: 39px;
}

.icon.print {
  background-position: -115px -316px;
  width: 19px;
  height: 15px;
}

.icon.add {
  background-position: -108px -343px;
  width: 29px;
  height: 29px;
}

.icon.remove-card {
  background-position: -81px -53px;
  width: 14px;
  height: 14px;
}

.icon.flag {
  background-position: -163px -465px;
  width: 73px;
  height: 73px;
}

.icon.approve {
  background-position: -2px -383px;
  width: 73px;
  height: 73px;
}

.icon.flag-blue {
  background-position: -4px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-gray {
  background-position: -18px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-white {
  background-position: -33px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-red {
  background-position: -47px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-green {
  background-position: -61px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-yellow {
  background-position: -75px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-green2 {
  background-position: -90px -547px;
  width: 8px;
  height: 9px;
}

.icon.flag-purple {
  background-position: -104px -547px;
  width: 8px;
  height: 9px;
}

.icon.download {
  background-position: -159px -53px;
  width: 13px;
  height: 15px;
}

.icon.label-ico {
  background-position: -3px -573px;
  width: 73px;
  height: 73px;
}

.icon.note {
  background-position: -82px -573px;
  width: 73px;
  height: 73px;
}

.icon.pin {
  background-position: -173px -598px;
  width: 9px;
  height: 14px;
}

.icon.sort {
  background-position: -219px -629px;
  width: 9px;
  height: 14px;
}

.icon.sort-top {
  background-position: -219px -629px;
  width: 9px;
  height: 6px;
}

.icon.sort-bot {
  background-position: -219px -637px;
  width: 9px;
  height: 6px;
}

.icon.phone {
  background-position: -6px -656px;
  width: 20px;
  height: 20px;
}

.icon.message {
  background-position: -35px -659px;
  width: 20px;
  height: 15px;
}

.icon.print-round {
  background-position: -64px -652px;
  width: 38px;
  height: 38px;
}

.icon.compose {
  background-position: -148px -660px;
  width: 28px;
  height: 28px;
}

.icon.compose2 {
  background-position: -153px -369px;
  width: 15px;
  height: 15px;
}

.icon.attach {
  background-position: -186px -669px;
  width: 17px;
  height: 15px;
}

.icon.back {
  background-position: -225px -669px;
  width: 12px;
  height: 21px;
}

.icon.gray-star {
  background-position: -2px -688px;
  width: 23px;
  height: 22px;
}

.icon.green-star {
  background-position: -37px -689px;
  width: 23px;
  height: 22px;
}

.icon.option-ico {
  background-position: -104px -724px;
  width: 29px;
  height: 29px;
}

.icon.secure {
  background-position: -185px -642px;
  width: 30px;
  height: 22px;
  display: inline-block;
}

.icon.sent {
  background-position: -1px -759px;
  width: 73px;
  height: 73px;
}

.icon.slide-left {
  background-position: -221px -700px;
  width: 13px;
  height: 23px;
}

.icon.slide-right {
  background-position: -238px -700px;
  width: 13px;
  height: 23px;
}

.icon.csv {
  background-position: -146px -694px;
  width: 21px;
  height: 25px;
}

.icon.credit-ico {
  background-position: -81px -762px;
  width: 25px;
  height: 20px;
}

.add-i1 {
  background: url(/asset/img/add-i1.png) no-repeat;
  width: 83px;
  height: 83px;
  float: left;
}

.add-i2 {
  background: url(/asset/img/add-i2.png) no-repeat;
  width: 83px;
  height: 83px;
  float: left;
}

.add-i3 {
  background: url(/asset/img/add-i3.png) no-repeat;
  width: 83px;
  height: 83px;
  float: left;
}

.left-menu-icon {
  float: left;
  width: 22px;
  text-align: center;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 19px !important;
}

table > thead > tr > td,
table > thead > tr > th {
  font-size: 15px;
  color: #6b6c75;
  font-weight: 400;
  font-weight: bold;
  padding: 15px 10px 10px;
  text-transform: uppercase;
  background-color: #f5f5f5;
}

table > thead > tr > td .form-group,
table > thead > tr > th .form-group {
  margin-bottom: 0;
}

table > thead > tr > td .form-group.check-box,
table > thead > tr > th .form-group.check-box {
  height: 24px;
}

table > thead > tr > th {
  border-bottom: 2px solid #ddd;
}

table > tbody > tr > th {
  font-size: 15px;
  color: #6b6c75;
  font-weight: 400;
  padding: 15px 10px 10px;
  text-transform: uppercase;
  background-color: #f5f5f5;
}

table > tbody > tr > th .form-group {
  margin-bottom: 0;
}

table > tbody > tr > th .form-group.check-box {
  height: 24px;
}

table > tbody > tr > td {
  font-size: 16px;
  color: #373c53;
  font-weight: normal;
}

table.table-condensed > tbody > tr > td,
table > tbody > tr > th {
  padding: 15px 15px;
  line-height: 34px;
}

table.table-condensed > tbody > tr > td .form-group,
table > tbody > tr > th .form-group {
  margin-bottom: 0;
}

table.table-condensed > tbody > tr > td .form-group input,
table > tbody > tr > th .form-group input {
  min-width: 100px;
  width: 100%;
}

table.table-condensed > tbody > tr > td .form-group.check-box,
table > tbody > tr > th .form-group.check-box {
  padding-top: 5px;
  height: 29px;
}

table.floating-headers > thead tr:nth-child(1) th {
  position: sticky;
  top: 61px;
  z-index: 10;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafafa;
}

.table.reset-line-height td > .form-group label.control-label {
  line-height: initial;
}

.table.reset-input-text-width tbody > tr > td .form-group input {
  min-width: 100px;
  width: 100%;
}

.table-condensed > thead > tr > th {
  padding-left: 15px;
}

.table-condensed > tbody > tr > th {
  padding: 22px 15px;
}

table.is-sticky {
  position: relative;
  border-collapse: collapse;
}

table.is-sticky thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 100;
}

table.is-sticky tbody > tr > td:first-child,
table.is-sticky thead > tr > th:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
  border-right: solid 1px #eee;
}

table.is-sticky tbody > tr > td:first-child {
  z-index: 99;
}

table.is-sticky thead > tr > th:first-child {
  z-index: 101;
}

div.pricing div.table-responsive {
  height: 100vh;
  overflow-y: scroll;
}

.button {
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  letter-spacing: 1px;
  border: none;
  border-radius: 80px;
  text-align: center;
}

.button.btn {
  border-radius: 80px;
}

.button.xsmall {
  font-size: 14px;
  padding: 0 15px;
  height: 22px;
  line-height: 22px;
}

.button.small {
  font-size: 18px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
}

.button.medium {
  font-size: 20px;
  padding: 0 25px;
  height: 52px;
  line-height: 52px;
}

.button.medium.btn-text-sm {
  font-size: 14px;
}

.button.round-button {
  font-size: 18px;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
}

.button.medium-padd-lg {
  font-size: 20px;
  padding: 0 10px;
  height: 57px;
  line-height: 57px;
}

.button.medium-padd-xlg {
  font-size: 20px;
  padding: 0 20px;
  height: 57px;
  line-height: 57px;
}

.button.medium-padd-xs {
  font-size: 20px;
  padding: 0 5px;
  height: 57px;
  line-height: 57px;
}

.button.xmedium {
  font-size: 27px;
  padding: 0 35px;
  height: 57px;
  line-height: 57px;
}

.button.large {
  font-size: 44px;
  padding: 0 120px;
  height: 122px;
  line-height: 122px;
}

.button.btn-margin-top {
  margin-top: 10px;
}

.button.btn-color-1 {
  background-color: #fff;
  color: #6088dd;
}

.button.btn-color-2 {
  background-color: #5bc9bc;
  color: #fff;
}

.button.btn-color-3 {
  background-color: #6088dd;
  color: #fff;
}

.button.btn-border-color-3 {
  background-color: #fff;
  background-color: transparent;
  border: 1px solid #6088dd;
  color: var(--brand-color);
}

.button.btn-color-4 {
  background-color: #333645;
  color: #fff;
}

.button.btn-color-5 {
  background-color: #fede32;
  color: #333645;
}

.button.btn-color-6 {
  background-color: #ccc;
  color: #777;
}

.button.btn-color-7 {
  background-color: #52c5b7;
  color: #fff;
}

.button:hover.btn-color-1 {
  background-color: #ededed;
}

.button:hover.btn-color-2 {
  background-color: #40c0b1;
}

.button:hover.btn-color-3 {
  background-color: #4372d7;
}

.button:hover.btn-color-4 {
  background-color: #242630;
}

.button:hover.btn-color-5 {
  background-color: #fed80e;
}

.button:hover.btn-color-6 {
  background-color: #bababa;
}

.button.disabledBtn {
  opacity: .95;
  cursor: not-allowed;
}

.border-button {
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  letter-spacing: 1px;
  border: none;
  border-radius: 80px;
  text-align: center;
  background-color: transparent;
  border: 2px solid gray;
}

.border-button.small {
  font-size: 18px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
}

.border-button.medium {
  font-size: 20px;
  padding: 0 25px;
  height: 58px;
  line-height: 58px;
}

.border-button.btn-color-1 {
  border: 2px solid #5bc9bc;
  color: #5bc9bc;
}

.border-button.btn-color-2 {
  border: 1px solid #d0d8e6;
  color: #5bc9bc;
}

.border-button.btn-color-3 {
  border: 2px solid #5c84dc;
  color: #5c84dc;
}

.border-button:hover.btn-color-1 {
  background-color: #5bc9bc;
  color: #fff;
}

.button-rect {
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.button-rect.medium {
  font-size: 13px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  min-width: 100px;
  font-weight: 600;
  text-transform: none;
}

.button-rect.border-gray {
  border: 1px solid #dadada;
  background-color: #fff;
  color: #6b6b6b;
}

.button-rect.rect-color-1 {
  background-color: #5e85df;
  color: #fff;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-text {
  border: 0;
  background: #fff;
  background: transparent;
  font-size: 22px;
}

.button-text.small {
  font-size: 16px;
}

.button-text.icon:before {
  content: '';
}

.button-text.icon.arrow-left:before {
  background: url("/asset/img/sprite.png") no-repeat 0 -28px;
  width: 12px;
  height: 21px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.button-text.icon.arrow-right:before {
  background: url("/asset/img/sprite.png") no-repeat -36px -76px;
  width: 12px;
  height: 21px;
  float: right;
  margin-left: 25px;
}

.button-text.icon.arrow-right-middle:before {
  background: url("/asset/img/sprite.png") no-repeat -36px -76px;
  width: 12px;
  height: 21px;
  float: right;
  margin-left: 25px;
}

.button-text.back-button {
  position: absolute;
  margin: 10px 0;
}

.button-text.cancel-button {
  font-size: 20px;
}

.button-icon {
  border: 0;
  background-color: transparent;
}

.closeBtn {
  border: 0;
  outline: 0;
  background: url("/asset/img/sprite.png") no-repeat -30px -1px;
  width: 19px;
  height: 19px;
}

.closeBtn.darken {
  background: url("/asset/img/sprite.png") no-repeat -1px -1px;
}

.remove-card-btn {
  border: 0;
  outline: 0;
  width: 31px;
  height: 31px;
  background-color: #50c4b6;
  border-radius: 50%;
}

.remove-card-btn i.icon {
  margin: 0 auto;
  display: block;
}

.block-btn {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .button.medium-padd-xlg {
    font-size: 20px;
    padding: 0 10px;
    height: 57px;
    line-height: 57px;
  }
}

.btn-bg-gray {
  background: #ccc !important;
}

.btn-with-subtitle {
  position: relative;
}

.btn-with-subtitle .btn + .btn-subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 85%;
  margin-bottom: 0;
  display: none;
}

.btn-with-subtitle .btn.btn-lg,
.btn-with-subtitle .btn-group-lg > .btn {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .btn-with-subtitle .btn.btn-lg,
  .btn-with-subtitle .btn-group-lg > .btn {
    margin-bottom: 0;
  }
}

.btn-with-subtitle .btn.btn-lg + .btn-subtitle,
.btn-with-subtitle .btn-group-lg > .btn + .btn-subtitle {
  display: block;
  margin-top: -45px;
}

@media only screen and (min-width: 992px) {
  .btn-with-subtitle .btn.btn-lg + .btn-subtitle,
  .btn-with-subtitle .btn-group-lg > .btn + .btn-subtitle {
    margin-top: -15px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.card > hr {
  margin-top: 0;
  margin-bottom: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 0;
}

.card-body .table,
.card-body .list-group {
  margin-bottom: 0;
}

.card-body .table > .list-group-item,
.card-body .list-group > .list-group-item {
  border-left: 0;
  border-right: 0;
}

.card-body > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-body > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-title {
  margin-bottom: 10px;
}

.card-header {
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
}

.card-header h3 {
  margin: 4px 0 3px;
}

.card-header h4 {
  margin: 7px 0 7px;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.floating-card-header {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #ffffff;
  top: 60px;
  z-index: 100;
}

.floating-card-header h3 {
  margin: 4px 0 3px;
}

.floating-card-header h4 {
  margin: 7px 0 7px;
}

.floating-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e3e3e3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.floating-card-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  border-top: 1px solid #e3e3e3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px 20px 10px 20px;
  background: #f5f5f5;
  z-index: 98;
  width: auto;
}

.card-content {
  padding: 20px;
}

.sticky-table {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
}

.btn-primary {
  background-color: var(--brand-color);
  border-color: var(--brand-border-color);
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: var(--brand-active-color);
  border-color: var(--brand-border-active-color);
}

.btn-primary:hover {
  background-color: var(--brand-active-color);
  border-color: var(--brand-hover-active-color);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: var(--brand-active-color);
  border-color: var(--brand-border-active-color);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: var(--brand-active-color);
  border-color: var(--brand-border-active-color);
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: var(--brand-color);
  border-color: var(--brand-border-color);
}

.btn-primary .badge {
  color: var(--brand-color);
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  background-color: white;
  color: var(--brand-color);
}

ul.nav-pills > li > a,
ul.nav-pills > li > a:hover,
ul.nav-pills > li > a:focus {
  color: var(--brand-color);
}

ul.nav-pills > li.active > a,
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
  background-color: var(--brand-color);
}

.list-group .list-group-item.active {
  background-color: var(--brand-color);
  border-color: var(--brand-border-color);
}

.fourOfour-page {
  background-color: var(--brand-color);
  overflow: hidden;
  padding: 140px 0;
  min-height: 100vh;
}

.fourOfour-page img {
  display: block;
  margin: 0 auto;
}

.fourOfour-page p {
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 50px 0;
}

.fourOfour-page button {
  min-width: 250px;
}

.slider {
  min-height: 314px;
  background-color: #fff;
  border: 1px solid #e3e4e8;
  position: relative;
}

.slider .arrow i {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}

.slider .arrow .slide-left {
  left: 32px;
}

.slider .arrow .slide-right {
  right: 32px;
}

.slider .off-img-box {
  position: relative;
  float: right;
  margin-top: 50px;
}

.slider .off-img-box .off-box {
  width: 130px;
  height: 130px;
  border: 8px solid #fff;
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #92d856;
  border-radius: 50%;
  padding: 29px 0;
}

.slider .off-img-box .off-box p {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.slider .off-img-box .off-img img {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  border: 12px solid #ececec;
}

.user-side {
  position: fixed;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 600px;
  z-index: 675;
}

.user-side.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.user-side-cont {
  width: 82%;
  margin: 45px 9% 20px;
}

.slide {
  display: block;
  background: url("/asset/img/slide2.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide .slide-heading {
  font-size: 62px;
}

.slide .slide-desc {
  font-size: 35px;
}

.features .feat-item {
  height: 388px;
  padding: 30px 55px 60px;
  text-align: center;
}

.features .feat-item.green {
  background-color: #9bec59;
}

.features .feat-item.yellow {
  background-color: #fedd31;
}

.features .feat-item.blue {
  background-color: #5e85dc;
}

.banner {
  background-size: cover;
  width: 100% !important;
  min-height: 320px;
}

.banner img {
  max-width: 480px;
  max-height: 320px;
}

.newsletter {
  min-height: 270px;
  background-color: #333645;
  padding: 35px 0;
}

.page-breadcrumb {
  margin-bottom: 15px;
  margin-top: 0;
  overflow: hidden;
}

.page-breadcrumb.border-bottom {
  border-bottom: 1px solid #e0e1e2;
}

.page-breadcrumb ul li {
  float: left;
  margin-right: 10px;
}

.page-breadcrumb ul li span {
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  cursor: pointer;
}

.page-breadcrumb ul li.active span {
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
}

.page-breadcrumb ul li.active:before {
  content: '';
  float: right;
  background: url("/asset/img/sprite.png") no-repeat -37px -112px;
  width: 7px;
  height: 12px;
  margin-top: 7px;
  margin-left: 15px;
}

.page-breadcrumb.s-2 ul li span {
  font-size: 13px;
  text-transform: uppercase;
}

.blue-box {
  background-color: #5c84dc;
  border-radius: 4px;
}

.white-box {
  background-color: #fff;
  border-radius: 4px;
}

.gray-box {
  background-color: #f8f8fa;
  border-radius: 4px;
}

.border-box {
  border: 1px solid #dfe3ef;
}

.label-detail-box {
  margin-top: 15px;
  padding-top: 25px;
  padding-left: 25px;
}

#wrapper {
  padding-left: 0;
}

.page-header {
  padding: 18px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e0e1e2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.page-header h3 {
  margin: 3px 0 2px;
}

.page-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  border-top: 1px solid #e0e1e2;
  padding: 20px 20px 20px 216px;
  background: #fff;
  z-index: 100;
}

.underline-no-padding {
  border-bottom: 1px solid #e0e1e2;
}

.breadcrumb-header {
  margin: 25px 0 20px;
}

.breadcrumb-header.underline {
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 25px;
}

.huge {
  font-size: 50px;
  line-height: normal;
}

#page-wrapper {
  width: 100%;
}

/* Top Navigation */

.top-nav > li {
  display: inline-block;
  float: left;
}

.top-nav > li > a {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 14px;
  color: #fff;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus {
  color: #fff !important;
  background-color: #444;
}

.top-nav > li > a:hover span,
.top-nav > li > a:focus span {
  color: #fff !important;
}

.top-nav > .open > a {
  color: #fff;
  background-color: #444 !important;
  border-color: #222 !important;
}

.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: #444;
  border-color: #222;
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--brand-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 199px;
  padding: 0;
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
  color: #ddd;
  font-family: 'FiraSans';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 20px;
  border-bottom: 1px solid var(--brand-border-active-color);
  border-top: 1px solid var(--brand-border-color);
  margin: 0;
}

.top-nav > .open > .dropdown-menu > li > a:hover,
.top-nav > .open > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: var(--brand-active-color);
}

.top-nav > .open > .dropdown-menu > li > a:hover span,
.top-nav > .open > .dropdown-menu > li > a:hover i,
.top-nav > .open > .dropdown-menu > li > a:focus span,
.top-nav > .open > .dropdown-menu > li > a:focus i {
  color: #fff !important;
}

.top-nav > .open > .dropdown-menu > li:last-child a {
  border-bottom: 0;
}

.top-nav > .open > .dropdown-menu > li:first-child a {
  border-top: 0;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-footer {
  margin: 5px 0;
}

ul.alert-dropdown {
  width: 200px;
}

/* Side Navigation */

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: var(--brand-active-color);
}

.navbar-header {
  float: none;
}

.side-nav > li > ul {
  padding: 0;
  background-color: var(--brand-active-color);
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 8px 10px 8px 54px;
  text-decoration: none;
  color: #ddd;
  font-family: 'FiraSans';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.side-nav > li > ul > li > a:hover,
.side-nav > li > ul > li > a.active {
  color: #fff;
}

.group {
  background-color: #fff;
  overflow: hidden;
  min-height: 145px;
  margin-bottom: 20px;
  padding: 0 30px 0 25px;
  width: 100%;
}

.group.lg-padding {
  padding: 30px 30px 30px 25px;
}

.group h3 {
  line-height: 145px;
  margin: 0;
  font-size: 20px;
  font-size: 20px;
  color: var(--brand-color);
  font-weight: normal;
  text-transform: uppercase;
}

.group button,
.group a {
  margin-top: 25px;
  font-family: 'FiraSans';
  font-size: 16px;
}

.group.small {
  min-height: 70px;
}

.group.small h3 {
  line-height: 70px;
}

.group.small button {
  margin-top: 25px;
}

.group.medium {
  min-height: 96px;
}

.group.nested {
  margin-left: 3.5%;
  width: 96.5%;
}

.group .edit2,
.group .delete2 {
  margin-right: 10px;
  margin-top: 4px;
}

.packdetails button,
.packdetails a {
  margin-top: 18px;
  font-family: 'FiraSans';
  font-size: 16px;
}

.dashdetails button,
.dashdetails a {
  font-family: 'FiraSans';
  font-size: 16px;
}

.all-packed-checkbox .check-box {
  margin-top: 15px;
  margin-left: 15px;
}

.group-details {
  background-color: #eeeff3;
  margin-top: 25px;
  padding: 30px 20px;
  width: 100%;
}

.group-details .group-details-title {
  margin: 0 0 25px;
  line-height: 1;
}

.group-details .group-details-footer {
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  overflow: hidden;
  padding: 30px 20px;
}

.product-list .text-danger {
  position: inherit;
  font-size: inherit;
  right: inherit;
  text-transform: inherit;
}

.product-list .product-list-head .check-box {
  margin-top: 16px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.product-list .product-list-head h3 {
  color: var(--brand-color);
  font-size: 16px;
}

.product-list .delivery-head i.icon.sort {
  margin-top: 20px;
  margin-left: 8px;
}

.product-list .delivery-head h3 {
  color: #6b6c75;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-list .buy-list-head {
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-list .buy-list-head h3 {
  color: var(--brand-color);
  font-size: 16px;
}

.product-list .order-list-head {
  margin-bottom: 5px;
  margin-top: 0;
}

.product-list .order-list-head h3 {
  color: var(--brand-color);
  font-size: 20px;
}

.product-list .qd-list-head {
  margin-bottom: 5px;
  margin-top: 0;
}

.product-list .qd-list-head h3 {
  color: var(--brand-color);
  font-size: 16px;
}

.product-list .run-details-head {
  padding: 17px 0;
}

.product-list .run-details-head h4 {
  margin-top: 18px;
}

.product-list .run-details-head h3 {
  color: var(--brand-color);
  font-size: 20px;
}

.product-list .product-list-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding: 18px 0;
}

.product-list .product-list-item .form-group {
  margin-bottom: 0;
}

.product-list .product-list-item .product-list-arrow {
  float: right;
  margin-top: 20px;
}

.product-list .product-list-item .check-box {
  margin-top: 19px;
  margin-left: 15px;
  float: left;
}

.product-list .product-list-item.invoice-item .check-box {
  margin-left: 0 !important;
}

.product-list .product-list-item.invoice-item .name-panel {
  position: relative;
}

.product-list .product-list-item.invoice-item .name-panel .checkbox-container {
  position: absolute;
}

.product-list .product-list-item.invoice-item .name-panel .checkbox-container .check-box {
  margin-top: 10px;
}

.product-list .product-list-item.invoice-item .name-panel .product-name {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .product-list .product-list-item.invoice-item .name-panel .product-name {
    padding-right: 0;
  }
}

.product-list .product-list-item.invoice-item .name-panel .product-page-link {
  position: absolute;
  right: 20px;
}

.product-list .product-list-item div.order-statuslabel {
  line-height: 40px;
  height: 40px;
}

.product-list .product-list-item span.label-badge {
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 500;
  background: #e0e1e2;
  color: #373c53;
}

.product-list.dashboard .product-list-item {
  box-shadow: none;
  border-bottom: 1px solid #e7e7e9;
}

.paid-badge {
  color: #fff;
  border-radius: 15px;
  font-size: 12px;
  padding: 3px 5px;
  white-space: nowrap;
}

.paid-unknown {
  background: darkgray;
}

.paid-success {
  background: #7ac834;
}

.paid-partial {
  background: #f9860a;
}

.paid-fail {
  background: #a94442;
}

.paid-prepaid {
  background: #f9860a;
}

.runs-item {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e0e1e2;
}

.runs-item:nth-child(even) {
  background-color: #fafafa;
}

.item-border-bottom {
  border-bottom: 1px solid #fff;
}

.cart-item-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.cart-item-border-bottom:last-child {
  border-bottom: 0px;
}

.guest-cart-list {
  overflow: auto;
  max-height: 450px;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
}

.cart-count {
  position: relative;
  top: -10px;
  left: 4px;
  background-color: red;
  border-radius: 50%;
  z-index: 0;
  text-align: center;
  font-size: 14px !important;
  width: 20px;
  display: inline-block;
}

.cart-icon {
  position: relative;
}

.border-b-gray {
  border-bottom: 1px solid #e0e1e2;
}

.border-t-gray {
  border-top: 1px solid #e0e1e2;
}

.product-img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid #f2f0f0;
  float: left;
}

.product-img.md {
  width: 58px;
  height: 58px;
}

.product-img.sm {
  width: 80px;
  height: 80px;
}

.product-img.rectangle-img {
  border-radius: 0%;
  border: 2px solid #f2f0f0;
}

.no-img {
  padding: 15px;
  background: #5bc9bc;
  color: #fff;
}

.profile-img-lg {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  border: 1px solid #f2f0f0;
}

.product-img-lg {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  border: 1px solid #f2f0f0;
  float: left;
}

.bl-product-img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid #f2f0f0;
  float: left;
}

.product-name {
  font-size: 20px;
  color: var(--brand-color);
  font-weight: normal;
  margin-left: 20px;
  padding: 0.4em;
  float: left;
}

.product-availability {
  font-size: 16px;
  color: #ff0000;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}

.product-name-no-pad {
  font-size: 18px;
  color: var(--brand-color);
  font-weight: normal;
  margin-left: 20px;
  float: left;
}

.client-name {
  font-size: 20px;
  color: var(--brand-color);
  font-weight: normal;
  margin-left: 20px;
  margin-top: 18px;
  float: left;
}

.line-item-name {
  font-size: 20px;
  color: #6088dd;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 18px;
  float: left;
  text-transform: uppercase;
}

.bl-product-name {
  font-size: 16px;
  color: var(--brand-color);
  font-weight: normal;
  border-bottom: 1px solid var(--brand-color);
  float: left;
}

.bl-product-id {
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  float: left;
  margin-top: 5px;
  display: block;
  width: 100%;
}

.rm-item {
  border-top: 1px solid #e0e1e2;
  padding: 16px 0;
  display: block;
  overflow: hidden;
}

.rm-item.odd-color:nth-child(odd) {
  background-color: #fbfbfb;
}

.rm-item button {
  margin-bottom: 0 !important;
}

.rm-product-name {
  font-size: 16px;
  color: var(--brand-color);
  font-weight: normal;
  border-bottom: 1px solid var(--brand-color);
  margin-left: 10px;
}

.box {
  background-color: #fff;
  border-radius: 4px;
}

.box .box-cont {
  padding: 27px;
}

.box .box-cont-20-17 {
  padding: 20px 17px;
}

.box .box-cont-5-27 {
  padding: 5px 27px;
}

.box .box-cont-10-27 {
  padding: 10px 27px;
}

.box .box-cont-28-15 {
  padding: 28px 15px;
}

.box .box-cont-20-15 {
  padding: 20px 15px;
}

.box .box-cont-5-25 {
  padding: 5px 25px;
}

.box .box-cont-0-30-30 {
  padding: 0 30px 30px;
}

.box .box-cont-0-30 {
  padding: 0 30px;
}

.box .grayBg {
  background-color: #eeeff3;
}

.box .whiteBg {
  background-color: #fff;
}

.box.border-1 {
  border: 1px solid #eaeaea;
}

.product-detail-head .pd-name {
  margin-top: 5px;
}

.product-detail-head .check-box {
  margin-top: 20px;
}

.product-detail-head .product-img {
  margin-top: 0;
}

.product-detail-head .form-group {
  margin-bottom: 0;
}

.product-detail-head .product-name {
  margin-top: 14px;
}

.order-detail-head {
  border-bottom: 1px solid #e0e1e2;
  padding: 20px 27px;
}

.remove-pd {
  display: block;
  margin: 0 auto;
}

.remove-pd i.icon.remove {
  margin-top: 20px;
  display: block;
}

.check-label {
  font-size: 20px;
  color: #5c84dc;
  float: left;
  margin: 3px 10px 0px 0;
}

.createGroupGreen {
  padding-bottom: 0;
  font-size: 28px;
  border-bottom: 1px solid #50c4b6;
  font-weight: normal;
  cursor: pointer;
  margin-left: 20px;
}

.grayBox {
  height: 80px;
  background-color: #f2f2f2;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}

.addStyle {
  color: #5f697a;
  padding-top: 26px;
  font-size: 20px;
  cursor: pointer;
}

.addToGoupModalStyle .modal-body {
  padding-left: 0;
  padding-right: 0;
}

.addToGoupModalStyle .modal-title {
  margin-left: 30px;
  margin-right: 15px;
}

.addToGoupModalStyle .closeBtn {
  margin-right: 35px;
}

.purpleGroupStyle {
  border-top: 1px solid #e7e7e7;
  height: 80px;
  color: var(--brand-color);
  text-align: center;
  padding-top: 24px;
  font-size: 28px;
  cursor: pointer;
  text-transform: uppercase;
}

.whiteBox {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px #b9b9b9;
  -moz-box-shadow: 0 0 3px #b9b9b9;
  box-shadow: 0 0 3px #b9b9b9;
  margin-bottom: 15px;
  padding: 0 0 18px 0;
  display: table;
  height: 100%;
  width: 100%;
  margin-top: 25px;
}

.paddingLR20 {
  padding-left: 20px;
  padding-right: 20px;
}

.paddingLR30 {
  padding-left: 30px;
  padding-right: 30px;
}

.contactDetailsStyle .page-breadcrumb {
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contactDetailsStyle .contactHeader {
  color: var(--brand-color);
  padding: 10px 15px;
  border-bottom: 1px solid #e0e1e2;
  line-height: 76px;
}

.contactDetailsStyle .contactHeader .button {
  padding: 0 30px;
  margin-left: 10px;
}

.contactDetailsStyle .paddingTweentySix {
  padding: 0 26px;
}

.contactDetailsStyle .contactBody {
  padding: 20px 0 10px 30px;
}

.contactDetailsStyle .contactBody2 {
  padding: 20px 0 10px 30px;
}

.contactDetailsStyle .contactHeaderTxt h2 {
  margin-left: 18px;
  font-size: 24px;
  text-transform: uppercase;
}

.contactDetailsStyle .titleStyle {
  color: #444444;
  font-size: 16px;
  float: left;
  text-align: right;
  padding: 5px 0;
  text-transform: uppercase;
  width: 25%;
}

.contactDetailsStyle .valueStyle {
  color: var(--brand-color);
  font-size: 16px;
  float: left;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  width: 75%;
}

.staff-item-text {
  margin: 0;
  margin-top: 24px;
}

.staff-detail-head {
  margin: 0;
  margin-top: 30px;
}

.groupFormStyle .group-details {
  padding: 17px 0 7px 0;
  margin-bottom: 35px;
}

.groupFormStyle .form-group {
  margin-bottom: 15px;
}

.emailBox {
  height: 110px;
}

.add-attr {
  height: 90px;
  line-height: 60px;
}

.price-box {
  margin-bottom: 30px;
}

.price-box.bg-color {
  background-color: #55C5B6;
}

.price-box .sec-bluebg {
  background-color: var(--brand-color);
  height: 90px;
  padding: 15px 0 0;
}

.price-box .sec-bluebg p {
  margin: 0;
}

.price-box .sec-graybg {
  background-color: #eeeff3;
  height: 85px;
  overflow: hidden;
}

.price-box .sec-graybg .sec-whitebg {
  background-color: #fff;
  margin: 10px 12px;
  height: 60px;
}

.price-box .sec-graybg .sec-whitebg p {
  margin: 0;
  line-height: 60px;
}

.price-box-head {
  border-top: 1px solid #f2f0f0;
  padding: 30px 27px 0;
}

.add-supp-cat {
  margin: 20px 30px 40px 60px;
}

.promotion-item {
  overflow: hidden;
  padding: 30px 10px 10px;
}

.promotion-item:nth-of-type(odd) {
  background-color: #fafafa;
}

.promotion-item-title {
  color: #979797;
  font-size: 16px;
  margin-bottom: 20px;
}

.promotion-item-value {
  color: #373c53;
  font-size: 18px;
  margin-bottom: 20px;
}

.buylist-item {
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

.client-searc-item {
  padding: 8px 0;
}

.edit-btn .icon {
  margin-top: 3px;
}

.edit-btn {
  float: left;
  margin-top: 20px;
}

.quote-btn {
  margin-top: 20px;
}

.select-all {
  margin-top: 18px;
}

.selected {
  font-size: 16px;
  color: #333645;
  display: block;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: normal;
}

.buylist-print {
  background-color: #fff;
}

.buylist-print h1,
.buylist-print span,
.buylist-print p,
.buylist-print td {
  text-transform: uppercase;
}

.buylist-print td {
  font-size: 16px;
}

.buylist-print thead td {
  font-weight: bold;
}

.buylist-print .print-notes {
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.buylist-print .print-notes p {
  text-transform: none;
  font-size: 16px;
  line-height: 1.6;
}

span.soh-info {
  margin-left: 10px;
  background: #dae5fe;
  color: #4372d7;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 8px;
}

.quote-print {
  background-color: #fff;
  padding: 90px 0;
}

.quote-print h1,
.quote-print span,
.quote-print td {
  text-transform: uppercase;
}

.quote-print table.table thead td {
  font-size: 14px;
  color: #444;
  padding: 0 8px 25px 8px;
}

.quote-print table.table tbody td {
  padding: 20px 5px;
}

.icon-title {
  margin-top: 20px;
}

.check-width {
  width: 14%;
  margin-top: 20px;
}

.img-width {
  width: 20%;
}

.name-width {
  width: 80%;
}

.name-width2 {
  width: 66%;
}

.iu-img-width {
  width: 30%;
}

.iu-name-width {
  width: 70%;
}

.new-check {
  width: 12%;
}

.new-check .check-box {
  margin-top: 15px;
}

.run-img-width {
  width: 25%;
}

.run-name-width2 {
  width: 75%;
}

.new-img {
  width: 18%;
}

.new-name {
  width: 70%;
}

.runs-check-width {
  width: 20%;
  float: left;
}

.runs-name-width {
  width: 80%;
  float: left;
}

.credit-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  border: 1px solid #e3e3e3;
  overflow: hidden;
  padding: 37px 27px;
  margin-bottom: 30px;
}

.credit-box .credit-logo img {
  height: 34px;
}

.credit-box h1.credit-header {
  margin: 0 auto 28px;
  display: block;
}

.credit-box .credit-inner-box {
  background-color: #eeeff3;
  margin: 0 auto;
  overflow: hidden;
}

.credit-box .credit-inner-box.whiteBg {
  background-color: #fff;
}

.card-inner-box {
  background-color: #eeeff3;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px;
  margin-bottom: 20px;
}

.card-inner-box.whiteBg {
  background-color: #fff;
}

.card-pad-20 {
  background-color: #fff;
  border: 1px solid #e0e1e2;
  padding: 20px;
}

.label-available {
  color: #7cc640;
}

.label-not-available {
  color: red;
}

#btn-add-product-form:focus {
  border: 1px solid black;
}

.flags {
  margin-top: 25px;
}

.flags ul {
  text-align: center;
}

.flags ul li {
  display: inline-block;
  margin: 0 5px 15px;
}

.flags ul li button {
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 18px;
  border: 0;
}

.flags i.icon {
  margin-right: 5px;
  float: left;
  margin-top: 6px;
}

.circle-number {
  width: 58px;
  height: 58px;
  border: 3px solid var(--brand-color);
  border-radius: 50%;
  text-align: center;
}

.circle-number span {
  color: var(--brand-color);
  font-size: 25px;
  border: 1px solid var(--brand-color);
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 3px;
  border-radius: 50%;
  text-align: center;
}

.proc-circle {
  float: left;
}

.checked-box {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
}

.checked-box.blue-border {
  border-color: #7ba0f0;
}

.od-box {
  width: 20%;
  float: left;
  border-left: 1px solid #dbdde5;
  margin: 15px 0;
  padding-left: 28px;
  padding-top: 12px;
  padding-bottom: 7px;
}

.od-box:first-child {
  border-left: 0;
}

.od-box p {
  text-transform: uppercase;
  margin-bottom: 3px;
}

.item-sg-shop-cn-order .result-name {
  font-size: 16px;
  color: #434653;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 15px;
}

.item-sg-shop-cn-order .result-address {
  font-size: 16px;
  color: #696969;
  padding-left: 15px;
}

.inbox-tab {
  min-height: 100vh;
  height: 100%;
  background-color: #f3f6fd;
  border-right: 1px solid #e0e1e2;
}

.inbox-tab a {
  height: 82px;
  width: 100%;
  line-height: 82px;
  display: block;
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
  border-bottom: 1px solid #d3d7e1;
}

.inbox-tab a:hover,
.inbox-tab a.active {
  border-right: 3px solid var(--brand-color);
}

.inbox-tab a:active,
.inbox-tab a:focus {
  text-decoration: none;
}

.inbox-tab a.green-bg {
  background-color: #50c4b6;
  border-bottom: 1px solid #50c4b6;
  color: #fff;
}

.inbox-tab a.green-bg:hover {
  border-right: 0;
}

.inbox-tab i.icon.compose {
  margin-top: 27px;
  margin-right: 20px;
}

.cat-menus {
  min-height: 100vh;
  height: 100%;
  background-color: #f3f6fd;
  border-right: 1px solid #e0e1e2;
  margin-bottom: -60px;
}

.cat-menus > ul > li {
  border-bottom: 1px solid #d3d7e1;
}

.cat-menus > ul > li:hover {
  background-color: #e5e5e5;
}

.cat-menus > ul > li > a,
.cat-menus > ul > li div {
  height: 58px;
  width: 100%;
  line-height: 58px;
  display: block;
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
}

.cat-menus > ul > li > a i.icon,
.cat-menus > ul > li div i.icon {
  margin: 22px 20px;
}

.cat-menus > ul > li > a:hover,
.cat-menus > ul > li > a.active,
.cat-menus > ul > li div:hover,
.cat-menus > ul > li div.active {
  border-right: 4px solid #50c4b6;
}

.cat-menus > ul > li > a:active,
.cat-menus > ul > li > a:focus,
.cat-menus > ul > li div:active,
.cat-menus > ul > li div:focus {
  text-decoration: none;
}

.cat-menus > ul > li > a.green-bg,
.cat-menus > ul > li div.green-bg {
  background-color: #50c4b6;
  border-bottom: 1px solid #50c4b6;
  color: #fff;
}

.cat-menus > ul > li > a.green-bg:hover,
.cat-menus > ul > li div.green-bg:hover {
  border-right: 0;
}

.cat-menus > ul > li > ul > li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #444444;
  display: block;
  padding: 10px 10px 10px 65px;
}

.cat-menus > ul > li > ul > li > a:hover {
  background-color: #ccc;
}

.cat-menus i.icon.compose {
  margin-top: 27px;
  margin-right: 20px;
}

.inbox-list {
  min-height: 100vh;
  height: 100%;
  background-color: #f8faff;
  border-right: 1px solid #e0e1e2;
}

.inbox-message {
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #e0e1e2;
  padding: 30px;
}

.inbox-search {
  padding: 20px 25px 10px;
}

.inbox-search .form-big input[type="text"] {
  border-width: 2px;
  height: 54px;
  line-height: 50px;
}

.inbox-search .form-big i.icon.search {
  top: 15px;
}

.inbox-search .material-input label {
  top: 15px;
  text-transform: none;
}

.inbox-select-all {
  border-bottom: 1px solid #d3d7e1;
  overflow: hidden;
  padding: 25px;
}

.in-check-width {
  width: 15%;
}

.in-name-width {
  width: 45%;
  color: #616161;
}

.in-date-width {
  width: 20%;
}

.in-time-width {
  width: 20%;
}

.inbox-list-item {
  border-bottom: 1px solid #d3d7e1;
  overflow: hidden;
  padding: 25px 25px 20px;
  cursor: pointer;
  height: 82px;
}

.inbox-list-item .check-box label {
  margin-top: 4px;
}

.inbox-list-item p {
  color: #616161;
}

.inbox-list-item:hover,
.inbox-list-item.selected {
  background-color: #fff;
}

.inbox-list-item:hover p,
.inbox-list-item.selected p {
  color: #373c53;
}

.inbox-list-item.unread p {
  font-weight: bold;
  color: #373c53;
}

.inbox-list-item p {
  margin-bottom: 0;
}

.back-box {
  padding: 25px;
  background-color: #f8faff;
  overflow: hidden;
}

.round-dropdown {
  border-radius: 100px;
  border: 1px solid var(--brand-color);
  min-height: 57px;
}

.round-dropdown.rw-dropdown-list .rw-input {
  color: var(--brand-color);
  font-size: 20px;
  line-height: 60px;
  height: 55px;
}

.round-dropdown .rw-i-caret-down {
  margin-top: 15px;
  font-size: 28px;
  color: #50c4b6;
  margin-right: 15px;
  float: right;
}

.round-dropdown .rw-list-option {
  padding: 12px 18px 10px !important;
}

.round-dropdown .rw-list-option span {
  font-size: 20px;
}

.round-dropdown.rw-dropdown-list,
.round-dropdown.rw-dropdown-list:hover {
  border: 1px solid var(--brand-color);
}

.badge-green {
  background-color: #7ac834;
}

.badge-warning {
  background-color: #7ac834;
}

.number-bg-green {
  background-color: #e0f6cd;
  padding: 8px 18px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
}

.green-box {
  background-color: #50c4b6;
  border-radius: 3px;
}

.price-box {
  border-radius: 8px;
  padding: 12px 15px;
}

.price-box p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.border-tb--box {
  border-top: 2px solid #C4C7D5;
  border-bottom: 2px solid #C4C7D5;
}

.sign-box {
  border: 2px solid #CECECE;
  padding: 20px 25px;
  min-height: 100px;
  margin-bottom: 25px;
}

.sign-box p {
  font-size: 19px;
  text-transform: uppercase;
}

.sign-box span.outof {
  font-size: 20px;
  color: #35BBAB;
  font-weight: 600;
  display: block;
  text-align: right;
  text-transform: none;
  margin-top: 15px;
}

ul.rw-list > li.rw-list-option i.icon,
.rw-selectlist > li.rw-list-option i.icon {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.pro-box {
  background-color: #fff;
  border: 1px solid #e5e6e9;
  margin-bottom: 30px;
}

.pro-box .pro-star {
  float: left;
  width: 20%;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 25px;
}

.pro-box .pro-star i {
  margin: 0 auto;
  display: block;
}

.pro-box .pro-star.rectangle-img {
  padding-top: 10px;
  padding-left: 15px;
  font-size: 25px;
  position: absolute;
}

.pro-box .pro-star.rectangle-img i {
  margin: 0 auto;
  display: block;
}

.pro-box .pro-img {
  overflow: hidden;
  margin: 0 auto;
  width: 60%;
  float: left;
}

.pro-box .pro-img img {
  width: 175px;
  height: 175px;
  margin: -20px auto 0;
  border: 7px solid #f2f0f0;
  border-radius: 50%;
  display: block;
}

.pro-box .pro-img.full-big {
  width: 100%;
}

.pro-box .pro-img.full-big img {
  width: 226px;
  height: 226px;
  border: 10px solid #f2f0f0;
}

.pro-box .pro-img.rectangle-img {
  margin: 0 auto;
  width: auto;
  overflow: auto;
  float: none;
}

.pro-box .pro-img.rectangle-img img {
  width: auto;
  max-width: 330px;
  height: 175px;
  margin: 10px auto 0;
  border: 7px solid #f2f0f0;
  border-radius: 0%;
  display: block;
}

.pro-box .pro-img.rectangle-img.full-big {
  width: 100%;
}

.pro-box .pro-img.rectangle-img.full-big img {
  width: auto;
  height: 226px;
  border: 10px solid #f2f0f0;
}

.pro-box .pro-off {
  float: left;
  width: 20%;
}

.pro-box .pro-off span {
  background-image: url("/asset/img/sprite.png");
  background-position: -66px -699px;
  width: 32px;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}

.pro-box .pro-off.rectangle-img {
  position: absolute;
  float: none;
  width: auto;
  top: 0px;
  right: 10px;
}

.pro-box .pro-off.rectangle-img span {
  background-image: url("/asset/img/sprite.png");
  background-position: -66px -699px;
  width: 32px;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}

.pro-box .detail-pro-off {
  position: absolute;
}

.pro-box .detail-pro-off span {
  background-image: url("/asset/img/sprite.png");
  background-position: -66px -699px;
  width: 32px;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}

.list-off {
  position: absolute;
  top: -18px;
  right: -20px;
}

.list-off span {
  background-image: url("/asset/img/sprite.png");
  background-position: -66px -699px;
  width: 32px;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}

.green-star {
  color: #5bc9bc;
}

.gray-star {
  color: gray;
}

.pay-box {
  padding: 42px;
}

.pay-box.purple-bg {
  background-color: #5c84dc;
}

.pay-box.white-bg {
  background-color: #fff;
}

.pay-box.border-box {
  border: 1px solid #e3e4e8;
  border-left: 0;
}

.icon-desc {
  text-align: center;
}

.icon-desc i.icon {
  margin-right: 8px;
}

.icon-desc span {
  font-size: 12px;
  color: #b1b2bb;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}

.orderDetail {
  background-color: #f8f9fd;
  padding: 20px;
}

.orderDetail p {
  margin-bottom: 0;
}

.add-p-box {
  border: 1px solid #BFC0C8;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.add-p-box h3 {
  line-height: 54px;
}

.add-p-box button {
  margin: 21px 0;
}

.dash-header {
  min-height: 86px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.dash-header h2 {
  margin: 31px 0px;
}

.dash-header .skip {
  margin: 35px 0px;
}

.dash-header .item-selected {
  margin-top: 35px;
}

.dash-menu {
  margin-top: 15px;
}

.dash-menu ul li a {
  background-color: var(--brand-color);
  border-bottom: 1px solid var(--brand-border-color);
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 30px;
}

.product-odd-color .product-list:nth-child(odd) .product-list-item {
  background-color: #fafbfe !important;
}

.modal-bg-blue .modal-body {
  background-color: var(--brand-color);
}

.progressBar {
  float: left;
  padding-right: 27px;
}

.progressStyle {
  z-index: 1;
  top: 0px;
  right: 0;
  color: #9ca4ab;
  top: 33px;
}

.circleDiv {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 1;
  background-color: #ccc;
  display: block;
  float: left;
  margin-right: 10px;
  color: #fff;
  padding-left: 7px;
  padding-top: 3px;
}

.circleDivGreen {
  background-color: #55c5b7;
  margin-bottom: 10px;
}

.circleDivPurple {
  background-color: #628bdb;
  font-size: 10px;
  padding-top: 5px;
  padding-left: 5px;
}

.purpleTxt {
  color: #628bdb;
  border-bottom: 2px solid #628bdb !important;
}

.greenTxt {
  color: #5bc9bc;
  border-bottom: none !important;
}

.progressTxt {
  border-bottom: 2px solid #eee;
  padding-bottom: 3px;
}

.modal-bg-green .modal-body {
  background-color: #5bc9bc;
}

.closeBtnWhite {
  background: url("/asset/img/sprite.png") no-repeat -30px -1px !important;
}

.paddingTweentySix {
  padding: 0 26px;
}

.green-bg {
  background-color: #50c4b6;
}

.gray-bg {
  background-color: #e5e5e5;
}

.btn-inline {
  display: inline-block !important;
  width: auto !important;
}

@media screen and (min-width: 992px) {
  .margin-md-t-18 {
    margin-top: 18px !important;
  }
}

.alert-only input {
  display: none !important;
}

.confirmation-tick {
  background-color: var(--brand-color) !important;
  border-radius: 50%;
  width: 70px;
}

.promo-code-summary-list li {
  margin-top: 5px;
}

.promo-code-label {
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #eee;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: -10px;
  float: right;
}

button.promo-apply-button {
  width: 100px !important;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.shop .navbar-inverse {
  background-color: var(--brand-color);
  border-color: #4463a0;
}

.shop .side-nav {
  background-color: #353a52;
}

.shop .side-nav > li > ul {
  background-color: #2e344e;
}

.shop .side-nav > li > a {
  border-bottom: 1px solid #262b3f;
}

.shop .side-nav li a:hover,
.shop .side-nav li a:focus {
  background-color: #2e344e !important;
}

.shop .side-nav > li > a.active {
  background-color: #2e344e !important;
}

.shop .top-nav > li.profile-menu > a {
  border-left: 1px solid #4463a0;
}

.shop .top-nav > li.cart-style > a {
  border-left: 1px solid #4463a0;
}

.shop .top-nav > li.talk-zupply > a {
  border-left: 1px solid #4463a0;
}

.shop .top-nav > li.profile-menu > a span {
  color: #bfd4fe;
}

.shop .top-nav > li > a:hover,
.shop .top-nav > li > a:focus {
  color: #fff;
  background-color: #4463a0;
}

.shop .icon.billing {
  float: left;
  background-position: -2px -173px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: -2px;
}

.shop .top-nav > .open > a {
  background-color: #4463a0;
}

.shop .form-big i.icon.search {
  right: 26px;
}

.shopMenu .top-nav > li > a:hover,
.shopMenu .top-nav > li > a:focus {
  color: #fff;
  background-color: #799be7 !important;
}

.shopMenu .top-nav > .open > a {
  background-color: #799be7 !important;
}

.shopMenu .icon.billing {
  float: left;
  background-position: -2px -173px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: -2px;
}

.shopMenu .icon.user {
  background-position: -2px -123px;
}

.total-amount-bg {
  background: #7A9DE4;
}

.category-item {
  width: 150px;
}

.category-item:hover {
  border: none !important;
}

.minimum_order {
  padding-left: 3px;
}

.pantry-product-list {
  padding-bottom: 65px;
}

.pantry-product-list .checkout-button-container {
  background-color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-left: -15px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .pantry-product-list .checkout-button-container {
    margin-left: 0;
    text-align: right;
  }

  .pantry-product-list .checkout-button-container button.btn {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    width: initial;
    display: inline-block;
  }
}

.pantry-product-list .product-list-item {
  padding-left: 10px;
  padding-right: 10px;
}

.pantry-product-list .product-list-item .product-name-no-pad {
  margin-left: 0;
}

.full-width {
  width: 100%;
}

/*==========  Non-Mobile First Method  ==========*/

@media (min-width: 1600px) {
  .cat-menus-container-width {
    width: 15% !important;
  }
}

@media (min-width: 1200px) {
  .width-78-percent {
    width: 78% !important;
  }

  .input-nolabel label {
    display: none !important;
  }

  .cat-menus-container-width {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .md-text-right {
    text-align: right;
  }

  .md-margin-t-20 {
    margin-top: 20px;
  }

  .md-margin-t-30 {
    margin-top: 30px;
  }

  .md-margin-t-18 {
    margin-top: 18px;
  }

  .md-pull-right {
    float: right;
  }

  .md-margin-t-15 {
    margin-top: 15px;
  }

  .md-margin-t-25 {
    margin-top: 25px;
  }

  .md-nomargin {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .md-padding-x-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .landing-navbar .navbar-collapse {
    padding: 0;
    margin: 0 -15px;
  }

  .xs-clearfix {
    display: none;
  }

  .lg-last .form-group {
    margin-bottom: 0;
  }

  .lg-last input,
  .lg-last button.button {
    margin-bottom: 0;
  }

  .panel-logo > img {
    width: 109px;
  }

  .lg-pull-right {
    float: right;
  }

  .sm-pull-right {
    float: right;
  }

  .md-margin-t-0 {
    margin-top: 0 !important;
  }

  .side-nav {
    position: fixed;
    top: 60px;
    left: 196px;
    width: 196px;
    margin-left: -196px;
    border-top: 1px solid #222;
    border-radius: 0;
    overflow-y: auto;
    background-color: var(--brand-color);
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .side-nav > li > a {
    width: 196px;
    color: #fff;
    font-size: 12px;
    font-family: 'FiraSans';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid var(--brand-border-color);
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .side-nav > li:last-child > a {
    border-bottom: 0;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: var(--brand-active-color) !important;
  }

  .side-nav.side-shop {
    background-color: #373c53;
  }

  .side-nav.side-shop > li > a {
    border-bottom: 1px solid #2a2e41;
  }

  .side-nav.side-shop > li > a:hover,
  .side-nav.side-shop > li > a:focus {
    outline: none;
    background-color: #313650 !important;
  }

  .side-nav.side-shop > li > a.highlight {
    background-color: #83d145 !important;
  }

  .side-nav.side-shop > li > a.highlight.active,
  .side-nav.side-shop > li > a.highlight:hover,
  .side-nav.side-shop > li > a.highlight:focus {
    background-color: #83d145 !important;
  }

  .side-nav.side-shop > li.active > a {
    background-color: #313650;
  }

  #wrapper {
    padding-left: 196px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #wrapper.guest-mode {
    padding-left: 0;
  }

  #wrapper.guest-mode #page-wrapper {
    padding-left: 0;
  }

  #wrapper.toggled {
    padding-left: 0px;
  }

  #wrapper.toggled .side-nav {
    width: 0px;
  }

  #page-wrapper {
    padding-top: 60px;
  }

  .wait-download-app {
    position: absolute;
    bottom: 43%;
    left: 45%;
  }

  .wait-download-app-confirm {
    position: absolute;
    bottom: 53%;
    left: 45%;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .check-width {
    width: 8%;
    margin-top: 20px;
  }

  .img-width {
    width: 20%;
  }

  .name-width {
    width: 80%;
  }

  .button.create-account-btn {
    font-size: 22px !important;
  }
}

/* Medium Devices, Desktops */

@media (max-width: 992px) {
  [data-send-email-message="emailSendMessage"] button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .padd-0-80 {
    padding: 0 30px !important;
  }

  .slick-arrow.slick-prev {
    left: 15px !important;
  }

  .slick-arrow.slick-next {
    right: 15px !important;
  }

  .slider h1,
  .slider h4 {
    text-align: center;
  }

  .slider button.submitBtn {
    width: 70%;
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 40px;
  }

  .price-box {
    padding: 12px 0;
  }

  .sm-margin-t-5 {
    margin-top: 5px;
    display: block;
  }

  .max-sm-pull-right {
    float: right;
  }

  .product-list .product-list-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-list .product-list-item .check-box,
  .product-list .product-list-item .edit-btn,
  .product-list .product-list-item .quote-btn {
    margin-top: 0;
  }

  .product-list .product-list-item .check-box {
    margin-left: 6px;
  }

  .sm-margin-t-15 {
    margin-top: 15px;
  }

  .od-box {
    padding-left: 12px;
  }

  .last .form-group {
    margin-bottom: 20px;
  }

  .sm-margin-t-0 {
    margin-top: 0 !important;
  }

  .sm-margin-t-18 {
    margin-top: 18px;
  }

  .sm-product-name {
    margin-top: 0 !important;
  }

  .underline-blue {
    border: 0;
  }

  .run-img-width {
    width: 12%;
  }

  .run-name-width2 {
    width: 75%;
  }

  .img-width {
    width: 14%;
  }

  .name-width {
    width: 76%;
  }

  .checked-box {
    width: 100%;
    margin-top: 20px;
  }

  .label-detail-box {
    padding: 25px 0;
  }

  .sm-text-center {
    text-align: center;
  }

  .set-icon {
    width: 12%;
  }

  .set-name {
    width: 88%;
    margin-left: 0;
  }

  .proc-name {
    width: 82%;
    margin-left: 0;
  }

  .proc-circle {
    width: 18%;
  }

  .runs-check-width {
    width: 10%;
  }

  .runs-name-width {
    width: 80%;
  }

  .sm-order-table-head .check-box,
  .sm-order-table-head .edit-btn,
  .sm-order-table-head .quote-btn {
    margin-top: 0;
  }

  .select-all {
    margin-top: 0;
  }

  .sm-product-name {
    margin: 10px 0 20px;
  }

  .selected {
    margin-bottom: 12px;
  }

  .modal-width-lg .modal-dialog {
    width: 100%;
  }

  .add-supp-cat {
    margin-left: 3.5%;
  }

  .delete-link {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .delete-link span {
    font-size: 17px;
  }

  .sm-text-right {
    text-align: right;
  }

  .sm-text-left {
    text-align: left;
  }

  .staff-item-title {
    line-height: 28px !important;
  }

  .staff-item-text {
    margin: 0;
  }

  .bl-product-name {
    width: auto;
  }

  .group.lg-padding {
    padding: 10px 30px 20px 25px;
  }

  .product-img-lg {
    margin-top: 15px;
  }

  .sm-margin-t-20 {
    margin-top: 20px !important;
    display: block;
  }

  .sm-margin-t-10 {
    margin-top: 10px !important;
  }

  .sm-margin-t-5 {
    margin-top: 5px !important;
  }

  .sm-margin-t-0 {
    margin-top: 0px !important;
  }

  .sm-margin-t-5 {
    margin-top: 5px !important;
  }

  .sm-margin-t-5 {
    margin-top: 5px;
  }

  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }

  .sm-margin-b-10 {
    margin-bottom: 10px !important;
    display: block;
  }

  .sm-margin-b-20 {
    margin-bottom: 20px;
    display: block;
  }

  .sm-padding-b-10 {
    padding-bottom: 10px;
    display: block;
  }

  .sm-margin-b-25 {
    margin-bottom: 25px;
  }

  button.button {
    margin-bottom: 30px;
  }

  .features .feat-item {
    padding: 30px 15px 60px;
  }

  .button.create-account-btn {
    padding: 13px 12px 10px;
    white-space: inherit;
    height: auto;
    line-height: normal;
  }
}

/* Small Devices, Tablets */

@media (max-width: 767px) {
  .button.round-button {
    font-size: 16px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }

  .button.medium-padd-lg {
    font-size: 18px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
  }

  .button.medium-padd-xlg {
    font-size: 18px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
  }

  .button.medium-padd-xs {
    font-size: 18px;
    padding: 0 5px;
    height: 42px;
    line-height: 42px;
  }

  .button.xmedium {
    font-size: 18px;
    padding: 0 35px;
    height: 42px;
    line-height: 42px;
  }

  .button.large {
    font-size: 40px;
    padding: 0 120px;
    height: 88px;
    line-height: 88px;
  }

  .fourOfour-page img {
    width: 100%;
  }

  .slider .off-img-box {
    float: none;
    margin: 50px auto 0;
    width: 216px;
  }

  .order-history-button button {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs-text-left {
    text-align: left !important;
  }

  .pay-box {
    padding: 15px;
    border-left: 1px solid #e3e4e8 !important;
  }

  .sm-pull-left {
    float: left !important;
  }

  .xs-text-center {
    text-align: center;
  }

  .inbox-tab {
    min-height: auto;
    height: auto;
  }

  .inbox-list {
    min-height: auto;
    height: auto;
  }

  .inbox-message {
    min-height: auto;
    height: auto;
    padding: 15px 30px;
  }

  #wrapper.activeSmallMenu {
    padding-left: 0;
  }

  .od-box {
    width: 50%;
    border: 0;
    padding-left: 25px;
    margin: 0;
    border-bottom: 1px solid #dbdde5;
  }

  .od-box:nth-child(2n) {
    border-left: 1px solid #dbdde5;
  }

  .run-img-width {
    width: 15%;
  }

  .run-name-width2 {
    width: 75%;
  }

  .run-delete-width {
    width: 10%;
  }

  .box .box-cont-0-30-30 {
    padding: 0 10px 30px;
  }

  .xs-padding-y-68 {
    padding-top: 68px;
    padding-bottom: 38px;
  }

  .xs-padding-10 {
    padding: 10px;
  }

  .new-check {
    width: 12%;
  }

  .new-img {
    width: 22%;
  }

  .new-name {
    width: 66%;
  }

  .set-icon {
    width: 15%;
  }

  .set-name {
    width: 85%;
    margin-left: 0;
  }

  .navbar-default .navbar-brand {
    width: 100%;
  }

  .navbar-default .navbar-brand img {
    margin: 0 auto;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 470px;
  }

  .modal-cont-gray {
    padding: 12px 15px;
  }

  .check-width {
    width: 10%;
    margin-top: 20px;
  }

  .img-width {
    width: 18%;
  }

  .name-width {
    width: 70%;
  }

  .rm-name {
    overflow: hidden;
  }

  .modal-cont-gray.last .form-big input[type="text"] {
    margin-bottom: 0;
  }

  .xs-p-38 {
    font-size: 38px !important;
  }

  .xs-p-28 {
    font-size: 28px !important;
  }

  .slide {
    padding-top: 40px;
    background: #b9b9b9;
    min-height: 500px;
    padding-bottom: 30px;
  }

  .slide .slide-heading {
    font-size: 42px;
  }

  .slide .slide-desc {
    font-size: 24px;
  }

  .product-list .product-list-item .form-group {
    margin-bottom: 20px;
  }

  .landing-navbar .navbar-nav > li > a {
    padding: 20px 20px;
    font-size: 22px;
  }

  .landing-navbar .navbar-toggle {
    float: right;
    background-color: #ffffff;
    padding: 10px;
  }

  .landing-navbar .navbar-toggle:hover,
  .landing-navbar .navbar-toggle:active,
  .landing-navbar .navbar-toggle:focus {
    background-color: #fff;
  }

  .landing-navbar .navbar-toggle .icon-bar {
    width: 46px;
    height: 4px;
    border-radius: 15px;
    background-color: #5c84dc;
  }

  .landing-nav-btn {
    margin: 0px !important;
    padding-top: 30px;
  }

  .landing-nav-btn .margin-r-10 {
    margin-right: 0;
  }

  .landing-nav-btn li {
    padding: 0 20px;
  }

  .landing-nav-btn li button {
    width: 100%;
    margin-bottom: 20px;
  }

  .xs-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .xs-clearfix {
    display: inline-block;
  }

  /* start commented backslash hack \*/

  * html .xs-clearfix {
    height: 1%;
  }

  .xs-clearfix {
    display: block;
  }

  /* close commented backslash hack */

  .xs-full-width {
    width: 100%;
  }

  .navbar-default {
    min-height: 84px;
  }

  .user-side {
    width: 100%;
  }

  .navbar-default .navbar-brand {
    padding: 20px 15px;
  }

  .navbar-default .navbar-brand img {
    width: 160px;
  }

  .xs-margin-t-0 {
    margin-top: 0px !important;
  }

  .xs-margin-t-5 {
    margin-top: 5px;
    display: block;
  }

  .xs-margin-t-20 {
    margin-top: 20px;
    display: block;
  }

  .xs-margin-t-40 {
    margin-top: 40px;
    display: block;
  }

  .heading-1 {
    font-size: 48px !important;
  }

  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }

  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }

  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }

  .xs-margin-b-30 {
    margin-bottom: 20px !important;
  }

  .xs-pull-left {
    float: left;
  }

  .xs-text-right {
    text-align: right;
  }

  #page-wrapper {
    padding-top: 60px;
  }

  .product-img-lg {
    width: 52px;
    height: 52px;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 20px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .contactDetailsStyle .contactBody {
    padding: 20px 15px;
  }

  .contactDetailsStyle .contactBody2 {
    padding: 20px 15px;
  }

  .icon.talk-lg {
    float: left;
    background-position: -68px -137px;
    width: 35px;
    height: 33px;
    margin-right: 0;
    margin-top: 6px;
  }

  .icon.cart-ico {
    background-position: -10px -717px;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 0;
    margin-top: 6px;
  }

  .navbar-brand {
    padding: 22px 0;
  }

  .nav.navbar-right.top-nav {
    float: right;
  }

  .top-nav > li a {
    padding: 18px 30px 16px;
  }

  .top-nav > li.navbar-link a {
    padding: 16px 30px;
    height: 60px;
  }

  .top-nav > li.navbar-link a i.fa {
    font-size: 2em;
  }

  .top-nav > li.navbar-link span.text {
    display: none;
  }

  .top-nav li.profile-menu > a {
    width: 120px;
    height: 60px;
    padding-top: 14px;
  }

  .top-nav li.profile-menu > a .caret {
    margin-top: 16px;
  }

  .top-nav li.profile-menu > a .p-img {
    display: block;
  }

  .top-nav li.profile-menu > a .p-img img {
    width: 32px;
  }

  .top-nav li.profile-menu .text {
    display: none;
  }

  .top-nav > .open > .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-toggle {
    float: left;
    border-radius: 0;
    margin: 0;
    border: 0;
    width: 60px;
    height: 60px;
    color: white;
    padding: 24px;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: var(--brand-color);
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .side-nav > li > a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'FiraSans';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid var(--brand-border-color);
    padding: 25px 35px;
  }

  .side-nav > li ul > li > a {
    padding: 18px 10px 18px 54px;
    font-size: 14px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    background-color: var(--brand-color);
  }

  .modal-width-lg .modal-dialog,
  .modal-width-md .modal-dialog,
  .modal-width-sm .modal-dialog,
  .modal-width-xs .modal-dialog,
  .modal-width-xmd .modal-dialog {
    width: 100%;
  }

  .modal-dialog {
    width: 100%;
  }

  .features .feat-item {
    height: auto;
  }

  .navbar-brand > img {
    width: 70px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  [data-send-email-message="emailSendMessage"] button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .contactDetailsStyle .titleStyle {
    font-size: 13px;
    text-align: left;
  }

  .contactDetailsStyle .valueStyle {
    font-size: 13px;
  }

  .material-input input[type="text"]:focus ~ label,
  .material-input input[type="password"]:focus ~ label,
  .material-input input[type="email"]:focus ~ label,
  .material-input input[type="email"]:disabled ~ label,
  .material-input input[type="text"]:disabled ~ label,
  .material-input input[type="text"]:valid ~ label,
  .material-input input[type="password"]:valid ~ label,
  .material-input input[type="email"]:valid ~ label,
  .material-input input[type="number"]:focus ~ label,
  .material-input input[type="number"]:valid ~ label {
    font-size: 13px;
  }

  .top-nav li.profile-menu > a {
    width: 100px;
  }

  .top-nav > li.profile-menu > a {
    padding-left: 15px;
  }

  .top-nav > li a {
    padding: 16px 16px;
  }

  .top-nav > li.navbar-link a {
    padding: 16px 16px;
  }

  .order-history-button button {
    width: 100%;
    margin-left: 0px;
  }

  .od-box {
    width: 100%;
  }

  .run-img-width {
    width: 20%;
  }

  .run-name-width2 {
    width: 70%;
  }

  .run-delete-width {
    width: 10%;
  }

  .runs-check-width {
    width: 18%;
  }

  .runs-name-width {
    width: 72%;
  }

  .proc-name {
    width: 70%;
    margin-left: 0;
  }

  .proc-circle {
    width: 30%;
  }

  .set-icon {
    width: 20%;
  }

  .set-name {
    width: 80%;
    margin-left: 0;
  }

  .box .box-cont {
    padding: 15px;
  }

  .check-width {
    width: 14%;
    margin-top: 20px;
  }

  .img-width {
    width: 28%;
  }

  .name-width {
    width: 72%;
  }

  .navbar-brand {
    display: none;
  }

  .landing-navbar .navbar-brand {
    display: block !important;
  }

  .side-nav > li > a {
    padding: 25px 20px;
  }

  .wait-download-app {
    position: absolute;
    bottom: 57%;
    left: 45%;
  }

  .wait-download-app-confirm {
    position: absolute;
    bottom: 71%;
    left: 45%;
  }
}

/* Custom, iPhone Retina */

@media (min-width: 1200px) {
  .lg-margin-t-0 {
    margin-top: 0;
  }
}

.buy-list-side-menu-icon {
  float: left;
  margin-right: 15px;
  margin-left: 7px;
  width: 17px;
  height: 19px;
  font-size: 19px !important;
}

.printing-page-break {
  page-break-before: always;
}

.login-bg {
  background-image: url(/dist/ff1024ac3ce1163116cb0d4f49f20e2e.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
}

.login-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: calc(100% - 600px);
  padding: 0 10%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .login-logo-wrap > * {
    display: none;
  }
}

.login-logo {
  margin-bottom: 30px;
  height: 100px;
}

.login-page {
  background: url("/asset/img/default-login-background.jpg") no-repeat 50% 50%;
}

/*
----------------------------------------------------------------------------------
CONTENT - page content styles
----------------------------------------------------------------------------------
*/

/* login page */

.login-page {
  background-size: cover;
}

.login-container {
  width: 100%;
  max-width: 600px;
  padding: 40px 20px;
  height: 100%;
  min-height: 1000px;
  background: #5bc9bc;
}

/* logo */

.lp-logo {
  display: block;
  text-align: center;
  margin: 0 auto 60px;
  max-height: 100px;
}

/* powered by */

.guest-powered-by {
  text-align: center;
  bottom: 75px;
  position: absolute;
  left: calc(50% - 50px);
}

.guest-powered-by span {
  color: #7b818f;
  display: block;
  margin-bottom: 5px;
}

.guest-powered-by img {
  width: 100px;
  height: auto;
}

.lp-powered-by {
  margin-top: 100px;
  text-align: center;
}

.lp-powered-by span {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  color: #7b818f;
  display: block;
  margin-bottom: 20px;
}

.lp-powered-by img {
  width: 122px;
  height: 35px;
}

/*
----------------------------------------------------------------------------------
RESPONSIVE - responsive media queries for mobile
----------------------------------------------------------------------------------
*/

@media (min-width: 400px) {
  /* login */

  .login-container {
    padding: 50px;
  }

  .lp-powered-by {
    text-align: left;
  }
}

@media (min-height: 850px) {
  /* login */

  .login-page {
    height: 100%;
  }
}



.react-tagsinput {
  padding-right: 5px;
}

.react-tagsinput-tag {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: initial;
}

.react-tagsinput-remove {
  color: initial;
}

.react-tagsinput--focused {
  border-color: #ccc;
}

@font-face {
  font-family: "FiraSans";
  font-weight: normal;
  src: url("/asset/font/FiraSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: bold;
  src: url("/asset/font/FiraSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 600;
  src: url("/asset/font/FiraSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  src: url("/asset/font/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("/asset/font/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/Montserrat/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-weight: normal;
  src: url("/asset/font/NotoSerif/NotoSerif-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-weight: bold;
  src: url("/asset/font/NotoSerif/NotoSerif-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/NotoSerif/NotoSerif-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerif";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/NotoSerif/NotoSerif-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  src: url("/asset/font/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  src: url("/asset/font/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/OpenSans/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("/asset/font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("/asset/font/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/Roboto/Roboto-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/Roboto/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-weight: normal;
  src: url("/asset/font/SourceCodePro/SourceCodePro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-weight: bold;
  src: url("/asset/font/SourceCodePro/SourceCodePro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-style: italic;
  font-weight: normal;
  src: url("/asset/font/SourceCodePro/SourceCodePro-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  font-style: italic;
  font-weight: bold;
  src: url("/asset/font/SourceCodePro/SourceCodePro-BoldItalic.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-family: 'FiraSans';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8faff;
}

li {
  list-style-type: none;
}

label {
  font-weight: normal;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input {
  outline: 0;
}

a,
button,
input,
li,
textarea {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
button {
  cursor: pointer;
}

.line-height-sm {
  line-height: 1;
}

.line-height-md {
  line-height: 1.2;
}

.hr-white {
  margin: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.hr-green-bold {
  margin: 0;
  height: 6px;
  width: 100%;
  background-color: #47c1b2;
}

.hr-gray {
  border-color: #e0e1e2;
}

.hr-margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nopadding {
  padding: 0 !important;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pos-ab-right-0 {
  position: absolute;
  right: 0;
}

.pos-ab-left-0 {
  position: absolute;
  left: 0;
}

.full-width {
  display: block;
  width: 100%;
}

.underline-s-link {
  text-decoration: underline;
  display: inline-block;
  line-height: 10px;
}

.padd-0-80 {
  padding: 0 80px !important;
}

.padd-20-35 {
  padding: 20px 35px;
}

.padd-5-10 {
  padding: 5px 10px;
}

.padding-right-lg {
  padding-right: 35px;
}

.padding-left-lg {
  padding-left: 35px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-12 {
  padding-left: 12px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-l-20 {
  padding-left: 20px !important;
}

.padding-l-25 {
  padding-left: 25px !important;
}

.padding-l-40 {
  padding-left: 40px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-t-60 {
  padding-top: 60px;
}

.padding-b-22 {
  padding-bottom: 22px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.padding-t-15 {
  padding-top: 15px;
}

.padding-b-15 {
  padding-bottom: 10px !important;
}

.padding-t-25 {
  padding-top: 25px;
}

.padding-b-25 {
  padding-bottom: 25px;
}

.padding-r-0 {
  padding-right: 0px !important;
}

.padding-r-15 {
  padding-right: 15px !important;
}

.padding-r-30 {
  padding-right: 30px !important;
}

.padding-r-22 {
  padding-right: 22px !important;
}

.padding-r-60 {
  padding-right: 60px;
}

.margin-20-10 {
  margin: 20px 10px !important;
}

.nomargin,
.margin-0 {
  margin: 0 !important;
}

.nomargin-t {
  margin-top: 0 !important;
}

.margin-15 {
  margin: 15px;
}

.margin-92 {
  margin: 92px;
}

.margin-18 {
  margin: 18px;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-r-18 {
  margin-right: 18px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-r-25 {
  margin-right: 25px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-l-20p {
  margin-left: 20%;
}

.margin-l-25 {
  margin-left: 25px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-l-35 {
  margin-left: 35px;
}

.margin-l--65 {
  margin-left: -65px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-12 {
  margin-left: 12px;
}

.margin-l-15 {
  margin-left: 15px !important;
}

.margin-t-2 {
  margin-top: 2px;
}

.margin-t-3 {
  margin-top: 3px;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-7 {
  margin-top: 7px;
}

.margin-t-8 {
  margin-top: 8px;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-12 {
  margin-top: 12px;
}

.margin-t-35 {
  margin-top: 35px;
}

.margin-t-38 {
  margin-top: 38px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-60 {
  margin-top: 60px;
}

.margin-b-0 {
  margin-bottom: 0px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-3 {
  margin-bottom: 3px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b--20 {
  margin-bottom: -20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-100 {
  margin-bottom: 100px;
}

.margin-t--6 {
  margin-top: -6px;
}

.margin-t-6 {
  margin-top: 6px;
}

.margin-t-9 {
  margin-top: 9px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-18 {
  margin-top: 18px;
}

.margin-t-2 {
  margin-top: 2px;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t--20 {
  margin-top: -20px;
}

.margin-t-22 {
  margin-top: 22px;
}

.margin-t-25 {
  margin-top: 25px !important;
  margin-bottom: 0;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-18 {
  margin-bottom: 18px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-35 {
  margin-bottom: 35px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-45 {
  margin-bottom: 45px;
}

.margin-b-22 {
  margin-bottom: 22px;
}

.margin-t-0 {
  margin-top: 0px !important;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-t-90 {
  margin-top: 90px;
}

.margin-y-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-x-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.margin-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-y-xs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-y-2xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-y-sm {
  margin-top: 35px;
  margin-bottom: 35px;
}

.text-align-center {
  text-align: center;
}

[data-cancel-email-message="cancellEmailMessage"] button {
  background-color: transparent;
  color: gray;
}

.no-x-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-y-30-20 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding-y-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-y-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.padding-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box-shadow {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.box-shadow-2 {
  -webkit-box-shadow: 0 0 3px rgba(51, 54, 69, 0.2);
  -moz-box-shadow: 0 0 3px rgba(51, 54, 69, 0.2);
  box-shadow: 0 0 3px rgba(51, 54, 69, 0.2);
}

.box-shadow-3 {
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30-25 {
  padding: 30px 25px;
}

.padding-20-15 {
  padding: 20px 15px;
}

.padding-20-27 {
  padding: 20px 27px;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.col-padding-1px {
  margin-right: -1px;
  margin-left: -1px;
}

.col-padding-1px .col-sm-6 {
  padding: 0 1px;
}

.col-padding-12px {
  margin-right: -6px;
  margin-left: -6px;
}

.col-padding-12px .col-sm-2,
.col-padding-12px .col-sm-3,
.col-padding-12px .col-sm-12,
.col-padding-12px .col-sm-4,
.col-padding-12px .col-md-2 {
  padding: 0 6px;
}

.col-padding-20px {
  margin-right: -10px;
  margin-left: -10px;
}

.col-padding-20px .col-sm-2,
.col-padding-20px .col-sm-3,
.col-padding-20px .col-sm-4,
.col-padding-20px .col-sm-8,
.col-padding-20px .col-sm-7,
.col-padding-20px .col-sm-5,
.col-padding-20px .col-sm-6,
.col-padding-20px .col-sm-5,
.col-padding-20px .col-sm-12,
.col-padding-20px .col-xs-12,
.col-padding-20px .col-md-3,
.col-padding-20px .col-md-6 {
  padding: 0 10px;
}

.height-100 {
  height: 100px;
}

.height-38 {
  height: 38px;
}

.l-height-60 {
  line-height: 60px;
}

.min-height-400 {
  min-height: 400px;
}

.pointer {
  cursor: pointer;
}

.noPointer {
  cursor: default;
}

.pos-relative {
  position: relative;
}

.pos-absloute {
  position: absolute;
}

.b-green {
  background-color: #5bc9bc !important;
}

.b-orange {
  background-color: orange !important;
}

.c-green {
  color: #5bc9bc !important;
}

.padding-y-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.width-90 {
  width: 90%;
}

.width-70 {
  width: 70%;
}

.width-30 {
  width: 30%;
}

.width-15 {
  width: 15%;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.opacity-30,
.input-group-number .input-container .handler.disabled {
  opacity: .3;
}

.truncate,
.product-list .product-list-item.invoice-item .name-panel .product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.break-word {
  word-wrap: break-word;
}

.width-150 {
  width: 150px !important;
}

.row-item-wrap {
  padding: 10px 5px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 8px 6px -6px #ccc;
}

.fixed-height-60 {
  height: 60px;
  width: auto;
}

.border-b-0 {
  border-bottom: 0px !important;
}

.border-t-0 {
  border-top: 0px !important;
}

.border-r-4 {
  border-radius: 4px !important;
}

.margin-10 {
  margin: 10px;
}

.sticky-top-10 {
  position: sticky;
  top: 10px;
}

.initial-list-style-ul li {
  list-style-type: initial;
}

.c-white {
  color: white !important;
}

.c-black {
  color: black !important;
}

.c-gray {
  color: gray !important;
}

.c-red {
  color: red !important;
}

.c-brand-green {
  color: #7ec458 !important;
}

.input-group-number.inline-block {
  display: inline-block;
  max-width: 120px;
}

.input-group-number .input-container {
  table-layout: fixed;
  width: 100%;
}

.input-group-number .input-container .handler {
  width: 25px;
}

.input-group-number .input-container td {
  vertical-align: middle;
  text-align: center;
}

.input-group-number .input-container i.fa {
  height: 25px;
  width: 25px;
  line-height: 26px;
  color: white;
  border-radius: 50%;
  background-color: var(--brand-color);
}

.input-group-number .input-container input[type="number"] {
  text-align: center;
  width: 100%;
  border: 0;
}

@font-face {
  font-family: "DIN Condensed";
  src: url("/asset/new-design/fonts/DIN Condensed Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Regular";
  src: url("/asset/new-design/fonts/Helvetica Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Bold";
  src: url("/asset/new-design/fonts/Helvetica Bold.ttf") format("truetype");
}

.new-design {
  font-family: 'DIN Condensed';
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-weight: initial;
  background-color: #fff;
  /*header*/
  /* home banner*/
  /*menu*/
  /*floor one*/
  /*floor two*/
  /*floor form*/
  /*shadow*/
  /*footer*/
  /*bakery page*/
  /*video*/
  /*contact us*/
  /*privacy policy*/
  /*what is works*/
  /*about us*/
  /*ab floor*/
  /*features warehouse*/
  /*Features Retailers*/
}

.new-design h1,
.new-design h2,
.new-design h3,
.new-design h4,
.new-design h5,
.new-design h6 {
  font-family: unset;
}

.new-design .form input[type="text"],
.new-design .form input[type="email"],
.new-design .form input[type="password"],
.new-design .form input[type="number"] {
  padding: initial;
  color: initial;
  font-weight: unset;
  height: unset;
  font-family: unset;
}

.new-design .form input[type="text"]::-webkit-input-placeholder,
.new-design .form input[type="email"]::-webkit-input-placeholder,
.new-design .form input[type="password"]::-webkit-input-placeholder,
.new-design .form input[type="number"]::-webkit-input-placeholder {
  color: grey;
  text-transform: unset;
}

.new-design .form input[type="text"]:-moz-placeholder,
.new-design .form input[type="email"]:-moz-placeholder,
.new-design .form input[type="password"]:-moz-placeholder,
.new-design .form input[type="number"]:-moz-placeholder {
  color: grey;
  text-transform: unset;
}

.new-design .form input[type="text"]::-moz-placeholder,
.new-design .form input[type="email"]::-moz-placeholder,
.new-design .form input[type="password"]::-moz-placeholder,
.new-design .form input[type="number"]::-moz-placeholder {
  color: grey;
  text-transform: unset;
}

.new-design .form input[type="text"]:-ms-input-placeholder,
.new-design .form input[type="email"]:-ms-input-placeholder,
.new-design .form input[type="password"]:-ms-input-placeholder,
.new-design .form input[type="number"]:-ms-input-placeholder {
  color: grey;
  text-transform: unset;
}

.new-design ul,
.new-design li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-design a {
  text-decoration: none;
  outline: none;
}

.new-design input {
  outline: none;
  box-shadow: none;
}

.new-design .header {
  padding: 20px 0;
}

.new-design .header .logo {
  display: block;
  float: left;
  padding: 6px 0;
}

.new-design .header .nav {
  float: left;
}

.new-design .header .nav ul {
  overflow: hidden;
}

.new-design .header .nav ul li {
  float: left;
}

.new-design .header .nav ul li a {
  display: block;
  line-height: 52px;
  color: #333645;
  font-size: 22px;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.new-design .header .nav ul li a:hover {
  color: #5F9442;
  text-decoration: none;
}

.new-design .header .nav ul li a:hover:before {
  transform: scale(1);
}

.new-design .header .nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 3px;
  width: 100%;
  background: #5F9442;
  transform: scale(0);
  transition: all .3s;
}

.new-design .header .user-info {
  float: right;
  overflow: hidden;
}

.new-design .header .user-info a {
  display: block;
  float: left;
  width: 197px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: 'Helvetica Bold';
}

.new-design .header .user-info .shop-login {
  background: #5bc9bc;
  margin-right: 19px;
}

.new-design .header .user-info .shop-login:hover {
  background: #499f95;
}

.new-design .header .user-info .warehouse-login {
  background: #6088dd;
}

.new-design .header .user-info .warehouse-login:hover {
  background: #4966a4;
}

.new-design .home-banner {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0 auto;
}

.new-design .home-banner img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  margin-bottom: 90px;
}

.new-design .banner-content {
  text-align: center;
  position: absolute;
  z-index: 8;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
}

.new-design .banner-content.home-banner1 {
  position: static;
  background: url("/asset/landing-page-v3/images/home-banner.png") center center no-repeat;
  background-size: 100% auto;
}

.new-design .banner-content .content-box.home-content {
  padding: 100px 0 150px 0;
}

.new-design .banner-content .content-box h2 {
  color: #282828;
  font-size: 90px;
  margin: 0 auto 50px;
  max-width: 94%;
}

.new-design .banner-content .content-box p {
  font-family: 'Helvetica Regular';
  color: #fff;
  font-size: 30px;
  display: block;
  max-width: 65%;
  margin: 0 auto 75px;
}

.new-design .banner-content .content-box .button-box a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  border-radius: 8px;
  padding: 0 45px;
  margin-bottom: 210px;
  font-size: 20px;
  font-family: 'Helvetica Bold';
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.new-design .banner-content .content-box .button-box a.create-account {
  color: #313443;
  background: #fff;
}

.new-design .banner-content .content-box .button-box a.create-account:hover {
  background: #d7d6d6;
}

.new-design .banner-content .content-box .button-box a.watch-video {
  border: 2px solid #7EC458;
  color: #7EC458;
  margin-left: 16px;
  position: relative;
  text-indent: 50px;
}

.new-design .banner-content .content-box .button-box a.watch-video:hover {
  border-color: #5F9442;
  color: #5F9442;
}

.new-design .banner-content .content-box .button-box a.watch-video .glyphicon-play {
  display: inline-block;
  border-radius: 100%;
  background: #7EC458;
  color: white;
  text-align: center;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 40px;
  top: 20px;
  text-indent: 0px;
}

.new-design .banner-content .content-box .button-box a.watch-video .glyphicon-play:hover {
  background: #5F9442;
}

.new-design .banner-content .content-box a.request-box {
  color: white;
  background: #7EC458;
  border: 2px solid #7EC458;
}

.new-design .banner-content .content-box a.request-box:hover {
  color: white;
  background: #5F9442;
  border: 2px solid #5F9442;
}

.new-design .menu {
  margin-top: -200px;
  position: relative;
  z-index: 666;
}

.new-design .menu .container {
  max-width: 800px;
}

.new-design .menu img {
  display: block;
  width: 100%;
  height: auto;
}

.new-design .menu .col-md-4 {
  padding: 14px;
}

.new-design .menu a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.new-design .menu a span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  background: #5bc9bc;
  text-align: center;
  color: #fff;
  font-size: 40px;
}

.new-design .menu a:hover span {
  background: #499f95;
}

.new-design .floor-one {
  margin-top: 80px;
  margin-bottom: 80px;
}

.new-design .floor-one .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}

.new-design .floor-one img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.new-design .floor-one h3 {
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
}

.new-design .floor-one p {
  font-size: 14px;
  text-align: center;
  font-family: 'Helvetica Regular';
  margin: 0;
}

.new-design .floor-two {
  background: #f6f6f6;
}

.new-design .floor-two .container {
  position: relative;
  padding-bottom: 200px;
}

.new-design .floor-two .title {
  text-align: center;
  font-size: 50px;
  margin: 90px 0;
}

.new-design .floor-two h3 {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 6px solid var(--brand-color);
}

.new-design .floor-two .item:nth-child(2) h3 {
  border-color: #ffae18;
}

.new-design .floor-two .item:nth-child(3) h3 {
  border-color: #5bc9bc;
}

.new-design .floor-two .item:nth-child(4) h3 {
  border-color: #b7b7b7;
}

.new-design .floor-two .item {
  padding-right: 80px;
  width: 28%;
}

.new-design .floor-two .item p {
  font-size: 14px;
  font-family: 'Helvetica Regular';
  margin-top: 30px;
}

.new-design .floor-two .img-bg {
  padding: 0 0 0 50px;
}

.new-design .floor-two .img-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.new-design .floor-two .item:nth-child(4) {
  position: absolute;
  bottom: 150px;
  left: 45%;
}

.new-design .floor-form .title {
  font-size: 50px;
  margin: 90px 0;
  text-align: center;
  color: #6088dd;
}

.new-design .floor-form form {
  width: 60%;
  margin: 0 auto;
  font-family: 'Helvetica Bold';
}

.new-design .floor-form form ul li {
  margin-bottom: 30px;
}

.new-design .floor-form form ul li label {
  font-size: 15px;
  color: #5bc9bc;
}

.new-design .floor-form form ul li .input-box {
  border-bottom: 2px solid #b7b7b7;
  padding: 10px 0;
}

.new-design .floor-form form ul li input {
  border: none;
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
}

.new-design .floor-form form ul li .button-set {
  margin: 80px 0;
}

.new-design .floor-form form ul li button {
  display: block;
  width: 40%;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  background: #ffae18;
  color: #fff;
  font-size: 15px;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}

.new-design .floor-form form ul li button:hover {
  background: #c08517;
}

.new-design .shadow-box {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.new-design .shadow-box.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 9999999999;
}

.new-design .shadow-box .form-box {
  width: 1050px;
  margin: 0 auto;
  background: #f6f6f6;
  box-shadow: 10px 10px 10px #666;
  padding: 70px;
  border-radius: 10px;
}

.new-design .shadow-box .form-box .logo-box img {
  width: 248px;
  height: auto;
  margin: 0 auto;
}

.new-design .shadow-box .form-box .text {
  font-size: 30px;
  padding: 40px;
}

.new-design .shadow-box .form-box .text span {
  color: var(--brand-color);
}

.new-design .shadow-box .form-box ul li {
  overflow: hidden;
  margin-bottom: 30px;
}

.new-design .shadow-box .form-box ul li label {
  display: block;
  float: left;
  width: 20%;
  text-align: left;
  font-size: 30px;
  color: #5bc9bc;
  margin: 0;
}

.new-design .shadow-box .form-box ul li .input-box {
  float: right;
  width: 78%;
}

.new-design .shadow-box .form-box ul li .input-box input {
  float: left;
  width: 33%;
  height: 50px;
  line-height: 50px;
  border: 3px solid #d0d1d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1%;
  padding: 0 20px;
  border-radius: 10px;
  font-family: "Helvetica Regular";
  font-size: 15px;
}

.new-design .shadow-box .form-box ul li .input-box input:first-child {
  width: 30%;
}

.new-design .footer {
  background: #282828;
  padding: 30px 0;
  font-family: "DIN Condensed";
}

.new-design .footer .container {
  display: table;
}

.new-design .footer .container .logo-box,
.new-design .footer .container .menu-list,
.new-design .footer .container .icon-list {
  display: table-cell;
  vertical-align: middle;
}

.new-design .footer .container .logo-box a {
  display: inline-block;
}

.new-design .footer .container .menu-list ul li a {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.new-design .footer .container .icon-list ul {
  overflow: hidden;
  text-align: right;
}

.new-design .footer .container .icon-list ul li {
  display: inline-block;
  margin: 0 10px;
}

.new-design .footer .container .icon-list ul li:last-child {
  margin-right: 0;
}

.new-design .other-banner {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0 auto;
}

.new-design .other-banner img {
  width: 100%;
}

.new-design .other-banner .banner-content {
  text-align: left;
}

.new-design .other-banner .banner-content h2,
.new-design .other-banner .banner-content p {
  color: #000;
  font-size: 25px;
}

.new-design .other-banner .banner-content p {
  max-width: 60%;
  margin: 0 0 30px 0;
}

.new-design .other-banner .banner-content a {
  color: #313443;
  text-decoration: none;
  font-family: "Helvetica Bold";
}

.new-design .other-banner .banner-content a.back-link {
  padding-left: 80px;
  background: url("/asset/new-design/images/icon-left.png") 0 center no-repeat;
  font-size: 20px;
}

.new-design .other-banner .banner-content a.back-link:hover {
  color: var(--brand-color);
}

.new-design .other-banner .banner-content h2 {
  font-size: 40px;
  margin: 50px 0;
  font-family: "DIN Condensed";
}

.new-design .other-banner .banner-content a.sign-link {
  display: block;
  float: left;
  width: auto;
  padding: 0 40px;
  background: #ffae18;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  margin-top: 30px;
}

.new-design .other-banner .banner-content a.sign-link:hover {
  background: #CA8911;
}

.new-design .video-box {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.new-design .video-box .video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 22;
  display: block;
  background: #fff;
}

.new-design .video-box .video-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.new-design .video-box video {
  display: block;
  width: 100%;
  height: auto;
}

.new-design .floor-one h3 a {
  color: #333645;
  text-decoration: none;
}

.new-design .floor-one h3 a:hover {
  color: var(--brand-color);
}

.new-design .page-title {
  display: block;
  font-size: 80px;
  text-align: center;
  background: #333645;
  color: #fff;
  height: 270px;
  line-height: 270px;
}

.new-design .form .floor-form-2 {
  padding: 120px 0;
  background: #f6f6f6;
}

.new-design .form .floor-form-2 .title {
  font-size: 50px;
  margin-bottom: 70px;
  text-align: center;
  color: #333645;
}

.new-design .form .floor-form-2 form {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.new-design .form .floor-form-2 form ul li {
  margin-bottom: 20px;
}

.new-design .form .floor-form-2 form ul li input,
.new-design .form .floor-form-2 form ul li textarea {
  display: block;
  width: 100%;
  height: 53px;
  border: 3px solid #d0d1d4;
  border-radius: 10px;
  background: #fff;
  padding: 0 20px;
  font-family: "Helvetica Regular";
  font-size: 16px;
}

.new-design .form .floor-form-2 form ul li textarea {
  height: 155px;
  resize: none;
  padding: 15px 20px;
}

.new-design .form .floor-form-2 form ul li button {
  display: block;
  width: 40%;
  height: 53px;
  line-height: 53px;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  background: #c08517;
  color: #333645;
  font-size: 15px;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  font-size: 30px;
}

.new-design .form .floor-form-2 form ul li button:hover {
  background: #ffae18;
}

.new-design .bottom-info {
  background: #333645;
  padding: 60px 0;
}

.new-design .bottom-info p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0;
}

.new-design .bottom-info p span {
  color: #ffae18;
}

.new-design .bottom-info p a {
  color: #fff;
  text-decoration: none;
}

.new-design .page-text {
  padding: 90px 0;
  text-align: center;
}

.new-design .page-text.text-left,
.new-design .page-text.text-left h4 {
  text-align: left;
}

.new-design .page-text p {
  font-size: 16px;
  font-family: 'Helvetica Regular';
  margin-bottom: 40px;
  color: #333645;
}

.new-design .page-text a {
  color: #333645;
  text-decoration: none;
}

.new-design .page-text.text-left p,
.new-design .page-text.text-left h4 {
  margin-bottom: 30px;
}

.new-design .page-text p strong {
  font-family: 'Helvetica Bold';
  font-weight: normal;
}

.new-design .page-text h4 {
  font-size: 20px;
  color: #333645;
  font-weight: normal;
  font-family: 'Helvetica Bold';
  text-align: center;
  margin-bottom: 40px;
}

.new-design .work-content {
  padding: 120px 0;
  text-align: center;
}

.new-design .work-content h2 {
  font-size: 50px;
  margin: 0;
}

.new-design .work-content h3 {
  font-size: 25px;
  font-family: 'Helvetica Bold';
  margin-top: 40px;
  margin-bottom: 70px;
}

.new-design .work-content a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  border-radius: 8px;
  padding: 0 45px;
  font-size: 20px;
  font-family: 'Helvetica Bold';
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.new-design .work-content a.create-account {
  color: #fff;
  background: #ffae18;
}

.new-design .work-content a.create-account:hover {
  background: #ce8e17;
}

.new-design .work-content a.watch-video {
  border: 2px solid #555555;
  color: #555555;
  margin-right: 16px;
  position: relative;
  text-indent: 50px;
}

.new-design .work-content a.watch-video:hover {
  border-color: #acacac;
  color: #acacac;
}

.new-design .work-content a.watch-video .glyphicon-play {
  display: inline-block;
  border-radius: 100%;
  background: #acacac;
  color: #fff;
  text-align: center;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 40px;
  top: 20px;
  text-indent: 0px;
}

.new-design .work-content .content-img {
  display: block;
  margin-top: 100px;
}

.new-design .work-content .content-img img {
  display: block;
  width: 100%;
  height: auto;
}

.new-design .ab-banner .banner-content .content-box h2 {
  font-size: 90px;
}

.new-design .our-vision {
  padding: 130px 0;
}

.new-design .our-vision .title {
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
}

.new-design .our-vision .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 10px;
  left: 5%;
  top: 50%;
  margin-top: -5px;
  z-index: 11;
  background: var(--brand-color);
}

.new-design .our-vision .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 10px;
  right: 5%;
  top: 50%;
  margin-top: -5px;
  z-index: 11;
  background: var(--brand-color);
}

.new-design .our-vision .title span {
  display: inline-block;
  width: auto;
  padding: 0 80px;
  font-size: 60px;
  color: #333645;
  background: #fff;
  position: relative;
  z-index: 22;
}

.new-design .our-vision p {
  display: block;
  text-align: center;
  font-family: "Helvetica Regular";
  color: #333645;
  font-size: 30px;
  margin: 100px auto 0;
  max-width: 90%;
}

.new-design .ab-floor-1 {
  background: #f6f6f6;
  padding: 120px 0;
}

.new-design .ab-content {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.new-design .ab-content .ab-img,
.new-design .ab-content .ab-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.new-design .ab-content .ab-img img {
  display: block;
  max-width: 80%;
  height: auto;
}

.new-design .ab-content .ab-text {
  text-align: right;
}

.new-design .ab-content .ab-text h3 {
  font-size: 40px;
  color: #333645;
  margin-bottom: 70px;
}

.new-design .ab-content .ab-text p {
  font-family: "Helvetica Regular";
  font-size: 24px;
  margin: 0 0 50px 0;
  color: #333645;
}

.new-design .ab-floor-2 {
  padding: 120px 0;
}

.new-design .ab-floor-2 .ab-content .ab-text {
  text-align: left;
}

.new-design .ab-floor-2 .ab-content img {
  float: right;
}

.new-design .ab-floor-3 {
  padding: 100px 0;
  background: #f6f6f6;
  overflow: hidden;
}

.new-design .ab-floor-3 .line {
  font-size: 60px;
}

.new-design .ab-floor-3 .line-1 {
  text-align: right;
}

.new-design .ab-floor-3 .line p {
  margin: 0;
  line-height: 1;
}

.new-design .ab-floor-3 .line-1 {
  margin-bottom: 40px;
}

.new-design .ab-floor-3 .line-1 p {
  color: #6088dd;
}

.new-design .ab-floor-3 .line-2 p {
  color: #ffae18;
}

.new-design .ab-floor-3 .line p:first-child::before {
  content: "\201C";
  font-size: 80px;
  margin-right: 10px;
}

.new-design .ab-floor-3 .line p:last-child::after {
  content: "\201D";
  font-size: 80px;
  margin-left: 10px;
}

.new-design .ab-floor-3 .line-1 p:first-child {
  padding-right: 40px;
}

.new-design .ab-floor-3 .line-2 p:last-child {
  padding-left: 180px;
}

.new-design .instagram {
  padding: 120px 0;
}

.new-design .instagram .title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 70px;
}

.new-design .slider {
  padding: 0 75px;
}

.new-design .slider .item {
  padding: 10px;
}

.new-design .slider .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.new-design .slider .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #767c99;
  opacity: 1;
  color: #fff;
  top: 50%;
  margin: 0;
  margin-top: -25px;
  z-index: 222;
  padding: 0;
}

.new-design .slider .owl-theme .owl-controls .owl-buttons div:hover {
  background: #3d404f;
}

.new-design .slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -75px;
}

.new-design .slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -75px;
}

.new-design .slider .owl-theme .owl-controls .owl-buttons .owl-prev::before {
  content: "\E079";
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  line-height: 50px;
}

.new-design .slider .owl-theme .owl-controls .owl-buttons .owl-next::before {
  content: "\E080";
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  line-height: 50px;
}

.new-design .fw-content {
  padding: 120px 0 300px 0;
}

.new-design .fw-content .title {
  font-size: 50px;
  text-align: center;
}

.new-design .fw-floor.floor-one {
  background: #f6f6f6;
  padding: 300px 0 120px 0;
  margin: 0;
  position: relative;
}

.new-design .fw-floor.floor-one .col-md-4 {
  margin-bottom: 50px;
}

.new-design .fw-floor.floor-one .img-box {
  height: 175px;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.new-design .fw-floor.floor-one .client-img {
  position: absolute;
  top: -190px;
  width: 100%;
  left: 0;
  z-index: 222;
}

.new-design .fw-floor.floor-one p {
  height: 60px;
}

.new-design .fr-floor.fw-floor.floor-one {
  background: #e7f7f5;
}

.new-design .fr-floor .col-md-6 {
  margin-bottom: 40px;
}

.new-design .fr-floor.fw-floor.floor-one p {
  height: 90px;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

.new-design .banner-content.xero-banner {
  position: static;
  background: url("/asset/new-design/images/xero-banner.png") center center no-repeat;
  background-size: 100% auto;
  padding: 40px 0;
}

.new-design .xero-banner .link-box {
  margin-bottom: 50px;
}

.new-design .xero-banner .link-box a {
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 356px;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  font-family: "Helvetica Bold";
}

.new-design .xero-banner .link-box a.create-account {
  background: #d7d6d6;
  color: #313443;
}

.new-design .xero-banner .link-box a.trial-xero {
  background: #147798;
  color: #fff;
  margin-left: 16px;
}

.new-design .xero-banner .link-box a.trial-xero:hover {
  background: #2aa2c9;
}

.new-design .xero-banner .link-box a.create-account:hover {
  background: #fff;
}

.new-design .xero-banner .btn-box a {
  display: inline-block;
}

.new-design .xero-banner .btn-box img {
  display: block;
  width: auto;
}

.new-design .xero-content {
  padding: 120px 0;
}

.new-design .xero-content .title {
  font-size: 50px;
  text-align: center;
}

.new-design .xero-content .content-img {
  display: block;
  margin: 100px 0 80px 0;
}

.new-design .xero-content .content-img img {
  display: block;
  width: 100%;
  height: auto;
}

.new-design .xero-content p {
  font-size: 20px;
  padding: 0 100px;
  font-family: "Helvetica Regular";
  text-align: center;
}

.new-design .xero-floor-one.floor-one {
  margin-top: 0;
  padding-top: 80px;
  border-top: 8px solid #f6f6f6;
}

.new-design .xero-content2 {
  border-top: 8px solid #f6f6f6;
}

.new-design .xero-content.xero-content2 .content-img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.new-design .xero-content.xero-content2 p {
  padding: 0;
  margin-bottom: 30px;
}

.new-design .xero-floor-two .info {
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Helvetica Regular";
}

.new-design .xero-floor-two .col-md-6 {
  margin-bottom: 100px;
}

.new-design .xero-floor-two .col-md-6 p {
  display: block;
  width: 66%;
  margin: 0 auto;
  height: 60px;
}

.new-design .xero-bottom {
  padding: 120px 0;
  background: #f6f6f6;
  text-align: center;
}

.new-design .xero-bottom h2 {
  font-size: 50px;
  margin: 0;
}

.new-design .xero-bottom .info {
  font-size: 25px;
  font-family: "Helvetica Regular";
  margin: 40px 0 80px 0;
}

.new-design .xero-bottom .info a {
  color: var(--brand-color);
  text-decoration: none;
}

.new-design .xero-bottom .link-box a {
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 356px;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  font-family: "Helvetica Bold";
  vertical-align: middle;
}

.new-design .xero-bottom .link-box a.create-account {
  background: #d7d6d6;
  color: #313443;
  border: 2px solid #d7d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new-design .xero-bottom .link-box a.create-account:hover {
  border: 2px solid #acacac;
  background: #fff;
}

.new-design .xero-bottom .link-box a.trial-xero {
  background: #147798;
  color: #fff;
  margin-left: 16px;
}

.new-design .xero-bottom .link-box a.trial-xero:hover {
  background: #2aa2c9;
}

@media (max-width: 1200px) {
  .new-design .banner-content.home-banner1 {
    background: url("/asset/landing-page-v3/images/home-banner.png") center center no-repeat;
    background-size: 100% auto;
  }

  .new-design .header .nav {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
  }

  .new-design .header .nav ul li {
    width: 33.33%;
  }

  .new-design .header .nav ul li a {
    margin: 0;
  }

  .new-design .ab-banner .banner-content .content-box h2 {
    font-size: 60px;
  }

  .new-design .banner-content.xero-banner {
    padding: 40px 0;
    background-size: auto 100%;
  }

  .new-design .banner-content.home-banner1 {
    background: url("/asset/landing-page-v3/images/home-banner.png") center center no-repeat;
    background-size: 100% auto;
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .new-design .banner-content.home-banner1 {
    background: url("/asset/landing-page-v3/images/home-banner.png") left center no-repeat;
    background-size: auto;
    padding: 40px 0;
  }

  .new-design .banner-content .content-box h2 {
    font-size: 40px;
  }

  .new-design .banner-content .content-box p {
    margin: 0 auto 30px;
  }

  .new-design .banner-content .content-box.home-content {
    padding: 0;
  }

  .new-design .menu {
    margin-top: 40px;
  }

  .new-design .banner-content .content-box a.request-box {
    margin-bottom: 0;
  }

  .new-design .banner-content .content-box .button-box {
    margin: 50px auto 50px auto;
  }

  .new-design .banner-content .content-box .button-box a {
    margin: 0 auto;
  }

  .new-design .header .nav {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
  }

  .new-design .header .nav ul li {
    width: 33.33%;
  }

  .new-design .header .nav ul li a {
    margin: 0;
  }

  .new-design .floor-two h3 {
    font-size: 20px;
  }

  .new-design .page-text p {
    text-align: left;
  }

  .new-design .ab-banner .banner-content .content-box h2 {
    font-size: 40px;
  }

  .new-design .banner-content.xero-banner {
    padding: 40px 0;
    background-size: auto 100%;
  }
}

@media (max-width: 768px) {
  .new-design {
    /*header*/
    /*index*/
    /*xero*/
  }

  .new-design .header .logo {
    width: 90px;
    height: 52px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .new-design .header .user-info .shop-login {
    margin-right: 10px;
  }

  .new-design .header .logo img {
    width: 100%;
    height: auto;
  }

  .new-design .header .nav {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
  }

  .new-design .header .nav ul li {
    width: 33.33%;
  }

  .new-design .header .nav ul li a {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .new-design .header .user-info a {
    width: 90px;
    font-size: 12px;
  }

  .new-design .menu a span {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-top: -20px;
  }

  .new-design .banner-content .content-box.home-content {
    padding: 0;
  }

  .new-design .footer .container {
    display: block;
  }

  .new-design .footer .container .logo-box,
  .new-design .footer .container .menu-list,
  .new-design .footer .container .icon-list {
    display: block;
    width: 100%;
  }

  .new-design .footer .container .logo-box {
    text-align: center;
  }

  .new-design .footer .container .menu-list {
    width: 50%;
    float: left;
    margin: 30px 0;
  }

  .new-design .footer .container .menu-list:nth-child(3) {
    text-align: right;
  }

  .new-design .footer .container .icon-list {
    clear: both;
  }

  .new-design .footer .container .icon-list ul li {
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
  }

  .new-design .menu {
    margin-top: 30px;
  }

  .new-design .banner-content .content-box h2 {
    font-size: 12px;
    margin: 0 auto;
  }

  .new-design .banner-content .content-box.home-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .new-design .banner-content .content-box p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .new-design .banner-content .content-box a.request-box {
    margin: 10px 0 0 0;
  }

  .new-design .banner-content .content-box .button-box a {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    padding: 0 10px;
    margin: 0 auto;
  }

  .new-design .banner-content .content-box a.request-box {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    padding: 0 10px;
  }

  .new-design .banner-content .content-box .button-box a.watch-video .glyphicon-play {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 20px;
    top: 10px;
  }

  .new-design .shadow-box .form-box {
    width: 90%;
    padding: 20px;
  }

  .new-design .shadow-box .form-box .logo-box img {
    width: 100px;
  }

  .new-design .shadow-box .form-box .text {
    font-size: 12px;
    padding: 20px 40px;
  }

  .new-design .shadow-box .form-box ul li {
    margin-bottom: 10px;
  }

  .new-design .shadow-box .form-box ul li label {
    font-size: 12px;
    width: 100%;
  }

  .new-design .shadow-box .form-box ul li .input-box {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
  }

  .new-design .shadow-box .form-box ul li .input-box input {
    height: 40px;
    line-height: 40px;
    border: 2px solid #d0d1d4;
    font-size: 8px;
    padding: 0 10px;
  }

  .new-design .floor-one .title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .new-design .floor-one h3 {
    margin: 30px 0;
  }

  .new-design .floor-two .title {
    font-size: 30px;
    margin: 30px 0;
  }

  .new-design .floor-two .item {
    padding: 0 15px;
    width: 100%;
  }

  .new-design .floor-two .img-bg {
    padding: 10px 0;
  }

  .new-design .floor-two .item:nth-child(4) {
    position: absolute;
    bottom: 50px;
    left: 0;
  }

  .new-design .floor-form .title {
    font-size: 30px;
    margin: 30px 0;
  }

  .new-design .floor-form form {
    width: 100%;
  }

  .new-design .floor-form form ul li .button-set {
    margin: 30px 0;
  }

  .new-design .page-title {
    font-size: 30px;
    height: auto;
    padding: 50px 20px;
    line-height: 1;
  }

  .new-design .work-content {
    padding: 40px 0;
  }

  .new-design .work-content h2 {
    font-size: 30px;
  }

  .new-design .work-content h3 {
    font-size: 20px;
  }

  .new-design .work-content a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .new-design .work-content a.watch-video {
    text-indent: 30px;
  }

  .new-design .work-content a.watch-video .glyphicon-play {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 10px;
    top: 10px;
  }

  .new-design .work-content h3 {
    margin: 30px 0;
  }

  .new-design .work-content .content-img {
    margin-top: 30px;
  }

  .new-design .floor-form-2 {
    padding: 30px 0;
  }

  .new-design .floor-form-2 .title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .new-design .floor-form-2 form {
    width: 100%;
  }

  .new-design .floor-form-2 form ul li button {
    font-size: 20px;
    width: 60%;
  }

  .new-design .other-banner .banner-content a.back-link {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    padding-left: 40px;
    background-size: 30px auto;
    text-shadow: 2px 2px 2px #666;
  }

  .new-design .other-banner .banner-content a.sign-link {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }

  .new-design .other-banner .banner-content p {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .new-design .ab-banner .banner-content .content-box h2 {
    font-size: 40px;
  }

  .new-design .our-vision {
    padding: 40px 0;
  }

  .new-design .our-vision .title span {
    padding: 0 20px;
    font-size: 30px;
  }

  .new-design .our-vision p {
    margin: 40px auto 0;
    max-width: 100%;
    font-size: 13px;
  }

  .new-design .ab-content .ab-text h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .new-design .ab-content .ab-text p {
    font-size: 12px;
    margin: 0 0 20px 0;
  }

  .new-design .ab-floor-1 {
    padding: 30px 0;
  }

  .new-design .ab-content .ab-img,
  .new-design .ab-content .ab-text {
    display: block;
    width: 100%;
    text-align: center;
  }

  .new-design .ab-content .ab-img img {
    width: 20%;
    margin: 0 auto;
  }

  .new-design .ab-floor-2 {
    padding: 40px 0;
  }

  .new-design .ab-floor-2 .ab-content .ab-text {
    text-align: center;
  }

  .new-design .ab-floor-2 .ab-content .ab-text h3 {
    margin-top: 0;
  }

  .new-design .ab-floor-2 .ab-content .ab-img img {
    width: 100%;
    max-width: 100%;
  }

  .new-design .ab-floor-3 {
    padding: 40px 0;
  }

  .new-design .ab-floor-3 .line {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .new-design .ab-floor-3 .line-1 p:first-child {
    padding-right: 0;
  }

  .new-design .ab-floor-3 .line-2 p:last-child {
    padding-left: 0px;
    text-align: right;
  }

  .new-design .ab-floor-3 .line p:first-child::before,
  .new-design .ab-floor-3 .line p:last-child::after {
    font-size: 40px;
  }

  .new-design .ab-floor-3 .line-1 p:last-child {
    text-align: left;
  }

  .new-design .instagram {
    padding: 40px 0;
  }

  .new-design .instagram .title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .new-design .slider {
    padding: 0 35px;
  }

  .new-design .slider .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-top: -15px;
  }

  .new-design .slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -35px;
  }

  .new-design .slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -35px;
  }

  .new-design .slider .owl-theme .owl-controls .owl-buttons .owl-prev::before {
    line-height: 30px;
    font-size: 12px;
  }

  .new-design .slider .owl-theme .owl-controls .owl-buttons .owl-next::before {
    line-height: 30px;
    font-size: 12px;
  }

  .new-design .page-text {
    padding: 30px 0;
  }

  .new-design .page-text p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .new-design .page-text h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .new-design .bottom-info {
    padding: 30px 0;
  }

  .new-design .floor-one {
    margin: 40px 0;
  }

  .new-design .floor-one .col-md-4 {
    margin-bottom: 20px;
  }

  .new-design .fw-content {
    padding: 30px 0 80px 0;
  }

  .new-design .fw-content .title {
    font-size: 30px;
  }

  .new-design .fw-floor.floor-one .client-img {
    top: -60px;
  }

  .new-design .fw-floor.floor-one .client-img img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .new-design .fw-floor.floor-one {
    padding: 100px 0 40px 0;
  }

  .new-design .banner-content.xero-banner {
    padding: 40px 0;
    background-size: 100% auto;
  }

  .new-design .xero-banner.ab-banner .banner-content .content-box h2 {
    font-size: 14px;
    margin: 0 auto;
    max-width: 100%;
  }

  .new-design .xero-banner .banner-content .content-box p {
    max-width: 95%;
    font-size: 9px;
    margin: 10px auto;
  }

  .new-design .xero-floor-one.floor-one {
    margin-bottom: 0px;
  }

  .new-design .xero-floor-two .col-md-6 {
    margin-bottom: 40px;
  }

  .new-design .xero-floor-two .col-md-6 p {
    width: 80%;
  }

  .new-design .xero-banner .link-box {
    margin-bottom: 10px;
  }

  .new-design .xero-banner .link-box a {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    width: 45%;
  }

  .new-design .xero-banner .btn-box a {
    width: 30px;
    height: 30px;
  }

  .new-design .xero-banner .btn-box a img {
    width: 100%;
    height: auto;
  }

  .new-design .xero-content {
    padding: 40px 0;
  }

  .new-design .xero-content .title {
    font-size: 20px;
  }

  .new-design .xero-content .content-img {
    margin: 40px 0 20px;
  }

  .new-design .xero-content p {
    padding: 0 15px;
  }

  .new-design .xero-bottom {
    padding: 40px 0;
  }

  .new-design .xero-bottom h2 {
    font-size: 20px;
  }

  .new-design .xero-bottom .info {
    font-size: 12px;
    margin: 20px 0 40px 0;
  }

  .new-design .xero-bottom .link-box a {
    font-size: 8px;
    height: 40px;
    line-height: 40px;
    width: 45%;
  }
}

.new-design .pricing .btn {
  border-radius: 10px;
  font-size: 24px;
}

.new-design .pricing .request-button-black {
  background-color: #333644;
  font-size: 24px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.new-design .pricing .request-button-black:hover {
  background-color: #575C72;
}

.new-design .price-panels.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .new-design .price-panels.container {
    margin-top: -100px;
  }
}

.new-design .price-panels .most-popular {
  background: #f6f6f6;
  padding: 10px 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.new-design .price-panels .most-popular + .price-panel {
  margin-top: 20px;
}

.new-design .price-panels .most-popular .price-panel .price-body {
  border-color: white;
}

.new-design .price-panels .most-popular .popular-header-spacing {
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .new-design .price-panels .most-popular {
    display: inline-block;
    padding-bottom: 10px;
    margin: -36px 10px 0px 10px;
  }

  .new-design .price-panels .most-popular + .price-panel {
    margin-top: 0;
  }
}

.new-design .price-panels .price-panel + .price-panel,
.new-design .price-panels .price-panel + .most-popular {
  margin-top: 20px;
}

.new-design .price-panels .price-panel .price-header {
  padding: 60px 0 40px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.new-design .price-panels .price-panel .price-header h1 {
  color: white;
  font-size: 52px;
}

.new-design .price-panels .price-panel .price-body {
  border-left: 5px solid #f6f6f6;
  border-right: 5px solid #f6f6f6;
  border-bottom: 5px solid #f6f6f6;
  padding: 20px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.new-design .price-panels .price-panel .price-body .pricing-diy {
  background-color: #78c6bc;
  margin: 15px;
}

.new-design .price-panels .price-panel .price-body .pricing-diy:hover {
  background-color: #5F9D95;
}

.new-design .price-panels .price-panel .price-body .pricing-standard {
  background-color: #6789d7;
  margin: 15px;
}

.new-design .price-panels .price-panel .price-body .pricing-standard:hover {
  background-color: #4E669F;
}

.new-design .price-panels .price-panel .price-body .pricing-premium {
  background-color: #ffae18;
  margin: 15px;
}

.new-design .price-panels .price-panel .price-body .pricing-premium:hover {
  background-color: #CA8911;
}

.new-design .price-panels .price-panel ul.list-unstyled li {
  line-height: 30px;
  height: 60px;
  margin: 10px 10px auto 50px;
}

.new-design .price-panels .price-panel ul.list-unstyled li i {
  line-height: 30px;
  left: -40px;
  top: -4px;
}

@media screen and (min-width: 768px) {
  .new-design .price-panels .price-panel {
    display: inline-block;
    width: 210px;
    margin: 0 5px;
  }

  .new-design .price-panels .price-panel + .price-panel,
  .new-design .price-panels .price-panel + .most-popular {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .new-design .price-panels .price-panel {
    width: 330px;
  }
}

.new-design .faq .faq-ques-content {
  margin: auto auto 50px 15%;
  height: 250px;
}

.new-design .faq .faq-ques-title {
  font-size: 60px;
  color: #6789d7;
  margin: 40px auto auto 20px;
}

.new-design .faq ul li a {
  font-size: 20px;
  margin-left: 20px;
  display: inline-block;
}

.new-design .faq .faq-more a {
  font-size: 26px;
  color: #78c6bc;
  margin: 20px;
  display: inline-block;
}

.new-design .faq .faq-ques-list-body {
  margin: 40px auto auto 20px;
}

.new-design .faq .faq-ques-list-body .faq-ques-list {
  font-size: 40px;
  color: #6789d7;
  margin: 30px;
}

.new-design .faq .faq-ques-detail-body {
  margin: 40px auto auto 20px;
}

.new-design .faq .faq-ques-detail-body .faq-ques-detail-content li {
  list-style: inherit !important;
}

.new-design .faq .faq-ques-detail-content figure {
  text-align: center;
  margin: 20px auto 20px auto;
}

.new-design .faq .faq-ques-detail-content img {
  max-width: 100%;
  height: auto;
}

.new-design .faq .faq-ques-detail-content {
  font-size: 20px;
  margin-bottom: 30px;
}

.new-design .faq .faq-search-bar {
  background-color: #ddd;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.landing-page-v3 {
  font-family: "Avenir";
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-weight: initial;
  background-color: #fff;
  /*contact us form*/
  /*floor one*/
  /*about us*/
  /*ab floor*/
  /*privacy policy*/
  /*header*/
  /* home banner*/
}

.landing-page-v3 h1,
.landing-page-v3 h2,
.landing-page-v3 h3,
.landing-page-v3 h4,
.landing-page-v3 h5,
.landing-page-v3 h6 {
  font-family: unset;
}

.landing-page-v3 .main-color {
  color: #7ec458;
}

.landing-page-v3 .container-fluid {
  width: 1200px;
  position: relative;
  z-index: 1;
}

.landing-page-v3 .form input[type="text"],
.landing-page-v3 .form input[type="email"],
.landing-page-v3 .form input[type="password"],
.landing-page-v3 .form input[type="number"] {
  padding: initial;
  color: initial;
  font-weight: unset;
  height: unset;
  font-family: unset;
}

.landing-page-v3 .form input[type="text"]::-webkit-input-placeholder,
.landing-page-v3 .form input[type="email"]::-webkit-input-placeholder,
.landing-page-v3 .form input[type="password"]::-webkit-input-placeholder,
.landing-page-v3 .form input[type="number"]::-webkit-input-placeholder {
  color: grey;
  text-transform: unset;
}

.landing-page-v3 .form input[type="text"]:-moz-placeholder,
.landing-page-v3 .form input[type="email"]:-moz-placeholder,
.landing-page-v3 .form input[type="password"]:-moz-placeholder,
.landing-page-v3 .form input[type="number"]:-moz-placeholder {
  color: grey;
  text-transform: unset;
}

.landing-page-v3 .form input[type="text"]::-moz-placeholder,
.landing-page-v3 .form input[type="email"]::-moz-placeholder,
.landing-page-v3 .form input[type="password"]::-moz-placeholder,
.landing-page-v3 .form input[type="number"]::-moz-placeholder {
  color: grey;
  text-transform: unset;
}

.landing-page-v3 .form input[type="text"]:-ms-input-placeholder,
.landing-page-v3 .form input[type="email"]:-ms-input-placeholder,
.landing-page-v3 .form input[type="password"]:-ms-input-placeholder,
.landing-page-v3 .form input[type="number"]:-ms-input-placeholder {
  color: grey;
  text-transform: unset;
}

.landing-page-v3 ul,
.landing-page-v3 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-page-v3 ul.normal {
  padding-left: 2rem;
  margin-bottom: 30px;
}

.landing-page-v3 ul.normal li {
  list-style: disc;
}

.landing-page-v3 a {
  text-decoration: none;
  outline: none;
}

.landing-page-v3 input {
  outline: none;
  box-shadow: none;
}

.landing-page-v3 .form-bg-green {
  background: rgba(126, 196, 88, 0.1);
}

.landing-page-v3 .pardot-subscribe-form {
  height: 330px;
}

.landing-page-v3 .pardot-contact-form {
  height: 600px;
}

.landing-page-v3 .pardot-quote-form {
  height: 800px;
}

.landing-page-v3 .pardot-grow-form {
  height: 700px;
}

.landing-page-v3 .video-overlay {
  position: absolute;
  top: 83px;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.landing-page-v3 .video-container {
  max-width: 1000px;
  height: 600px;
}

.landing-page-v3 .video-play-button {
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.landing-page-v3 .video-close {
  position: absolute;
  top: 5px;
  right: 15px;
}

.landing-page-v3 .video-fullscreen {
  position: absolute;
  top: 5px;
  left: 15px;
}

.landing-page-v3 .homepage-button-primary {
  margin: 30px 0;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ffae18;
  text-align: center;
}

.landing-page-v3 .homepage-button-primary:hover {
  background: #ca8911;
}

.landing-page-v3 .button-green {
  display: inline-block;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  height: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  background: #7ec458;
  text-align: center;
}

.landing-page-v3 .button-green:hover {
  background: #5f9442;
}

.landing-page-v3 .button-white {
  display: inline-block;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  height: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #7ec458;
  background: #fff;
  text-align: center;
}

.landing-page-v3 .button-white:hover {
  background: #5f9442;
  color: #fff;
}

.landing-page-v3 .responsive-container-left {
  text-align: left;
}

.landing-page-v3 .responsive-container-right {
  text-align: right;
}

.landing-page-v3 .floor-form {
  text-align: center;
}

.landing-page-v3 .floor-form .title {
  font-size: 50px;
  margin: 60px 0 30px;
  text-align: center;
  color: #7ec458;
}

.landing-page-v3 .floor-form p {
  margin-bottom: 30px;
  font-size: 24px;
}

.landing-page-v3 .floor-form form {
  width: 100%;
}

.landing-page-v3 .floor-form-2 {
  padding: 100px 0;
  padding-bottom: 0px;
}

.landing-page-v3 .floor-form-2 .title {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #333645;
}

.landing-page-v3 .floor-one .col-md-4 {
  margin-bottom: 20px;
}

.landing-page-v3 .floor-one {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .floor-one .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}

.landing-page-v3 .floor-one img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .floor-one h3 {
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
}

.landing-page-v3 .floor-one p {
  font-size: 14px;
  text-align: center;
  font-family: 'Helvetica Regular';
  margin: 0;
}

.landing-page-v3 .floor-one h3 a {
  color: #333645;
  text-decoration: none;
}

.landing-page-v3 .page-title {
  display: block;
  text-align: center;
  background: #7ec458;
  color: #fff;
  height: 270px;
  line-height: 270px;
}

.landing-page-v3 .page-title h1 {
  display: inline-block;
  font-size: 80px;
}

.landing-page-v3 .bottom-info {
  background: #333645;
  padding: 60px 0;
}

.landing-page-v3 .bottom-info p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .bottom-info p span {
  color: #ffae18;
}

.landing-page-v3 .bottom-info p a {
  color: #fff;
  text-decoration: none;
}

.landing-page-v3 .ab-banner {
  background: url("/asset/new-design/images/ab-banner.png") no-repeat;
  background-size: cover;
  height: 535px;
}

.landing-page-v3 .ab-banner .banner-content .content-box h1 {
  font-size: 90px;
  margin-top: 150px;
  color: #fff;
}

.landing-page-v3 .ab-banner .banner-content .content-box h2 {
  font-size: 90px;
  margin-top: 150px;
  color: #fff;
}

.landing-page-v3 .ab-banner .banner-content .content-box p {
  color: #fff;
}

.landing-page-v3 .our-vision {
  padding: 130px 0;
}

.landing-page-v3 .our-vision .title {
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
}

.landing-page-v3 .our-vision .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 10px;
  left: 5%;
  top: 50%;
  margin-top: -5px;
  z-index: 11;
  background: #7ec458;
}

.landing-page-v3 .our-vision .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 10px;
  right: 5%;
  top: 50%;
  margin-top: -5px;
  z-index: 11;
  background: #7ec458;
}

.landing-page-v3 .our-vision .title span {
  display: inline-block;
  width: auto;
  padding: 0 80px;
  font-size: 60px;
  color: #333645;
  background: #fff;
  position: relative;
  z-index: 22;
}

.landing-page-v3 .our-vision p {
  display: block;
  text-align: center;
  font-family: "Helvetica Regular";
  color: #333645;
  font-size: 30px;
  margin: 100px auto 0;
  max-width: 90%;
}

.landing-page-v3 .ab-floor-1 {
  background: #f6f6f6;
  padding: 120px 0;
}

.landing-page-v3 .ab-floor-1 .ab-content .ab-img img {
  height: 300px;
}

.landing-page-v3 .ab-content {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.landing-page-v3 .ab-content .ab-img,
.landing-page-v3 .ab-content .ab-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.landing-page-v3 .ab-content .ab-img img {
  display: block;
  max-width: 80%;
  height: auto;
}

.landing-page-v3 .ab-content .ab-text {
  text-align: right;
}

.landing-page-v3 .ab-content .ab-text h3 {
  font-size: 40px;
  color: #7ec458;
  margin-bottom: 70px;
}

.landing-page-v3 .ab-content .ab-text p {
  font-size: 20px;
  margin: 0 0 40px 0;
  color: #333645;
}

.landing-page-v3 .ab-floor-2 {
  padding: 120px 0;
}

.landing-page-v3 .ab-floor-2 .ab-content .ab-text {
  text-align: left;
}

.landing-page-v3 .ab-floor-2 .ab-content img {
  float: right;
}

.landing-page-v3 .ab-floor-3 {
  padding: 100px 0;
  background: #f6f6f6;
  overflow: hidden;
}

.landing-page-v3 .ab-floor-3 .line {
  font-size: 60px;
}

.landing-page-v3 .ab-floor-3 .line-1 {
  text-align: right;
}

.landing-page-v3 .ab-floor-3 .line p {
  margin: 0;
  line-height: 1;
}

.landing-page-v3 .ab-floor-3 .line-1 {
  margin-bottom: 40px;
}

.landing-page-v3 .ab-floor-3 .line-1 p {
  color: #6088dd;
}

.landing-page-v3 .ab-floor-3 .line-2 p {
  color: #ffae18;
}

.landing-page-v3 .ab-floor-3 .line p:first-child::before {
  content: "\201C";
  font-size: 80px;
  margin-right: 10px;
}

.landing-page-v3 .ab-floor-3 .line p:last-child::after {
  content: "\201D";
  font-size: 80px;
  margin-left: 10px;
}

.landing-page-v3 .ab-floor-3 .line-1 p:first-child {
  padding-right: 40px;
}

.landing-page-v3 .ab-floor-3 .line-2 p:last-child {
  padding-left: 180px;
}

.landing-page-v3 .page-text {
  padding: 90px 0;
  text-align: center;
}

.landing-page-v3 .page-text.text-left,
.landing-page-v3 .page-text.text-left h4 {
  text-align: left;
}

.landing-page-v3 .page-text p {
  font-size: 16px;
  font-family: 'Helvetica Regular';
  margin-bottom: 40px;
  color: #333645;
}

.landing-page-v3 .page-text.text-left p,
.landing-page-v3 .page-text.text-left h4 {
  margin-bottom: 30px;
}

.landing-page-v3 .page-text p strong {
  font-family: 'Helvetica Bold';
  font-weight: normal;
}

.landing-page-v3 .page-text h4 {
  font-size: 20px;
  color: #333645;
  font-weight: normal;
  font-family: 'Helvetica Bold';
  text-align: center;
  margin-bottom: 40px;
}

.landing-page-v3 .hover-transform-big-features {
  transition: all 300ms;
}

.landing-page-v3 .hover-transform-big-features:hover {
  transform: translateY(-2%);
}

.landing-page-v3 .hover-transform-big-softwares {
  transition: all 300ms;
}

.landing-page-v3 .hover-transform-big-softwares:hover {
  transform: scale(1.2);
  cursor: pointer;
}

@keyframes dash {
  from {
    stroke-dashoffset: 500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.landing-page-v3 .dashed-path {
  animation: dash 10s linear infinite;
  fill: none;
  stroke-dasharray: 14;
  stroke-width: 8;
}

.landing-page-v3 .dashed-path.retail {
  stroke: #8BBDE2;
}

.landing-page-v3 .dashed-path.lite {
  stroke: #f6c465;
}

.landing-page-v3 .dashed-path.premium {
  stroke: #f08938;
}

.landing-page-v3 .retail-svg-path {
  position: absolute;
  top: -38px;
  left: -10px;
}

.landing-page-v3 .lite-svg-path {
  position: absolute;
  top: 10px;
  left: 138px;
}

.landing-page-v3 .premium-svg-path {
  position: absolute;
  top: 16px;
  left: 188px;
}

.landing-page-v3 .header {
  padding: 20px 0 10px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  background: #fff;
  z-index: 9998;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.landing-page-v3 .header .logo {
  display: block;
  float: left;
  padding: 6px 0;
}

.landing-page-v3 .header .nav {
  float: left;
}

.landing-page-v3 .header .nav ul {
  overflow: hidden;
}

.landing-page-v3 .header .nav ul > li {
  float: left;
}

.landing-page-v3 .header .nav .nav-item-link {
  display: block;
  line-height: 52px;
  color: #7ec458;
  font-size: 18px;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
}

.landing-page-v3 .header .nav .nav-item-link:hover {
  color: #5f9442;
  text-decoration: none;
}

.landing-page-v3 .header .nav .nav-item-link:hover:before {
  transform: scale(1);
}

.landing-page-v3 .header .nav .nav-item-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 3px;
  width: 100%;
  background: #5f9442;
  transform: scale(0);
  transition: all 0.3s;
}

.landing-page-v3 .header .nav .nav-dropdown-item-link {
  display: inline-block;
  line-height: 52px;
  color: #7ec458;
  font-size: 18px;
  position: relative;
  text-decoration: none;
}

.landing-page-v3 .header .nav .nav-dropdown-item-link:hover {
  color: #5f9442;
  text-decoration: none;
}

.landing-page-v3 .header .nav .nav-dropdown-item-link:hover:before {
  transform: scale(1);
}

.landing-page-v3 .header .nav .nav-dropdown-item-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 3px;
  width: 100%;
  background: #5f9442;
  transform: scale(0);
  transition: all 0.3s;
}

.landing-page-v3 .header .nav-phone {
  float: right;
  color: #7ec458;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 35px;
  height: 35px;
  margin: 8px 10px 8px 0;
  border: 2px solid #7ec458;
  border-radius: 50%;
}

.landing-page-v3 .header .nav-phone a {
  color: #7ec458;
  transition: none;
}

.landing-page-v3 .header .nav-phone:hover,
.landing-page-v3 .header .nav-phone:focus {
  border-color: #5f9442;
  color: #5f9442;
}

.landing-page-v3 .header .nav-phone:hover a,
.landing-page-v3 .header .nav-phone:focus a {
  color: #5f9442;
}

.landing-page-v3 .header .dropdown-icon {
  color: #7ec458;
}

.landing-page-v3 .header .dropdown-icon:hover,
.landing-page-v3 .header .dropdown-icon:focus {
  color: #5f9442;
}

.landing-page-v3 .header .dropdown-menu {
  width: 100vw;
  right: -15px;
  padding: 10px 0 30px 0;
  margin-top: 10px;
  background-color: white;
  background-color: #FFF;
  background-clip: inherit;
}

.landing-page-v3 .header .dropdown-menu li {
  padding: 0.8vh;
  font-size: 2.5vh;
  text-align: center;
}

.landing-page-v3 .header .dropdown-menu li.border-link a {
  border: 2px solid #7ec458;
  display: inline-block;
  width: 70%;
  padding: 10px 0px 6px;
  border-radius: 10px;
}

.landing-page-v3 .header .dropdown-menu a {
  color: #7ec458;
}

.landing-page-v3 .header .dropdown {
  position: relative;
  display: inline-block;
}

.landing-page-v3 .header .dropdown .dropdown-content {
  display: none;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 10;
  top: 67px;
  padding: 5px 30px;
}

.landing-page-v3 .header .dropdown .dropdown-content ul > li {
  float: none;
}

.landing-page-v3 .header .dropdown:hover .dropdown-content,
.landing-page-v3 .header .dropdown:focus .dropdown-content {
  display: block;
}

.landing-page-v3 .header .dropdown:hover .dropbtn,
.landing-page-v3 .header .dropdown:focus .dropbtn {
  color: #5f9442;
  text-decoration: none;
}

.landing-page-v3 .header .dropdown:hover .dropbtn:before,
.landing-page-v3 .header .dropdown:focus .dropbtn:before {
  transform: scale(1);
}

.landing-page-v3 .header .user-info {
  float: right;
  overflow: hidden;
  margin-top: 5px;
}

.landing-page-v3 .header .user-info a {
  display: block;
  float: left;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
}

.landing-page-v3 .header .user-info .login {
  color: #7ec458;
  background: #fff;
  border: 2px solid #7ec458;
  width: 120px;
}

.landing-page-v3 .header .user-info .login:hover {
  background: #eee;
}

.landing-page-v3 .header .user-info .dropdown-content {
  padding: 5px 0;
}

.landing-page-v3 .header .user-info .dropdown-content a {
  color: #7ec458;
  float: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px 12px;
}

.landing-page-v3 .header .user-info .dropdown-content a:hover {
  color: #5f9442;
  background: #eee;
}

.landing-page-v3 .header .user-info .request-demo {
  color: #fff;
  background: #ffae18;
  margin-right: 19px;
  padding: 0 10px;
  border: 2px solid #ffae18;
}

.landing-page-v3 .header .user-info .request-demo:hover {
  background: #ca8911;
  border: 2px solid #ca8911;
}

.landing-page-v3 .header .user-info .request-demo.free-trial {
  background: #373c53;
  border: 2px solid #373c53;
}

.landing-page-v3 .header .user-info .request-demo.free-trial:hover {
  background: #575c72;
  border: 2px solid #575c72;
}

.landing-page-v3 #hamburger {
  width: 35px;
  height: 40px;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-left: 10px;
}

.landing-page-v3 #hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #7ec458;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.landing-page-v3 #hamburger span:nth-child(1) {
  top: 10px;
  transform-origin: left center;
}

.landing-page-v3 #hamburger span:nth-child(2) {
  top: 22px;
  transform-origin: left center;
}

.landing-page-v3 #hamburger span:nth-child(3) {
  top: 34px;
  transform-origin: left center;
}

.landing-page-v3 #hamburger.open span:nth-child(1) {
  transform: rotate(44deg);
}

.landing-page-v3 #hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  transition: .1s;
}

.landing-page-v3 #hamburger.open span:nth-child(3) {
  transform: rotate(-44deg);
}

.landing-page-v3 .banner-breadcrumb {
  margin: 20px 0;
}

.landing-page-v3 .banner-breadcrumb i {
  color: #7ec458;
}

.landing-page-v3 .banner-breadcrumb span {
  font-size: 24px;
  font-weight: 700;
}

.landing-page-v3 .banner-content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.landing-page-v3 .banner-content .content-box h2 {
  color: #282828;
  font-size: 38px;
  margin: 0 auto 10px;
  letter-spacing: 1px;
}

.landing-page-v3 .banner-content .content-box p {
  color: #7ec458;
  font-size: 32px;
  display: block;
  margin: 0 20px 50px;
}

.landing-page-v3 .banner-content .content-box .button-box a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  padding: 0 45px;
  margin-bottom: 160px;
  font-size: 20px;
  font-weight: 500;
}

.landing-page-v3 .banner-content .content-box .banner-request-demo {
  color: #7ec458;
  border: 2px solid #7ec458;
}

.landing-page-v3 .banner-content .content-box .banner-request-demo:hover {
  color: #fff;
  background: #5f9442;
  border: 2px solid #5f9442;
}

.landing-page-v3 .banner-button-primary {
  display: inline-block;
  height: 48px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ffae18;
  width: 200px;
  text-align: center;
}

.landing-page-v3 .banner-button-primary:hover {
  background: #ca8911;
}

.landing-page-v3 .banner-button-primary.wide {
  width: 300px;
}

.landing-page-v3 .banner-button-secondary {
  display: inline-block;
  height: 48px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #373c53;
  width: 200px;
  text-align: center;
}

.landing-page-v3 .banner-button-secondary:hover {
  background: #575c72;
}

.landing-page-v3 .footer {
  background: inherit;
  padding: 0;
  font-family: "Avenir";
}

.landing-page-v3 .footer a {
  color: #fff;
}

.landing-page-v3 .footer .footer-bar {
  background: #7ec458;
  padding: 10px 0;
}

.landing-page-v3 .footer .footer-copyright {
  background: #373c53;
  padding: 10px 0;
}

.landing-page-v3 .footer .container {
  margin: 0 auto;
}

.landing-page-v3 .footer .container .footer-logo-new {
  margin-top: 10px;
}

.landing-page-v3 .footer .container .footer-contact {
  margin: 10px;
  font-size: 16px;
}

.landing-page-v3 .footer .container .icon-list li {
  display: inline-block;
  margin: 0 5px;
}

.landing-page-v3 .footer .container .icon-list .icon-logo {
  width: 40px;
}

.landing-page-v3 .footer .container .menu-list-title {
  font-size: 22px;
  color: #fff;
  margin: 20px 0 10px;
}

.landing-page-v3 .footer .container .menu-list {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
}

.landing-page-v3 .find-more-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 45px;
  margin: 20px auto;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.landing-page-v3 .find-more-button:hover {
  background: #5f9442;
  border: 2px solid #5f9442;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.landing-page-v3 .find-more-button-green {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 45px;
  margin: 20px auto;
  font-size: 20px;
  color: #7ec458;
  border: 2px solid #7ec458;
  background: transparent;
}

.landing-page-v3 .find-more-button-green:hover {
  color: #fff;
  background: #5f9442;
  border: 2px solid #5f9442;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.landing-page-v3 .testimonials .testimonials-slide {
  border-radius: 30px;
  background-color: #f2f2f2;
  text-align: center;
  padding: 40px;
  position: relative;
  width: 85%;
  margin: 0 auto 80px;
}

.landing-page-v3 .testimonials .testimonials-slide:after {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #f2f2f2;
  clear: both;
}

.landing-page-v3 .testimonials .testimonials-slide .fa-quote-left {
  font-size: 40px;
}

.landing-page-v3 .testimonials .testimonials-slide .fa-quote-right {
  font-size: 40px;
}

.landing-page-v3 .testimonials .testimonials-slide .testimonials-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.landing-page-v3 .testimonials .testimonials-slide .testimonials-content {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}

.landing-page-v3 .testimonials .testimonials-slide .testimonials-name {
  color: #7ec458;
  font-size: 24px;
  display: inline-block;
}

.landing-page-v3 .testimonials .testimonials-slide .testimonials-name span {
  color: #282828;
}

.landing-page-v3 .testimonials .testimonials-slide .testimonials-logo {
  display: inline-block;
  margin: 0 0 25px 20px;
}

.landing-page-v3 .testimonials .slick-dots li.slick-active button:before {
  color: #7ec458;
}

.landing-page-v3 .testimonials .slick-dots li button:before {
  font-size: 14px;
  color: #7ec458;
}

.landing-page-v3 .app-demo-container .app-demo-runner {
  position: relative;
  max-width: 350px;
  height: 700px;
  margin: auto;
  overflow: hidden;
  cursor: url("/asset/landing-page-v3/images/hand.png") 14 7, pointer;
}

.landing-page-v3 .app-demo-container .app-demo-frame {
  position: absolute;
  top: 0;
  left: 0px;
}

.landing-page-v3 .app-demo-container .app-demo-header {
  position: absolute;
  z-index: 9;
}

.landing-page-v3 .app-demo-container .app-demo-screens {
  position: absolute;
}

.landing-page-v3 .app-demo-container .app-demo-screen {
  position: absolute;
  background-color: white;
}

.landing-page-v3 .app-demo-container .app-demo-screen-img {
  position: absolute;
  border-radius: 32px;
}

.landing-page-v3 .app-demo-container .app-demo-screen-tip {
  position: absolute;
  font-size: 15px;
  width: 200px;
  color: black;
  background-color: rgba(210, 210, 210, 0.9);
  border-color: #aaaaaa;
  border-radius: 8px;
  padding: 10px 5px;
  font-weight: bold;
}

.landing-page-v3 .app-demo-container .app-demo-screen-glow {
  position: absolute;
  border: 2px solid #ff6600;
  border-radius: 3px;
  animation: 1s linear 0s infinite normal none running glow;
}

@-webkit-keyframes glow {
  0% {
    box-shadow: none;
  }

  25% {
    box-shadow: none;
  }

  50% {
    box-shadow: 0 0 8px 5px #ff6600;
  }

  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: none;
  }
}

@keyframes glow {
  0% {
    box-shadow: none;
  }

  25% {
    box-shadow: none;
  }

  50% {
    box-shadow: 0 0 8px 5px #ff6600;
  }

  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: none;
  }
}

.landing-page-v3 .home-page {
  /*service container 1*/
  /*service-container-2*/
}

.landing-page-v3 .home-page .home-banner {
  min-height: 600px;
  margin-bottom: -1px;
}

.landing-page-v3 .home-page .home-banner:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  width: 100%;
  height: 600px;
  background-image: url("/asset/landing-page-v3/images/curve.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.landing-page-v3 .home-page .home-banner .banner-content {
  text-align: left;
}

.landing-page-v3 .home-page .home-banner .banner-content h1 {
  color: #282828;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 46px;
  margin: 100px auto 20px;
}

.landing-page-v3 .home-page .home-banner .banner-content p {
  font-size: 20px;
  margin: 40px auto 40px;
}

.landing-page-v3 .home-page .home-banner .banner-content .banner-logo {
  margin: 44px auto 0 auto;
}

.landing-page-v3 .home-page .industry-bar {
  background-color: #7ec458;
  font-size: 32px;
  font-weight: 100;
  padding: 16px 0 10px 0;
}

.landing-page-v3 .home-page .industry-bar p {
  color: #282828;
  display: inline;
}

.landing-page-v3 .home-page .industry-bar span {
  display: inline-block;
  color: #fff;
}

.landing-page-v3 .home-page .service-container-1 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 40px;
}

.landing-page-v3 .home-page .service-container-1 .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .home-page .service-container-1 .feature-item {
  border-radius: 10px;
  margin-bottom: 10px;
}

.landing-page-v3 .home-page .service-container-1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .home-page .service-container-1 h3 {
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
  font-weight: 500;
}

.landing-page-v3 .home-page .service-container-1 p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .home-page .service-container-1 hr {
  background-color: #7ec458;
  width: 85%;
  height: 2px;
  margin: 30px auto 0px;
}

.landing-page-v3 .home-page .service-container-2 {
  margin-top: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  background-size: cover;
  padding: 80px 0 80px;
  background-attachment: fixed;
}

.landing-page-v3 .home-page .service-container-2 .title {
  text-align: left;
  font-size: 50px;
  line-height: 56px;
  margin: 0 60px 40px 0px;
  color: #7ec458;
}

.landing-page-v3 .home-page .service-container-2 p {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  margin-top: 20px;
}

.landing-page-v3 .home-page .service-container-2 img {
  margin-top: 80px;
  width: 90%;
}

.landing-page-v3 .home-page .product-section-container {
  margin-top: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  background-size: cover;
  padding: 80px 0 80px;
  background-attachment: fixed;
}

.landing-page-v3 .home-page .product-section-container.bg-white {
  background-color: #fff;
}

.landing-page-v3 .home-page .product-section-container .title {
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 40px 0;
  color: #7ec458;
}

.landing-page-v3 .home-page .product-section-container p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}

.landing-page-v3 .home-page .product-section-container img {
  width: 90%;
}

.landing-page-v3 .home-page .solution-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .home-page .solution-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .home-page .solution-container #solution-list {
  padding: 0px 100px;
}

.landing-page-v3 .home-page .solution-container #solution-list .nav-tabs {
  border-bottom: 0px;
}

.landing-page-v3 .home-page .solution-container #solution-list .nav-tabs li {
  width: 25%;
}

.landing-page-v3 .home-page .solution-container #solution-list ul a {
  color: #fff;
  background-color: #5f9442;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 5px;
}

.landing-page-v3 .home-page .solution-container #solution-list li.active a {
  background-color: #7ec458;
  text-decoration: underline;
}

.landing-page-v3 .home-page .solution-container #solution-list .tab-content {
  background-color: #7ec458;
  padding: 30px 70px;
}

.landing-page-v3 .home-page .solution-container #solution-list .tab-content li {
  list-style: inside;
  color: white;
  font-size: 30px;
}

.landing-page-v3 .home-page .software-suite-container {
  margin-bottom: 80px;
  padding: 150px 0 100px;
}

.landing-page-v3 .home-page .software-suite-container .title {
  text-align: left;
  font-size: 50px;
  margin: 30px 30px 70px 0px;
  color: #7ec458;
}

.landing-page-v3 .home-page .software-suite-container p {
  text-align: left;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo {
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  position: absolute;
  top: 0;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo img {
  height: 30px;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo span {
  font-size: 30px;
  position: relative;
  top: 4px;
  margin-left: 6px;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo .connector-logo {
  position: relative;
  left: 280px;
  top: -50px;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo .connector-logo span {
  font-size: 30px;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo .retail-logo {
  position: relative;
  left: -80px;
  top: 230px;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo .lite-logo {
  position: relative;
  top: 100px;
  left: 350px;
}

.landing-page-v3 .home-page .software-suite-container .wire-graph-logo .premium-logo {
  position: relative;
  top: 200px;
  left: 220px;
}

.landing-page-v3 .home-page .integration-container {
  background-color: rgba(126, 196, 88, 0.1);
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 100px 0 100px;
}

.landing-page-v3 .home-page .integration-container .title {
  text-align: right;
  font-size: 50px;
  margin-bottom: 70px;
  margin-top: 60px;
  color: #7ec458;
}

.landing-page-v3 .home-page .integration-container p {
  text-align: right;
  font-size: 38px;
  font-weight: 100;
}

.landing-page-v3 .home-page .trust-container {
  margin-top: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding: 100px 0 100px;
}

.landing-page-v3 .home-page .trust-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .home-page .trust-container.bg-white {
  background-color: #fff;
}

.landing-page-v3 .home-page .trust-container img {
  margin: 30px auto;
  display: block;
}

.landing-page-v3 .integration-img-container {
  position: relative;
}

.landing-page-v3 img.circle-center {
  position: absolute;
  left: 90px;
  top: -10px;
}

.landing-page-v3 .integration-sky-wheel-container {
  width: 456px;
  position: relative;
  -webkit-animation: rotate 15s infinite linear;
  -o-animation: rotate 15s infinite linear;
  animation: rotate 15s infinite linear;
}

.landing-page-v3 .integration-sky-wheel-container .rotate-360,
.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(1),
.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(2),
.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(3),
.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(4),
.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(5),
.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(6) {
  animation: re-rotate 15s infinite linear;
  -webkit-animation: re-rotate 15s infinite linear;
  -moz-animation: re-rotate 15s infinite linear;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border {
  border-radius: 50%;
  border: 3px solid #7ec458;
  padding: 5px;
  height: 120px;
  width: 120px;
  background: white;
  text-align: center;
  background-color: #7ec458;
  color: #fff;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border img {
  width: 100%;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(1) {
  position: absolute;
  top: -5px;
  right: 45px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(1) img {
  position: relative;
  top: 16px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(2) {
  position: absolute;
  top: 180px;
  right: -60px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(3) {
  position: absolute;
  top: 370px;
  right: 45px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(4) {
  position: absolute;
  top: 370px;
  left: 45px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(4) img {
  position: relative;
  top: 38px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(5) {
  position: absolute;
  top: 180px;
  left: -60px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(5) img {
  position: relative;
  top: 34px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(6) {
  position: absolute;
  top: -5px;
  left: 45px;
}

.landing-page-v3 .integration-sky-wheel-container .integration-img-border:nth-of-type(6) img {
  position: relative;
  top: 24px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes re-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.landing-page-v3 .premium-page .premium-banner {
  min-height: 600px;
  margin-bottom: 120px;
}

.landing-page-v3 .premium-page .premium-banner:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  width: 100%;
  height: 600px;
  background-image: url("/asset/landing-page-v3/images/curve.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.landing-page-v3 .premium-page .premium-banner .banner-content {
  text-align: left;
}

.landing-page-v3 .premium-page .premium-banner .banner-content h1 {
  color: #282828;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 60px;
  margin: 20px auto;
}

.landing-page-v3 .premium-page .premium-banner .banner-content p {
  font-size: 20px;
  margin: 20px auto;
}

.landing-page-v3 .premium-page .premium-banner .banner-content .banner-logo {
  margin: 44px auto 0 auto;
}

.landing-page-v3 .premium-page .premium-software-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .premium-page .premium-software-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .premium-page .premium-software-container img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .premium-page .premium-software-container p {
  text-align: right;
  font-size: 28px;
  margin: 20px;
}

.landing-page-v3 .premium-page .premium-features-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .premium-page .premium-features-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .premium-page .premium-features-container .big-font {
  font-size: 150px;
}

.landing-page-v3 .premium-page .premium-features-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .premium-page .premium-features-container h3 {
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}

.landing-page-v3 .premium-page .premium-features-container p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .premium-page .premium-features-container hr {
  background-color: #7ec458;
  width: 85%;
  height: 2px;
  margin: 50px auto 0px;
}

.landing-page-v3 .premium-page .premium-why-choose-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding: 100px 0;
}

.landing-page-v3 .premium-page .premium-why-choose-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .premium-page .premium-why-choose-container .item {
  padding: 20px;
}

.landing-page-v3 .premium-page .premium-why-choose-container .item .item-index {
  font-size: 125px;
  color: #fff;
  line-height: 140px;
  background: #7ec458;
  padding-left: 40px;
}

.landing-page-v3 .premium-page .premium-why-choose-container .item .item-content {
  background: #7ec458;
  height: 140px;
  padding: 20px;
}

.landing-page-v3 .premium-page .premium-why-choose-container .item .item-content p {
  border-left: 3px solid #fff;
  font-size: 20px;
  color: #282828;
  padding: 10px;
  height: 100px;
}

.landing-page-v3 .premium-page .wholesaler-testimonial-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .premium-page .wholesaler-testimonial-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  color: #7ec458;
}

.landing-page-v3 .lite-page .lite-banner {
  min-height: 600px;
  margin-bottom: 120px;
}

.landing-page-v3 .lite-page .lite-banner:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  width: 100%;
  height: 600px;
  background-image: url("/asset/landing-page-v3/images/curve.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.landing-page-v3 .lite-page .lite-banner .banner-content {
  text-align: left;
}

.landing-page-v3 .lite-page .lite-banner .banner-content h1 {
  color: #282828;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 60px;
  margin: 20px auto;
}

.landing-page-v3 .lite-page .lite-banner .banner-content p {
  font-size: 20px;
  margin: 40px auto 80px;
}

.landing-page-v3 .lite-page .lite-banner .banner-content .banner-logo {
  margin: 0 auto;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title {
  text-align: left;
  color: #7ec458;
  font-weight: bold;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title span {
  color: #282828;
  font-size: 60px;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title-details {
  font-size: 45px;
  color: #7ec458;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .big-font {
  font-size: 100px;
  margin-right: 10px;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .right-img {
  margin-top: 100px;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .lite-page .wholesaler-lite-chef-features-container h3 {
  display: inline-block;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-chef-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding: 100px 0;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-chef-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-chef-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-chef-container h3 {
  display: inline-block;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title {
  text-align: left;
  color: #7ec458;
  font-weight: bold;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title span {
  color: #282828;
  font-size: 60px;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title-details {
  font-size: 45px;
  color: #7ec458;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .big-font {
  font-size: 100px;
  margin-right: 10px;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .left-img {
  margin-top: 50px;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container h3 {
  display: inline-block;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-wholesalers-container {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 100px 0;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-wholesalers-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-wholesalers-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .lite-page .wholesaler-how-it-works-wholesalers-container h3 {
  display: inline-block;
}

.landing-page-v3 .lite-page .wholesaler-growth-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding-top: 100px;
}

.landing-page-v3 .lite-page .wholesaler-growth-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  margin-top: 50px;
  color: #7ec458;
}

.landing-page-v3 .lite-page .wholesaler-growth-container .grow-text {
  padding: 0 50px;
  width: 70%;
}

.landing-page-v3 .lite-page .wholesaler-growth-container p {
  text-align: left;
  font-size: 24px;
  margin-top: 20px;
}

.landing-page-v3 .lite-page .wholesaler-growth-container p:last-of-type {
  margin-bottom: 100px;
}

.landing-page-v3 .lite-page .wholesaler-growth-container .grow-img {
  position: absolute;
  bottom: -17px;
  width: 150%;
  z-index: 1;
}

.landing-page-v3 .lite-page .wholesaler-growth-container:after {
  content: '';
  display: block;
  width: 100%;
  height: 17px;
  background: linear-gradient(90deg, #7ec458 70%, #282828 30%);
  z-index: 0;
}

.landing-page-v3 .lite-page .wholesaler-testimonial-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .lite-page .wholesaler-testimonial-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  color: #7ec458;
}

.landing-page-v3 .retailer-page .retailer-banner {
  min-height: 600px;
  margin-bottom: 90px;
}

.landing-page-v3 .retailer-page .retailer-banner:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  width: 100%;
  height: 600px;
  background-image: url("/asset/landing-page-v3/images/curve.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.landing-page-v3 .retailer-page .retailer-banner .banner-content {
  text-align: left;
}

.landing-page-v3 .retailer-page .retailer-banner .banner-content h1 {
  color: #282828;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 60px;
  margin: 30px auto;
}

.landing-page-v3 .retailer-page .retailer-banner .banner-content p {
  font-size: 20px;
  margin: 60px auto;
}

.landing-page-v3 .retailer-page .retailer-banner .banner-content .banner-logo {
  margin: 44px auto 0 auto;
}

.landing-page-v3 .retailer-page .retailer-divider {
  background-color: #7ec458;
  height: 10px;
  width: 100%;
}

.landing-page-v3 .retailer-page .retailer-features-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .retailer-page .retailer-features-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .retailer-page .retailer-features-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .retailer-page .retailer-features-container h3 {
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}

.landing-page-v3 .retailer-page .retailer-features-container p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .retailer-page .retailer-features-container hr {
  background-color: #7ec458;
  width: 85%;
  height: 2px;
  margin: 50px auto 0px;
}

.landing-page-v3 .retailer-page .zupply-app-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding: 150px 0 100px;
}

.landing-page-v3 .retailer-page .zupply-app-container .title {
  text-align: left;
  font-size: 50px;
  margin-bottom: 70px;
  margin-top: 30px;
  color: #7ec458;
}

.landing-page-v3 .retailer-page .zupply-app-container p {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  margin-top: 20px;
}

.landing-page-v3 .retailer-page .zupply-app-container img {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.landing-page-v3 .retailer-page .retailer-testimonial-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .retailer-page .retailer-testimonial-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .connector-page .connector-banner {
  min-height: 600px;
  margin-bottom: 120px;
}

.landing-page-v3 .connector-page .connector-banner:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  width: 100%;
  height: 600px;
  background-image: url("/asset/landing-page-v3/images/curve-light.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.landing-page-v3 .connector-page .connector-banner .banner-content {
  text-align: left;
}

.landing-page-v3 .connector-page .connector-banner .banner-content h1 {
  color: #282828;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 60px;
  margin: 20px auto;
}

.landing-page-v3 .connector-page .connector-banner .banner-content p {
  font-size: 20px;
  margin: 40px auto 80px;
}

.landing-page-v3 .connector-page .connector-banner .banner-content .banner-logo {
  max-width: 600px;
  margin: 0 auto;
}

.landing-page-v3 .connector-page .connector-partners-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.landing-page-v3 .connector-page .connector-partners-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .connector-page .connector-partners-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .connector-page .connector-partners-container h3 {
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}

.landing-page-v3 .connector-page .connector-partners-container p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .connector-page .connector-partners-container hr {
  background-color: #7ec458;
  width: 85%;
  height: 2px;
  margin: 50px auto 0px;
}

.landing-page-v3 .connector-page .connector-features-container {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.landing-page-v3 .connector-page .connector-features-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .connector-page .connector-features-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .connector-page .connector-features-container h3 {
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}

.landing-page-v3 .connector-page .connector-features-container p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .connector-page .connector-features-container hr {
  background-color: #7ec458;
  width: 85%;
  height: 2px;
  margin: 50px auto 0px;
}

.landing-page-v3 .connector-page .connector-integrate-container {
  margin: 80px 0px;
}

.landing-page-v3 .connector-page .connector-integrate-container .title {
  text-align: center;
  font-size: 50px;
  padding: 0 200px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .connector-page .connector-integrate-container p {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: right;
  font-weight: 100;
  padding: 20px;
}

.landing-page-v3 .connector-page .connector-compare-container {
  background-color: rgba(126, 196, 88, 0.1);
  padding: 80px 0px 80px 0px;
}

.landing-page-v3 .connector-page .connector-compare-container .title {
  text-align: center;
  font-size: 50px;
  padding: 0 200px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .connector-page .connector-compare-container .compare-left {
  border-right: 2px solid #282828;
}

.landing-page-v3 .connector-page .connector-compare-container .vertical-text {
  width: 10px;
  margin: 0 34px;
  line-height: 36px;
  font-size: 32px;
  word-wrap: break-word;
  color: #7ec458;
  vertical-align: middle;
  display: inline-block;
}

.landing-page-v3 .connector-page .connector-compare-container img {
  display: inline-block;
  width: 80%;
}

.landing-page-v3 .connector-page .connector-testimonial-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .connector-page .connector-testimonial-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  color: #7ec458;
}

.landing-page-v3 .chef-page .chef-banner {
  min-height: 600px;
}

.landing-page-v3 .chef-page .chef-banner:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  width: 100%;
  height: 600px;
  background-image: url("/asset/landing-page-v3/images/curve.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.landing-page-v3 .chef-page .chef-banner .banner-content {
  text-align: left;
}

.landing-page-v3 .chef-page .chef-banner .banner-content h1 {
  color: #282828;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 50px;
  margin: 20px auto;
}

.landing-page-v3 .chef-page .chef-banner .banner-content p {
  font-size: 20px;
  margin: 40px auto 40px;
}

.landing-page-v3 .chef-page .chef-banner .banner-content .banner-logo {
  max-width: 600px;
  margin: 0 auto;
}

.landing-page-v3 .chef-page .chef-banner .banner-content .video-preview {
  border-radius: 15px;
}

.landing-page-v3 .chef-page .chef-banner .banner-content .video-chef-preview {
  width: 100%;
}

.landing-page-v3 .chef-page .download-bar {
  padding: 20px 0;
  background-color: rgba(126, 196, 88, 0.1);
}

.landing-page-v3 .chef-page .download-bar .bar-title {
  font-size: 40px;
}

.landing-page-v3 .chef-page .download-bar p {
  font-size: 20px;
}

.landing-page-v3 .chef-page .chef-features-container-1 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.landing-page-v3 .chef-page .chef-features-container-1 .title {
  text-align: center;
  font-size: 50px;
  margin: 20px 0;
  color: #7ec458;
}

.landing-page-v3 .chef-page .chef-features-container-1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.landing-page-v3 .chef-page .chef-features-container-1 h2 {
  text-align: center;
  margin: 20px 0;
}

.landing-page-v3 .chef-page .chef-features-container-1 h3 {
  font-size: 22px;
  text-align: center;
}

.landing-page-v3 .chef-page .chef-features-container-1 p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.landing-page-v3 .chef-page .chef-features-container-2 {
  margin-top: 80px;
  background-color: rgba(126, 196, 88, 0.1);
  padding: 40px 0;
}

.landing-page-v3 .chef-page .chef-features-container-2 .title {
  text-align: center;
  font-size: 50px;
  margin: 50px 0px;
  color: #7ec458;
}

.landing-page-v3 .chef-page .chef-features-container-2 .features-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 0;
}

.landing-page-v3 .chef-page .chef-features-container-2 .features-image h3 {
  font-size: 22px;
  text-align: left;
  margin: 20px 0;
}

.landing-page-v3 .chef-page .chef-banner-2 {
  background: url("/asset/landing-page-v3/images/chef-banner-2.png") no-repeat;
  background-size: cover;
}

.landing-page-v3 .chef-page .chef-banner-2 .banner-box-right {
  background-color: #7ec458;
  width: 35%;
  float: right;
  padding: 200px 100px 50px 50px;
}

.landing-page-v3 .chef-page .chef-banner-2 .banner-text-2 {
  color: #fff;
  line-height: 70px;
  font-size: 63px;
  font-weight: bold;
}

.landing-page-v3 .chef-page .chef-how-it-works-container {
  margin-bottom: 80px;
  padding: 100px 0 100px;
}

.landing-page-v3 .chef-page .chef-how-it-works-container .title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 70px;
  margin-top: 30px;
  color: #7ec458;
}

.landing-page-v3 .chef-page .chef-how-it-works-container p {
  text-align: left;
}

.landing-page-v3 .chef-page .chef-how-it-works-container img {
  width: 100%;
}

.landing-page-v3 .chef-page .chef-demo-app {
  position: absolute;
  overflow: hidden;
}

.landing-page-v3 .chef-page .chef-demo-app .screen-img-container {
  width: 300%;
  height: 100%;
  position: absolute;
  left: -320px;
}

.landing-page-v3 .pricing-page .pricing-banner {
  background: url("/asset/landing-page-v3/images/pricing-banner.png") no-repeat;
  background-size: cover;
  padding-bottom: 110px;
}

.landing-page-v3 .pricing-page .pricing-logo {
  margin: 50px auto 50px;
}

.landing-page-v3 .pricing-page .pricing-logo .banner-logo {
  height: 120px;
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

.landing-page-v3 .pricing-page .pricing-logo .pricing-text {
  color: #7ec458;
  position: relative;
  top: 30px;
  display: inline;
  margin-left: 20px;
}

.landing-page-v3 .pricing-page .pricing-logo .pricing-text h1 {
  display: inline;
  font-family: "FiraSans", "Fira Sans";
  font-weight: 600;
  font-size: 100px;
}

.landing-page-v3 .pricing-page .content-box h3 {
  border-top: 2px solid #7ec458;
  border-bottom: 2px solid #7ec458;
  color: #282828;
  font-size: 22px;
  margin: 10px auto 100px;
  padding: 10px 10px;
  width: 45%;
}

.landing-page-v3 .pricing-page .pricing-panel {
  transition: all 0.3s;
}

.landing-page-v3 .pricing-page .pricing-panel:hover {
  transform: translateY(-2%);
}

.landing-page-v3 .pricing-page .pricing-popular {
  position: relative;
  bottom: 28px;
}

.landing-page-v3 .pricing-page .pricing-popular-bar {
  background: #535150;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  width: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0 auto;
}

.landing-page-v3 .pricing-page .pricing-body {
  padding: 14px;
  border-radius: 30px;
  margin-bottom: 40px;
}

.landing-page-v3 .pricing-page .pricing-body:hover {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
}

.landing-page-v3 .pricing-page .pricing-body .pricing-details {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 580px;
}

.landing-page-v3 .pricing-page .pricing-body .pricing-details ul {
  margin: 20px 0px 40px 0px;
}

.landing-page-v3 .pricing-page .pricing-body .pricing-details li {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  padding: 10px 0px 0px 20px;
}

.landing-page-v3 .pricing-page .pricing-body .pricing-details i {
  padding: 5px;
}

.landing-page-v3 .pricing-page .pricing-body .pricing-details button {
  border-radius: 10px;
}

.landing-page-v3 .pricing-page .pricing-talk-container {
  background: linear-gradient(90deg, rgba(126, 196, 88, 0.1) 50%, #7ec458 50%);
  padding: 100px 0 100px;
}

.landing-page-v3 .pricing-page .pricing-talk-container .talk-text-left {
  font-size: 66px;
  text-align: left;
  color: #7ec458;
  font-weight: bold;
  padding-right: 80px;
}

.landing-page-v3 .pricing-page .pricing-talk-container .talk-text-right h2 {
  font-size: 55px;
  color: #fff;
}

.landing-page-v3 .pricing-page .pricing-talk-container .talk-text-right p {
  font-size: 30px;
  color: #282828;
}

.landing-page-v3 .banner-content.xero-banner {
  position: static;
  background: url("/asset/new-design/images/xero-banner.png") center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.landing-page-v3 .xero-banner .link-box {
  margin-bottom: 50px;
}

.landing-page-v3 .xero-banner .link-box a {
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 356px;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  font-family: "Helvetica Bold";
}

.landing-page-v3 .xero-banner .link-box a.create-account {
  background: #d7d6d6;
  color: #313443;
}

.landing-page-v3 .xero-banner .link-box a.trial-xero {
  background: #147798;
  color: #fff;
  margin-left: 16px;
}

.landing-page-v3 .xero-banner .link-box a.trial-xero:hover {
  background: #2aa2c9;
}

.landing-page-v3 .xero-banner .link-box a.create-account:hover {
  background: #fff;
}

.landing-page-v3 .xero-banner .btn-box a {
  display: inline-block;
}

.landing-page-v3 .xero-banner .btn-box img {
  display: block;
  width: auto;
}

.landing-page-v3 .xero-content {
  padding: 120px 0;
}

.landing-page-v3 .xero-content .title {
  font-size: 50px;
  text-align: center;
}

.landing-page-v3 .xero-content .content-img {
  display: block;
  margin: 100px 0 80px 0;
}

.landing-page-v3 .xero-content .content-img img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-page-v3 .xero-content p {
  font-size: 20px;
  padding: 0 100px;
  font-family: "Helvetica Regular";
  text-align: center;
}

.landing-page-v3 .xero-floor-one.floor-one {
  margin-top: 0;
  padding-top: 80px;
  border-top: 8px solid #f6f6f6;
}

.landing-page-v3 .xero-content2 {
  border-top: 8px solid #f6f6f6;
}

.landing-page-v3 .xero-content.xero-content2 .content-img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.landing-page-v3 .xero-content.xero-content2 p {
  padding: 0;
  margin-bottom: 30px;
}

.landing-page-v3 .xero-floor-two .info {
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Helvetica Regular";
}

.landing-page-v3 .xero-floor-two .col-md-6 {
  margin-bottom: 100px;
}

.landing-page-v3 .xero-floor-two .col-md-6 p {
  display: block;
  width: 66%;
  margin: 0 auto;
  height: 60px;
}

.landing-page-v3 .xero-bottom {
  padding: 120px 0;
  background: #f6f6f6;
  text-align: center;
}

.landing-page-v3 .xero-bottom h2 {
  font-size: 50px;
  margin: 0;
}

.landing-page-v3 .xero-bottom .info {
  font-size: 25px;
  font-family: "Helvetica Regular";
  margin: 40px 0 80px 0;
}

.landing-page-v3 .xero-bottom .info a {
  color: var(--brand-color);
  text-decoration: none;
}

.landing-page-v3 .xero-bottom .link-box a {
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 356px;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  font-family: "Helvetica Bold";
  vertical-align: middle;
}

.landing-page-v3 .xero-bottom .link-box a.create-account {
  background: #d7d6d6;
  color: #313443;
  border: 2px solid #d7d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.landing-page-v3 .xero-bottom .link-box a.create-account:hover {
  border: 2px solid #acacac;
  background: #fff;
}

.landing-page-v3 .xero-bottom .link-box a.trial-xero {
  background: #147798;
  color: #fff;
  margin-left: 16px;
}

.landing-page-v3 .xero-bottom .link-box a.trial-xero:hover {
  background: #2aa2c9;
}

@media only screen and (max-width: 1200px) {
  .landing-page-v3 .container-fluid {
    width: 100%;
  }

  .landing-page-v3 .container-fluid .title {
    font-size: 40px !important;
  }

  .landing-page-v3 .page-title {
    height: 220px;
    line-height: 220px;
  }

  .landing-page-v3 .page-title h1 {
    display: inline-block;
    font-size: 45px;
  }

  .landing-page-v3 .responsive-container-left {
    text-align: center;
  }

  .landing-page-v3 .responsive-container-right {
    text-align: center;
  }

  .landing-page-v3 .banner-content .content-box h2 {
    font-size: 34px;
  }

  .landing-page-v3 .banner-content .content-box p {
    font-size: 30px;
  }

  .landing-page-v3 .ab-banner .banner-content .content-box h1 {
    font-size: 34px;
  }

  .landing-page-v3 .testimonials .testimonials-slide {
    padding: 20px;
    width: 90%;
  }

  .landing-page-v3 .testimonials .testimonials-slide .fa-quote-left {
    font-size: 30px;
  }

  .landing-page-v3 .testimonials .testimonials-slide .fa-quote-right {
    font-size: 30px;
  }

  .landing-page-v3 .testimonials .testimonials-slide .testimonials-name {
    font-size: 22px;
  }

  .landing-page-v3 .header .nav ul li a {
    font-size: 14px;
    margin-left: 16px;
  }

  .landing-page-v3 .header .nav-phone {
    font-size: 14px;
    margin-right: 6px;
  }

  .landing-page-v3 .header .user-info a {
    font-size: 14px;
  }

  .landing-page-v3 .integration-img-container {
    transform: scale(0.8);
  }

  .landing-page-v3 .home-page .home-banner .banner-content h1 {
    font-size: 36px;
  }

  .landing-page-v3 .home-page .home-banner .banner-content p {
    margin: 40px auto;
  }

  .landing-page-v3 .home-page .industry-bar {
    font-size: 28px;
    text-align: center;
  }

  .landing-page-v3 .home-page .industry-bar span {
    display: block;
  }

  .landing-page-v3 .home-page .solution-container #solution-list {
    padding: 0px 50px;
  }

  .landing-page-v3 .home-page .solution-container #solution-list ul a {
    font-size: 24px;
  }

  .landing-page-v3 .home-page .solution-container #solution-list .tab-content li {
    font-size: 22px;
  }

  .landing-page-v3 .home-page .integration-container {
    padding: 50px 0 50px;
  }

  .landing-page-v3 .home-page .integration-container .title {
    text-align: center;
  }

  .landing-page-v3 .home-page .integration-container p {
    text-align: center;
    font-size: 32px;
  }

  .landing-page-v3 .home-page .service-container-2 {
    padding: 40px;
  }

  .landing-page-v3 .home-page .service-container-2 .title {
    text-align: center;
    margin: 0;
  }

  .landing-page-v3 .home-page .service-container-2 p {
    text-align: center;
  }

  .landing-page-v3 .home-page .service-container-2 img {
    margin-top: 20px;
    width: 90%;
  }

  .landing-page-v3 .home-page .product-section-container {
    padding: 40px;
  }

  .landing-page-v3 .home-page .product-section-container .title {
    margin: 0;
  }

  .landing-page-v3 .home-page .product-section-container img {
    margin-top: 20px;
    width: 90%;
  }

  .landing-page-v3 .home-page .software-suite-container {
    margin-bottom: 80px;
    padding: 40px;
  }

  .landing-page-v3 .home-page .software-suite-container .title {
    text-align: center;
  }

  .landing-page-v3 .home-page .software-suite-container .graph-container {
    position: relative;
    transform: scale(0.7);
  }

  .landing-page-v3 .home-page .trust-container img {
    margin: 10px auto;
    max-width: 120px;
    height: 34px;
  }

  .landing-page-v3 .premium-page .premium-banner .banner-content h1 {
    font-size: 50px;
  }

  .landing-page-v3 .premium-page .premium-software-container p {
    text-align: center;
    font-size: 24px;
  }

  .landing-page-v3 .premium-page .premium-features-container {
    font-size: 18px;
    margin: 20px 20px;
  }

  .landing-page-v3 .premium-page .premium-why-choose-container .item .item-index {
    font-size: 80px;
    line-height: 160px;
  }

  .landing-page-v3 .premium-page .premium-why-choose-container .item .item-content {
    padding-top: 0px;
    height: 160px;
    margin-bottom: 20px;
  }

  .landing-page-v3 .premium-page .premium-why-choose-container .item .item-content p {
    margin-top: 20px;
    height: 120px;
    padding: 0 20px;
    font-size: 18px;
  }

  .landing-page-v3 .lite-page .lite-banner .banner-content h1 {
    font-size: 50px;
  }

  .landing-page-v3 .lite-page .lite-banner .banner-content p {
    margin: 40px auto;
  }

  .landing-page-v3 .lite-page .wholesaler-growth-container .grow-text {
    width: 100%;
  }

  .landing-page-v3 .lite-page .wholesaler-growth-container .grow-img {
    display: none;
  }

  .landing-page-v3 .lite-page .wholesaler-growth-container:after {
    content: none;
  }

  .landing-page-v3 .retailer-page .retailer-banner .banner-content h1 {
    font-size: 50px;
  }

  .landing-page-v3 .retailer-page .retailer-banner .retail-logo .banner-logo {
    height: 85px;
  }

  .landing-page-v3 .retailer-page .retailer-banner .retail-logo .retail-text h1 {
    font-size: 80px;
  }

  .landing-page-v3 .retailer-page .zupply-app-container p {
    text-align: center;
  }

  .landing-page-v3 .connector-page .connector-banner .banner-content h1 {
    font-size: 50px;
  }

  .landing-page-v3 .connector-page .connector-banner .banner-content p {
    margin: 40px auto;
  }

  .landing-page-v3 .connector-page .connector-integrate-container .title {
    padding: 0 50px;
  }

  .landing-page-v3 .connector-page .connector-integrate-container p {
    margin-bottom: 10px;
    font-size: 26px;
    padding: 10px;
    text-align: center;
  }

  .landing-page-v3 .connector-page .connector-compare-container .title {
    padding: 0 50px;
  }

  .landing-page-v3 .connector-page .connector-compare-container .vertical-text {
    margin: 0 30px;
    line-height: 28px;
    font-size: 28px;
  }

  .landing-page-v3 .chef-page .chef-banner .banner-content h1 {
    font-size: 50px;
  }

  .landing-page-v3 .chef-page .chef-banner .banner-content p {
    margin: 40px auto;
  }

  .landing-page-v3 .chef-page .chef-features-container-2 .features-right h3 {
    text-align: center;
  }

  .landing-page-v3 .chef-page .chef-banner-2 .banner-box-right {
    width: 40%;
  }

  .landing-page-v3 .chef-page .chef-banner-2 .banner-text-2 {
    line-height: 60px;
    font-size: 55px;
  }

  .landing-page-v3 .pricing-page .pricing-logo .banner-logo {
    height: 75px;
  }

  .landing-page-v3 .pricing-page .pricing-logo .pricing-text h1 {
    font-size: 70px;
  }

  .landing-page-v3 .pricing-page .content-box h3 {
    font-size: 20px;
    width: 50%;
  }

  .landing-page-v3 .pricing-page .pricing-body .pricing-title h1 {
    font-size: 30px;
  }

  .landing-page-v3 .pricing-page .pricing-body .pricing-details {
    min-height: 510px;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container .talk-text-left {
    font-size: 50px;
    text-align: center;
    padding-right: 60px;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container .talk-text-right h2 {
    font-size: 40px;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container .talk-text-right p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-page-v3 .container-fluid {
    width: 100%;
  }

  .landing-page-v3 .container-fluid .title {
    font-size: 30px !important;
    text-align: center;
  }

  .landing-page-v3 .header .user-info a {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-top: 2px;
  }

  .landing-page-v3 .header .user-info .request-demo {
    margin-right: 0px;
    padding: 0 5px;
  }

  .landing-page-v3 .header .logo img {
    height: 30px !important;
    margin-top: 5px;
  }

  .landing-page-v3 .pardot-subscribe-form {
    height: 500px;
  }

  .landing-page-v3 .pardot-contact-form {
    height: 870px;
  }

  .landing-page-v3 .pardot-quote-form {
    height: 1070px;
  }

  .landing-page-v3 .pardot-grow-form {
    height: 1000px;
  }

  .landing-page-v3 .page-title {
    font-size: 28px;
    height: 170px;
    line-height: 170px;
  }

  .landing-page-v3 .page-title h1 {
    display: inline-block;
    font-size: 28px;
  }

  .landing-page-v3 .floor-form .title {
    font-size: 30px;
    margin: 30px 0;
  }

  .landing-page-v3 .footer .container .footer-logo-new,
  .landing-page-v3 .footer .container .footer-contact,
  .landing-page-v3 .footer .container .icon-list {
    text-align: center;
  }

  .landing-page-v3 .banner-content .content-box h2 {
    font-size: 28px;
    padding: 0 20px;
  }

  .landing-page-v3 .banner-content .content-box p {
    font-size: 22px;
    padding: 0 20px;
  }

  .landing-page-v3 .banner-content .content-box .button-box a {
    margin-bottom: 90px;
    font-size: 16px;
  }

  .landing-page-v3 .ab-banner .banner-content .content-box h1 {
    font-size: 28px;
    padding: 0 20px;
  }

  .landing-page-v3 .integration-img-container {
    transform: scale(0.4);
    left: -50px;
    height: 300px;
  }

  .landing-page-v3 .video-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 80px;
    z-index: 9999;
  }

  .landing-page-v3 .video-container {
    top: 25vh;
  }

  .landing-page-v3 .video-play-button {
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
    line-height: 42px;
    bottom: 10px;
    right: 10px;
  }

  .landing-page-v3 .home-page .home-banner .banner-content {
    text-align: center;
  }

  .landing-page-v3 .home-page .home-banner .banner-content h1 {
    font-size: 32px;
    margin: 80px auto 40px;
  }

  .landing-page-v3 .home-page .home-banner .banner-content p {
    margin: 35px auto;
  }

  .landing-page-v3 .home-page .home-banner .banner-content .banner-logo {
    max-width: 300px;
    height: auto;
    margin: 0px;
  }

  .landing-page-v3 .home-page .home-banner:after {
    top: calc(-74vw + 900px);
    height: 300px;
  }

  .landing-page-v3 .home-page .industry-bar {
    font-size: 20px;
  }

  .landing-page-v3 .home-page .solution-container #solution-list {
    padding: 0 10px;
  }

  .landing-page-v3 .home-page .solution-container #solution-list ul a {
    font-size: 10px;
  }

  .landing-page-v3 .home-page .solution-container #solution-list .tab-content {
    padding: 20px 30px;
  }

  .landing-page-v3 .home-page .solution-container #solution-list .tab-content li {
    font-size: 16px;
  }

  .landing-page-v3 .home-page .solution-container .find-more-button {
    font-size: 16px;
  }

  .landing-page-v3 .home-page .integration-container {
    padding: 0px;
  }

  .landing-page-v3 .home-page .integration-container .title {
    text-align: center;
    margin-bottom: 50px;
  }

  .landing-page-v3 .home-page .integration-container p {
    text-align: center;
    font-size: 28px;
  }

  .landing-page-v3 .home-page .software-suite-container {
    margin-bottom: 80px;
    padding: 150px 0 100px;
  }

  .landing-page-v3 .home-page .service-container-1 {
    padding: 20px;
  }

  .landing-page-v3 .home-page .service-container-1 h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .landing-page-v3 .home-page .service-container-2 {
    padding: 40px 5px;
  }

  .landing-page-v3 .home-page .product-section-container {
    padding: 40px 5px;
  }

  .landing-page-v3 .home-page .software-suite-container {
    padding: 10px;
  }

  .landing-page-v3 .home-page .software-suite-container .title {
    margin: 30px 30px 0px 0px;
  }

  .landing-page-v3 .home-page .software-suite-container .graph-container {
    position: relative;
    left: -25px;
    transform: scale(0.4);
  }

  .landing-page-v3 .premium-page .premium-banner .banner-content {
    text-align: center;
  }

  .landing-page-v3 .premium-page .premium-banner .banner-content h1 {
    font-size: 40px;
    margin: 20px auto;
  }

  .landing-page-v3 .premium-page .premium-banner .banner-content p {
    margin: 40px auto;
  }

  .landing-page-v3 .premium-page .premium-banner .banner-content .banner-logo {
    max-width: 300px;
    height: auto;
  }

  .landing-page-v3 .premium-page .premium-banner:after {
    top: calc(-74vw + 950px);
    height: 300px;
  }

  .landing-page-v3 .lite-page .lite-banner .banner-content {
    text-align: center;
  }

  .landing-page-v3 .lite-page .lite-banner .banner-content h1 {
    font-size: 40px;
    margin: 20px auto;
  }

  .landing-page-v3 .lite-page .lite-banner .banner-content p {
    margin: 20px auto;
  }

  .landing-page-v3 .lite-page .lite-banner .banner-content .banner-logo {
    max-width: 300px;
    height: auto;
  }

  .landing-page-v3 .lite-page .lite-banner:after {
    top: calc(-74vw + 750px);
    height: 300px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-chef-features-container {
    text-align: center;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title {
    text-align: center;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title .big-font {
    font-size: 80px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title span {
    display: block;
    font-size: 35px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .title-details {
    font-size: 35px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-chef-features-container .right-img {
    margin-top: 30px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container {
    text-align: center;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title {
    text-align: center;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title .big-font {
    font-size: 80px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title span {
    display: block;
    font-size: 35px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .title-details {
    font-size: 35px;
  }

  .landing-page-v3 .lite-page .wholesaler-lite-wholesalers-features-container .right-img {
    margin-top: 30px;
  }

  .landing-page-v3 .retailer-page .retailer-banner .banner-content {
    text-align: center;
  }

  .landing-page-v3 .retailer-page .retailer-banner .banner-content h1 {
    font-size: 40px;
    margin: 20px auto;
  }

  .landing-page-v3 .retailer-page .retailer-banner .banner-content p {
    margin: 40px auto;
  }

  .landing-page-v3 .retailer-page .retailer-banner .banner-content .banner-logo {
    max-width: 450px;
    height: auto;
  }

  .landing-page-v3 .retailer-page .retailer-banner:after {
    top: 540px;
    height: 300px;
  }

  .landing-page-v3 .retailer-page .retailer-banner .retail-logo {
    margin-top: 70px;
  }

  .landing-page-v3 .retailer-page .retailer-banner .retail-logo .banner-logo {
    height: 75px;
  }

  .landing-page-v3 .retailer-page .retailer-banner .retail-logo .retail-text h1 {
    font-size: 70px;
  }

  .landing-page-v3 .retailer-page .retailer-banner h3 {
    width: 80%;
  }

  .landing-page-v3 .retailer-page .zupply-app-container {
    padding: 50px 0 100px;
  }

  .landing-page-v3 .connector-page .connector-banner .banner-content {
    text-align: center;
  }

  .landing-page-v3 .connector-page .connector-banner .banner-content h1 {
    font-size: 40px;
    margin: 20px auto;
  }

  .landing-page-v3 .connector-page .connector-banner .banner-content p {
    margin: 20px auto;
  }

  .landing-page-v3 .connector-page .connector-banner .banner-content .banner-logo {
    max-width: 300px;
    height: auto;
    margin: 20px auto;
  }

  .landing-page-v3 .connector-page .connector-banner:after {
    top: 440px;
    height: 300px;
  }

  .landing-page-v3 .connector-page .connector-integrate-container .title {
    padding: 0px;
  }

  .landing-page-v3 .connector-page .connector-integrate-container p {
    font-size: 24px;
  }

  .landing-page-v3 .connector-page .connector-compare-container img {
    width: 60%;
  }

  .landing-page-v3 .connector-page .connector-compare-container .title {
    padding: 0px;
  }

  .landing-page-v3 .connector-page .connector-compare-container .compare-left {
    border-right: none;
    margin-bottom: 30px;
  }

  .landing-page-v3 .connector-page .connector-compare-container .vertical-text {
    margin: 0px 20px 0px 0px;
    line-height: 24px;
    font-size: 22px;
  }

  .landing-page-v3 .chef-page .chef-banner .banner-content {
    text-align: center;
  }

  .landing-page-v3 .chef-page .chef-banner .banner-content h1 {
    font-size: 40px;
    margin: 20px auto;
  }

  .landing-page-v3 .chef-page .chef-banner .banner-content p {
    margin: 20px auto;
  }

  .landing-page-v3 .chef-page .chef-banner .banner-content .banner-logo {
    margin: 20px auto;
    max-width: 300px;
    height: auto;
  }

  .landing-page-v3 .chef-page .chef-banner:after {
    top: 420px;
    height: 0;
  }

  .landing-page-v3 .chef-page .download-bar .bar-title {
    font-size: 32px;
  }

  .landing-page-v3 .chef-page .chef-banner-2 .banner-box-right {
    background: none;
    width: 100%;
  }

  .landing-page-v3 .chef-page .chef-banner-2 .banner-text-2 {
    line-height: 50px;
    font-size: 40px;
    color: #282828;
  }

  .landing-page-v3 .chef-page .chef-how-it-works-container {
    padding: 50px 0;
  }

  .landing-page-v3 .pricing-page .pricing-logo {
    margin-bottom: 50px;
  }

  .landing-page-v3 .pricing-page .content-box h3 {
    width: 90%;
  }

  .landing-page-v3 .pricing-page .pricing-body .pricing-details {
    min-height: 470px;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container {
    background: #7ec458;
    padding: 30px 0px;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container .talk-text-left {
    font-size: 30px;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container .talk-text-right h2 {
    font-size: 26px;
  }

  .landing-page-v3 .pricing-page .pricing-talk-container .talk-text-right p {
    font-size: 22px;
  }
}

.stocktake-error {
  font-size: 13px;
  line-height: normal;
  right: 0;
  text-transform: uppercase;
  color: #a94442;
}

.stocktake-input::placeholder {
  opacity: 0.5;
}

.pdf-editor .pdf-editor-custom-table input {
  border: none !important;
  border-radius: 0;
}

.pdf-editor th {
  border: none;
}

.pdf-editor .list-group-item:last-child {
  margin-bottom: -1px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.pdf-editor .list-group-item:first-child {
  margin-bottom: -1px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.pdf-editor .btn-sm,
.pdf-editor .btn-group-sm > .btn {
  height: 36px;
}

.pdf-editor input {
  width: unset;
}

.pdf-editor input[type="range"] {
  border: 0;
  accent-color: var(--brand-color);
}

.pdf-editor input[type="color"] {
  width: 40px;
  padding: 3px 5px;
}

.pdf-editor input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-top: 6px;
  padding: 3px 5px;
}

.pdf-editor select {
  width: unset;
  appearance: none;
  padding-right: 30px;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-color: #fff;
  background-size: contain;
}

div[data-pdf-editor-field] font[size='1'] {
  font-size: 8px;
}

div[data-pdf-editor-field] font[size='2'] {
  font-size: 10px;
}

div[data-pdf-editor-field] font[size='3'] {
  font-size: 12px;
}

div[data-pdf-editor-field] font[size='4'] {
  font-size: 14px;
}

div[data-pdf-editor-field] font[size='5'] {
  font-size: 16px;
}

div[data-pdf-editor-field] font[size='6'] {
  font-size: 18px;
}

div[data-pdf-editor-field] font[size='7'] {
  font-size: 20px;
}

div[data-pdf-editor-field] font[face='Montserrat'] {
  font-family: 'Montserrat';
}

div[data-pdf-editor-field] font[face='NotoSerif'] {
  font-family: 'NotoSerif';
}

div[data-pdf-editor-field] font[face='OpenSans'] {
  font-family: 'OpenSans';
}

div[data-pdf-editor-field] font[face='Roboto'] {
  font-family: 'Roboto';
}

div[data-pdf-editor-field] font[face='SourceCodePro'] {
  font-family: 'SourceCodePro';
}

div[data-tag-close-button] {
  color: #fff !important;
}

div[data-pdf-editor-field] u {
  text-decoration-line: underline !important;
}

div[data-pdf-editor-field] *:not([data-tag-close-button]) {
  text-decoration-line: inherit;
}

.pdf-editor-selected-tag {
  border-bottom: 2px solid var(--brand-color);
}

.pdf-editor-label {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: .9em;
  color: #666;
}

.pdf-editor-label-prefix {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: .9em;
  color: #666;
}

.pdf-editor-label-suffix {
  position: absolute;
  top: 8px;
  font-size: .9em;
  color: #666;
}

.pdf-editor-context-menu {
  position: fixed;
  z-index: 1000;
  background-color: #666;
  padding: 5px;
  border-radius: 5px;
}

.pdf-editor-context-menu-option {
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #666;
}

.pdf-editor-context-menu-option:hover {
  background-color: #4287f5;
}

.pdf-editor-table {
  padding: 0px;
  margin: 0px;
}

.pdf-editor-table thead,
.pdf-editor-table tbody,
.pdf-editor-table tr,
.pdf-editor-table td,
.pdf-editor-table th {
  padding: 0px;
  margin: 0px;
  font-size: unset;
  font-family: unset;
  color: unset;
  text-transform: none;
}

div[data-pdf-editor-field-selected="true"] {
  border: 1px solid var(--brand-color);
  border-radius: 5px;
}

div[data-pdf-editor-field-selected="false"]:not(.pdf-editor-highlight-up):not(.pdf-editor-highlight-down) {
  border: 1px solid #efefef;
  border-radius: 5px;
}

.pdf-editor-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.pdf-editor-icon-border-all {
  background: url("/asset/icon/icon-border-all.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.pdf-editor-icon-border-none {
  background: url("/asset/icon/icon-border-none.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.pdf-editor-icon-border-top {
  background: url("/asset/icon/icon-border-top.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.pdf-editor-icon-border-right {
  background: url("/asset/icon/icon-border-right.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.pdf-editor-icon-border-bottom {
  background: url("/asset/icon/icon-border-bottom.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.pdf-editor-icon-border-left {
  background: url("/asset/icon/icon-border-left.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.pdf-editor-icon-valign-up {
  background: url("/asset/icon/icon-valign-up.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.pdf-editor-icon-valign-center {
  background: url("/asset/icon/icon-valign-center.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.pdf-editor-icon-valign-down {
  background: url("/asset/icon/icon-valign-down.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
}

:root {
  --brand-color: #666;
  --brand-active-color: #4d4d4d;
  --brand-border-color: #595959;
  --brand-border-active-color: #404040;
  --ai-color: #24b2cf;
  --ai-active-color: #1c8da4;
  --ai-border-color: #209fb9;
  --ai-border-active-color: #197a8e;
}

html,
body {
  height: 100%;
}

a {
  color: var(--brand-color);
}

a :hover {
  color: var(--brand-active-color);
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb {
  padding: 0;
  background-color: white;
}

.label {
  padding: .2em .6em .2em;
  font-size: 70%;
}

.form-control {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--brand-color);
  background-color: #fff;
}

.text-brand {
  color: var(--brand-color);
}

@media print {
  #print {
    display: block !important;
    height: 29.7cm;
    width: 21cm;
  }
}

.overlayAuthMenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.rc-calendar-picker {
  z-index: 999999999;
}

.pointer {
  cursor: pointer;
}

.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.noborder {
  border: none !important;
}

.cursorText {
  cursor: text;
}

.not-allowed {
  cursor: not-allowed !important;
}

.no-pointerEvent {
  pointer-events: none !important;
}

.middle {
  vertical-align: middle !important;
}

.btn {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 3px 2px rgba(0, 0, 0, 0.05);
}

.well {
  border-radius: 4px;
}

.dropdown-menu {
  border-radius: 4px;
}

html body .groupSeachFw {
  position: absolute;
  top: 19px;
  right: 43px;
  font-size: 22px;
  color: #b9b9b9;
}

.navbar-header {
  box-shadow: 0 0 10px rgba(82, 63, 105, 0.3);
}

.side-nav {
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.3);
}

.side-nav > li > a.active {
  background: var(--brand-active-color) !important;
}

.side-nav > li > a > span:hover,
.side-nav > li > a > i:hover {
  color: white;
}

html body .side-nav > li > a:focus {
  color: var(--brand-color);
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.align-center {
  align-items: center;
}

.form-big i.icon {
  z-index: 2;
}

.wrapper_input input,
.wrapper_input label,
.wrapper_input .upload-file {
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.wrapper_input.disabled input,
.wrapper_input.disabled label,
.wrapper_input.disabled .upload-file,
.disabled-wrap .wrapper_input input,
.disabled-wrap .wrapper_input label,
.disabled-wrap .wrapper_input .upload-file,
.disabled-wrap .rw-dropdown-list,
.disabled-wrap .wrapper_input {
  pointer-events: none !important;
  cursor: not-allowed !important;
  background: #e4e4e4 !important;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.disabled-wrap .remove-button {
  pointer-events: none;
  cursor: not-allowed;
}

.disabled-wrap .rw-dropdown-list-picker {
  z-index: 9;
}

.disabled-checkbox {
  pointer-events: none;
  cursor: not-allowed;
}

#content > div > div:nth-child(2) > div.user-side.active > div > form > div.form > div.form-group.check-box > label {
  color: #FFF !important;
}

.fa.expandableArrow {
  font-size: 29px;
  vertical-align: middle;
  margin-right: 10px;
}

.clientUpdateFormStyle .f-label {
  border: 1px solid #eaeaea;
  border-bottom: 0;
  background-color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaa;
  padding: 5px 18px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.GroupNameStyle input {
  height: 60px;
  line-height: 60px;
}

.GroupNameStyle .form-group {
  margin-bottom: 15px;
}

.GroupNoteStyle .form-group {
  margin-top: 15px;
}

.pagination > li > a {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 3px 2px rgba(0, 0, 0, 0.05);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 8px;
}

.pagination > li:last-child > a {
  margin-left: 8px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #fff;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}

.pagination > li > a {
  margin-left: 4px;
  margin-right: 4px;
  color: #444;
  border-color: #adadad;
}

.wrapper_groups {
  max-height: 443px;
  overflow-y: scroll;
}

.suggestionWrapper {
  position: absolute;
  z-index: 99;
  background: #FFF;
  min-height: 92px;
  width: 100%;
  top: 58px;
  border: 1px solid #eaeaea;
  border-radius: 0 0 10px 10px;
  max-height: 400px;
  overflow: scroll;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.labelDropDown {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 19px;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
}

.inputFile {
  position: absolute;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-size: 15px;
}

.fileNameInputFile {
  position: absolute;
  top: 10px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 56px);
  text-overflow: ellipsis;
  left: 12px;
}

.searchableLabel {
  position: absolute;
  z-index: 98;
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  pointer-events: none;
  left: 20px;
  top: 19px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.rw-input {
  padding: .429em 0.96em;
}

.labelCalendar {
  top: 0;
}

.hasValue .labelDropDown {
  top: 5px;
  color: #aaaaaa;
}

.hasValue .inputFile {
  top: -12px;
  color: #aaaaaa;
  z-index: 999;
}

.hasValue .searchableLabel {
  top: 6px;
  color: #aaaaaa;
}

.hasValue .calendar-input,
.hasValue .rc-time-picker input {
  padding-top: 22px !important;
}

.hasValue .rc-time-picker-input {
  padding-left: 0px !important;
}

.rw-combobox.rw-widget .rw-select.rw-btn .rw-i-caret-down:before {
  content: '\E806';
  color: #b9b9b9;
  font-size: 20px;
  margin-right: 30px;
}

.rw-combobox:hover,
.rw-datetimepicker:hover,
.rw-numberpicker:hover,
.rw-dropdown-list:hover {
  background-color: #fff;
}

.rw-combobox:active,
.rw-datetimepicker:active,
.rw-dropdown-list:active,
.rw-header > .rw-btn:active,
.rw-numberpicker .rw-btn.rw-state-active,
.rw-combobox:active.rw-state-focus,
.rw-datetimepicker:active.rw-state-focus,
.rw-dropdown-list:active.rw-state-focus,
.rw-header > .rw-btn:active.rw-state-focus,
.rw-numberpicker .rw-btn.rw-state-active.rw-state-focus {
  box-shadow: none;
}

.rw-popup {
  padding: 0;
}

ul.rw-list,
.rw-selectlist {
  padding: 0;
}

ul.rw-list > li.rw-list-option,
.rw-selectlist > li.rw-list-option {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
  border-radius: 0;
}

ul.rw-list > li.rw-list-option.rw-state-focus,
.rw-selectlist > li.rw-list-option.rw-state-focus {
  background-color: #dcf3f1;
}

ul.rw-list > li.rw-list-option:hover,
.rw-selectlist > li.rw-list-option:hover {
  background-color: #dcf3f1;
}

ul.rw-list > li.rw-list-option.rw-state-selected,
.rw-selectlist > li.rw-list-option.rw-state-selected {
  background-color: #f2f6ff;
  border-color: #f2f6ff;
  color: #333;
}

ul.rw-list > li.rw-list-option > span.highlight {
  color: orange;
}

.rw-multiselect,
.rw-combobox input.rw-input,
.rw-datetimepicker input.rw-input,
.rw-numberpicker input.rw-input {
  box-shadow: none;
  border-radius: 0;
}

.rw-widget > .rw-select {
  border: 0;
  border-radius: 0;
}

.rw-combobox,
.rw-datetimepicker,
.rw-numberpicker,
.rw-dropdown-list {
  border: 1px solid #eaeaea;
}

.rw-combobox:hover,
.rw-datetimepicker:hover,
.rw-numberpicker:hover,
.rw-dropdown-list:hover {
  border: 1px solid #eaeaea;
}

.searchableInput input[type="text"] {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.searchableInput input[type="text"]:focus {
  border: 0;
}

.searchableInput .rw-widget {
  border-radius: 0;
}

.searchableInput input[type="text"]:focus ~ label,
.searchableInput input[type="password"]:focus ~ label,
.searchableInput input[type="text"]:valid ~ label,
.searchableInput input[type="password"]:valid ~ label {
  top: 5px;
  left: 30px;
  border: 0;
  border-bottom: 0;
  background-color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: normal;
  text-transform: uppercase;
}

.rw-widget.rw-state-focus ~ label {
  top: 5px;
  left: 20px;
  border: 0;
  border-bottom: 0;
  background-color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: normal;
  text-transform: uppercase;
}

.hasValue .searchableLabel {
  top: 5px;
  left: 20px;
  border: 0;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: normal;
  text-transform: uppercase;
}

.btnDropDownClear {
  position: absolute;
  z-index: 1000;
  right: 62px;
  top: 20px;
  font-size: 15px;
  color: #678ddf;
  border-bottom: 1px solid #678ddf;
  cursor: pointer;
}

.infiniteScrollWrapperAddProducts {
  max-height: 400px;
  overflow: scroll;
}

input[type=checkbox][disabled] ~ label:before {
  background: #f9f5f5 !important;
  cursor: not-allowed !important;
}

input[type=checkbox][disabled]:checked ~ label:before {
  background: url("/asset/img/sprite.png") no-repeat 1px -22px #f9f5f5 !important;
  cursor: not-allowed !important;
}

.prefixInput {
  position: absolute;
  top: 25px;
  left: 15px;
  font-size: 16px;
}

.prefixInput ~ input {
  padding-left: 28px !important;
}

.postfixInput {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 16px;
}

.postfixInput ~ input {
  text-align: right;
}

.upload-file i.upload,
.upload-file i.date {
  pointer-events: none !important;
}

.buylist-print {
  min-height: 100vh;
}

.wrapperOrdersReadyToShip {
  max-height: 400px;
  overflow-y: auto;
}

.panel-default {
  -webkit-box-shadow: 0 1px 6px rgba(51, 54, 69, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(51, 54, 69, 0.2);
  box-shadow: 0 1px 6px rgba(51, 54, 69, 0.2);
  background-color: #fff;
}

.panel-default > .panel-heading {
  background-color: #fff;
}

.panel-body {
  background-color: #f8f9fd;
}

.wrapperMap {
  height: 600px;
}

.activeBtn {
  background: #333645 !important;
}

.activeBtn span {
  color: #FFF;
}

.mailbox-list {
  min-height: calc(100vh - 189px);
  max-height: calc(100vh - 189px);
  overflow: auto;
}

.mailbox-list-infinite-container:last-child {
  margin-bottom: 95px;
}

.recharts-wrapper {
  width: 100%;
}

.worms {
  position: absolute;
  font-size: 16px;
  color: #333645;
  font-weight: normal;
  width: 100%;
  display: block;
  border-radius: 0;
  padding: 24px 15px 0;
  z-index: 999;
}

.overlay-click {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.inbox-tab a.active {
  border-right: 3px solid var(--brand-color);
}

div.disabled,
span.disabled {
  cursor: not-allowed;
}

.chart {
  background-color: #FFF;
  padding-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.recharts-custom-tooltip {
  padding: 9px 18px;
  background-color: #373c53;
  position: relative;
  font-weight: 900;
  color: #FFF;
  border-radius: 3px;
}

.recharts-custom-tooltip::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #373c53;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
}

.recharts-custom-tooltip.recharts-right-arrow::after {
  border-left-color: transparent !important;
  border-right-color: #373c53 !important;
  left: auto !important;
  right: 0 !important;
}

@media (max-width: 767px) {
  .inbox-message {
    position: fixed;
    top: 85px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.deactive-arrow {
  opacity: 0.5;
  cursor: not-allowed;
}

.activeMessage {
  background: #FFF;
  position: relative;
}

.unReadMessages {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 11px;
}

.unReadMessages::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #7ac834;
  width: 25px;
  height: 25px;
  border-radius: 10px;
  z-index: -1;
}

html body .side-shop a.active {
  background-color: #313650 !important;
}

html body .side-nav a.highlight {
  background-color: #83d145 !important;
}

html body .side-nav a.highlight.active,
html body .side-nav a.highlight:hover,
html body .side-nav a.highlight:focus {
  background-color: #83d145 !important;
}

html body .product-list .panel .panel-heading {
  padding: 0;
}

html body .inbox-list-item .overlay-click {
  z-index: 0;
}

.activeCard {
  border-color: #5bc9bc !important;
}

#nprogress .spinner {
  display: none;
}

.shopStyle #nprogress .bar {
  background: #373c53 !important;
}

.pro-box .notImageAvailable {
  width: 175px;
  height: 175px;
  background: #5bc9bc;
  border-radius: 50%;
  display: block;
  margin: -20px auto 0;
  box-sizing: border-box;
  padding-top: 69px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
}

.pro-box .notImageAvailable.rectangle-img {
  width: 175px;
  height: 175px;
  background: #5bc9bc;
  border-radius: 0%;
  display: block;
  margin: 10px auto 0;
  box-sizing: border-box;
  padding-top: 57px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
  border: 7px solid #f2f0f0;
}

.pro-box .imageLogo {
  margin-top: 10px;
  font-size: 25px;
}

.user-drag-none {
  -webkit-user-drag: none !important;
}

.slick-arrow.slick-prev::before {
  display: none;
}

.slick-arrow.slick-prev {
  left: 25px;
  z-index: 99;
}

.slick-arrow.slick-next::before {
  display: none;
}

.slick-arrow.slick-next {
  right: 25px;
  z-index: 99;
}

.disabledLink {
  cursor: not-allowed;
}

.SetupWrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 61px;
  background: #f8faff;
  overflow-y: auto;
  padding-bottom: 10px;
}

.bold {
  font-weight: 900;
}

.card-inner-box-paynow .card-inner-box {
  border: 2px solid #FFFFFF;
}

.card-inner-box-paynow .card-inner-box.activeCard {
  border-color: #5bc9bc;
}

.font-size-15 {
  font-size: 15px;
}

.hideElement {
  visibility: hidden;
}

.dotdotdot {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

div.underline {
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 15px;
}

.nomargin-bottom {
  margin-bottom: 0px;
}

.form-group .text-danger {
  user-select: none;
}

.nowrap {
  white-space: nowrap;
}

.deactive-links a {
  pointer-events: none;
  user-select: none;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  height: 36px;
  box-shadow: none;
}

@media all and (max-width: 767px) {
  .progressStyle {
    position: static !important;
  }

  .text-left-mobile {
    text-align: left !important;
  }

  .margin-t-15-mobile {
    margin-top: 15px !important;
  }
}

.hide-overflow {
  overflow: hidden;
}

html body .textarea-label {
  background: #FFF !important;
}

html body .wrapper_input.disabled label {
  background-color: transparent !important;
}

.thick-remove {
  display: inline-block;
}

.thick-remove .thick {
  border-color: #e0e0e0;
}

@media (max-width: 1200px) {
  .run-img-width {
    width: 10%;
  }

  .thick-remove button {
    width: 48px !important;
    display: inline-block;
  }

  .thick-remove .label-manage-runs {
    display: inline-block;
    float: right;
    margin-top: 37px;
    margin-left: 14px;
    color: var(--brand-color);
  }
}

@media (max-width: 620px) {
  .run-img-width {
    width: 13%;
  }
}

@media (max-width: 489px) {
  .run-img-width {
    width: 15%;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-eq-height [class*="col-"] {
  flex-direction: column;
}

.width-auto {
  width: auto !important;
}

.twitter-picker input {
  height: 30px !important;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-default {
  border-color: #bbb;
  background: #f5f5f5;
}

.btn-color-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-color-primary:focus,
.btn-color-primary.focus,
.btn-color-primary:hover,
.btn-color-primary:active,
.btn-color-primary.active,
.btn-color-primary:active:hover,
.btn-color-primary.active:hover,
.btn-color-primary:active:focus,
.btn-color-primary.active:focus,
.btn-color-primary:active.focus,
.btn-color-primary.active.focus {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4;
}

.btn-ai {
  background-color: var(--ai-color);
  border-color: var(--ai-border-color);
  color: white;
}

.btn-ai .badge {
  background: white;
  color: var(--ai-color);
}

.btn-ai:focus,
.btn-ai.focus {
  background-color: var(--ai-active-color);
  border-color: var(--ai-border-active-color);
  color: white;
}

.btn-ai:hover {
  background-color: var(--ai-active-color);
  border-color: var(--ai-hover-active-color);
  color: white;
}

.btn-ai:active,
.btn-ai.active {
  background-color: var(--ai-active-color);
  border-color: var(--ai-border-active-color);
  color: white;
}

.btn-ai:active:hover,
.btn-ai.active:hover,
.btn-ai:active:focus,
.btn-ai.active:focus,
.btn-ai:active.focus,
.btn-ai.active.focus {
  background-color: var(--ai-active-color);
  border-color: var(--ai-border-active-color);
}

.btn-ai.disabled:hover,
.btn-ai[disabled]:hover,
.btn-ai.disabled:focus,
.btn-ai[disabled]:focus {
  background-color: var(--ai-color);
  border-color: var(--ai-border-color);
}

.chat-message {
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.chat-message.assistant {
  background-color: #f5f5f5;
  float: left;
}

.chat-message.user {
  background-color: #24b2cf;
  color: white;
  float: right;
}

.markdown-body p {
  font-size: 16px;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
  margin: 1.414rem 0 .5rem;
  font-weight: inherit;
  line-height: 1.42;
}

.markdown-body h1 {
  margin-top: 0;
  font-size: 24px;
}

.markdown-body h2 {
  font-size: 22px;
}

.markdown-body h3 {
  font-size: 20px;
}

.markdown-body h4 {
  font-size: 19px;
}

.markdown-body h5 {
  font-size: 18px;
}

.markdown-body h6 {
  font-size: 17px;
}

.markdown-body small {
  font-size: 14px;
}

.markdown-body table > tbody > tr > td {
  padding: 2px 10px;
}

.markdown-body img,
.markdown-body canvas,
.markdown-body iframe,
.markdown-body video,
.markdown-body svg,
.markdown-body select,
.markdown-body textarea {
  max-width: 100%;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 1rem;
}

/**
 * Configuration file for font-awesome-webpack
 *
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/dist/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/dist/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/dist/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/dist/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/dist/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(/dist/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@charset "UTF-8";
/**
 * Mixin to create a keyframes for a notification
 * @param $direction (left|top|right|bottom) Translation direction
 * @param $margin-bottom Initial `margin-bottom` value
 */
/*
 * Mixin to create an animation for a notification
 * @param $direction (left|top|right|bottom) Translation direction
 * @param $margin-bottom Initial `margin-bottom` value
 */
@keyframes styles__top20px-enter___17wUS {
  0% {
    top: -360px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes styles__top20px-leave___3lCfx {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px;
  }
  40% {
    margin-bottom: 20px;
    max-height: 200px;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

@keyframes styles__bottom20px-enter___3mSXi {
  0% {
    bottom: -360px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes styles__bottom20px-leave___2JH-T {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px;
  }
  40% {
    margin-bottom: 20px;
    max-height: 200px;
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

@keyframes styles__left20px-enter___697MF {
  0% {
    left: -360px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes styles__left20px-leave___3Y80H {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px;
  }
  40% {
    margin-bottom: 20px;
    max-height: 200px;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

@keyframes styles__right20px-enter___2QAF_ {
  0% {
    right: -360px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes styles__right20px-leave___1cuxA {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px;
  }
  40% {
    margin-bottom: 20px;
    max-height: 200px;
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

@keyframes styles__top0-enter___3zzKl {
  0% {
    top: -360px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes styles__top0-leave___3Dl5O {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    max-height: 200px;
    margin-bottom: 0;
  }
  40% {
    margin-bottom: 0;
    max-height: 200px;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

@keyframes styles__rotating___1Y5S3 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

.styles__notifications-system___7Qv81 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}

.styles__notifications-container___3DKTH {
  position: fixed;
  z-index: 99999;
}

.styles__notifications-container--tc___1yt5m, .styles__notifications-container--tr___3_UQV, .styles__notifications-container--tl___YZniK, .styles__notifications-container--bc___3xYrC, .styles__notifications-container--br___1XRPu, .styles__notifications-container--bl___1s2_3 {
  width: 360px;
}

.styles__notifications-container--tc___1yt5m .styles__notification--buttons-1___244CP .styles__notification-button___8Llui, .styles__notifications-container--tr___3_UQV .styles__notification--buttons-1___244CP .styles__notification-button___8Llui, .styles__notifications-container--tl___YZniK .styles__notification--buttons-1___244CP .styles__notification-button___8Llui, .styles__notifications-container--bc___3xYrC .styles__notification--buttons-1___244CP .styles__notification-button___8Llui, .styles__notifications-container--br___1XRPu .styles__notification--buttons-1___244CP .styles__notification-button___8Llui, .styles__notifications-container--bl___1s2_3 .styles__notification--buttons-1___244CP .styles__notification-button___8Llui {
  height: 100%;
}

.styles__notifications-container--tc___1yt5m .styles__notification--buttons-2___2Z0pd .styles__notification-button___8Llui, .styles__notifications-container--tr___3_UQV .styles__notification--buttons-2___2Z0pd .styles__notification-button___8Llui, .styles__notifications-container--tl___YZniK .styles__notification--buttons-2___2Z0pd .styles__notification-button___8Llui, .styles__notifications-container--bc___3xYrC .styles__notification--buttons-2___2Z0pd .styles__notification-button___8Llui, .styles__notifications-container--br___1XRPu .styles__notification--buttons-2___2Z0pd .styles__notification-button___8Llui, .styles__notifications-container--bl___1s2_3 .styles__notification--buttons-2___2Z0pd .styles__notification-button___8Llui {
  height: 50%;
}

.styles__notifications-container--tc___1yt5m .styles__notification-buttons___2VG9C, .styles__notifications-container--tr___3_UQV .styles__notification-buttons___2VG9C, .styles__notifications-container--tl___YZniK .styles__notification-buttons___2VG9C, .styles__notifications-container--bc___3xYrC .styles__notification-buttons___2VG9C, .styles__notifications-container--br___1XRPu .styles__notification-buttons___2VG9C, .styles__notifications-container--bl___1s2_3 .styles__notification-buttons___2VG9C {
  width: 90px;
}

.styles__notifications-container--tc___1yt5m .styles__notification-buttons___2VG9C .styles__notification-button___8Llui, .styles__notifications-container--tr___3_UQV .styles__notification-buttons___2VG9C .styles__notification-button___8Llui, .styles__notifications-container--tl___YZniK .styles__notification-buttons___2VG9C .styles__notification-button___8Llui, .styles__notifications-container--bc___3xYrC .styles__notification-buttons___2VG9C .styles__notification-button___8Llui, .styles__notifications-container--br___1XRPu .styles__notification-buttons___2VG9C .styles__notification-button___8Llui, .styles__notifications-container--bl___1s2_3 .styles__notification-buttons___2VG9C .styles__notification-button___8Llui {
  display: block;
  width: 90px;
}

.styles__notifications-container--tc___1yt5m .styles__notification-buttons___2VG9C .styles__notification-button___8Llui:nth-child(2), .styles__notifications-container--tr___3_UQV .styles__notification-buttons___2VG9C .styles__notification-button___8Llui:nth-child(2), .styles__notifications-container--tl___YZniK .styles__notification-buttons___2VG9C .styles__notification-button___8Llui:nth-child(2), .styles__notifications-container--bc___3xYrC .styles__notification-buttons___2VG9C .styles__notification-button___8Llui:nth-child(2), .styles__notifications-container--br___1XRPu .styles__notification-buttons___2VG9C .styles__notification-button___8Llui:nth-child(2), .styles__notifications-container--bl___1s2_3 .styles__notification-buttons___2VG9C .styles__notification-button___8Llui:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.styles__notifications-container--b___2wsyw .styles__notification--buttons-1___244CP .styles__notification-buttons___2VG9C, .styles__notifications-container--t___2ZW7K .styles__notification--buttons-1___244CP .styles__notification-buttons___2VG9C {
  width: 90px;
}

.styles__notifications-container--b___2wsyw .styles__notification--buttons-2___2Z0pd .styles__notification-meta___3R902, .styles__notifications-container--t___2ZW7K .styles__notification--buttons-2___2Z0pd .styles__notification-meta___3R902 {
  width: calc(100% - 90px * 2);
}

.styles__notifications-container--b___2wsyw .styles__notification--buttons-2___2Z0pd .styles__notification-buttons___2VG9C, .styles__notifications-container--t___2ZW7K .styles__notification--buttons-2___2Z0pd .styles__notification-buttons___2VG9C {
  width: calc(90px * 2);
}

.styles__notifications-container--b___2wsyw .styles__notification-buttons___2VG9C .styles__notification-button___8Llui, .styles__notifications-container--t___2ZW7K .styles__notification-buttons___2VG9C .styles__notification-button___8Llui {
  float: left;
  width: 90px;
  height: 100%;
}

.styles__notifications-container--t___2ZW7K {
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
}

.styles__notifications-container--t___2ZW7K .styles__notification-wrapper___1Vahh {
  position: relative;
  top: 0;
}

.styles__notifications-container--t___2ZW7K .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__top20px-enter___17wUS;
  animation-name: styles__top20px-enter___17wUS;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--t___2ZW7K .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__top20px-leave___3lCfx;
  animation-name: styles__top20px-leave___3lCfx;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--tc___1yt5m {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.styles__notifications-container--tc___1yt5m .styles__notification-wrapper___1Vahh {
  position: relative;
  top: 0;
}

.styles__notifications-container--tc___1yt5m .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__top20px-enter___17wUS;
  animation-name: styles__top20px-enter___17wUS;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--tc___1yt5m .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__top20px-leave___3lCfx;
  animation-name: styles__top20px-leave___3lCfx;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--tr___3_UQV {
  top: 20px;
  right: 20px;
}

.styles__notifications-container--tr___3_UQV .styles__notification-wrapper___1Vahh {
  position: relative;
  right: 0;
}

.styles__notifications-container--tr___3_UQV .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__right20px-enter___2QAF_;
  animation-name: styles__right20px-enter___2QAF_;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--tr___3_UQV .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__right20px-leave___1cuxA;
  animation-name: styles__right20px-leave___1cuxA;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--tl___YZniK {
  top: 20px;
  left: 20px;
}

.styles__notifications-container--tl___YZniK .styles__notification-wrapper___1Vahh {
  position: relative;
  left: 0;
}

.styles__notifications-container--tl___YZniK .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__left20px-enter___697MF;
  animation-name: styles__left20px-enter___697MF;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--tl___YZniK .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__left20px-leave___3Y80H;
  animation-name: styles__left20px-leave___3Y80H;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--b___2wsyw {
  width: calc(100% - 40px);
  bottom: 0;
  left: 20px;
}

.styles__notifications-container--b___2wsyw .styles__notification-wrapper___1Vahh {
  position: relative;
  bottom: 0;
}

.styles__notifications-container--b___2wsyw .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__bottom20px-enter___3mSXi;
  animation-name: styles__bottom20px-enter___3mSXi;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--b___2wsyw .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__bottom20px-leave___2JH-T;
  animation-name: styles__bottom20px-leave___2JH-T;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--bc___3xYrC {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.styles__notifications-container--bc___3xYrC .styles__notification-wrapper___1Vahh {
  position: relative;
  bottom: 0;
}

.styles__notifications-container--bc___3xYrC .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__bottom20px-enter___3mSXi;
  animation-name: styles__bottom20px-enter___3mSXi;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--bc___3xYrC .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__bottom20px-leave___2JH-T;
  animation-name: styles__bottom20px-leave___2JH-T;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--br___1XRPu {
  bottom: 0;
  right: 20px;
}

.styles__notifications-container--br___1XRPu .styles__notification-wrapper___1Vahh {
  position: relative;
  right: 0;
}

.styles__notifications-container--br___1XRPu .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__right20px-enter___2QAF_;
  animation-name: styles__right20px-enter___2QAF_;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--br___1XRPu .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__right20px-leave___1cuxA;
  animation-name: styles__right20px-leave___1cuxA;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.styles__notifications-container--bl___1s2_3 {
  bottom: 0;
  left: 20px;
}

.styles__notifications-container--bl___1s2_3 .styles__notification-wrapper___1Vahh {
  position: relative;
  left: 0;
}

.styles__notifications-container--bl___1s2_3 .styles__notification-wrapper-enter___3K7Ed {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__left20px-enter___697MF;
  animation-name: styles__left20px-enter___697MF;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.styles__notifications-container--bl___1s2_3 .styles__notification-wrapper-leave___2XsG1 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: styles__left20px-leave___3Y80H;
  animation-name: styles__left20px-leave___3Y80H;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

@media (max-width: 767px) {
  .styles__notifications-container--t___2ZW7K {
    width: 100%;
    top: 0;
    left: 0;
  }
  .styles__notifications-container--t___2ZW7K .styles__notification-wrapper___1Vahh {
    position: relative;
    top: 0;
  }
  .styles__notifications-container--t___2ZW7K .styles__notification-wrapper-enter___3K7Ed {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: styles__top0-enter___3zzKl;
    animation-name: styles__top0-enter___3zzKl;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
  }
  .styles__notifications-container--t___2ZW7K .styles__notification-wrapper-leave___2XsG1 {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: styles__top0-leave___3Dl5O;
    animation-name: styles__top0-leave___3Dl5O;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
  }
  .styles__notifications-container--t___2ZW7K .styles__notification-wrapper___1Vahh {
    margin: 0;
  }
}

.styles__notification___EYbgF {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 40px;
  border: none;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.styles__notification-wrapper___1Vahh {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.styles__notification-image-container___3YL3C {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px 0 10px 15px;
}

.styles__notification-image___l2-Me {
  display: inline-block;
  vertical-align: top;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.styles__notification-icon___2uhvW {
  display: inline-block;
  box-sizing: border-box;
  margin: 10px 0 10px 15px;
  font-size: 20px !important;
}

.styles__notification-meta___3R902 {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
}

.styles__notification-close-button-container___3RSRI {
  display: table-cell;
  padding: 10px 15px;
  box-sizing: border-box;
}

.styles__notification-close-button___3pHhu {
  font-size: 14px !important;
  color: #524c4c;
  cursor: pointer;
}

.styles__notification-close-button___3pHhu:before {
  content: "\F00D";
}

.styles__notification-close-button___3pHhu:hover {
  color: #6c6565;
}

.styles__notification-buttons___2VG9C {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  vertical-align: top;
}

.styles__notification-buttons___2VG9C .styles__notification-button___8Llui {
  min-height: 40px;
  box-sizing: border-box;
  padding: 0;
  background: none;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  outline: none;
  text-align: center;
  color: #524c4c;
  cursor: pointer;
}

.styles__notification-buttons___2VG9C .styles__notification-button-text___2GgTN {
  display: block;
  height: 25px;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.styles__notification-buttons___2VG9C .styles__notification-button___8Llui:hover {
  color: #349ef3;
}

.styles__notification-buttons___2VG9C .styles__notification-button___8Llui:active {
  color: #0e86e6;
}

.styles__notification-title___1xlDx {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.428571429;
}

.styles__notification-message___2-uXs {
  margin: 0;
}

.styles__notification--dismissible___8sRcb {
  cursor: pointer;
}

.styles__notification--default___kJGmC {
  background-color: #ffffff;
  border-left: 2px solid #ffffff;
  color: #524c4c;
}

.styles__notification--default___kJGmC .styles__notification-icon___2uhvW {
  display: none;
}

.styles__notification--success___1HobS {
  background-color: #ffffff;
  border-left: 2px solid #4dc657;
  color: #524c4c;
}

.styles__notification--success___1HobS .styles__notification-icon___2uhvW:before {
  content: "\F058";
  color: #4dc657;
}

.styles__notification--info___1KcQN {
  background-color: #ffffff;
  border-left: 2px solid #349ef3;
  color: #524c4c;
}

.styles__notification--info___1KcQN .styles__notification-icon___2uhvW:before {
  content: "\F05A";
  color: #349ef3;
}

.styles__notification--warning___27aBQ {
  background-color: #ffffff;
  border-left: 2px solid #f5aa0a;
  color: #524c4c;
}

.styles__notification--warning___27aBQ .styles__notification-icon___2uhvW:before {
  content: "\F071";
  color: #f5aa0a;
}

.styles__notification--error___22amQ {
  background-color: #ffffff;
  border-left: 2px solid #f5311d;
  color: #524c4c;
}

.styles__notification--error___22amQ .styles__notification-icon___2uhvW:before {
  content: "\F057";
  color: #f5311d;
}

.styles__notification--loading___3BH6G {
  background-color: #ffffff;
  border-left: 2px solid #349ef3;
  color: #524c4c;
}

.styles__notification--loading___3BH6G .styles__notification-icon___2uhvW {
  -webkit-animation: styles__rotating___1Y5S3 2s infinite linear;
  animation: styles__rotating___1Y5S3 2s infinite linear;
}

.styles__notification--loading___3BH6G .styles__notification-icon___2uhvW:before {
  content: "\F110";
  color: #349ef3;
}

/*# sourceMappingURL=main-9ccfaea3b2916f1b0c4e.css.map*/