.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #42a5f5;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #42a5f5;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #42a5f5;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #42a5f5;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #42a5f5;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #42a5f5;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #42a5f5;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72,72,72,0.2);
  border-right: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
          box-shadow: -1px 0 0 rgba(72,72,72,0.2);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #42a5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #42a5f5;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #42a5f5;
          box-shadow: -10px 0 0 #42a5f5;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
          box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
          box-shadow: -5px 0 0 #42a5f5, 5px 0 0 #42a5f5;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@charset "UTF-8";
/**
 * We must include our variables before bootstrap,
 * otherwise bootstrap overrides our values.
 */
/* Function adds a fallback for using pixels. This is required to support IE8 and below, where REMs aren't supported. */
/**
 * Application variables
 */
/**
 * Bootstrap variables (custom values only)
 */
/**
 * Include bootstrap functionality as needed.
 */
/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  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: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
}

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

a {
  color: #2BB5D3;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.3661417323, 144.657480315, 168.6338582677);
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #F7F7F7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 300;
  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: 400;
  line-height: 1;
  color: #D9D9D9;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 3.8rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.4rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

.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: #D9D9D9;
}

.text-primary {
  color: #0081C9;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 96.2686567164, 150);
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0081C9;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(0, 96.2686567164, 150);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #F7F7F7;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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-right: 5px;
  padding-left: 5px;
}

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.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;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #F7F7F7;
}
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.428571429;
  color: #D9D9D9;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #F7F7F7;
  border-left: 0;
}
.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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #707070;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #D9D9D9;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: 16px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.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 transparent;
}
.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 transparent;
}
.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 transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 171, 142, 0.24);
}

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

.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: rgb(232.25, 232.25, 232.25);
}

.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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: 14px;
  line-height: 1.428571429;
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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 {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #F7F7F7;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@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: 34px;
  }
  input[type=date].input-sm,
  .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-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .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-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .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-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .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-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.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.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-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  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: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  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: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  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: 34px;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 30px;
  height: 30px;
  line-height: 30px;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(63.75, 63.75, 63.75);
}

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-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 {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #FFF;
  border-color: transparent;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgb(211.65, 211.65, 211.65);
  border-color: rgba(0, 0, 0, 0);
}
.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: transparent;
}
.btn-default .badge {
  color: #FFF;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0081C9;
  border-color: transparent;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 96.2686567164, 150);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 96.2686567164, 150);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 96.2686567164, 150);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgb(0, 73.3567164179, 114.3);
  border-color: rgba(0, 0, 0, 0);
}
.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: #0081C9;
  border-color: transparent;
}
.btn-primary .badge {
  color: #0081C9;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.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: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.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: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.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: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.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: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.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: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.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: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.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: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.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: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #2BB5D3;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.3661417323, 144.657480315, 168.6338582677);
  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: #D9D9D9;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap {
  /**
   * Search field in the Select2 dropdown.
   */
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
}
.select2-container--bootstrap {
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field {
  /* Firefox 18- */
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field {
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap {
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
}
.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #D9D9D9;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Hover state.
   */
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: rgb(99.25, 99.25, 99.25);
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #0081C9;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #D9D9D9;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap {
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap {
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #F7F7F7;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap {
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
}
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}
.select2-container--bootstrap {
  /**
   * Limit the dropdown height.
   */
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap {
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap {
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #000;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Minus 2px borders.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap {
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 14px;
  height: 49px;
  line-height: 1.3333333;
  padding: 14px 39px 14px 24px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -14px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 49px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 13px 0 0 12px;
  padding: 0 14px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 24px;
  font-size: 14px;
  height: 47px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 14px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap {
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right; /* 1 */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.has-warning.select2-drop-active {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.has-error.select2-drop-active {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.has-success.select2-drop-active {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap {
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap {
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #000;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(99.25, 99.25, 99.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0081C9;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #D9D9D9;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #D9D9D9;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.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 {
  display: table;
  content: " ";
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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 {
  display: table;
  content: " ";
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #F7F7F7;
  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: 12px;
  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: 14px 24px;
  font-size: 14px;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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: #F7F7F7;
}
.nav > li.disabled > a {
  color: #D9D9D9;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #D9D9D9;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #F7F7F7;
  border-color: #2BB5D3;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #F7F7F7 #F7F7F7 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #CCC;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: #0081C9;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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-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-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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.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-right: 0;
    padding-left: 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;
  }
}
.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;
}

.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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@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;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  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: rgba(0, 0, 0, 0);
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
}
@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: rgba(0, 0, 0, 0);
  }
  .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-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: 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: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.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: rgb(8.5, 8.5, 8.5);
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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-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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #2BB5D3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.3661417323, 144.657480315, 168.6338582677);
  background-color: #F7F7F7;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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;
  cursor: default;
  background-color: #0081C9;
  border-color: #0081C9;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #D9D9D9;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right, img.popover.rightAlone {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left, img.popover.leftAlone {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow, img.popover.rightAlone > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after, img.popover.rightAlone > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow, img.popover.leftAlone > .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, img.popover.leftAlone > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.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;
  }
}
/**
 * Include Typography and other theme styles
 */
/* Mixins to provide preferred Bootstrap 4 style media queries. */
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../fonts/Open_Sans/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-300.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-300.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-300.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../../fonts/Open_Sans/open-sans-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-300italic.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-300italic.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-300italic.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-300italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../fonts/Open_Sans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-regular.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../fonts/Open_Sans/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-italic.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-italic.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-italic.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../fonts/Open_Sans/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-600.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-600.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-600.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../../fonts/Open_Sans/open-sans-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-600italic.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-600italic.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-600italic.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../fonts/Open_Sans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-700.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-700.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-700.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../fonts/Open_Sans/open-sans-v15-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-700italic.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-700italic.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-700italic.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-700italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-800.eot"); /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../../fonts/Open_Sans/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-800.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-800.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-800.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../../fonts/Open_Sans/open-sans-v15-latin-800italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../../fonts/Open_Sans/open-sans-v15-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Open_Sans/open-sans-v15-latin-800italic.woff2") format("woff2"), url("../../fonts/Open_Sans/open-sans-v15-latin-800italic.woff") format("woff"), url("../../fonts/Open_Sans/open-sans-v15-latin-800italic.ttf") format("truetype"), url("../../fonts/Open_Sans/open-sans-v15-latin-800italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
html {
  font-size: 62.5%;
  font-weight: 300;
}

body {
  font-size: 1.4rem;
}

p {
  line-height: 1.6764;
}

a {
  text-decoration: underline;
}

h1 {
  line-height: 1.2634;
  font-size: 20pt;
}

table thead td {
  font-weight: 400;
}
table tbody td {
  font-weight: 300;
}

.table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumbs {
  font-size: 2rem;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.leftAlone {
  padding: 0 1rem 1rem 0;
  display: block;
}

img.leftAlone + * {
  clear: both;
}

img.rightAlone {
  padding: 0 0 1rem 1rem;
  display: block;
}

img.left, img.leftAlone {
  float: left;
  padding: 0 1rem 1rem 0;
}

img.right, img.rightAlone {
  float: right;
  padding: 0 0 1rem 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 29pt;
  }
}
.text-align-left {
  text-align: left;
}

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

.field.userformsoptionset legend {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  border-bottom: none;
}

.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  vertical-align: middle;
}
.icon--lg {
  width: 40px;
  height: 40px;
  background-size: auto;
}
.icon--account-manager {
  background-image: url("../../icons/account-manager.svg");
  background-size: 25px auto;
}
.icon--trash {
  background-image: url("../../icons/icon--trash.svg");
}
.icon--trash-white {
  background-image: url("../../icons/icon--trash-white.svg");
}
.icon--topics {
  background-image: url("../../icons/format-list-bulleted.svg");
}
.icon--topics-white {
  background-image: url("../../icons/format-list-bulleted-white.svg");
}
.icon--menu-grid-white {
  background-image: url("../../icons/menu-grid-white.svg");
}
.icon--menu-grid {
  background-image: url("../../icons/menu-grid.svg");
}
.icon--menu-grid {
  background-image: url("../../icons/menu-grid.svg");
}
.icon--new {
  background-image: url("../../icons/new.svg");
  background-size: auto;
  background-color: #FFF;
  border-radius: 18px;
}
.icon--download {
  background-image: url("../../icons/download.svg");
  background-size: 25px auto;
}
.icon--logout {
  background-image: url("../../icons/power-settings.svg");
}
.icon--logout-white {
  background-image: url("../../icons/power-settings-white.svg");
}
.icon--notification {
  background-image: url("../../icons/alarm-bell.svg");
}
.icon--notification-cyan {
  background-image: url("../../icons/alarm-bell-cyan.svg");
  width: 30px;
  height: 40px;
  background-size: 30px auto;
}
.icon--magnifying-glass-browser {
  background-image: url("../../icons/magnifying-glass-browser.svg");
}
.icon--register {
  background-image: url("../../icons/clipboard.svg");
}
.icon--register-white {
  background-image: url("../../icons/clipboard.svg");
  filter: brightness(0) invert(1);
}
.icon--saq {
  background-image: url("../../icons/document-edit.svg");
}
.icon--ai-saq {
  background-image: url("../../icons/09_icon.svg");
  background-size: 50px auto;
  width: 50px;
  height: 50px;
}
.icon--ai-star {
  background-image: url("../../icons/star.png");
  background-size: 30px auto;
  width: 30px;
  height: 30px;
}
.icon--ai-sparkler {
  background-image: url("../../icons/sparkler.png");
  background-size: 30px auto;
  width: 30px;
  height: 30px;
}
.icon--search {
  background-image: url("../../icons/magnifying-glass-browser.svg");
}
.icon--training-brochures {
  background-image: url("../../icons/school.svg");
  background-size: 25px auto;
}
.icon--policy-service {
  background-image: url("../../icons/sim-card-alert.svg");
}
.icon--usergroup {
  background-image: url("../../icons/usergroup.svg");
}
.icon--alerts {
  background-image: url("../../icons/warning.svg");
  background-size: 25px auto;
}
.icon--arrow-up-solid {
  height: 10px;
  background-size: inherit;
  background-image: url("../../icons/arrow-up-solid.png");
}
.icon--arrow-down-solid {
  height: 10px;
  background-size: inherit;
  background-image: url("../../icons/arrow-down-solid.png");
}
.icon--arrow-both-solid {
  height: 10px;
  background-size: inherit;
  background-image: url("../../icons/arrow-both-solid.png");
}
.icon--profile {
  background-image: url("../../icons/messenger-user-avatar.svg");
}
.icon--profile-white {
  background-image: url("../../icons/messenger-user-avatar-white.svg");
}
.icon--contact {
  background-image: url("../../icons/telephone-call-receiver.svg");
}
.icon--contact-white {
  background-image: url("../../icons/telephone-call-receiver-white.svg");
}
.icon--about {
  background-image: url("../../icons/building-house.svg");
}
.icon--about-white {
  background-image: url("../../icons/building-house-white.svg");
}
.icon--tools {
  background-image: url("../../icons/pencil.svg");
}
.icon--tools-black {
  background-image: url("../../icons/pencil-black.svg");
}
.icon--tools-white {
  background-image: url("../../icons/pencil-white.svg");
}
.icon--document {
  background-image: url("../../icons/text-line-form.svg");
}
.icon--document-white {
  background-image: url("../../icons/text-line-form-white.svg");
}
.icon--update {
  background-image: url("../../icons/cloud-upload-arrow.svg");
  background-size: 30px auto;
}
.icon--nodocuploaded {
  background-image: url("../../icons/no-document.svg");
  background-size: 20px auto;
}
.icon--docuploaded {
  background-image: url("../../icons/documentuploaded.svg");
  background-size: 20px auto;
}
.icon--update-white {
  background-image: url("../../icons/cloud-upload-arrow-white.svg");
}
.icon--dashboard {
  background-image: url("../../icons/chrome-reader-mode.svg");
}
.icon--dashboard-white {
  background-image: url("../../icons/chrome-reader-mode-white.svg");
}
.icon--compliant {
  background-image: url("../../icons/compliant.svg");
  background-size: 25px auto;
}
.icon--compliant-white {
  background-image: url("../../icons/compliant-white.svg");
  background-size: 25px auto;
}
.icon--non-compliant {
  background-image: url("../../icons/non-compliant.svg");
  background-size: 25px auto;
}
.icon--non-compliant-white {
  background-image: url("../../icons/non-compliant-white.svg");
  background-size: 25px auto;
}
.icon--in-progress {
  background-image: url("../../icons/in_progress.svg");
  background-size: 25px auto;
}
.icon--not-applicable {
  background-image: url("../../icons/not-applicable.svg");
  background-size: 25px auto;
}
.icon--in-progress-white {
  background-image: url("../../icons/in-progress-white.svg");
  background-size: 25px auto;
}
.icon--document-list {
  background-image: url("../../icons/text-line-form.svg");
  background-size: 25px auto;
}
.icon--news {
  background-image: url("../../icons/folded-newspaper.svg");
}
.icon--news-white {
  background-image: url("../../icons/folded-newspaper-white.svg");
}
.icon--favourite-star {
  background-image: url("../../icons/favourite-star.svg");
}
.icon--topic-hidden {
  background-image: url("../../icons/topic-hidden.svg");
  background-size: 30px auto;
}
.icon--topic-visible {
  background-image: url("../../icons/topic-visible.svg");
  background-size: 30px auto;
}
.icon--exclamationmark {
  background-image: url("../../icons/updated-docs-borderless.svg");
  background-size: 25px auto;
}
.icon--cross {
  background-image: url("../../icons/cross.svg");
}
.icon--cross-cyan {
  background-image: url("../../icons/cross-cyan.svg");
}
.icon--cross-white {
  background-image: url("../../icons/cross.svg");
  filter: brightness(0) invert(1);
}
.icon--risk-cyan {
  background-image: url("../../icons/circle-risk-cyan.svg");
}
.icon--risk-info {
  background-image: url("../../icons/icon--risk-info.svg");
}
.icon--case-law {
  background-image: url("../../icons/gavel.svg");
}
.icon--case-law-updates {
  background-image: url("../../icons/gavel.svg");
}
.icon--favouritestar {
  background-image: url("../../icons/favourite-star.svg");
  background-size: 25px auto;
}
.icon--favouritestargrey {
  background-image: url("../../icons/favourite-star-grey.svg");
  background-size: 25px auto;
}
.icon--menu {
  background-image: url("../../icons/menu-line.svg");
  background-size: 30px auto;
}
.icon--to-do {
  background-image: url("../../icons/flag.svg");
}
.icon--add {
  background-image: url("../../icons/plus.svg");
}
.icon--add--white {
  background-image: url("../../icons/plus-white.svg");
}
.icon--draggable-row {
  background-image: url("../../icons/draggable-row.svg");
  background-size: contain;
  position: relative;
  right: 2rem;
}
.icon--dropdown-arrow {
  background-image: url("../../icons/dropdown-arrow.svg");
  width: 12px;
  height: 12px;
  background-size: contain !important;
}
.icon--awaiting-review {
  background-image: url("../../icons/question-mark.svg");
  background-size: 25px auto;
}
.icon--awaiting-review-white {
  background-image: url("../../icons/question-mark-white.svg");
  background-size: 25px auto;
}
.icon--question-mark-blue {
  background-image: url("../../icons/question-mark-blue.svg");
  background-size: 20px auto;
}
.icon--internal-review {
  background-image: url("../../icons/circle-exclamation.svg");
  background-size: 25px auto;
}
.icon--internal-review-white {
  background-image: url("../../icons/circle-exclamation-white.svg");
  background-size: 25px auto;
}
.icon--report {
  background-image: url("../../icons/report.svg");
}
.icon--report-white {
  background-image: url("../../icons/report-white.svg");
}
.icon--bulk-update {
  background-image: url("../../icons/bulk-update.svg");
}
.icon--back-arrow {
  background-image: url("../../icons/back-arrow.svg");
}
.icon--refresh {
  background-image: url("../../icons/refresh.png");
}
.icon--chevron-left {
  background-image: url("../../icons/chevron-left-light.svg");
}
.icon--chevron-right {
  background-image: url("../../icons/chevron-right-light.svg");
}
.icon--kebab {
  background-image: url("../../icons/kebab.svg");
}
.icon--topic-html {
  background-image: url("../../icons/html-file-symbol.png");
  background-size: 30px auto;
  width: 29px;
  height: 29px;
}
.icon--topic-csv {
  background-image: url("../../icons/csv-file-format-extension.png");
  background-size: 30px auto;
}
.icon--topic-xsl {
  background-image: url("../../icons/xls-ribbon.png");
  background-size: 30px auto;
}
.icon--topic-docx {
  background-image: url("../../icons/docx.png");
  background-size: 30px auto;
}
.icon--premium {
  background-image: url("../../icons/crown.png");
  background-size: 28px auto;
}
.icon--history {
  background-image: url("../../icons/history.png");
  background-size: 28px auto;
}

.preview-row {
  opacity: 0.6; /* Make the row appear faded */
  background-color: #f5f5f5; /* Light gray background */
}
.preview-row span.note {
  color: rgba(232, 92, 90, 0.75);
  text-transform: lowercase;
  font-weight: bold;
}

.preview-row .icon {
  opacity: 0.6; /* Make the icon appear faded */
  filter: grayscale(100%) brightness(0.5);
}

h1 .icon,
h4 .icon {
  margin-right: 2rem;
}
h1 .icon--favouritestar.view-topic, h1 .iconfavouritestarggrey.view-topic,
h4 .icon--favouritestar.view-topic,
h4 .iconfavouritestarggrey.view-topic {
  margin-left: 2rem;
}

.status-links,
.status-links:hover,
.status-links:visited,
.status-links:active,
.status-links:focus {
  text-decoration: none;
  color: white;
  flex: 1 1 0 !important;
}

.width--50pc {
  width: 50%;
}

.hide {
  display: none;
}

.green-bg {
  background-color: #00AB8E;
}
.green-bg__light {
  background-color: rgba(0, 171, 142, 0.75);
}

.orange-bg {
  background-color: #FCA24B;
}
.orange-bg__light {
  background-color: rgba(252, 162, 75, 0.75);
}

.red-bg {
  background-color: #E85C5A;
}
.red-bg__light {
  background-color: rgba(232, 92, 90, 0.75);
}

.purple-bg {
  background-color: #A186BE;
}
.purple-bg__light {
  background-color: rgba(161, 134, 190, 0.75);
}

.haiku {
  font-style: italic;
  color: chocolate;
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .main-container {
    margin-left: 2%;
    margin-right: 2%;
  }
}

.navigation-container {
  width: 242px;
  float: left;
  position: absolute;
}

@media (min-width: 1200px) {
  .content-container {
    margin-left: 242px;
  }
}

.page-container .container-fluid {
  padding-left: 22px;
  padding-right: 22px;
}

.sidebar-container {
  padding: 2rem 2rem 4rem 2rem;
}
@media (max-width: 991px) {
  .sidebar-container {
    margin-top: 4rem;
  }
}
.sidebar-container-link {
  margin: 2rem 0;
}
.sidebar-container a {
  color: #FFF;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row > [class*=col-] {
  display: flex;
}
.flex-row > [class*=col-] > .page__panel {
  width: 100%;
}

table.assign-topic-table {
  width: 100%;
}

table.assign-topic-table td {
  vertical-align: baseline;
  padding: 5px;
}

table.assign-topic-table th {
  padding: 5px;
  text-align: left;
}

.premium-preview {
  filter: grayscale(1);
  opacity: 0.5;
}
.premium-preview > a, .premium-preview button {
  cursor: help;
}

.btn-primary {
  border: 2px solid #0081C9;
}
.btn-primary:hover {
  background-color: #2BB5D3;
  border: 2px solid #2BB5D3;
}
.btn-primary a {
  color: #FFF;
  text-decoration: none;
}

/** Secondary ***/
.btn-secondary {
  background-color: #FFF;
  border: 2px solid #0081C9;
  color: #0081C9;
}
.btn-secondary:hover {
  background-color: #2BB5D3;
  color: #FFF;
  border: 2px solid #2BB5D3;
}

.btn-group {
  margin: 0 0 2.5rem 2.5rem;
}
@media (max-width: 767px) {
  .btn-group {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .btn-group .dropdown-toggle {
    width: 100%;
  }
}

.btn-filter {
  background-color: #FFF;
  color: #000;
  border: 1px solid #CCC;
  padding: 14px 24px;
}
.btn-filter:hover, .btn-filter:active, .btn-filter:focus {
  color: #0081C9;
  border: 1px solid #0081C9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 181, 211, 0.2);
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn .caret {
  margin-left: 3.5rem;
}

.dropdown-menu {
  padding: 0;
  border: 1px solid #0081C9;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  left: 0;
}
@media (max-width: 767px) {
  .dropdown-menu {
    width: 100%;
  }
}

.dropdown-menu > li > a {
  text-decoration: none;
  font-weight: 300;
  padding: 10px 12px;
  overflow-x: hidden;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #000;
  background-color: rgba(0, 171, 142, 0.15);
}

.btn--arrow {
  padding-right: 40px;
}
.btn--arrow::after {
  background-image: url("../../icons/arrow-right-white.svg");
  background-size: 8px auto;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  margin-left: 10px;
}

.update-topic {
  padding-top: 30px;
}
.update-topic .update-topic-item {
  margin-bottom: 1rem;
}
.update-topic .update-topic-item .form-control {
  background-color: #F7F7F7;
}
.update-topic .update-topic-label {
  display: inline-block;
  margin: 0 1rem 2.5rem 0;
  font-weight: 600;
}
.update-topic {
  /*.icon--compliant,
  .icon--in-progress,
  .icon--non-compliant,
  .icon--new {
    margin-right: 14px;
  }
  */
}
.update-topic .icon--profile {
  background-size: 15px auto;
}
.update-topic .icon--tools-black {
  background-size: 15px auto;
  margin-left: 10px;
  margin-right: -10px;
}
.update-topic .btn-group {
  margin: 0;
}
.update-topic .high-risk {
  color: #E85C5A;
}

.btn-text {
  background: none;
}
.btn-text:hover, .btn-text:active, .btn-text:focus {
  color: #0081C9;
  box-shadow: none;
}

.card__news .button-more a {
  color: #E85C5A;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}

.btn--advanced-search {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .btn--advanced-search {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn--advanced-search:active, .btn--advanced-search.active, .btn--advanced-search:hover {
  color: #2BB5D3;
  box-shadow: none;
}
.btn--advanced-search.btn-default:hover {
  background-color: transparent;
  text-decoration: underline;
}
.btn--advanced-search.btn-default:focus {
  background-color: transparent;
}

.btn--clear-filter {
  padding: 0 0 0 30px;
  background-color: #FFF;
  position: relative;
}
.btn--clear-filter .icon--cross-cyan {
  background-size: 18px auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}

.btn-group--search-filters {
  margin-left: 0;
}
.btn-group--search-filters .btn-filter {
  padding: 14px 15px;
  min-width: 145px;
  text-align: left;
}
.btn-group--search-filters .btn-filter .caret {
  position: absolute;
  right: 15px;
  top: 22px;
}
.btn-group--search-filters .btn-text {
  background: none;
}
.btn-group--search-filters .btn-text:hover, .btn-group--search-filters .btn-text:active, .btn-group--search-filters .btn-text:focus {
  color: #0081C9;
  box-shadow: none;
}

a.btn {
  text-decoration: none;
}

.btn-primary__inverse {
  background-color: #FFF;
  color: #000;
  margin-top: 2rem;
}
.btn-primary__inverse:hover {
  color: #707070;
}
.btn-primary__inverse a {
  color: #0081C9;
  text-decoration: none;
}
.btn-primary__inverse a:hover {
  color: #2BB5D3;
}

.btn-upload {
  padding: 25px 0;
}

.logout-button {
  margin-top: 30px;
}

.input-spinner {
  margin-right: 1.5rem;
  display: none;
}

.product-button {
  padding-top: 2rem;
}

@media (max-width: 767px) {
  .pagination-rows {
    margin-top: 15px;
  }
}

.topic-assignment .jsassigneduserajax {
  color: #000;
}
.topic-assignment .jsassigneduserajax:hover {
  color: #2BB5D3;
}
.topic-assignment .btn-assigned {
  color: #FFF;
  background-color: #00AB8E;
  border-color: transparent;
}
.topic-assignment .btn-assigned:hover {
  color: #FFF;
  background-color: rgba(0, 171, 142, 0.85);
}

#Form_getUploadForm_File {
  height: 6rem;
}

.page-container {
  background: #F7F7F7;
  border-top: 0.5px solid #D9D9D9;
  border-right: 0.5px solid #D9D9D9;
  border-bottom: 0.5px solid #D9D9D9;
}
@media (min-width: 992px) {
  .page-container {
    min-height: 643px;
  }
}

.page__title {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 23px 0;
  display: flex;
  align-items: center;
}
.page__title > span:not(:first-child) {
  flex-grow: 2;
}
.page__title > span:not(:first-child).nogrow {
  flex-grow: inherit;
  flex-grow: unset;
}
.page__title__logo {
  margin-right: 20px;
  max-height: 120px;
  max-width: 200px;
  width: auto;
  height: auto;
}
.page__title .icon {
  margin-right: 2rem;
}
.page__title h1 {
  margin: 0;
}

.account-title {
  font-size: 2rem;
}

.contact-details-container .account-logo {
  margin: 0 0 25px;
}
.contact-details-container .account-logo img {
  max-width: 200px;
  width: 100%;
}

.page__panel {
  border-top: 4px solid #2BB5D3;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem 3rem 2rem;
  margin: 0 0 3.5rem;
}
@media (min-width: 768px) {
  .page__panel {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.page__panel__title {
  font-size: 2rem;
  margin-top: 2.2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page__panel__title {
    margin-top: 4.8rem;
  }
}
.page__panel__title .sub-heading {
  font-size: 1.4rem;
  color: #707070;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .page__panel__title .sub-heading {
    display: block;
    margin-left: 45px;
  }
}
.page__panel__alert {
  font-size: 2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  font-weight: 800;
}
.page__panel__content {
  margin-top: 3.6rem;
}
@media (min-width: 768px) {
  .page__panel__content {
    margin-top: 4.2rem;
  }
}
.page__panel__content--full-width {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.page__panel__content--full-width td:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.my-topics .page__panel__title {
  display: inline-block;
}

.dashboard-card {
  min-height: 350px;
}

@media (max-width: 991px) {
  .topic-title {
    margin-left: 2rem;
  }
}
.topic__legislations {
  list-style-type: none;
  padding-left: 0;
  font-weight: normal;
}
.topic__legislations li {
  margin-bottom: 2rem;
}
.topic__location {
  font-weight: normal;
  margin-bottom: 2rem;
}
.topic__documents {
  overflow-x: auto;
  background-color: #FFF;
  padding: 1.5rem 0 5rem;
  border-top: 4px solid #2BB5D3;
  box-shadow: 0 4px 4px 2px rgba(112, 112, 112, 0.1);
}
.topic__documents table {
  border-bottom: 1px solid #CCC;
}
.topic__documents td {
  vertical-align: middle;
}
.topic__descriptiontitle {
  font-weight: normal;
}
.topic__description {
  margin-bottom: 2rem;
}
.topic__documents-title {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 2rem;
}

.hidden-topics tbody tr,
.hidden-topics .card {
  background-color: #D9D9D9;
  border-bottom: 2px solid #FFF;
}

.assignment-list-table {
  margin-top: 5rem;
}

.assignment-list {
  padding: 0;
  margin-bottom: 1.25rem;
}

.pagination-container {
  text-align: center;
}
.pagination-container .previous {
  margin-right: 15px;
}
.pagination-container .next {
  margin-left: 15px;
}
.pagination-container .previous,
.pagination-container .next {
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
}
.pagination-container .previous:active,
.pagination-container .next:active {
  background-color: #2BB5D3;
}
.pagination-container .chevron {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 10px;
  display: inline-block;
}
.pagination-container .previous .chevron {
  background-image: url("../../icons/chevron-left-light.svg");
  margin-right: 10px;
}
.pagination-container .next .chevron {
  background-image: url("../../icons/chevron-right-light.svg");
  margin-left: 10px;
}

.pagination__pages {
  margin: 0 2rem;
}
.pagination .currentpage {
  border: 0;
  border-bottom: 1px solid #2BB5D3;
  width: 40px;
  text-align: center;
}
.pagination__dropdown {
  display: inline;
  width: unset;
  border: 0;
  border-bottom: 1px solid #2BB5D3;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.pagination__dropdown .form-control:hover {
  box-shadow: none;
}

a.pagination__sortable {
  text-decoration: none;
  color: black;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.card {
  padding: 2rem 1.6rem;
}
.card .row {
  margin-bottom: 2rem;
}
.card--even {
  background-color: rgba(0, 171, 142, 0.24);
}
.card__title, .card__subtitle {
  font-weight: 400;
}
.card__scrollbar {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
.card__scrollbar::-webkit-scrollbar {
  background-color: #FFF;
  width: 16px;
}
.card__scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 16px;
  border: 6px solid #FFF;
}
.card__scrollbar::-webkit-scrollbar-button {
  display: none;
}
.card__to-do-list label {
  font-weight: 300;
}
.card__to-do-list .list-item {
  margin: 5px -10px;
  padding: 15px 15px;
}
.card__to-do-list .checked {
  color: #707070;
  background-image: linear-gradient(to right, rgba(43, 181, 211, 0.15), rgba(0, 129, 201, 0.25));
}
.card__to-do-list .checkmark {
  border: 2px solid #CCC;
  border-radius: 0;
}
.card__to-do-list .checkbox-container:hover input ~ .checkmark {
  background-color: #F7F7F7;
  border: 2px solid #2BB5D3;
}
.card__to-do-list .checkbox-container input:checked ~ .checkmark {
  background-color: #2BB5D3;
  border: 2px solid #2BB5D3;
}
.card__to-do-list .checkbox-container .checkmark:after {
  left: 4px;
  top: -1px;
}
.card__to-do-list .add-container {
  display: block;
  position: relative;
  padding: 0 15px 0 35px;
  margin: 3rem 0 2rem 0;
}
.card__to-do-list .add-task {
  border: 0;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.card__to-do-list .add-task:hover, .card__to-do-list .add-task:active, .card__to-do-list .add-task:focus {
  box-shadow: none;
}
.card__to-do-list .icon--add {
  position: absolute;
  top: 0;
  left: 0;
}
.card__favourite-topics .card {
  padding: 0;
}
.card__favourite-topics .card__border {
  border-bottom: 1px solid #CCC;
  margin-bottom: 2rem;
}
.card__case-law-update .card {
  padding: 0;
}
.card__case-law-update .card__border {
  border-bottom: 1px solid #CCC;
  margin-bottom: 2rem;
}
.card__news .card {
  padding: 0;
  border-bottom: 1px solid #CCC;
  margin: 1rem 1rem 1rem 0;
}
.card__favourite-topics .page__panel__title {
  margin-bottom: 3rem;
}
.card__favourite-topics a {
  text-decoration: none;
  color: white;
}
.card__favourite-topics .favourite-topic-item:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 93%;
  padding: 8rem 0 0 0;
  border-bottom: 1px solid #CCC;
}

@media (min-width: 1000px) {
  .card__favourite-topics .favourite-topic-item:after {
    width: 94%;
  }
}
@media (min-width: 1400px) {
  .card__favourite-topics .favourite-topic-item:after {
    width: 95%;
  }
}
@media (min-width: 1600px) {
  .card__favourite-topics .favourite-topic-item:after {
    width: 96%;
  }
}
@media (min-width: 2000px) {
  .card__favourite-topics .favourite-topic-item:after {
    width: 97%;
  }
}
.topic__listing .page__panel {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.topic__listing .page__panel .page__panel__content .topic-title {
  padding: 0 1rem;
}
.topic__listing .page__panel .page__panel__content .card {
  padding: 2rem 1rem;
}
.topic__listing .page__panel .page__panel__content .card--even {
  padding: 2rem 2.6rem;
  margin: -16px;
}

.contact-page .sidebar-container p {
  margin-bottom: 0;
}

.tbl-accordion-body .collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.table tbody tr.accordion td {
  vertical-align: middle;
  cursor: pointer;
}

.tbl-accordion-body .collapsible.active {
  margin: 20px 16px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: visible;
}

table > tbody > tr.tbl-accordion-body td {
  padding: 0;
}

table > tbody > tr.tbl-accordion-body td {
  padding: 0;
}

table > tbody > tr.tbl-accordion-body table td {
  padding: 18px;
}

.accordion .arrow {
  border: solid #666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}
.accordion .right, .accordion img.rightAlone {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.accordion .left, .accordion img.leftAlone {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.accordion .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.accordion .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.breadcrumbs {
  list-style-type: none;
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.15);
  border-bottom: 0.5px solid #D9D9D9;
  padding: 2rem;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item a {
  text-decoration: none;
}

.header {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .header {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 20px;
  }
}
.header__utils {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .header__utils {
    padding-right: 10px;
    padding-top: 0;
  }
}
.header__utils form {
  display: inline;
}
.header__utils select.dropdown.selectheader {
  height: 28px;
  padding: 0 0 0 12px;
}
.header__utils .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}
.header__logo {
  width: 120px;
}
@media (min-width: 1200px) {
  .header__logo {
    margin: 0 0 14px 0;
  }
}
.header__search {
  margin-right: 46px;
  display: inline-block;
  width: 200px;
}
.header__search input[type=submit] {
  border-color: transparent;
  color: transparent;
}
.header__search .icon--search {
  vertical-align: bottom;
}
.header__search input[type=text] {
  border: 0;
  border-bottom: 1px solid #CCC;
  height: 28px;
  width: 200px;
}
.header a.header__notifications-link {
  text-decoration: none;
}
.header a.header__notifications-link:hover {
  text-decoration: none;
}
.header__notifications {
  vertical-align: middle;
}
.header__notifications-counter {
  background: #E85C5A;
  color: #FFF;
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  position: relative;
  top: -14px;
  left: 14px;
}
.header__impersonatinglogout {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .header__welcome {
    font-size: 1.2rem;
    color: #CCC;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .header__welcome {
    margin-left: 46px;
  }
}
.header__welcome {
  color: #000;
}
.header__logout {
  margin-left: 46px;
  vertical-align: bottom;
}

.toggler--closed {
  background: #2BB5D3;
  height: 3px;
  width: 30px;
  display: inline-block;
}
.toggler--closed:before, .toggler--closed:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #2BB5D3;
  position: absolute;
}
.toggler--closed:before {
  top: 4px;
}
.toggler--closed:after {
  top: 20px;
}

.navigation-container {
  border: 0.5px solid #D9D9D9;
  padding: 50px 15px;
}
.navigation-container .header__logo.center {
  margin-bottom: 40px;
}
.navigation-container .account-title {
  text-align: center;
}

.navigation {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 0.5px solid #D9D9D9;
}
.navigation ul.nav-pills > li > a {
  text-decoration: none;
  color: #000;
  display: flex;
}
.navigation ul.nav-pills > li > a > .icon {
  width: 28px;
}
.navigation ul.nav-pills > li > a > .nav-title {
  width: 80%;
  margin: 3px 0 0 15px;
}
.navigation ul.nav-pills > li > a:hover, .navigation ul.nav-pills > li > a:focus {
  background-color: #0081C9;
  color: #FFF;
}
.navigation ul.nav-pills > li > a:hover .icon--dashboard, .navigation ul.nav-pills > li > a:focus .icon--dashboard {
  background-image: url("../../icons/chrome-reader-mode-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--trash, .navigation ul.nav-pills > li > a:focus .icon--trash {
  background-image: url("../../icons/icon--trash.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--update, .navigation ul.nav-pills > li > a:focus .icon--update {
  background-image: url("../../icons/cloud-upload-arrow-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--menu-grid, .navigation ul.nav-pills > li > a:focus .icon--menu-grid {
  background-image: url("../../icons/menu-grid-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--topics, .navigation ul.nav-pills > li > a:focus .icon--topics {
  background-image: url("../../icons/format-list-bulleted-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--document, .navigation ul.nav-pills > li > a:focus .icon--document {
  background-image: url("../../icons/text-line-form-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--tools, .navigation ul.nav-pills > li > a:focus .icon--tools {
  background-image: url("../../icons/pencil-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--about, .navigation ul.nav-pills > li > a:focus .icon--about {
  background-image: url("../../icons/building-house-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--contact, .navigation ul.nav-pills > li > a:focus .icon--contact {
  background-image: url("../../icons/telephone-call-receiver-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--profile, .navigation ul.nav-pills > li > a:focus .icon--profile {
  background-image: url("../../icons/messenger-user-avatar-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--logout, .navigation ul.nav-pills > li > a:focus .icon--logout {
  background-image: url("../../icons/power-settings-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--news, .navigation ul.nav-pills > li > a:focus .icon--news {
  background-image: url("../../icons/folded-newspaper-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--report, .navigation ul.nav-pills > li > a:focus .icon--report {
  background-image: url("../../icons/report-white.svg");
}
.navigation ul.nav-pills > li > a:hover .icon--bulk-update, .navigation ul.nav-pills > li > a:focus .icon--bulk-update {
  background-image: url("../../icons/bulk-update-white.svg");
}
.navigation ul.nav-pills > li.current > a, .navigation ul.nav-pills > li.current > a:hover, .navigation ul.nav-pills > li.current > a:focus {
  background-color: #0081C9;
  color: #FFF;
  font-weight: 400;
}
.navigation ul.nav-pills > li.current > a .icon--dashboard, .navigation ul.nav-pills > li.current > a:hover .icon--dashboard, .navigation ul.nav-pills > li.current > a:focus .icon--dashboard {
  background-image: url("../../icons/chrome-reader-mode-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--trash, .navigation ul.nav-pills > li.current > a:hover .icon--trash, .navigation ul.nav-pills > li.current > a:focus .icon--trash {
  background-image: url("../../icons/icon--trash.svg");
}
.navigation ul.nav-pills > li.current > a .icon--update, .navigation ul.nav-pills > li.current > a:hover .icon--update, .navigation ul.nav-pills > li.current > a:focus .icon--update {
  background-image: url("../../icons/cloud-upload-arrow-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--menu-grid, .navigation ul.nav-pills > li.current > a:hover .icon--menu-grid, .navigation ul.nav-pills > li.current > a:focus .icon--menu-grid {
  background-image: url("../../icons/menu-grid-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--topics, .navigation ul.nav-pills > li.current > a:hover .icon--topics, .navigation ul.nav-pills > li.current > a:focus .icon--topics {
  background-image: url("../../icons/format-list-bulleted-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--document, .navigation ul.nav-pills > li.current > a:hover .icon--document, .navigation ul.nav-pills > li.current > a:focus .icon--document {
  background-image: url("../../icons/text-line-form-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--tools, .navigation ul.nav-pills > li.current > a:hover .icon--tools, .navigation ul.nav-pills > li.current > a:focus .icon--tools {
  background-image: url("../../icons/pencil-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--about, .navigation ul.nav-pills > li.current > a:hover .icon--about, .navigation ul.nav-pills > li.current > a:focus .icon--about {
  background-image: url("../../icons/building-house-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--contact, .navigation ul.nav-pills > li.current > a:hover .icon--contact, .navigation ul.nav-pills > li.current > a:focus .icon--contact {
  background-image: url("../../icons/telephone-call-receiver-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--profile, .navigation ul.nav-pills > li.current > a:hover .icon--profile, .navigation ul.nav-pills > li.current > a:focus .icon--profile {
  background-image: url("../../icons/messenger-user-avatar-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--logout, .navigation ul.nav-pills > li.current > a:hover .icon--logout, .navigation ul.nav-pills > li.current > a:focus .icon--logout {
  background-image: url("../../icons/power-settings-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--news, .navigation ul.nav-pills > li.current > a:hover .icon--news, .navigation ul.nav-pills > li.current > a:focus .icon--news {
  background-image: url("../../icons/folded-newspaper-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--report, .navigation ul.nav-pills > li.current > a:hover .icon--report, .navigation ul.nav-pills > li.current > a:focus .icon--report {
  background-image: url("../../icons/report-white.svg");
}
.navigation ul.nav-pills > li.current > a .icon--bulk-update, .navigation ul.nav-pills > li.current > a:hover .icon--bulk-update, .navigation ul.nav-pills > li.current > a:focus .icon--bulk-update {
  background-image: url("../../icons/bulk-update-white.svg");
}

.sidebar-dropdown-menu:hover .icon--dropdown-arrow {
  background-image: url("../../icons/dropdown-arrow-white.svg") !important;
}

li.even.current {
  background-color: #0081C9;
  color: #FFF;
  font-weight: 400;
  border-radius: 0.4rem;
}
li.even.current span.nav-title {
  color: white;
}
li.even.current .dropdown-menu span.nav-title.desktop {
  color: black !important;
}

.sidebar-dropdown-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 10px 15px 0px;
  border-radius: 4px;
  flex-wrap: wrap;
  padding: 0 !important;
}
.sidebar-dropdown-menu .inner-child-navigation:hover {
  background: #0081C9;
}
.sidebar-dropdown-menu .inner-child-navigation:hover a {
  color: white;
}
.sidebar-dropdown-menu ul.dropdown-menu li.current {
  background: #0081C9;
  /* color: white !important; */
  border-radius: 0.5rem;
}
.sidebar-dropdown-menu ul.dropdown-menu li.current a {
  font-weight: 500;
  color: white !important;
}
.sidebar-dropdown-menu ul.dropdown-menu li.current:first-of-type {
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.sidebar-dropdown-menu .dropdown-title .arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-left: 5px;
}
.sidebar-dropdown-menu .dropdown-toggle {
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.sidebar-dropdown-menu .dropdown-toggle .arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.sidebar-dropdown-menu .dropdown-menu {
  display: none;
  /* position: absolute; */
  top: 100%;
  width: 100%;
  border-radius: 0;
  left: 0;
  border: none;
  border-top: 1.5px solid #7AAFCE;
  z-index: 9999;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #EFEFEF;
  box-shadow: none;
}
.sidebar-dropdown-menu :first-of-type {
  border-radius: 0 0 0.4rem 0.4rem;
}
.sidebar-dropdown-menu ul.dropdown-menu.current {
  background: #0281c9;
  border-radius: 0.4rem;
}
.sidebar-dropdown-menu ul.dropdown-menu.current li a {
  color: white !important;
  font-weight: 400;
}
.sidebar-dropdown-menu .dropdown-title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sidebar-dropdown-menu .dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.sidebar-dropdown-menu .dropdown-menu li:last-child {
  border-bottom: none;
}
.sidebar-dropdown-menu .open.dropdown-menu {
  display: block;
}
.sidebar-dropdown-menu a, .sidebar-dropdown-menu .nav .open > a:hover, .sidebar-dropdown-menu .nav .open > a:focus {
  background-color: transparent !important;
  border-color: #2BB5D3;
}

.main-subnav-title {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  border-radius: 0.4rem 0.4rem 0 0;
}
.main-subnav-title .nav-title {
  text-decoration: none;
  margin-left: 1.5rem;
}

a.dropdown-title {
  text-decoration: none;
  color: black;
}

.dropdown-title__logo {
  width: 28px;
}

.sidebar-dropdown-menu.open .dropdown-menu {
  display: block;
  position: relative;
}
.sidebar-dropdown-menu.open a.dropdown-title {
  text-decoration: none;
  color: black;
}
.sidebar-dropdown-menu.open .main-subnav-title {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  border-radius: 0.4rem 0.4rem 0 0;
}
.sidebar-dropdown-menu.open .main-subnav-title .nav-title {
  text-decoration: none;
  margin-left: 1.5rem;
}
.sidebar-dropdown-menu.open .main-subnav-title:hover {
  background: #0081C9 !important;
}
.sidebar-dropdown-menu.open .main-subnav-title:hover a {
  color: white;
}

.main-subnav-title:hover {
  background: #0081C9 !important;
}
.main-subnav-title:hover a {
  color: white;
}

.navigation ul.nav-pills > li > div:hover .icon--dropdown-arrow, .navigation ul.nav-pills > li > div:focus .icon--dropdown-arrow {
  background-image: url(../../icons/dropdown-arrow.svg) !important;
}

.navigation ul.nav-pills > li > div > a > .nav-title {
  width: 80%;
  margin: 3px 0 0 15px;
}

.navigation ul.nav-pills > li > div > a {
  text-decoration: none;
  color: #000;
  display: flex;
}

footer .footer-space {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
footer .footer-space img {
  width: 207px;
}
footer .copyright p {
  margin-bottom: 6rem;
}
footer .navbar {
  background-color: #FFF;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  color: #2BB5D3;
}

.quick {
  margin: 10px 0;
}

.form-control:hover, .form-control:active, .form-control:focus {
  border-color: #0081C9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 181, 211, 0.2);
}

.select-dropdown select.help {
  cursor: help;
}

.search .help-block {
  color: #707070;
  font-size: 1.2rem;
  margin: 10px 0;
}

label {
  font-weight: 300;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

[type=date]::-webkit-clear-button {
  display: none;
}

input[type=date]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=date],
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 {
  line-height: 1.3333333;
}

.deadline {
  padding: 14px 24px 14px 24px;
}

.deadline-clear-button {
  padding: 0.8rem 1rem;
  margin-left: 1rem;
}

.deadline-clear-button-preview {
  padding: 0.8rem 1rem;
  margin-left: 1rem;
}

select.dropdown {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 14px;
  max-width: 70em;
  line-height: 1.3333333;
  font-size: 14px;
  color: #000;
}
select.dropdown:hover, select.dropdown:active, select.dropdown:focus {
  border-color: #0081C9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 181, 211, 0.2);
}

.select-dropdown select {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background: url("../../icons/arrow-down-solid.png") no-repeat;
  background-position: 97% 50%;
  line-height: 1.3333333;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-container.simple {
  display: inline-block;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #2BB5D3;
  border-radius: 6px;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #CCC;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2BB5D3;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container .checkmark::after {
  left: 5px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark::after {
  display: block;
}

.search label.checkbox-container {
  margin-bottom: 0;
}

.archive-checkbox {
  padding: 14px 0;
}

.choose-doc-form,
.choose-doc-field {
  position: relative;
}

.choose-doc-field span {
  cursor: pointer;
}

.choose-doc-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.choose-doc-field .file-path-wrapper {
  padding-left: 10px;
}

.choose-doc-field input.file-path {
  width: 100%;
  padding: 14px 0 14px 10px;
  margin: 14px 0 0px -10px;
}

.choose-doc-form input[type=text] {
  outline: 0;
  border: 1px solid #CCC;
  border-radius: 6px;
  box-sizing: content-box;
}

.submit > input {
  font-weight: normal;
  border: 1px solid transparent;
  color: #FFF;
  background-color: #0081C9;
  padding: 14px 38px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.submit > input:hover {
  background-color: #2BB5D3;
}

.text-right-sm-up {
  text-align: right;
}
@media (max-width: 767px) {
  .text-right-sm-up {
    text-align: left;
  }
}

.reassign-message {
  color: #E85C5A;
  font-weight: 400;
}
.reassign-message .icon.icon--new {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
}

.dropdown-edit-business-unit-button {
  position: relative;
}

.js-edit-business-unit-button {
  position: absolute;
  top: 6px;
  right: -35px;
}

.input-save-business-unit-button {
  position: relative;
}

.js-save-business-unit-button {
  position: absolute;
  top: 6px;
  right: -40px;
}

.download-report {
  margin-bottom: 2rem;
}
.download-report .form-group {
  margin: 1.75rem 0;
}
.download-report a {
  text-decoration: none;
}
.download-report .my-profile_label {
  margin-right: 2rem;
}
.download-report p.blurb {
  display: inline-block;
}
.download-report .btn-report {
  margin: 1rem 0;
}
.download-report .subordinate-report-heading,
.download-report .subordinate-report-item {
  display: none;
}
@media (min-width: 600px) {
  .download-report .subordinate-report-heading,
  .download-report .subordinate-report-item {
    display: table-cell;
  }
}
.download-report .past-documents-table {
  width: 50%;
  margin-bottom: 0;
}

label,
.contact_checkbox-question {
  font-weight: 400;
  font-size: 1.4rem;
}

.optionset legend {
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  border: none;
}
.optionset label {
  font-weight: 300;
  margin-bottom: 0;
}

.radio label, .checkbox label {
  padding-left: 30px;
  margin-bottom: 5px;
}

.help-text,
.right-title {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #757575;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  padding-left: 14px;
}
.help-text p,
.right-title p {
  line-height: normal;
}

span.required {
  color: #0081C9;
  font-weight: 600;
}

input.error {
  border-color: #E85C5A;
}
input.error:hover, input.error:active, input.error:focus {
  border-color: #E85C5A;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 92, 90, 0.2);
}

.error.message {
  color: #E85C5A;
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-top: 5px;
  text-align: left;
}

.message.validation, .error-container {
  color: #E85C5A;
  font-weight: 400;
  font-size: 13px;
}

/** Step Progress **/
.userform-progress {
  width: 100%;
  margin: 2rem 0 4rem 0;
  text-align: center;
}
@media (max-width: 575px) {
  .userform-progress {
    text-align: left;
  }
}
.userform-progress p {
  font-weight: 400;
}
.userform-progress p .current-step-number,
.userform-progress p .total-step-number {
  font-weight: bold;
}
.userform-progress .progress {
  background: #D9D9D9 !important;
  margin-bottom: 1rem;
}
.userform-progress .progress-bar {
  background: #0081C9 !important;
}
.userform-progress ul.step-buttons {
  padding: 0 !important;
  margin-left: -2rem;
}
@supports (display: flex) {
  .userform-progress ul.step-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .userform-progress ul.step-buttons {
    display: block;
    margin-left: 0;
  }
}
.userform-progress ul.step-buttons li {
  position: relative;
  margin-bottom: 0.5rem;
}
.userform-progress ul.step-buttons li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #CCC;
}
@media (max-width: 575px) {
  .userform-progress ul.step-buttons li + li:before {
    display: none;
  }
}
.userform-progress ul.step-buttons li + li.current:before,
.userform-progress ul.step-buttons li + li.viewed:before {
  background-color: #0081C9;
}
.userform-progress ul.step-buttons button {
  position: relative;
  z-index: 1;
}
.userform-progress .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}
.userform-progress .step-button-wrapper .step-button-jump {
  opacity: 1 !important;
  margin: auto !important;
  background: #FFF;
  color: #CCC;
  border: 3px solid #CCC;
  font-weight: 600;
  min-width: 45px;
}
.userform-progress .step-button-wrapper .step-button-jump::before {
  display: none;
}
.userform-progress .step-button-wrapper .step-button-jump:hover {
  background-color: #2BB5D3 !important;
  color: #FFF !important;
  border-color: #2BB5D3 !important;
}
@media (max-width: 575px) {
  .userform-progress .step-button-wrapper .step-button-jump {
    padding: 4px 8px;
    left: unset !important;
  }
}
.userform-progress .step-button-wrapper.viewed .step-button-jump {
  background: #0081C9;
  color: #FFF;
  border: 3px solid #0081C9;
}
.userform-progress .step-button-wrapper.current .step-button-jump {
  background: #FFF;
  color: #0081C9;
  border: 3px solid #0081C9;
}

.step-navigation .step-buttons {
  padding: 0 !important;
  margin: 0;
  text-align: center;
}
.step-navigation .step-button-wrapper.btn-toolbar.Actions input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  color: #fff;
  background-color: #0081C9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 14px 38px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  float: none;
  margin-right: 5px;
}
.step-navigation .step-button-wrapper.btn-toolbar.Actions input[type=submit]:hover {
  background-color: #2BB5D3;
}

.oauthloginform {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}

p.warning {
  background-color: #fff4e5;
  color: #663c00;
  border-left: 4px solid #ff9800;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 1.4rem;
  margin: 16px 0;
}

.or-wrapper {
  display: flex;
  align-items: center;
  margin: 4rem;
}
.or-wrapper hr {
  flex: 1;
  border: none;
  height: 1.3px;
  background-color: #0881C9;
}
.or-wrapper span {
  margin: 0 10px;
  color: #0881C9;
}

#Form_OktaDiscoveryForm_action_doOktaDiscovery {
  color: #FFF;
  background-color: #0081C9;
  border-color: #0081C9;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  width: 32%;
  border: none;
  margin-top: 10px;
}

.legend-container {
  margin-top: 1rem;
  text-align: left;
  color: #707070;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.legend-title {
  align-self: center;
  margin-right: 0;
  margin-bottom: 20px;
}

.legend-keys {
  display: flex;
  flex-wrap: nowrap;
}
.legend-keys > .key {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100px;
}
.legend-keys > .key > :not(:first-child) {
  margin-top: 10px;
}
.legend-keys > .key .released_date {
  margin-top: 0;
}
.legend-keys > .key > span {
  text-align: center;
}

@media (min-width: 576px) {
  .legend-container {
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
  .legend-title {
    margin-bottom: 0;
    margin-right: 40px;
  }
  .legend-keys {
    display: flex;
    flex-wrap: wrap;
  }
  .legend-keys > :not(:first-child) {
    margin-left: 30px;
  }
}
.quarter-wrapper {
  background-color: rgb(247, 247, 247);
  padding-bottom: 20px;
}

.quarter-container {
  text-align: center;
  color: #707070;
  font-size: 1.2rem;
  padding: 10px 0 0 0;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.quarter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-right: 1px solid #0081C9;
  padding: 0 2rem;
  background-color: #fff;
}

.quarter-title {
  font-size: 1.4rem;
  color: #0081C9;
  font-weight: bolder;
}

.quarter-detail {
  padding: 0 1rem;
}

.quarter-download,
.quarter-download:visited,
.quarter-download:focus,
.quarter-download:hover {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 767px) {
  .quarter-container {
    display: none;
  }
}
.simple-login-container input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}

input#CustomMemberLoginForm_LoginForm_action_doLogin {
  color: #FFF;
  background-color: #0081C9;
  border-color: #0081C9;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  width: 28%;
  border: none;
}

input#CustomMemberLoginForm_LoginForm_Email, input#MemberLoginForm_LoginForm_Email {
  background-image: url("../../icons/messenger-user-avatar.svg");
  background-position: 26px 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 100%;
  height: 56px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  background-color: #FFF;
  font-family: inherit;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 4% 0 0 0;
  padding-left: 20%;
}

.field.text.password .middleColumn {
  position: relative;
}
.field.text.password .middleColumn .eye {
  position: absolute;
  top: 35%;
  right: 4%;
  cursor: pointer;
  opacity: 0.3;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url("../../icons/eye.svg");
}
.field.text.password .middleColumn .eye.eye-slash {
  background-image: url("../../icons/eye-off.svg");
}

input#CustomMemberLoginForm_LoginForm_Password {
  background-image: url("../../icons/ic_lock_24px.svg");
  background-position: 24px 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 100%;
  height: 56px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  background-color: #FFF;
  font-family: inherit;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 4% 0%;
  padding-left: 20%;
}

input#LostPasswordForm_lostPasswordForm_Email {
  background-image: url("../../icons/messenger-user-avatar.svg");
  background-position: 26px 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 100%;
  height: 56px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  background-color: #FFF;
  font-family: inherit;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 4% 0% 4% 0%;
  padding-left: 20%;
}

input#LostPasswordForm_lostPasswordForm_action_forgotPassword {
  color: #FFF;
  background-color: #0081C9;
  border-color: #0081C9;
  padding: 14px 38px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  width: 100%;
}

input#ChangePasswordForm_ChangePasswordForm_action_doChangePassword {
  color: #FFF;
  background-color: #0081C9;
  border-color: #0081C9;
  padding: 14px 38px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  width: 100%;
}

input#ChangePasswordForm_ChangePasswordForm_action_doChangePassword:hover {
  background-color: #2BB5D3;
}

input#ChangePasswordForm_ChangePasswordForm_NewPassword1,
#ChangePasswordForm_ChangePasswordForm_NewPassword2,
#ChangePasswordForm_ChangePasswordForm_OldPassword {
  background-position: 24px 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 100%;
  height: 56px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  background-color: #FFF;
  font-family: inherit;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 4% 0%;
  padding-left: 10%;
}

div#CustomMemberLoginForm_LoginForm_Remember_Holder {
  text-align: center;
}
div#CustomMemberLoginForm_LoginForm_Remember_Holder .checkbox {
  margin-left: 80px;
}

#ForgotPassword a {
  color: #707070;
  font-weight: 300;
}

p#ForgotUsername {
  padding-top: 6%;
}

#ForgotUsername a {
  color: #707070;
  font-weight: 300;
}

.comp-message {
  text-align: center;
  padding-top: 20%;
}

.btn-toolbar {
  margin-left: 4px !important;
  text-align: center;
}

.simple-login-container {
  width: 360px;
  max-width: 100%;
  margin: 20% auto 30% auto;
}

.simple-login-container h2 {
  text-align: center;
  font-size: 20px;
}

.simple-login-container .btn-login {
  background-color: #FF5964;
  color: #FFF;
}
.simple-login-container .btn-login a {
  color: #FFF;
}

#CustomMemberLoginForm_LoginForm label.left {
  display: none;
}

#CustomLostPasswordForm_lostPasswordForm_Email_Holder label {
  display: none;
}

#rules {
  font-size: 0.9em;
  padding: 0 20px;
}

div.tags-holder {
  display: flex;
  flex-wrap: wrap;
}

.selected-tag {
  background-color: #2bb5d3;
  color: white;
  padding: 3px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 10px;
  margin: 3px;
}

.selected-tag > span {
  background-size: 10px auto;
  cursor: pointer;
}

.tabs {
  border: 1px solid #ccc;
  background-color: #fff;
  /* #1
  || Anything within <main> that extends beyond it's
  || border is hidden
  */
  overflow: hidden;
}

.tabs-headers {
  position: relative;
}

button.tab-header {
  display: inline-block;
  min-width: 120px;
  min-height: 25px;
  padding: 12px 16px;
  border: none;
  outline: none;
  font: inherit;
  font-size: 17px;
  background-color: inherit;
  cursor: pointer;
  transition: 0.3s;
  margin: 5px 2px;
}
button.tab-header:first-child {
  margin-left: 20px;
}
button.tab-header:disabled {
  cursor: not-allowed;
  color: #999;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

button.tab-header:hover {
  background-color: #ddd;
}

section.tab-content {
  /* #3
  || All immediate children tags (<article>) will be side-by-side (inline)
  */
  display: flex;
  /* #3
  || <section> will be as wide as the content
  */
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  /* #3
  || This determines the duration and pattern of animation
  */
  transition: 0.3s ease-in-out;
  clear: both;
}

section.tab-content article {
  /* #4
  || Each <article> will be full width, but only one of them
  || will rver be visible since <main> obscures the rest of them
  */
  min-width: 100%;
  padding: 6px 12px;
  border-top: none;
  display: none;
}
section.tab-content article:active {
  display: block;
}

.blue-bar {
  position: absolute;
  z-index: 10;
  bottom: 0;
  height: 3px;
  background: #458CFF;
  display: block;
  left: 20px;
  width: 120px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
}
.blue-bar.indent {
  left: 150px;
}

.tab-header-link {
  float: right;
  margin: 5px 12px 5px 0;
}

.notifications hr {
  border-color: #CCC;
}

.compliant_text {
  color: #00AB8E;
  font-weight: 400;
}

.partially-compliant_text {
  color: #FCA24B;
  font-weight: 400;
}

.non-compliant_text {
  color: #E85C5A;
  font-weight: 400;
}

.review-required_text {
  color: #A186BE;
  font-weight: 400;
}

.internal-review-required_text {
  color: #2bb5d3;
  font-weight: 400;
}

.high-risk {
  color: #E85C5A;
  font-weight: 400;
}

.delegated-text {
  color: #00AB8E;
  font-weight: 600;
}

#warning {
  color: #E85C5A;
  font-style: italic;
  font-weight: 800;
}

.red-risk-text {
  font-weight: bold;
  color: #FF5961;
}

.yellow-risk-text {
  font-weight: bold;
  color: #FFEA00;
}

.green-risk-text {
  font-weight: bold;
  color: #99D55D;
}

.blue-risk-text {
  font-weight: bold;
  color: #2BB5D3;
}

.orange-risk-text {
  font-weight: bold;
  color: #FD7E14;
}

.brightyellow-risk-text {
  font-weight: bold;
  color: #FFF933;
}

.yelloworange-risk-text {
  font-weight: bold;
  color: #FFCA33;
}

#Form_EmailUnsubscribeForm {
  margin-left: 4rem;
  margin-right: 4rem;
}

#Form_EmailUnsubscribeForm label.left {
  display: none;
}

input#Form_EmailUnsubscribeForm_Email {
  border: none;
  border-bottom: 1.5px solid #0881C9;
  border-radius: 0;
  box-shadow: none;
  background-image: url(../../icons/messenger-user-avatar.svg);
  background-position: 26px 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  color: #000;
  background-color: #FFF;
  font-family: inherit;
  font-weight: 400;
  margin: 4% 0;
  padding-left: 20%;
}

input#Form_EmailUnsubscribeForm_action_doEmailUnsubscribe {
  color: #FFF;
  background-color: #0081C9;
  border-color: #0081C9;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  border: none;
}

#Form_EmailUnsubscribeForm .message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.23rem;
}
#Form_EmailUnsubscribeForm .message.good {
  color: #004800;
  background-color: #cce8cc;
  border-color: #b8deb8;
}
#Form_EmailUnsubscribeForm .message.bad {
  color: #800000;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.field.text.password .eye {
  position: absolute;
  top: 30px;
  right: 24px;
  cursor: pointer;
  opacity: 0.3;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url("../../icons/eye.svg");
}
.field.text.password .eye.eye-slash {
  background-image: url("../../icons/eye-off.svg");
}

.validation.error {
  color: red;
}

.validation.ok {
  color: green;
}

.categories {
  margin-bottom: 2.5em;
}

.category {
  margin: 1rem 0;
  position: relative;
  background-color: #2BB5D3;
  min-width: 0;
  word-wrap: break-word;
  text-align: center;
  height: 13rem;
  width: 100%;
  display: table;
}
.category:hover {
  background-color: #0081C9;
}
.category > hr {
  margin-right: 0;
  margin-left: 0;
}
.category > .icon.icon--new {
  position: absolute;
  top: -7%;
  left: 92%;
}
@media (min-width: 768px) {
  .category > .icon.icon--new {
    left: 94%;
  }
}

a.category-body {
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
}

.dashboard-indicators {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 20px;
}
.dashboard-indicators > :not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .dashboard-indicators {
    flex-direction: row;
  }
  .dashboard-indicators > :not(:first-child) {
    margin-top: 0px;
    margin-left: 15px;
  }
}
.dashboard-indicators .indicator-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .dashboard-indicators .indicator-text {
    align-items: center;
  }
}
.dashboard-indicators .dashboard-indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .dashboard-indicators .dashboard-indicator {
    flex: 1 1 0;
  }
}
.dashboard-indicators .dashboard-indicator {
  background-color: #0081C9;
  border-radius: 4px;
  padding: 10px 20px 10px 15px;
}
.dashboard-indicators .dashboard-indicator.compliant_dash-bg {
  background-color: rgba(0, 171, 142, 0.75);
}
.dashboard-indicators .dashboard-indicator.partially-compliant_dash-bg {
  background-color: rgba(252, 162, 75, 0.75);
}
.dashboard-indicators .dashboard-indicator.non-compliant_dash-bg {
  background-color: rgba(232, 92, 90, 0.75);
}
.dashboard-indicators .dashboard-indicator.review-required_dash-bg {
  background-color: rgba(161, 134, 190, 0.75);
}
.dashboard-indicators .dashboard-indicator.internal-review-required_dash-bg {
  background-color: rgba(43, 181, 211, 0.75);
}
@media (min-width: 768px) {
  .dashboard-indicators .dashboard-indicator {
    border-radius: 10px;
  }
}
.dashboard-indicators .dashboard-indicator__title--lg {
  font-size: 34px;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 576px) {
  .dashboard-indicators .dashboard-indicator__title--lg {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .dashboard-indicators .dashboard-indicator__title--lg {
    font-size: 50px;
  }
}
.dashboard-indicators .dashboard-indicator__title {
  font-size: 18px;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 768px) {
  .dashboard-indicators .dashboard-indicator__title {
    font-size: 26px;
  }
}
.dashboard-indicators .dashboard-indicator__summary {
  font-size: 10px;
  color: #FFF;
  display: block;
}
@media (min-width: 576px) {
  .dashboard-indicators .dashboard-indicator__summary {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .dashboard-indicators .dashboard-indicator__summary {
    font-size: 14px;
  }
}
.dashboard-indicators .dashboard-indicator__icon {
  display: inline;
  border-radius: 50%;
  border: 4px solid #2BB5D3;
  background-color: white;
}
.dashboard-indicators .dashboard-indicator__icon .icon {
  width: 35px;
  height: 35px;
  background-size: 60%;
}
@media (min-width: 576px) {
  .dashboard-indicators .dashboard-indicator__icon .icon {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 768px) {
  .dashboard-indicators .dashboard-indicator__icon .icon {
    height: 105px;
    width: 105px;
  }
}

.premium .dashboard-indicator__icon {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.premium .dashboard-indicator__icon .icon {
  background-size: 90%;
}

.dashboard-updated-categories-container .btn {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .dashboard-updated-categories-container .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}

.case-law-update .card {
  padding: 0;
}
.case-law-update .card__header {
  border-bottom: 1px solid #CCC;
  margin-bottom: 2rem;
}
.case-law-update .card__scrollbar {
  max-height: 290px;
}

.client-contact_label,
.my-profile_label {
  font-weight: 400;
}

.article-author-date,
.caption {
  color: #2B2B2B;
}
.article-author-date--small,
.caption--small {
  color: #707070;
  font-size: 1rem;
}
.article-author-date .author,
.caption .author {
  font-weight: 400;
}

.news-article_title {
  font-weight: 400;
}

.card__news .button-more a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}

.news-wrap {
  margin-bottom: 4rem;
}

.news-image {
  width: 100%;
}

.news-article-wrap {
  margin: 0 4rem 4rem 0;
}

.news-article {
  margin-top: 3rem;
}

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

.main-menu {
  position: absolute;
  display: none;
  left: -200px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: visible;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
  transition: left 0.3s ease;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
  background: #FFF;
  width: 300px;
  z-index: 999;
  padding: 0 30px;
}
.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
.main-menu .menu-close .icon--cross-cyan {
  width: 20px;
  height: 20px;
}
.main-menu img.mobile__logo {
  max-width: 80px;
  margin: 30px 70px;
  display: block;
}
.main-menu img.mobile__logo--bottom {
  margin-bottom: 40px;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 0.5px solid #D9D9D9;
  margin-top: 20px;
}
.main-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.main-menu:target {
  display: block;
  left: 0;
  outline: none;
}
.main-menu:target .menu-close {
  z-index: 1001;
}
.main-menu:target ul {
  position: relative;
  z-index: 1000;
}
.main-menu:target + .backdrop {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  cursor: default;
}
.main-menu.navigation {
  margin-top: 0;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop {
    position: fixed;
  }
}
.lds-default {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 45%;
}

.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #2BB5D3;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.table td.clickable-row:not([href=downloadfile]),
.table .clickable-row td:not([href=downloadfile]) {
  cursor: pointer;
}

.table-striped.orange > tbody > tr:nth-of-type(odd) {
  background-color: rgba(252, 162, 75, 0.3019607843);
}

.table-striped-grouped > tbody > tr:nth-child(4n-2) {
  background-color: rgba(0, 171, 142, 0.24);
}

.table-striped-grouped > tbody > tr:nth-child(4n-1) {
  background-color: rgba(0, 171, 142, 0.24);
}

.table-upload {
  margin-right: 2rem;
}

table.table.obligations, table.table.obligations th, table.table.obligations td {
  border: 1px solid #CCC;
}

.unbreakable {
  white-space: nowrap;
}

div.clickable-row {
  cursor: pointer;
}

.forced-width {
  width: 330px;
}

.forced-width-2 {
  width: 155px;
}

.forced-width-3 {
  width: 100px;
}

.forced-width-4 {
  width: 1200px;
}

.red-risk {
  font-weight: bold;
  color: #FF5961;
}

.yellow-risk {
  font-weight: bold;
  color: #FFEA00;
}

.green-risk {
  font-weight: bold;
  color: #99D55D;
}

.blue-risk {
  font-weight: bold;
  color: #2BB5D3;
}

.black-risk {
  color: #000000;
}

.orange-risk {
  font-weight: bold;
  color: #FD7E14;
}

.brightyellow-risk {
  font-weight: bold;
  color: #FFF933;
}

.yelloworange-risk {
  font-weight: bold;
  color: #FFCA33;
}

#sortable tr {
  cursor: move;
}

.dragging {
  opacity: 0.5;
}

#sortable tr.over {
  background-color: #e0f7fa;
}

.draggable-padding {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.sticky-phantom {
  display: none;
  position: fixed;
  top: 0;
  z-index: 11;
  background-color: white;
}
.sticky-phantom.show {
  display: block;
}
.sticky-phantom.nav {
  z-index: 12;
  background: none;
  margin: 7px;
}

.search label.checkbox-container {
  margin-bottom: 0;
}
.search .help-block {
  color: #707070;
  font-size: 1.2rem;
  margin: 10px 0;
}

.search-bar {
  position: relative;
}
.search-bar:first-child {
  margin-bottom: 15px;
}
.search-bar + .icon.icon--magnifying-glass-browser {
  position: absolute;
  right: 25px;
  top: 10px;
  height: 28px;
  width: 28px;
}

.advanced-search__filters > * {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .advanced-search__filters .select2-container {
    margin-right: -15px;
  }
  .advanced-search__filters > div:last-child .select2-container {
    margin-right: 0;
  }
}
.advanced-search__filters h4 {
  font-size: 1.6rem;
  padding: 0 15px;
  margin-bottom: 0px;
}
.advanced-search__filters h4 .modal-trigger {
  margin: 0;
  padding: 0;
}
.advanced-search__actions {
  margin-top: 10px;
}
.advanced-search .search-or {
  text-align: left;
  margin: -10px 0 5px 5px;
}
.advanced-search .checkbox-container.simple {
  font-weight: 200;
}
.advanced-search .select2-container--default .select2-selection--single {
  border-radius: 6px;
  height: 49px;
}
.advanced-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 6px;
  font-size: 14px;
  height: 49px;
  line-height: 1.3333333;
  padding: 14px 39px 14px 24px;
}
.advanced-search .disclaimer {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 10px;
}
.advanced-search .terms-and-conditions {
  margin: 25px 0 0;
}
.advanced-search .terms-and-conditions a {
  padding: 0;
}
.advanced-search .results-header {
  margin: 10px 20px;
}
.advanced-search .getting-started {
  font-size: 1.5rem;
  margin: -30px 0 0;
}
.advanced-search .getting-started a {
  text-decoration: none;
}

.archive-checkbox {
  padding: 14px 0;
}

.checkbox-row {
  padding-left: 2rem;
}

.advanced-search .modal-trigger {
  display: inline-block;
  padding: 14px 0;
}

.hide {
  display: none;
}

.tbl-accordion-body span.icon--download {
  padding: 0 0 0 70px;
}

/*
.select2-container {
  margin-bottom: 10px;

  .select2-selection--single {
    border-radius: 6px;

    &.input-lg {
      padding: 14px 0;
    }

    .select2-selection__rendered {
      color: $black;
      font-weight: 400;
      padding-left: 14px;
      padding-right: 35px;
    }

    .select2-selection__arrow {
      right: 5px;

      b {
        border-color: $black transparent transparent transparent;
        border-width: 5px 5px 0 5px;
      }
    }
  }
}
*/
.select2 {
  width: 100% !important;
}

.cd-panel-container {
  display: flex;
}

.cd-panel-container > div {
  flex-grow: 1;
}

.cd-panel {
  visibility: hidden;
  max-width: 0;
  height: 0;
  flex-grow: 1;
  transition: opacity 0.5s ease, transform 0.5s ease, display 0.5s ease; /* Include display in the transition */
  transition-behavior: allow-discrete;
  padding: 0 30px 30px;
}

.cd-panel.cd-panel--is-visible {
  max-width: inherit;
  width: auto;
  height: auto;
  visibility: visible;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.cd-panel-open {
  max-width: 20px;
  transform: rotate(90deg);
  height: 20px;
  font-size: large;
  color: #000;
  margin: 25px 5px;
}

.notification_section {
  font-weight: 600;
}

.notification_date {
  color: #2B2B2B;
}

.notification_title {
  font-weight: 600;
  color: #E85C5A;
}

.article-author-date,
.caption {
  color: #2B2B2B;
}
.article-author-date--small,
.caption--small {
  color: #707070;
  font-size: 1rem;
}
.article-author-date .author,
.caption .author {
  font-weight: 400;
}

.news-article_title {
  font-weight: 400;
}

.card__news .button-more a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}

.news-wrap {
  margin-bottom: 4rem;
}

.news-image {
  width: 100%;
}

.news-article-wrap {
  margin: 0 4rem 4rem 0;
}

.news-article {
  margin-top: 3rem;
}

.contact-page .userformsgroup {
  border: none;
  padding: 8px 16px 8px 0;
  margin-bottom: 0;
}
.contact-page .input-lg, .contact-page .input-group-lg > .form-control,
.contact-page .input-group-lg > .input-group-addon,
.contact-page .input-group-lg > .input-group-btn > .btn {
  padding: 14px 21px;
}

.contact-page .checkbox-group {
  padding: 0 16px 8px 0;
}
@media (min-width: 1200px) {
  .contact-page .checkbox-group {
    padding: 6px 16px 0px 0;
  }
}

@media (min-width: 1531px) {
  .contact-page .checkbox-group {
    padding: 20px 16px 12px 0;
  }
}
.details_heading {
  margin-bottom: 6rem;
}

.details_label {
  font-weight: 600;
}

.details_logo {
  background-color: #FFF;
  margin: 6rem 0 0;
  padding: 1rem;
  width: 180px;
}

.contact_content {
  margin-bottom: 4rem;
}

.submit {
  margin-top: 20px;
}

.contact_checkbox {
  display: inline-block;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .contact_checkbox-field {
    display: inline-block;
    float: left;
  }
}

@media (min-width: 1200px) {
  .contact_checkbox-group {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .contact_checkbox-question {
    margin-right: 2rem;
  }
}

.checkboxset {
  padding-left: 0;
}

.contact-page .checkboxset {
  width: 100%;
}

@media (min-width: 1531px) {
  .contact-page .checkboxset {
    width: 50%;
  }
}
.modal-trigger {
  cursor: pointer;
}

.modal .btn-group {
  margin: 2rem 0 0 0;
}
.modal .btn-group .btn {
  text-align: left;
}
.modal .btn-group .btn .caret {
  margin-left: 14rem;
}
.modal .btn-group .dropdown-menu {
  min-width: 100%;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 400px;
  }
}

.modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }
}

.modal-header {
  border-bottom: 0;
  border-top: 4px solid #2BB5D3;
}
.modal-header .close {
  cursor: pointer;
}

.modal-body__scrollbar {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-body__scrollbar::-webkit-scrollbar {
  background-color: #FFF;
  width: 16px;
}
.modal-body__scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 16px;
  border: 6px solid #FFF;
}
.modal-body__scrollbar::-webkit-scrollbar-button {
  display: none;
}

.modal-body_paragraph {
  font-weight: 400;
}

.modal-body_heading {
  font-weight: 400;
  color: #2BB5D3;
}

.modal-footer {
  border: 0;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.15);
}

.modal-body.choose-doc {
  padding: 15px 15px 0 15px;
}

.modal-body.switch {
  padding: 15px 30px 15px 30px;
}

.header__utils .linked-members-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__utils .linked-members-form .btn-toolbar {
  margin-top: auto;
  float: right;
}

.modal-upload-doc .modal-footer {
  text-align: unset;
}

#commentModal .modal-body_heading,
#deleteCommentModal .modal-body_heading {
  text-align: left;
}
@media (max-width: 767px) {
  #commentModal .modal-footer,
  #deleteCommentModal .modal-footer {
    text-align: unset;
  }
}
#commentModal .card__scrollbar::-webkit-scrollbar,
#deleteCommentModal .card__scrollbar::-webkit-scrollbar {
  border-radius: 16px;
}

.user_topic-info {
  margin: 0 3rem 2rem 0;
  position: relative;
}
.user_topic-info .input-ajax-spinner {
  position: absolute;
  top: 42px;
  right: -38px;
}

.user-modal-dialog {
  width: 60%;
}
.user-modal-dialog .btn-group, .user-modal-dialog .btn-group-vertical {
  display: inherit;
}
@media (max-width: 767px) {
  .user-modal-dialog {
    width: 90%;
    top: 50%;
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .user-modal-dialog {
    width: 90%;
    top: 100%;
    margin: 0px;
  }
}

.form-control[readonly] {
  background-color: #FFF;
}

.more-info, .more-info:hover, .more-info:focus {
  text-decoration: underline;
  outline: none;
}

.url-modal {
  width: 800px !important;
}

@media (min-width: 768px) {
  #assignUserModal .modal-dialog {
    width: 800px;
  }
}
#assignUserModal .assigned-user-topic {
  margin: 1.5rem 0;
}
#assignUserModal .assigned-user-topic p {
  margin: 0;
}
#assignUserModal .assigned-user-topic .field.text, #assignUserModal .assigned-user-topic .field.checkbox, #assignUserModal .assigned-user-topic .field.dropdown {
  display: inline-block;
  width: 20%;
  padding: 4px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #assignUserModal .assigned-user-topic .field.text, #assignUserModal .assigned-user-topic .field.checkbox, #assignUserModal .assigned-user-topic .field.dropdown {
    width: 100%;
  }
}
#assignUserModal .assigned-user-topic .field.checkbox {
  width: 8%;
}
#assignUserModal .assigned-user-topic .field.dropdown {
  padding: 0;
}
#assignUserModal .field.checkbox .checkmark.disabled {
  border-color: grey;
  background-color: lightgray;
}
#assignUserModal .checkbox {
  margin: 0;
}
#assignUserModal label.right {
  display: none;
}
#assignUserModal .checkbox label {
  min-height: 10px;
  margin-bottom: 6px;
}
#assignUserModal .form-control {
  height: 30px;
  padding: 4px 12px;
  margin-top: 2rem;
}
#assignUserModal .help-block {
  color: #E85C5A;
  font-weight: 600;
  font-size: 10px;
}
@media (min-width: 768px) {
  #assignUserModal .action {
    float: right !important;
  }
}

.assigned-user-topic label.left {
  display: none;
}

.btn-assigned {
  color: #FFF;
  background-color: #00AB8E;
  border-color: transparent;
}

.btn-assigned:hover {
  color: #FFF;
  background-color: rgba(0, 171, 142, 0.85);
}

.user-modal-dialog .update-topic-label {
  padding-top: 1.5rem;
}

.update-topic-label.bolder {
  font-weight: 700;
  font-size: medium;
}

.risk-info-button {
  padding: 0.8rem 1rem;
  margin-left: 1rem;
}

.risk-info-modal {
  max-height: 80%;
  overflow: scroll;
}

.risk-info-title {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modal-body.text-align-left.risk-info-modal-content {
  display: flex;
  flex-direction: column;
}
.modal-body.text-align-left.risk-info-modal-content img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-body.text-align-left.risk-info-modal-content tbody > tr > td {
  padding: 20px;
  border: 1px solid #0081c8;
}
.modal-body.text-align-left.risk-info-modal-content table {
  max-width: 100%;
}

.modal-dialog.user-modal-dialog.risk-info-modal {
  max-width: 100%;
}

.modal-current-controls {
  max-width: 60rem !important;
  width: 100%;
}
.modal-current-controls .checkbox-container {
  display: flex;
  flex-wrap: wrap;
}

.modal-dialog.modal-lg {
  width: 800px;
  max-width: 800px;
}
@media (min-width: 768px) {
  .modal-dialog.modal-lg {
    width: 800px;
  }
}

.document-history-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 500px;
  overflow-y: auto;
}

.history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.history-item:last-child {
  border-bottom: none;
}
.history-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.history-item__title {
  font-size: 15px;
  color: #333;
}
.history-item__date {
  font-size: 13px;
  color: #666;
}

.nav {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.dropdown-menu {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.main-menu ul {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.questionnaire-page-buttons {
  margin-bottom: 3rem;
}
.questionnaire-page-buttons .share-form-link {
  display: inline-block;
  max-width: 70em;
  width: 75%;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .questionnaire-page-buttons .share-form-link {
    width: 100%;
  }
}

.questionnaire-form-container .userformsgroup {
  border: none;
  padding: 0;
}
.questionnaire-form-container .userformsgroup .right-title {
  padding-left: 0;
}
.questionnaire-form-container .userformsgroup.questionnaire-section-title > legend {
  padding: 0;
  border-bottom: 1px #D9D9D9 solid;
  width: 100%;
  color: #000;
  font-size: 2.6rem;
  margin-bottom: 5px;
  font-weight: 300;
}
.questionnaire-form-container .userformsgroup.questionnaire-section-title > legend + .help-text,
.questionnaire-form-container .userformsgroup.questionnaire-section-title > legend + .right-title {
  margin-top: 5px;
}
.questionnaire-form-container .form-group,
.questionnaire-form-container .field {
  margin-top: 20px;
  margin-bottom: 20px;
}
.questionnaire-form-container .form-group.checkbox,
.questionnaire-form-container .field.checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.questionnaire-form-container .form-group .help-text,
.questionnaire-form-container .form-group .right-title,
.questionnaire-form-container .field .help-text,
.questionnaire-form-container .field .right-title {
  margin-top: 5px;
}
.questionnaire-form-container .form-group .right-title,
.questionnaire-form-container .field .right-title {
  margin-right: 90px;
}
.questionnaire-form-container .form-control.input-lg, .questionnaire-form-container .input-group-lg > .form-control,
.questionnaire-form-container .input-group-lg > .input-group-btn > .form-control.btn {
  padding: 14px;
  max-width: 70em;
}
.questionnaire-form-container label {
  font-size: 1.6rem;
}
.questionnaire-form-container .optionset legend {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  border: none;
}
.questionnaire-form-container .optionset label {
  font-weight: 300;
  margin-bottom: 0;
}
.questionnaire-form-container .optionset .contact_checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.questionnaire-form-container .optionset .help-text,
.questionnaire-form-container .optionset .right-title {
  margin-top: 0;
  padding-left: 0;
}
.questionnaire-form-container .radio {
  display: inline-block;
}
.questionnaire-form-container .radio + label {
  font-size: 1.4rem;
}
.questionnaire-form-container .checkbox-field, .questionnaire-form-container .radio-field {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.questionnaire-form-container input[type=radio], .questionnaire-form-container input[type=checkbox] {
  margin: 3px 5px 0 0;
  line-height: normal;
}
.questionnaire-form-container .userform label.left,
.questionnaire-form-container label.checkbox-container {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.questionnaire-form-container .checkbox .right-title p {
  padding-left: 30px;
}
.questionnaire-form-container .userformsgroup > legend,
.questionnaire-form-container .userform label.jurisdiction-title {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.questionnaire-form-container .userformsgroup > legend + .help-text,
.questionnaire-form-container .userform label.jurisdiction-title + .help-text {
  margin-top: 0;
}
.questionnaire-form-container .field.js-complex-field-holder {
  margin-top: 10px;
  margin-bottom: 0;
  color: #707070;
  font-size: 13px;
  font-weight: 400;
}
.questionnaire-form-container .field.js-complex-field-holder .right-title {
  padding-left: 30px;
}
.questionnaire-form-container .field.js-complex-field-holder .form-group,
.questionnaire-form-container .field.js-complex-field-holder .field {
  margin-top: 0;
  margin-bottom: 0;
}
.questionnaire-form-container .field.js-complex-field-holder .form-group.checkbox,
.questionnaire-form-container .field.js-complex-field-holder .field.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.questionnaire-form-container .field.js-complex-field-holder .checkbox-container {
  margin-bottom: 5px;
}
.questionnaire-form-container .userform label.jurisdiction-title {
  margin-top: 15px;
  padding-left: 3rem;
  font-size: 1.4rem;
}
.questionnaire-form-container .js-child-checkbox {
  padding-left: 3rem;
  display: inline-block;
}
.questionnaire-form-container .js-child-checkbox .checkbox-container {
  padding-left: 25px;
}
.questionnaire-form-container .js-child-checkbox .checkmark {
  border: 1px solid #0081C9;
  height: 18px;
  width: 18px;
}
.questionnaire-form-container .js-child-checkbox .checkbox-container input:checked ~ .checkmark {
  background-color: #0081C9;
}
.questionnaire-form-container .js-child-checkbox .checkbox-container .checkmark::after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
}

.questionnaire-form-container .questionnaire-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}
.questionnaire-form-container .lds-default {
  top: 20rem;
  width: auto;
}

.jurisdiction-hide, .displaynone {
  display: none !important;
}

.question-reference {
  font-weight: 200;
  font-size: 12px;
  font-style: italic;
  color: #999;
  text-align: right;
  margin-bottom: -20px;
}

.userform-fields .error {
  border: 1px solid #F00;
  padding: 3px;
  margin: -3px;
}

.questionnaire-form-container .userformsgroup.newquestion, .newquestion {
  background-color: #EEF;
  padding: 0 15px;
  margin: 20px -15px;
}

.newquestion legend,
.questionnaire-form-container .userformsgroup.newquestion legend {
  background-color: #EEF;
  padding: 0 15px;
  margin: 0 -15px;
}

.bulk-update {
  position: relative;
}
.bulk-update .page__panel__content {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.bulk-update .page__panel__content td:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}
.bulk-update .table {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  transition: transform 0.7s ease-in-out;
}
.bulk-update .table.sidebar-visible {
  flex-basis: 0;
}
.bulk-update .table tr.selected {
  outline: 2px solid #003C5C;
}

.bulk-sidebar {
  display: none;
  width: 0;
  opacity: 0;
  border-left: 4px solid #2BB5D3;
  background: #FFF;
  padding: 2rem 2rem 3rem 2rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  transition: width 0.7s ease-in-out, opacity 0.2s ease-in-out;
}
.bulk-sidebar.sidebar-visible {
  display: unset;
  width: 23%;
  opacity: 1;
}
.bulk-sidebar h3 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 0;
}
.bulk-sidebar h4 {
  font-weight: 600;
  font-size: 1.65rem;
  margin-top: 2rem;
}
.bulk-sidebar ul {
  list-style: none;
  padding-left: 0;
}
.bulk-sidebar ul li {
  font-weight: 400;
}
.bulk-sidebar ul ul {
  padding-left: 2rem;
}
.bulk-sidebar ul ul li {
  font-weight: 300;
}
.bulk-sidebar ul ul li:last-of-type {
  margin-bottom: 1rem;
}
.bulk-sidebar .btn-primary {
  margin-right: 1rem;
}
.bulk-sidebar .btn--advanced-search {
  padding-left: 0;
}
.bulk-sidebar .btn--advanced-search .icon--cross-cyan {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.bulk-sidebar input, .bulk-sidebar select, .bulk-sidebar textarea {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .bulk-sidebar {
    position: fixed;
    top: 78px;
    right: 0;
    border-top: 4px solid #2BB5D3;
    border-left: 0;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.16);
    max-height: calc(100vh - 128px);
    overflow: auto;
  }
  .bulk-sidebar.sidebar-visible {
    width: 50%;
    display: block;
  }
}
.bulk-sidebar .btn-group {
  margin: 0;
  display: flex;
}
.bulk-sidebar .btn-group .deadline-clear-button {
  height: 30px;
  float: none;
  margin: 0;
}
.bulk-sidebar .btn-group .deadline-clear-button-preview {
  padding: 0.8rem 1rem;
  margin-left: 1rem;
}
.bulk-sidebar .btn-group .deadline-clear-button span, .bulk-sidebar .btn-group .deadline-clear-button-preview span {
  height: 18px;
  width: 18px;
  background-size: contain;
  vertical-align: initial;
}

.mobile-bulk {
  position: fixed;
  background: #FFF;
  color: #2BB5D3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
}
.mobile-bulk .container {
  display: flex;
  align-items: center;
  width: 100%;
}
.mobile-bulk .container :last-child {
  margin-left: auto;
}
.mobile-bulk .container :first-child {
  margin-right: 1rem;
}
.mobile-bulk button {
  background: none;
  border: none;
  padding: 0;
}
.mobile-bulk p {
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}
.mobile-bulk .actions-menu {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.upgrade-browser-modal {
  width: 100%;
}

.upgrade-browser-modal h2 {
  text-align: center;
}

.upgrade-browser-modal .modal-dialog {
  width: 100%;
  max-width: 1000px;
}

.upgrade-browser {
  background: white;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.upgrade-browser .brand-logo {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.upgrade-browser .icon-close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.upgrade-browser .inner {
  border-bottom: 2px solid #e1e1e1;
  text-align: center;
  padding: 0 12px;
}

.upgrade-browser .browser-buts {
  padding: 12px 0;
  font-size: 0;
  text-align: center;
}

.upgrade-browser img {
  height: 80px;
}

.upgrade-browser .browser-buts a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2BB5D3;
  display: inline-block;
  width: 28%;
  padding: 12px 8px;
  text-align: center;
  margin: 3px 0;
  background-color: #2BB5D3;
  font-weight: bold;
}

.upgrade-browser .browser-buts a.firefox {
  margin-left: 12px;
}

.upgrade-browser .browser-buts a.ie {
  margin-left: 12px;
}

.user-badge {
  background: #00AB8E;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  color: #FFF;
  border-radius: 8px;
}
.user-badge label {
  margin: 0;
}

.flex-heading {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.flex-heading h3 {
  margin-top: 0;
}

.resource-listing-content {
  margin: 2rem 0 3rem 0;
}

.resource-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
}
.resource-item .content {
  margin: 0 0 2rem 0;
}
.resource-item span.bold {
  margin-right: 4px;
}
.resource-item .btn {
  margin-bottom: 8px;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .resources-listing .flex-row > [class*=col-] {
    flex-grow: 1;
  }
}
/**
 * AI SAQ Page Styles
 *
 * Styles for the AI SAQ experimental feature including:
 * - Page layout and spacing
 * - Prompt editing section
 * - Skeleton loader animations
 * - Loading spinner
 * - Obligations table
 */
.ai-saq-page {
  margin-top: 20px;
}
.ai-saq-page h1 {
  margin-bottom: 20px;
  color: #333;
}
.ai-saq-page h3 {
  margin-bottom: 15px;
  color: #555;
}
.ai-saq-page .ai-saq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ai-saq-page .ai-saq-header h1 {
  margin-bottom: 0;
}
.ai-saq-page .ai-saq-header .btn {
  white-space: nowrap;
}
.ai-saq-page .ai-saq-header .btn .icon {
  margin-right: 5px;
}
.ai-saq-page .ai-disclaimer {
  margin: 20px 0;
  padding: 15px;
  border-left: 4px solid #0066cc;
  background-color: #e7f3ff;
  border-radius: 4px;
}
.ai-saq-page .ai-disclaimer strong {
  color: #004080;
}
.ai-saq-page .prompt-section {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.ai-saq-page .prompt-section .card-header {
  background-color: #f8f9fa;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.ai-saq-page .prompt-section .card-header h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.ai-saq-page .prompt-section .card-header .text-muted {
  margin: 0;
  font-size: 14px;
}
.ai-saq-page .prompt-section .card-body {
  padding: 15px;
}
.ai-saq-page .prompt-section .form-group {
  margin-bottom: 15px;
}
.ai-saq-page .prompt-section .form-group label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.ai-saq-page .prompt-section textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
}
.ai-saq-page .prompt-section .btn {
  margin-right: 10px;
}
.ai-saq-page .prompt-section .btn:last-child {
  margin-right: 0;
}
.ai-saq-page .prompt-section #save-status {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.ai-saq-page .prompt-section #save-status.text-success {
  color: #28a745;
  font-weight: 600;
}
.ai-saq-page .obligations-section {
  margin-top: 30px;
}
.ai-saq-page .obligations-section h3 {
  margin-bottom: 15px;
}
.ai-saq-page .obligations-section h3 span {
  font-weight: normal;
  color: #666;
}
.ai-saq-page .obligations-section #toggle-source-btn {
  white-space: nowrap;
}
.ai-saq-page .obligations-section #toggle-source-btn .icon {
  margin-right: 5px;
}

.obligations-table {
  margin-top: 20px;
  background-color: #fff;
}
.obligations-table.source-hidden .source-column {
  display: none !important;
}
.obligations-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.obligations-table.table-striped > tbody > tr:nth-child(odd of .obligation-row) {
  background-color: rgba(0, 171, 142, 0.24);
}
.obligations-table thead th {
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}
.obligations-table tbody tr {
  transition: background-color 0.2s ease;
}
.obligations-table tbody tr:hover {
  background-color: #f8f9fa;
}
.obligations-table tbody td {
  padding: 12px;
  vertical-align: top;
}
.obligations-table .skeleton-row td {
  padding: 12px;
}
.obligations-table .subject-header-row {
  background-color: #e9ecef !important;
  border-top: 2px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.obligations-table .subject-header-row td {
  padding: 10px 12px;
  font-size: 15px;
  color: #495057;
}
.obligations-table .subject-header-row td strong {
  font-weight: 600;
}
.obligations-table .subject-header-row:hover {
  background-color: #e9ecef !important;
}
.obligations-table .ai-content-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c3e50;
  font-size: 14px;
  line-height: 1.4;
}
.obligations-table .saq-title {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
}
.obligations-table .saq-legislative {
  margin-bottom: 8px;
  line-height: 1.4;
  color: #495057;
}
.obligations-table .saq-source {
  color: #6c757d !important;
  font-style: italic;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
  margin-top: 8px;
}
.obligations-table .saq-source p, .obligations-table .saq-source span, .obligations-table .saq-source small, .obligations-table .saq-source em {
  color: #6c757d !important;
}
.obligations-table .saq-source p {
  margin: 0 0 2px 0;
}
.obligations-table .ai-metrics-wrapper {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #e9ecef;
  display: flex;
  align-items: center;
}
.obligations-table .ai-metrics {
  display: inline-block;
}
.obligations-table .ai-metrics small {
  color: #6c757d;
  font-size: 12px;
  font-style: italic;
}
.obligations-table .regenerate-single-btn {
  flex-shrink: 0;
  margin-left: 8px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
.obligations-table .regenerate-single-btn .icon {
  width: 12px;
  height: 12px;
  background-size: 12px auto;
}
.obligations-table .regenerate-single-btn:hover {
  opacity: 0.7;
}
.obligations-table .ai-error {
  padding: 10px;
  margin: 0;
  border-radius: 4px;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}
.obligations-table .ai-error strong {
  display: block;
  margin-bottom: 4px;
}
.obligations-table .ai-error small {
  font-size: 12px;
  color: #58151c;
}
.obligations-table .ai-content-source-info {
  margin-top: 8px;
  text-align: right;
  font-size: 11px;
  font-style: italic;
  color: #6c757d !important;
  line-height: 1.3;
}
.obligations-table .ai-content-source-info p, .obligations-table .ai-content-source-info span {
  margin: 0 0 2px 0;
  color: #6c757d !important;
}

.ai-saq-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 1rem 0;
}
.ai-saq-pagination--top {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ai-saq-pagination--bottom {
  margin-top: 1rem;
  margin-bottom: 0;
}
.ai-saq-pagination .pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ai-saq-pagination .pagination-arrow .icon {
  width: 28px;
  height: 28px;
  background-size: 24px auto;
  filter: brightness(0) saturate(100%) invert(35%) sepia(95%) saturate(1000%) hue-rotate(175deg) brightness(95%) drop-shadow(0 0 0.5px currentColor);
}
.ai-saq-pagination .pagination-arrow:hover:not(:disabled) {
  opacity: 0.7;
}
.ai-saq-pagination .pagination-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.ai-saq-pagination .pagination-info {
  font-size: 1.3rem;
  color: #64748b;
  min-width: 50px;
  text-align: center;
}
.ai-saq-pagination .jump-to-top-link {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e2e8f0;
  font-size: 1.2rem;
  color: #0081C9;
  text-decoration: none;
}
.ai-saq-pagination .jump-to-top-link:hover {
  text-decoration: underline;
}

.ai-saq-panel .obligations-table.source-hidden .source-column {
  display: none !important;
}

.skeleton-loader {
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  width: 100%;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.loading-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px auto;
  text-align: center;
}
.loading-spinner.hide {
  display: none;
}
.loading-spinner div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0066cc;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.loading-spinner div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loading-spinner div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loading-spinner div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loading-spinner div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loading-spinner div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loading-spinner div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loading-spinner div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loading-spinner div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loading-spinner div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loading-spinner div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loading-spinner div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loading-spinner div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.ai-saq-link {
  margin-left: 10px;
  vertical-align: middle;
}
.ai-saq-link i {
  margin-right: 5px;
}
.ai-saq-link:hover {
  text-decoration: none;
}

.questionnaire-view {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
.questionnaire-view .questionnaire-subject-group {
  margin-bottom: 40px;
}
.questionnaire-view .questionnaire-subject-group:last-child {
  margin-bottom: 0;
}
.questionnaire-view .questionnaire-subject-header {
  background: linear-gradient(to right, #e3f2fd, #f8f9fa);
  color: #1565c0;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
  border-left: 4px solid #1976d2;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.questionnaire-view .questionnaire-obligations {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.questionnaire-view .questionnaire-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  display: flex;
  gap: 20px;
}
.questionnaire-view .questionnaire-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.questionnaire-view .questionnaire-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}
.questionnaire-view .questionnaire-main-content {
  flex: 1;
}
.questionnaire-view .questionnaire-content .ai-content-title {
  font-weight: 600;
  font-size: 14px;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.4;
}
.questionnaire-view .questionnaire-content p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #495057;
}
.questionnaire-view .questionnaire-content ul, .questionnaire-view .questionnaire-content ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.questionnaire-view .questionnaire-content li {
  margin-bottom: 5px;
  line-height: 1.6;
}
.questionnaire-view .questionnaire-content .ai-metrics-wrapper {
  display: none;
}
.questionnaire-view .questionnaire-source-content {
  margin-top: 15px;
  overflow: hidden;
}
.questionnaire-view .source-content-inner {
  background-color: #f8f9fa;
  border-left: 3px solid #6c757d;
  padding: 15px;
  border-radius: 4px;
}
.questionnaire-view .source-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.questionnaire-view .source-legislative {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}
.questionnaire-view .source-ref {
  font-size: 13px;
  color: #6c757d;
}
.questionnaire-view .source-ref em {
  font-style: italic;
}
.questionnaire-view .view-source-btn {
  margin-top: 12px;
  padding: 6px 12px;
  background: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 13px;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.questionnaire-view .view-source-btn .icon {
  width: 16px;
  height: 16px;
  background-size: 14px auto;
}
.questionnaire-view .view-source-btn:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  color: #495057;
}
.questionnaire-view .view-source-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.questionnaire-view .questionnaire-response {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: center;
}
.questionnaire-view .questionnaire-response-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.questionnaire-view .questionnaire-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0;
  font-weight: normal;
}
.questionnaire-view .questionnaire-option:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
.questionnaire-view .questionnaire-option input[type=radio] {
  margin: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.questionnaire-view .questionnaire-option span {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
}
.questionnaire-view .questionnaire-option:has(input:disabled) {
  opacity: 0.6;
  cursor: not-allowed;
}
.questionnaire-view .questionnaire-option:has(input:disabled):hover {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.view-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 768px) {
  .ai-saq-page .obligations-table {
    font-size: 14px;
  }
  .ai-saq-page .obligations-table td, .ai-saq-page .obligations-table th {
    padding: 8px;
  }
  .ai-saq-page .prompt-section textarea {
    font-size: 13px;
  }
  .questionnaire-view {
    padding: 15px;
  }
  .questionnaire-view .questionnaire-item {
    flex-direction: column;
    gap: 15px;
  }
  .questionnaire-view .questionnaire-number {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .questionnaire-view .questionnaire-main-content {
    width: 100%;
  }
  .questionnaire-view .questionnaire-response {
    width: 100%;
  }
  .questionnaire-view .questionnaire-response-options {
    flex-direction: row;
    justify-content: space-around;
  }
  .questionnaire-view .questionnaire-option {
    padding: 8px 12px;
    flex: 1;
  }
  .questionnaire-view .questionnaire-option span {
    font-size: 13px;
  }
  .questionnaire-view .source-content-inner {
    padding: 12px;
  }
  .questionnaire-view .view-source-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .questionnaire-view .view-source-btn .icon {
    width: 14px;
    height: 14px;
    background-size: 12px auto;
  }
}
.interactive-questionnaire-view {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 40px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.interactive-header {
  margin-bottom: 40px;
}

.interactive-progress .progress-text {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.interactive-progress .progress-bar-container {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.interactive-progress .progress-bar-fill {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.interactive-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.interactive-question-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 50px;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.interactive-subject {
  color: #667eea;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.interactive-ref-id {
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.interactive-question-content {
  font-size: 24px;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 30px;
  font-weight: 400;
}
.interactive-question-content .ai-content-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}
.interactive-question-content ul, .interactive-question-content ol {
  margin: 15px 0;
  padding-left: 30px;
  font-size: 20px;
}
.interactive-question-content li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.interactive-question-content p {
  margin-bottom: 15px;
}

.interactive-source-toggle {
  margin: 30px 0;
}
.interactive-source-toggle .view-source-interactive-btn {
  background: none;
  border: 1px solid #dee2e6;
  color: #6c757d;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.interactive-source-toggle .view-source-interactive-btn .icon {
  width: 16px;
  height: 16px;
}
.interactive-source-toggle .view-source-interactive-btn:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  color: #495057;
}
.interactive-source-toggle .view-source-interactive-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.interactive-source-toggle .interactive-source-content {
  margin-top: 15px;
}
.interactive-source-toggle .interactive-source-content .source-content-inner {
  background-color: #f8f9fa;
  border-left: 4px solid #667eea;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #495057;
}

.interactive-response-options {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}

.response-btn {
  flex: 1;
  max-width: 150px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
  border: 3px solid #dee2e6;
  background-color: #ffffff;
  color: #6c757d;
  border-radius: 12px;
  cursor: not-allowed;
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.response-btn:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}
.response-btn:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.response-btn.response-yes:not(:disabled):hover {
  border-color: #28a745;
  background-color: #28a745;
  color: #ffffff;
}
.response-btn.response-no:not(:disabled):hover {
  border-color: #dc3545;
  background-color: #dc3545;
  color: #ffffff;
}
.response-btn.response-na:not(:disabled):hover {
  border-color: #ffc107;
  background-color: #ffc107;
  color: #ffffff;
}

.interactive-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.interactive-navigation .btn {
  flex: 0 0 auto;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.interactive-navigation .btn .icon {
  width: 20px;
  height: 20px;
}
.interactive-navigation .btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.interactive-navigation .btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.interactive-navigation #prev-question-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.interactive-navigation #prev-question-btn:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.interactive-navigation #next-question-btn {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #667eea;
}
.interactive-navigation #next-question-btn:hover:not(:disabled) {
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  .interactive-questionnaire-view {
    padding: 20px;
    min-height: 500px;
  }
  .interactive-question-wrapper {
    padding: 30px 20px;
  }
  .interactive-question-content {
    font-size: 18px;
  }
  .interactive-question-content .ai-content-title {
    font-size: 20px;
  }
  .interactive-question-content ul, .interactive-question-content ol {
    font-size: 16px;
    padding-left: 20px;
  }
  .interactive-response-options {
    flex-direction: column;
    gap: 12px;
  }
  .interactive-response-options .response-btn {
    max-width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }
  .interactive-navigation {
    flex-direction: column;
    gap: 12px;
  }
  .interactive-navigation .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 30px;
    font-size: 14px;
  }
}
.export-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}
.export-links .export-label {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
}
.export-links a {
  display: inline-block;
  padding: 5px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.export-links a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
.export-links .btn-delete-exports {
  display: inline-block;
  padding: 5px;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.export-links .btn-delete-exports .icon {
  filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(6384%) hue-rotate(358deg) brightness(91%) contrast(108%);
}
.export-links .btn-delete-exports:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/**
 * AI Topic Summary Component
 *
 * Beautiful standout design with brand cyan/blue gradient
 */
.ai-topic-summary-container {
  margin: 0 0 3.5rem 0;
  animation: fadeIn 0.3s ease-in-out;
}

.ai-topic-summary-box {
  position: relative;
  background: linear-gradient(135deg, #0081C9 0%, #2BB5D3 50%, #7dd3fc 100%);
  border-radius: 8px;
  padding: 2rem 2.5rem;
  box-shadow: 0 4px 12px rgba(0, 129, 201, 0.15), 0 2px 6px rgba(43, 181, 211, 0.1);
  overflow: hidden;
}

.ai-topic-summary-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.6rem;
}

.ai-topic-summary-icon {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}

.ai-topic-summary-header .ai-topic-summary-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.ai-topic-summary-content {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 6px;
  padding: 1.8rem 2rem;
  min-height: 60px;
}

.ai-topic-summary-loading {
  padding: 12px;
}
.ai-topic-summary-loading .skeleton-loader {
  margin-bottom: 12px;
}

.loading-text {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.ai-topic-summary-text {
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  font-weight: 400;
}
.ai-topic-summary-text p {
  margin: 0 0 10px 0;
}
.ai-topic-summary-text p:last-child {
  margin-bottom: 0;
}
.ai-topic-summary-text .error-message {
  color: #dc2626;
  font-weight: 500;
}

.ai-disclaimer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #e2e8f0;
  gap: 16px;
}

.ai-disclaimer-text {
  font-size: 11px;
  color: #94a3b8;
  font-style: italic;
  line-height: 1.4;
}

.ai-prompt-lab-link {
  font-size: 11px;
  color: #2BB5D3;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.ai-prompt-lab-link:hover {
  color: rgb(34.3661417323, 144.657480315, 168.6338582677);
  text-decoration: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .ai-topic-summary-box {
    padding: 16px 20px;
  }
  .ai-topic-summary-title {
    font-size: 14px;
  }
  .ai-topic-summary-icon {
    font-size: 16px;
  }
  .ai-topic-summary-content {
    padding: 14px 16px;
  }
  .ai-topic-summary-text {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .ai-topic-summary-box {
    padding: 14px 16px;
  }
  .ai-topic-summary-title {
    font-size: 13px;
  }
  .ai-topic-summary-content {
    padding: 12px 14px;
  }
}
.prompt-lab-section {
  margin-bottom: 30px;
}

.prompt-lab-section-header {
  margin-bottom: 20px;
}
.prompt-lab-section-header h2 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.prompt-lab-section-header p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.topic-details-panel h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 2px solid #00AB8E;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.topic-details-panel .topic-details-content {
  margin-top: 2rem;
}
.topic-details-panel .detail-section {
  margin-bottom: 2rem;
}
.topic-details-panel .detail-section:last-child {
  margin-bottom: 0;
}
.topic-details-panel .detail-label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0081C9;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.topic-details-panel .detail-value {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.topic-details-panel .detail-value p {
  margin: 0;
}
.topic-details-panel .topic__legislations {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topic-details-panel .topic__legislations li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.topic-details-panel .topic__legislations li:last-child {
  border-bottom: none;
}

.topic-info-panel h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.topic-info-panel .topic-info-content {
  margin-top: 2rem;
}
.topic-info-panel .info-item {
  margin-bottom: 2rem;
}
.topic-info-panel .info-item:last-child {
  margin-bottom: 0;
}
.topic-info-panel .info-item--changes {
  background: #f0f9ff;
  border-left: 3px solid #0081C9;
  padding: 1.5rem;
  border-radius: 4px;
  margin: 2rem 0;
}
.topic-info-panel .info-item--changes .info-importance-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.topic-info-panel .info-item--changes .info-importance-row .info-label {
  margin-bottom: 0;
}
.topic-info-panel .info-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0081C9;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.topic-info-panel .info-value {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}
.topic-info-panel .info-value p {
  margin: 0.5rem 0;
}

.topic-legislations-panel h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.topic-legislations-panel .topic-legislations-content {
  margin-top: 2rem;
}
.topic-legislations-panel .legislations-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topic-legislations-panel .legislations-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}
.topic-legislations-panel .legislations-list li:last-child {
  border-bottom: none;
}
.topic-legislations-panel .no-legislations {
  color: #94a3b8;
  font-style: italic;
  font-size: 1.4rem;
}
.topic-legislations-panel .legislations-note {
  font-size: 1.3rem;
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.ai-saq-panel {
  margin-bottom: 8rem;
  padding: 0;
}
.ai-saq-panel .ai-saq-panel-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
  padding: 2.5rem;
  border-radius: 4px;
}
.ai-saq-panel .ai-saq-panel-header:hover {
  background-color: #f8fafc;
}
.ai-saq-panel .ai-saq-panel-header h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  position: relative;
}
.ai-saq-panel .ai-saq-panel-header h4 .ai-saq-panel-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ai-saq-panel .ai-saq-panel-header h4 .ai-saq-panel-title-main {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.ai-saq-panel .ai-saq-panel-header h4 .ai-saq-panel-title-sub {
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  color: #64748b;
  line-height: 1.4;
}
.ai-saq-panel .ai-saq-panel-header h4 .button-accordian {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.ai-saq-panel .tbl-accordion-body .collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.ai-saq-panel .tbl-accordion-body .collapsible.active {
  overflow: visible;
}
.ai-saq-panel .ai-saq-panel-content {
  padding: 0 0 2rem 0;
}

.ai-saq-icon-link {
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ai-saq-icon-link:hover {
  opacity: 0.7;
}
.ai-saq-icon-link .icon {
  display: inline-block;
}

.ai-saq-controls-wrapper {
  margin: 0 0 2rem 0;
  padding: 0;
  overflow: visible;
}
.ai-saq-controls-wrapper .ai-disclaimer-banner {
  background: #f0f9ff;
  border-left: 3px solid #0081C9;
  padding: 1.5rem;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}
.ai-saq-controls-wrapper .ai-disclaimer-text {
  flex: 1;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding: 1.2rem 1.5rem;
  background: #f0f9ff;
  border-left: 3px solid #0081C9;
  border-radius: 4px;
}
.ai-saq-controls-wrapper .ai-disclaimer-text p {
  margin: 0 0 0.8rem 0;
}
.ai-saq-controls-wrapper .ai-disclaimer-text p:last-child {
  margin-bottom: 0;
}
.ai-saq-controls-wrapper .ai-saq-controls-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
.ai-saq-controls-wrapper .ai-saq-controls-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.ai-saq-controls-wrapper .view-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  overflow: visible;
}
.ai-saq-controls-wrapper .export-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  border-left: 1px solid #e2e8f0;
}
.ai-saq-controls-wrapper .export-links .export-label {
  font-size: 1.3rem;
  color: #64748b;
  font-weight: 500;
}
.ai-saq-controls-wrapper .export-links a, .ai-saq-controls-wrapper .export-links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  overflow: visible;
}
.ai-saq-controls-wrapper .export-links a:hover, .ai-saq-controls-wrapper .export-links button:hover {
  background-color: #f1f5f9;
}
.ai-saq-controls-wrapper .export-links a .icon, .ai-saq-controls-wrapper .export-links button .icon {
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  background-size: 28px auto;
}
.ai-saq-controls-wrapper .export-links .btn-delete-exports {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #dc2626;
}
.ai-saq-controls-wrapper .export-links .btn-delete-exports:hover {
  background-color: #fee2e2;
}

/**
 * Include components
 */
