.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.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.showTimeInput.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.rightMost:after {
  left: auto;
  right: 22px;
}
.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: 28px;
  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: 0px;
  line-height: 16px;
  height: 28px;
  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: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  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: 22px;
  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);
  }
}

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

.input-range__slider {
  appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 1rem;
}
.input-range__slider:active {
  transform: scale(1.3);
}
.input-range__slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}
.input-range--disabled .input-range__slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  box-shadow: none;
  transform: none;
}
.input-range__slider-container {
  transition: left 0.3s ease-out;
}
.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap;
}
.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute;
}
.input-range__label--min {
  left: 0;
}
.input-range__label--max {
  right: 0;
}
.input-range__label--value {
  position: absolute;
  top: -1.8rem;
}
.input-range__label-container {
  left: -50%;
  position: relative;
}
.input-range__label--max .input-range__label-container {
  left: 50%;
}
.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}
.input-range--disabled .input-range__track {
  background: #eeeeee;
}
.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
}
.input-range__track--active {
  background: #3f51b5;
}
.input-range {
  height: 1rem;
  position: relative;
  width: 100%;
}


.rbt {
  outline: none;
}
.rbt-menu {
  margin-bottom: 2px;
}
.rbt-menu > li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbt-menu > li a:focus {
  outline: none;
}
.rbt-menu-pagination-option {
  text-align: center;
}
.rbt .rbt-input-main::-ms-clear {
  display: none;
}
.rbt-input-multi {
  cursor: text;
  overflow: hidden;
  position: relative;
  height: auto;
}
.rbt-input-multi.focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  outline: 0;
}
.rbt-input-multi.form-control[disabled] {
  background-color: #e9ecef;
  opacity: 1;
}
.rbt-input-multi input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.rbt-input-multi input:-ms-input-placeholder {
  color: #999;
}
.rbt-input-multi input::-webkit-input-placeholder {
  color: #999;
}
.rbt-input-multi .rbt-input-wrapper {
  margin-bottom: -4px;
  margin-top: -1px;
  overflow: hidden;
}
.rbt-input-multi .rbt-input-main {
  height: 20px;
  margin: 1px 0 4px;
}
.rbt-input-multi .rbt-input-hint-container {
  display: inline-block;
}
.rbt-input-multi.input-lg .rbt-input-main,
.rbt-input-multi.form-control-lg .rbt-input-main {
  height: 24px;
}
.rbt-input-multi.input-sm .rbt-input-main,
.rbt-input-multi.form-control-sm .rbt-input-main {
  height: 18px;
}
.rbt-close {
  z-index: 1;
}
.rbt-close-lg {
  font-size: 24px;
}
.rbt-token {
  background-color: #e7f4ff;
  border: 0;
  border-radius: 2px;
  color: #1f8dd6;
  display: inline-block;
  line-height: 1em;
  margin: 0 3px 3px 0;
  padding: 4px 7px;
  position: relative;
}
.rbt-token-disabled {
  background-color: #ddd;
  color: #888;
  pointer-events: none;
}
.rbt-token-removeable {
  cursor: pointer;
  padding-right: 21px;
}
.rbt-token-active {
  background-color: #1f8dd6;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.rbt-token .rbt-token-remove-button {
  bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  opacity: 1;
  outline: none;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: -2px;
}
.rbt-loader {
  -webkit-animation: loader-animation 600ms infinite linear;
  -o-animation: loader-animation 600ms infinite linear;
  animation: loader-animation 600ms infinite linear;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  border-top-color: #1f8dd6;
  display: block;
  height: 16px;
  width: 16px;
}
.rbt-loader-lg {
  height: 20px;
  width: 20px;
}
.rbt-aux {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  bottom: 0;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the input */
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}
.rbt-aux-lg {
  width: 46px;
}
.rbt-aux .rbt-close {
  margin-top: -4px;
  pointer-events: auto;
  /* Override pointer-events: none; above */
}
.has-aux .rbt-input {
  padding-right: 34px;
}
.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
}
/* Input Groups */
.input-group > .rbt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input-group > .rbt .rbt-input-hint-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.input-group > .rbt .rbt-input-hint {
  z-index: 5;
}
.input-group > .rbt .rbt-aux {
  z-index: 5;
}
.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .rbt:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* Validation States */
.has-error .rbt-input-multi.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-warning .rbt-input-multi.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-success .rbt-input-multi.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
@keyframes loader-animation {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loader-animation {
  to {
    -webkit-transform: rotate(1turn);
  }
}

#activityDetailsTabs > ul > li > a {
  color: #AAA;
  background-color: #FFF;
  border: 1px solid #DDD;
}
@media all and (max-width: 680px) {
  #activityDetailsTabs > ul > li > a .glyphicon {
    left: 50%;
    margin-left: -7px;
  }
  #activityDetailsTabs > ul > li > a .tabName {
    font-size: 0px;
  }
}
#activityDetailsTabs > ul > li.active > a {
  color: #333;
  border-bottom-color: transparent;
}
#activityDetailsTabs .tab-content {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-top: none;
  min-height: 200px;
}
#activityDetailsTabs .tab-content .activityDetailsTabTitle {
  display: none;
  margin-top: 0;
  text-align: center;
}
@media all and (max-width: 680px) {
  #activityDetailsTabs .tab-content .activityDetailsTabTitle {
    display: block;
  }
}
#activityDetailsTabs .tab-content .panel {
  margin-bottom: 10px;
}
#activityDetailsTabs .tab-content .activityDetailsTabs.notes .dropdown.btn-group {
  margin-bottom: 10px;
}
.activityModalPhotosAndDetails .activityExtraControls {
  margin-top: 20px;
  text-align: center;
}
.activityModalPhotosAndDetails .activityExtraControls input[type=file] {
  display: none;
}
.activityProgressDetails .table > tbody + tbody {
  border: none;
}
/*
Override common.less. Maybe we should remove it form there.
I think [data-reactroot] is gone in React 16 anyway: https://stackoverflow.com/questions/47203183/missing-data-reactroot-attirbute-in-react-16
*/
[data-reactroot].flagChooserPopover {
  height: auto;
}
.activitySummaryFixedWrapper {
  position: fixed;
  top: 56px;
  left: 1px;
  right: 1px;
  height: 140px;
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 200;
  overflow-y: scroll;
}
.activitySummary {
  position: relative;
  overflow: hidden;
}
.activitySummary .flag {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.activitySummary .flag.visible {
  display: inline-block;
}
.activitySummary.hasChanged {
  color: #337ab7;
}
.activitySummary .activitySummaryInfo {
  font-size: 10px;
}
.activitySummary .progressBarWrapper {
  height: 20px;
}
.activitySummary .progress {
  position: absolute;
}
.activitySummary .milestoneDiamondWrapper {
  height: 20px;
  position: relative;
}
.activitySummary .milestoneDiamondWrapper .milestoneDiamond {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 5px;
}
html,
body,
#app,
#app > div:first-child,
[data-reactroot] {
  height: 100%;
  font-family: sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
input:focus,
input.form-control:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
button:focus,
button.form-control:focus,
button.btn:focus,
button.btn.active:focus {
  outline: none;
  box-shadow: none;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a.blueLink,
a.blueLink:hover,
a.blueLink:visited {
  color: #38c;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.underline,
.underline:hover {
  text-decoration: underline;
}
@media all and (max-width: 680px) {
  .hideOnMobile {
    display: none;
  }
}
.pageContainer > div:first-child {
  min-height: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
.pageContent {
  width: 80%;
  letter-spacing: 1px;
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}
.pageContent h2,
.pageContent h3 {
  color: #FFF;
  font-weight: 300;
}
@media all and (min-width: 400px) {
  .pageContent {
    font-size: 21px;
    line-height: 31px;
  }
}
.errorText {
  color: #D00;
}
.flyout {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  padding: 10px;
  background-color: #FFF;
  transition: all 0.25s ease-out;
  height: 100%;
}
.flyout.active {
  transform: translateX(0);
}
.flyoutDismiss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.flyoutDismiss.active {
  display: block;
}
.rightGlyph {
  float: right;
}
.leftGlyph {
  margin-right: 10px;
}
.panel-heading {
  padding: 0;
}
.panel-heading > .panel-title > a {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
}
.paddedTabContent {
  padding: 20px;
}
.datePickerColumn {
  position: relative;
}
@media all and (max-width: 575px) {
  .sm-icon-only .leftGlyph {
    margin: 0;
  }
  .sm-icon-only :not(.glyphicon) {
    display: none;
  }
}
.connectivityVisual {
  /*margin: 0 0 15px 10px;*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  transition: height 0.25s ease-out;
  z-index: 300;
}
.connectivityVisual.online {
  /*color: green;*/
  height: 0;
  display: none;
}
.connectivityVisual.offline {
  /*color: red*/
  height: 30px;
  display: block;
}
/* These commented settings make the UI easier to read but messes up some isntances of the UI on mobile
.react-datepicker {
	font-size: 1em;
}

.react-datepicker__header {
	padding-top: 0.8em;
}

.react-datepicker__month {
	margin: 0.4em 1em;
}

.react-datepicker__day-name, .react-datepicker__day {
	width: 1.9em;
	line-height: 1.9em;
	margin: 0.166em;
}

.react-datepicker__current-month {
	font-size: 1em;
}

.react-datepicker__navigation {
	top: 1em;
	line-height: 1.7em;
	border: 0.45em solid transparent;
}

.react-datepicker__navigation--previous {
	border-right-color: #ccc;
	left: 1em;
}

.react-datepicker__navigation--next {
	border-left-color: #ccc;
	right: 1em;
}
*/
.datePicker {
  text-align: left;
  padding-left: 8px;
}
.datePicker.form-control[readonly] {
  background-color: inherit;
}
.datePickerClear {
  position: absolute;
  top: 15px;
  right: 13px;
}
.empty .datePickerClear {
  display: none;
}
.dateWrapper {
  margin-top: 10px;
}
.swaTree.filterByCodeTree {
  margin-bottom: 20px;
}
.swaTree.filterByCodeTree h4 {
  font-size: 16px;
  margin: 0;
}
.swaTree.filterByCodeTree ul.list-group {
  padding: 8px;
}
.swaTree.filterByCodeTree .panel-default > .panel-heading {
  border: none;
}
.swaTree.filterByCodeTree .panel-heading > .panel-title > a {
  padding: 10px 12px;
}
.swaTree.filterByCodeTree input[type=checkbox] {
  margin-top: 0;
}
.swaTree.filterByCodeTree .glyphicon-triangle-right {
  transition-duration: 0.1s;
  vertical-align: middle;
  transform: rotate(45deg);
  font-size: 12px;
  line-height: 12px;
  margin-right: 2px;
  top: 0;
}
.swaTree.filterByCodeTree a.collapsed > h4 > .glyphicon-triangle-right {
  transform: rotate(0);
}
.flag-UDF_G1,
.btn-default.active.flag-UDF_G1,
button.list-group-item.flag-UDF_G1 {
  color: #d9534f;
}
.flag-UDF_G2,
.btn-default.active.flag-UDF_G2,
button.list-group-item.flag-UDF_G2 {
  color: #bcca00;
}
.flag-UDF_G3,
.btn-default.active.flag-UDF_G3,
button.list-group-item.flag-UDF_G3 {
  color: #5cb85c;
}
.flag-UDF_G4,
.btn-default.active.flag-UDF_G4,
button.list-group-item.flag-UDF_G4 {
  color: #337ab7;
}
.flyoutLeft {
  left: 0;
  transform: translateX(-105%);
  /* Extra 5% to hide shadow when not active */
  border-right: 1px solid #CCC;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
}
.flyoutLeft .closeButton {
  margin-bottom: 10px;
}
.flyoutLeft .flyoutContent {
  position: absolute;
  top: 51px;
  bottom: 10px;
  /* Match .flyout's padding */
  width: 280px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.flyoutLeft .purchasesLink {
  margin-bottom: 20px;
}
.flyoutLeft .addProject {
  margin-bottom: 20px;
}
.flyoutLeft .projectListItem {
  padding: 0;
}
.flyoutLeft .projectListItem a {
  display: block;
  padding: 10px 15px;
}
.flyoutLeft .link-list-group .list-group-item,
.flyoutLeft .link-list-group .list-group-item:first-child,
.flyoutLeft .link-list-group .list-group-item:last-child {
  border-bottom: none;
}
.flyoutLeft .link-list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.flyoutLeft .link-list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flyoutLeft .link-list-group a:first-child .list-group-item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.flyoutLeft .link-list-group a:last-child .list-group-item {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #DDD;
}
.flyoutRight {
  right: 0;
  transform: translateX(105%);
  /* Extra 5% to hide shadow when not active */
  border-left: 1px solid #CCC;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
}
.flyoutRight .layoutPanel .btn {
  margin-top: 10px;
}
.flyoutRight .layoutPanel .layoutButtonContainer {
  display: flex;
  justify-content: space-between;
}
.flyoutRight .layoutPanel .layoutButton {
  width: 18%;
}
.flyoutRight .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.flyoutRight .projectViewTypeListItemWrapper,
.flyoutRight .groupByListItemWrapper,
.flyoutRight .groupByActivityCodeListItemWrapper {
  border-bottom: 1px solid #DDD;
}
.flyoutRight .projectViewTypeListItemWrapper.no-bottom-border > button,
.flyoutRight .groupByListItemWrapper.no-bottom-border > button {
  border-bottom: 0;
}
.flyoutRight .projectViewTypeRadio,
.flyoutRight .groupByRadio,
.flyoutRight .activityCodeListRadio,
.flyoutRight .distanceRadio {
  margin-right: 10px;
}
.flyoutRight .activeFilter > .panel-heading,
.flyoutRight .activeFilter .labeledCheckbox .isChecked {
  color: #337ab7;
}
.flyoutRight .flyoutContent {
  position: absolute;
  top: 51px;
  bottom: 0;
  width: 280px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.flyoutRight .btn-group {
  margin-bottom: 10px;
}
.flyoutRight .dateRange .row {
  margin-bottom: 10px;
}
.flyoutRight .projectViewTypeList .groupByListPanel > .panel-heading {
  padding: 0;
}
.flyoutRight .projectViewTypeList .activityCodeListPanel > .panel-heading {
  padding: 0;
}
input.form-control.inputGroupRightText:focus {
  border-color: #CCC;
}
.inputGroupRightText {
  border-left: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.disabled .inputGroupRightText {
  color: #CCC;
}
.labeledCheckboxGroup .input-group span.input-group-addon {
  border-radius: 0;
  border-top: 0;
}
.labeledCheckboxGroup .input-group input.form-control {
  border-radius: 0;
  border-top: 0;
  cursor: pointer;
}
.labeledCheckboxGroup .input-group:first-child span.input-group-addon {
  border-top-left-radius: 4px;
  border-top: 1px solid #CCC;
}
.labeledCheckboxGroup .input-group:first-child input.form-control {
  border-top-right-radius: 4px;
  border-top: 1px solid #CCC;
}
.labeledCheckboxGroup .input-group:last-child span.input-group-addon {
  border-bottom-left-radius: 4px;
}
.labeledCheckboxGroup .input-group:last-child input.form-control {
  border-bottom-right-radius: 4px;
}
.overlayScreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  z-index: 2000;
}
.overlayContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loadingOverlaySpinnerIcon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScxMjBweCcgaGVpZ2h0PScxMjBweCcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJ1aWwtZ2VhcnMiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAsLTIwKSI+PHBhdGggZD0iTTc5LjksNTIuNkM4MCw1MS44LDgwLDUwLjksODAsNTBzMC0xLjgtMC4xLTIuNmwtNS4xLTAuNGMtMC4zLTIuNC0wLjktNC42LTEuOC02LjdsNC4yLTIuOWMtMC43LTEuNi0xLjYtMy4xLTIuNi00LjUgTDcwLDM1Yy0xLjQtMS45LTMuMS0zLjUtNC45LTQuOWwyLjItNC42Yy0xLjQtMS0yLjktMS45LTQuNS0yLjZMNTkuOCwyN2MtMi4xLTAuOS00LjQtMS41LTYuNy0xLjhsLTAuNC01LjFDNTEuOCwyMCw1MC45LDIwLDUwLDIwIHMtMS44LDAtMi42LDAuMWwtMC40LDUuMWMtMi40LDAuMy00LjYsMC45LTYuNywxLjhsLTIuOS00LjFjLTEuNiwwLjctMy4xLDEuNi00LjUsMi42bDIuMSw0LjZjLTEuOSwxLjQtMy41LDMuMS01LDQuOWwtNC41LTIuMSBjLTEsMS40LTEuOSwyLjktMi42LDQuNWw0LjEsMi45Yy0wLjksMi4xLTEuNSw0LjQtMS44LDYuOGwtNSwwLjRDMjAsNDguMiwyMCw0OS4xLDIwLDUwczAsMS44LDAuMSwyLjZsNSwwLjQgYzAuMywyLjQsMC45LDQuNywxLjgsNi44bC00LjEsMi45YzAuNywxLjYsMS42LDMuMSwyLjYsNC41bDQuNS0yLjFjMS40LDEuOSwzLjEsMy41LDUsNC45bC0yLjEsNC42YzEuNCwxLDIuOSwxLjksNC41LDIuNmwyLjktNC4xIGMyLjEsMC45LDQuNCwxLjUsNi43LDEuOGwwLjQsNS4xQzQ4LjIsODAsNDkuMSw4MCw1MCw4MHMxLjgsMCwyLjYtMC4xbDAuNC01LjFjMi4zLTAuMyw0LjYtMC45LDYuNy0xLjhsMi45LDQuMiBjMS42LTAuNywzLjEtMS42LDQuNS0yLjZMNjUsNjkuOWMxLjktMS40LDMuNS0zLDQuOS00LjlsNC42LDIuMmMxLTEuNCwxLjktMi45LDIuNi00LjVMNzMsNTkuOGMwLjktMi4xLDEuNS00LjQsMS44LTYuN0w3OS45LDUyLjYgeiBNNTAsNjVjLTguMywwLTE1LTYuNy0xNS0xNWMwLTguMyw2LjctMTUsMTUtMTVzMTUsNi43LDE1LDE1QzY1LDU4LjMsNTguMyw2NSw1MCw2NXoiIGZpbGw9IiM2MzkxYjciPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSI5MCA1MCA1MCIgdG89IjAgNTAgNTAiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCwyMCkgcm90YXRlKDE1IDUwIDUwKSI+PHBhdGggZD0iTTc5LjksNTIuNkM4MCw1MS44LDgwLDUwLjksODAsNTBzMC0xLjgtMC4xLTIuNmwtNS4xLTAuNGMtMC4zLTIuNC0wLjktNC42LTEuOC02LjdsNC4yLTIuOWMtMC43LTEuNi0xLjYtMy4xLTIuNi00LjUgTDcwLDM1Yy0xLjQtMS45LTMuMS0zLjUtNC45LTQuOWwyLjItNC42Yy0xLjQtMS0yLjktMS45LTQuNS0yLjZMNTkuOCwyN2MtMi4xLTAuOS00LjQtMS41LTYuNy0xLjhsLTAuNC01LjFDNTEuOCwyMCw1MC45LDIwLDUwLDIwIHMtMS44LDAtMi42LDAuMWwtMC40LDUuMWMtMi40LDAuMy00LjYsMC45LTYuNywxLjhsLTIuOS00LjFjLTEuNiwwLjctMy4xLDEuNi00LjUsMi42bDIuMSw0LjZjLTEuOSwxLjQtMy41LDMuMS01LDQuOWwtNC41LTIuMSBjLTEsMS40LTEuOSwyLjktMi42LDQuNWw0LjEsMi45Yy0wLjksMi4xLTEuNSw0LjQtMS44LDYuOGwtNSwwLjRDMjAsNDguMiwyMCw0OS4xLDIwLDUwczAsMS44LDAuMSwyLjZsNSwwLjQgYzAuMywyLjQsMC45LDQuNywxLjgsNi44bC00LjEsMi45YzAuNywxLjYsMS42LDMuMSwyLjYsNC41bDQuNS0yLjFjMS40LDEuOSwzLjEsMy41LDUsNC45bC0yLjEsNC42YzEuNCwxLDIuOSwxLjksNC41LDIuNmwyLjktNC4xIGMyLjEsMC45LDQuNCwxLjUsNi43LDEuOGwwLjQsNS4xQzQ4LjIsODAsNDkuMSw4MCw1MCw4MHMxLjgsMCwyLjYtMC4xbDAuNC01LjFjMi4zLTAuMyw0LjYtMC45LDYuNy0xLjhsMi45LDQuMiBjMS42LTAuNywzLjEtMS42LDQuNS0yLjZMNjUsNjkuOWMxLjktMS40LDMuNS0zLDQuOS00LjlsNC42LDIuMmMxLTEuNCwxLjktMi45LDIuNi00LjVMNzMsNTkuOGMwLjktMi4xLDEuNS00LjQsMS44LTYuN0w3OS45LDUyLjYgeiBNNTAsNjVjLTguMywwLTE1LTYuNy0xNS0xNWMwLTguMyw2LjctMTUsMTUtMTVzMTUsNi43LDE1LDE1QzY1LDU4LjMsNTguMyw2NSw1MCw2NXoiIGZpbGw9IiNhY2I2YmYiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDUwIDUwIiB0bz0iOTAgNTAgNTAiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
}
.mapView {
  height: 100%;
}
.mapView #googleMap {
  height: 100%;
}
.mapView #googleMap .gm-style .gm-style-mtc > div {
  display: none;
}
.mapView .geoxml3_infowindow {
  overflow: hidden;
}
.mapView .geoxml3_infowindow h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.mapView .mapDateSliderContainer {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 5rem;
  /*height: 40px;*/
  height: 4rem;
}
.mapView .mapDateSliderContainer .input-range {
  top: 2.5rem;
}
.mapView .mapDateSliderContainer .input-range .input-range__track {
  transition: 0.1s ease-out, width 0.1s ease-out;
}
.mapView .mapDateSliderContainer .input-range .input-range__track .input-range__slider-container {
  transition: left 0.1s ease-out;
}
.mapView .mapDateSliderContainer .input-range .input-range__label {
  color: #555;
  font-family: inherit;
  font-size: 1rem;
  background-color: white;
  padding: 0.5rem 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.mapView .mapDateSliderContainer .input-range .input-range__label--value {
  position: relative;
  margin: -3rem;
  left: -50%;
  top: -3rem;
}
.mapView .mapDateSliderContainer .input-range .input-range__label--value .input-range__label-container {
  position: relative;
  left: auto;
}
.mapView .mapDateSliderContainer .input-range .input-range__slider {
  margin-top: -1.6rem;
}
.mapView .mapDateSliderContainer .input-range .input-range__label--min,
.mapView .mapDateSliderContainer .input-range .input-range__label--max {
  display: none;
  /*top: 1rem;
				bottom: auto;

				.input-range__label-container {
					left: 0;
				}*/
}
.mapView .controlButton {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  font-family: Roboto, Arial, sans-serif;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  margin-bottom: 22px;
  text-align: center;
  border-radius: 2px;
}
.mapView .controlButton .controlButton-text {
  color: #333;
  font-size: 16px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 5px;
}
.mapLegend {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  background-color: #FFF;
  padding: 10px;
  color: #333;
  overflow: auto;
}
.mapLegend .swatch {
  margin-top: 2px;
}
.mapLegend .swatch .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #333;
}
.mapLegend .swatch .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
}
.mapLegend .color {
  background-color: #CCC;
}
/* Legend on the map but not in modal */
.mapView > .mapLegend {
  position: absolute;
  top: 50px;
  left: 10px;
  border: 1px solid #CCC;
  border-radius: 2px;
  max-height: 30%;
  max-width: 95%;
}
.mapView .modal-content {
  max-height: 98vh;
  overflow: scroll;
}
@media all and (max-width: 680px) {
  /*
	 * For narrow screens, hide the legend on the map.
	 * Show button that toggles legend in the modal
	 */
  .mapView > .mapLegend {
    display: none;
  }
  .mapView .controlButton {
    display: inherit;
  }
  .mapView .geoxml3_infowindow h3 {
    padding: 0 20px 10px 0;
  }
}
.activity-modal {
  height: 90%;
  width: 90%;
}
.activity-modal .belowTopNavContent {
  top: 0;
}
.activity-modal .modal-content {
  height: 100%;
}
.activity-modal .modal-content .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 500;
}
.activity-modal .modal-content .modal-body {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
.activity-modal .well {
  margin: 20px;
  padding: 20px;
}
.activity-modal .dropZone {
  border: 2px dashed transparent;
}
.activity-modal .dropZone.active {
  border-color: #5bc0de;
}
.activity-modal .dateLabel {
  width: 80px;
  display: inline-block;
}
.activity-modal .table.activityProgressTable > tbody > tr > td {
  border-top: none;
}
.activity-modal .table.activityProgressTable td.disabled {
  color: #CCC;
}
.activity-modal .react-datepicker__input-container input {
  width: 120px;
}
.bulk-checkbox {
  display: none;
}
.mainPage.bulk-active  .bulk-checkbox {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  height: 1em;
  width: 1em;
}
.mainPage.bulk-active  .activitySummary .activityHeader {
  margin-left: 12px;
}
.mainPage.bulk-active  input[type='checkbox']:checked + a {
  background-color: #a0cec0;
}
.pagePrivacy {
  margin-top: 20px;
}
.pagePrivacy.pageContent h2 {
  color: inherit;
}
.pagePurchases {
  width: 90%;
  margin-top: 20px;
  font-size: inherit;
  line-height: initial;
}
.pagePurchases.pageContent h1,
.pagePurchases.pageContent h2,
.pagePurchases.pageContent h3 {
  color: inherit;
}
.pagePurchases .purchaseBox {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 20px;
}
.pagePurchases .purchaseBox .productMain {
  display: flex;
}
.pagePurchases .purchaseBox .productMain .productImage {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-image: url('./img/sitewalker-subscription.png');
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #CCC;
  border-radius: 10px;
}
.pagePurchases .purchaseBox .productMain .productTitleAndPrice {
  display: flex;
  height: 100px;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 10px;
}
.pagePurchases .purchaseBox .productMain .productTitleAndPrice .productTitle {
  font-size: 16px;
}
.pagePurchases .purchaseBox .productMain .productTitleAndPrice .productPrice {
  font-size: 16px;
}
.pagePurchases .purchaseBox .productAttribute {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pagePurchases .purchaseBox .productLabel {
  flex: 3;
  font-size: 16px;
}
.pagePurchases .purchaseBox .productContent {
  flex: 2;
  font-size: 16px;
}
.pagePurchases .purchaseBox .productContent .alert {
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.pagePurchases .purchaseBox .productFeaturesWell {
  margin-top: 20px;
}
.pagePurchases .purchaseBox .productFeaturesWell ul {
  margin-top: 10px;
}
@media all and (max-width: 320px) {
  .pagePurchases .purchaseBox .productLabel,
  .pagePurchases .purchaseBox .productContent {
    font-size: 14px;
  }
}
.pagePurchases .purchaseBox .actionButton {
  margin-top: 10px;
}
.pagePurchases .purchaseBox .divider {
  border-bottom: 1px solid #EEE;
  padding-top: 10px;
  margin-bottom: 10px;
}
.pagePurchases .purchaseBox .details {
  color: #666;
  font-size: 14px;
}
.pagePurchases .purchaseBox .details li {
  padding: 4px 0;
}
.signInPage,
.signInHelpPage,
.resetPasswordPage {
  background-image: url('./img/bootsontheground.jpg');
}
.signInPage .loginForm div,
.signInHelpPage .loginForm div,
.resetPasswordPage .loginForm div {
  margin: 20px 0;
}
.signInHelpPage {
  background-image: url('./img/panamasafety.jpg');
}
.signUpPage,
.resetPasswordPage {
  background-image: url('./img/excavator-1920x1280.jpg');
}
.signUpPage form.signUpForm,
.resetPasswordPage form.signUpForm,
.signUpPage form.resetPassword,
.resetPasswordPage form.resetPassword,
.signUpPage .verifyMessage,
.resetPasswordPage .verifyMessage {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 30px;
}
.signUpPage form.signUpForm .agreement,
.resetPasswordPage form.signUpForm .agreement,
.signUpPage form.resetPassword .agreement,
.resetPasswordPage form.resetPassword .agreement,
.signUpPage .verifyMessage .agreement,
.resetPasswordPage .verifyMessage .agreement {
  color: #FFF;
}
.signUpPage form.signUpForm div,
.resetPasswordPage form.signUpForm div,
.signUpPage form.resetPassword div,
.resetPasswordPage form.resetPassword div,
.signUpPage .verifyMessage div,
.resetPasswordPage .verifyMessage div {
  margin: 20px 0;
}
.signUpPage .firstName,
.resetPasswordPage .firstName,
.signUpPage .lastName,
.resetPasswordPage .lastName {
  display: inline-block;
  width: 48%;
}
.signUpPage .lastName,
.resetPasswordPage .lastName {
  margin-left: 4%;
}
.signUpPage {
  background-image: url('./img/bootsontheground.jpg');
}
.verifyPage {
  background-image: url('./img/panamasafety.jpg');
}
.splashPage {
  background-color: #0287D1;
}
.splashPage .splashPageContent .mainContent {
  display: flex;
}
.splashPage .splashPageContent .mainContent .text {
  flex: 4;
  text-align: center;
  padding: 10px;
  color: #FFF;
}
.splashPage .splashPageContent .mainContent .text .blurb,
.splashPage .splashPageContent .mainContent .text .sub-blurb {
  margin: 20px 0;
}
.splashPage .splashPageContent .mainContent .text .sub-blurb {
  font-size: 16px;
}
.splashPage .splashPageContent .mainContent .iphone-image {
  flex: 1 1 250px;
  align-items: flex-end;
  justify-content: end;
  background-image: url('./img/iphones.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.splashPage .splashPageContent .buttonContainer {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.splashPage .splashPageContent .buttonContainer button {
  font-size: 20px;
}
.splashPage .splashPageContent .buttonContainer button.signInButton {
  margin-top: 10px;
}
@media all and (min-width: 400px) {
  .splashPage .splashPageContent .buttonContainer button {
    width: 45%;
    display: inline-block;
  }
  .splashPage .splashPageContent .buttonContainer button.signInButton {
    margin-left: 10%;
    margin-top: 0;
  }
}
@media all and (max-width: 600px) {
  .splashPage .splashPageContent .mainContent {
    flex-direction: column;
  }
}
.photoStrip {
  white-space: nowrap;
  overflow-x: auto;
}
.photoStrip .photoStripImage {
  display: inline-block;
}
.photoStrip .photoStripImage img.img-thumbnail {
  max-width: 300px;
}
.photoStrip img.modalImage {
  margin: 0 auto;
}
.placemarkInfoPanel {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEE;
  border-top: 1px solid #CCC;
  overflow-y: auto;
}
.placemarkInfoPanel .infoPanelHeader {
  height: 40px;
}
.placemarkInfoPanel .infoPanelHeader .placemarkTitle {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.placemarkInfoPanel .infoPanelHeader .closeButton {
  position: absolute;
  top: 3px;
  right: 10px;
}
.placemarkInfoPanel .activityGroup {
  padding: 0 10px;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .topNav {
    display: none;
  }
  .mainDataComponent.belowTopNavContent {
    position: inherit;
  }
  .flag-UDF_G1,
  .btn-default.active.flag-UDF_G1,
  button.list-group-item.flag-UDF_G1 {
    color: #d9534f !important;
  }
  .flag-UDF_G1:before,
  .btn-default.active.flag-UDF_G1:before,
  button.list-group-item.flag-UDF_G1:before {
    color: #d9534f !important;
  }
  .flag-UDF_G2,
  .btn-default.active.flag-UDF_G2,
  button.list-group-item.flag-UDF_G2 {
    color: #bcca00 !important;
  }
  .flag-UDF_G2:before,
  .btn-default.active.flag-UDF_G2:before,
  button.list-group-item.flag-UDF_G2:before {
    color: #bcca00 !important;
  }
  .flag-UDF_G3,
  .btn-default.active.flag-UDF_G3,
  button.list-group-item.flag-UDF_G3 {
    color: #5cb85c !important;
  }
  .flag-UDF_G3:before,
  .btn-default.active.flag-UDF_G3:before,
  button.list-group-item.flag-UDF_G3:before {
    color: #5cb85c !important;
  }
  .flag-UDF_G4,
  .btn-default.active.flag-UDF_G4,
  button.list-group-item.flag-UDF_G4 {
    color: #337ab7 !important;
  }
  .flag-UDF_G4:before,
  .btn-default.active.flag-UDF_G4:before,
  button.list-group-item.flag-UDF_G4:before {
    color: #337ab7 !important;
  }
  .progress-bar-info {
    background-color: #5bc0de !important;
  }
  .important-color-darkBlue {
    background-color: #337ab7 !important;
  }
  .important-color-red {
    background-color: #d9534f !important;
  }
  .important-color-green {
    background-color: #5cb85c !important;
  }
  a[href]:after {
    content: none;
  }
}
.rc-slider .rc-slider-track {
  background-color: #337ab7;
}
.rc-slider .rc-slider-handle {
  border-color: #337ab7;
}
.sliderValueInput {
  width: 100px;
  margin: 20px 0;
  text-align: center;
}
.sliderValueInput.sliderValueInput-max {
  float: right;
}
#setupPageTabs {
  margin-top: 10px;
}
.userRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.userRow .userSetupLabel {
  flex: 1 0 90px;
  max-width: 130px;
}
.userRow .userSetupData {
  flex: 1 0 285px;
  margin-bottom: 0;
}
.setupLargeButton {
  margin-top: 10px;
}
.projectSetupTable {
  margin-top: 20px;
}
.projectSetupTable tr:first-child td {
  border-top: none;
}
.projectSetupTable td:first-child {
  width: 200px;
}
@media all and (max-width: 400px) {
  .projectSetupTable td:first-child {
    width: 130px;
  }
}
.projectSetupTable .sharedBy {
  font-weight: bold;
}
.projectSetupTable input[type=file] {
  width: 100%;
}
.projectSetupTable.table > tbody > tr > td {
  vertical-align: middle;
}
.projectSetupTable .overlayPreview {
  max-height: 140px;
  border: 1px solid #CCC;
  padding: 8px;
  margin: 8px 0;
}
.projectSetupTable .inlineEditButton {
  margin-left: 20px;
}
.projectSetupTable tbody + tbody {
  border-top: none;
}
.stepNav {
  text-align: center;
}
.stepNav .stepNavList {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.stepNav .stepNavList li {
  display: inline-block;
  background-color: #CCC;
  font-size: 22px;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.stepNav .stepNavList li.navItem {
  padding: 0 15px;
  font-weight: 200;
}
.stepNav .stepNavList li.navItem.current {
  background-color: #337ab7;
  color: #FFF;
}
.stepNav .stepNavList li.navItem.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepNav .stepNavList li.navItem.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepNav .stepNavList li.arrowHolder {
  background-color: #FFF;
  position: relative;
  width: 13px;
}
.stepNav .stepNavList li.arrowHolder .arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: inline-block;
  position: absolute;
}
.stepNav .stepNavList li.arrowHolder .arrowLeft {
  border-left: 10px solid #CCC;
  left: 0;
}
.stepNav .stepNavList li.arrowHolder.previous .arrowLeft {
  border-left: 10px solid #337ab7;
}
.stepNav .stepNavList li.arrowHolder .arrowTopRight {
  border-style: solid;
  border-width: 0 10px 15px 0;
  border-color: transparent #CCC transparent transparent;
  top: 0;
  right: 0;
}
.stepNav .stepNavList li.arrowHolder .arrowBottomRight {
  border-style: solid;
  border-width: 0  0 15px 10px;
  border-color: transparent transparent #CCC transparent;
  bottom: 0;
  right: 0;
}
.stepNav .stepNavList li.arrowHolder.current .arrowTopRight {
  border-color: transparent #337ab7 transparent transparent;
}
.stepNav .stepNavList li.arrowHolder.current .arrowBottomRight {
  border-color: transparent transparent #337ab7 transparent;
}
@media all and (max-width: 680px) {
  .stepNav .stepNavList li {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .stepNav .stepNavList li.navItem {
    padding: 0 10px;
  }
  .stepNav .stepNavList li.arrowHolder .arrowLeft {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .stepNav .stepNavList li.arrowHolder .arrowTopRight {
    border-width: 0 10px 10px 0;
  }
  .stepNav .stepNavList li.arrowHolder .arrowBottomRight {
    border-width: 0 0 10px 10px;
  }
}
@media all and (max-width: 400px) {
  .stepNav .stepNavList li.navItem {
    padding: 0 4px;
    font-size: 12px;
  }
}
.swaTree {
  margin-bottom: 0;
}
.swaTree ul.list-group {
  margin-bottom: 0;
}
.swaTree ul.list-group li.list-group-item {
  padding: 0;
  border: 0;
}
.swaTree ul.list-group li.list-group-item .panel {
  margin: 0;
  border-radius: 0;
}
.swaTree ul.list-group li.list-group-item .panel .panel-collapse {
  padding: 0;
}
.swaTree ul.list-group.top-level {
  padding: 6px;
}
.swaTree ul.list-group.groupTreeListGroup,
.swaTree ul.list-group.wbsTreeItemListGroup {
  padding: 6px;
}
.swaTree ul.list-group.activityGroupList li.activityGroupListItem > a {
  border-top: 1px solid #ddd;
  padding: 8px;
  display: block;
}
.swaTree ul.list-group.activityGroupList li.activityGroupListItem:first-child > a {
  border-top: none;
}
.topNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
  line-height: 40px;
  vertical-align: middle;
  font-size: 18px;
  height: 40px;
}
.mainPage.map-active .topNav .multi-button {
  display: none;
}
.mainPage.bulk-active .topNav {
  background-color: #aaa;
}
.mainPage.bulk-active .topNav .projects.btn,
.mainPage.bulk-active .topNav .filters.btn {
  display: none;
}
.topNav .container {
  width: inherit;
}
.topNav .topNavCenterColumn {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topNav .topNavCenterColumn .project-name {
  display: inline;
}
.topNav .topNavCenterColumn .bulk-actions-button {
  display: none;
}
.mainPage.bulk-active .topNav .topNavCenterColumn {
  overflow: visible;
}
.mainPage.bulk-active .topNav .topNavCenterColumn .project-name {
  display: none;
}
.mainPage.bulk-active .topNav .topNavCenterColumn .bulk-actions-button {
  display: inline-block;
}
.topNav .topNavRightColumn {
  text-align: right;
}
.bulk-actions-popover {
  width: 200px;
}
.bulk-actions-popover .popover-content {
  padding: 9px;
}
.bulk-actions-popover .popover-content .panel {
  margin-bottom: 4px;
}
.bulk-actions-popover .popover-content .btn {
  width: 100%;
}
.belowTopNavContent {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.belowTopNavContent.isCapturingScreenshot {
  bottom: auto;
}
.groupByListPanel.panel,
.activityCodeListPanel.panel {
  border: 0;
  margin-bottom: 0;
}
.mapGroupPanel.panel {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.panel-title {
  line-height: 16px;
}
.groupByListPanel.panel .panel-title a.collapsed .glyphicon-plus,
.groupByListPanel.panel .panel-title a .glyphicon-minus,
.mapGroupPanel.panel .panel-title a.collapsed .glyphicon-plus,
.mapGroupPanel.panel .panel-title a .glyphicon-minus,
.activityCodeListPanel.panel .panel-title a.collapsed .glyphicon-plus,
.activityCodeListPanel.panel .panel-title a .glyphicon-minus {
  display: inline-block;
}
.groupByListPanel.panel .panel-title a .glyphicon-plus,
.groupByListPanel.panel .panel-title a.collapsed .glyphicon-minus,
.mapGroupPanel.panel .panel-title a .glyphicon-plus,
.mapGroupPanel.panel .panel-title a.collapsed .glyphicon-minus,
.activityCodeListPanel.panel .panel-title a .glyphicon-plus,
.activityCodeListPanel.panel .panel-title a.collapsed .glyphicon-minus {
  display: none;
}
.groupByListPanel .panel-collapse,
.mapGroupPanel .panel-collapse,
.activityCodeListPanel .panel-collapse {
  border: 1px solid #DDD;
  margin: 2px 10px 10px 10px;
  border-radius: 3px;
}
.groupByListPanel.panel-default > .panel-heading,
.mapGroupPanel.panel-default > .panel-heading,
.activityCodeListPanel.panel-default > .panel-heading {
  background-color: #FFF;
  border: 0;
  border-radius: 4px;
}
.groupByListPanel.panel-default > .panel-heading a,
.mapGroupPanel.panel-default > .panel-heading a,
.activityCodeListPanel.panel-default > .panel-heading a {
  color: #555;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
}
.groupByListPanel.panel-default > .panel-heading a:hover,
.mapGroupPanel.panel-default > .panel-heading a:hover,
.activityCodeListPanel.panel-default > .panel-heading a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.hasNoActivityDescendents {
  display: none;
}
.activityGroupList.list-group {
  margin-bottom: 0;
}
.groupTreePanel.panel,
.groupTreePanel .list-group-item {
  border-radius: 0;
}
.groupTreePanel .panel-body {
  padding: 8px;
}
.groupTreePanel ul.list-group.activityGroupList li.activityGroupListItem {
  padding: 0;
}
.groupTreePanel ul.list-group.activityGroupList li.activityGroupListItem > a {
  padding: 8px;
  display: block;
}

