.App.isOpenFilter .alert{
	left: 0;
}

.alert{
    margin: 0;
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 0;
    padding: 0;
    text-align: center;
    background-color: #8cbf36;
    color: #ffffff;
    z-index: 100000;
    opacity:0;
	transition: opacity .3s linear;
}

.alert.isOpen{
    height: 60px;
    padding: 20px;
	opacity: 1;
	transition: opacity .3s linear;
}.Select,.Select-control{position:relative}.Select-control,.Select-input>input{width:100%;cursor:default;outline:0}.Select-arrow-zone,.Select-clear-zone,.Select-loading-zone{text-align:center;cursor:pointer}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select-control{background-color:#fff;border-radius:4px;border:1px solid #ccc;color:#333;display:table;border-spacing:0;border-collapse:separate;height:36px;overflow:hidden}.is-searchable.is-focused:not(.is-open)>.Select-control,.is-searchable.is-open>.Select-control{cursor:text}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:0}.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1)}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.has-value.Select--single>.Select-control .Select-value .Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:0;text-decoration:underline}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{background:none;border:0;box-shadow:none;display:inline-block;font-family:inherit;font-size:inherit;margin:0;line-height:14px;padding:8px 0 12px;-webkit-appearance:none}.Select-loading,.Select-loading-zone{width:16px;position:relative;vertical-align:middle}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:0}.Select-loading-zone{display:table-cell}.Select-loading{-webkit-animation:Select-animation-spin .4s infinite linear;-o-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s infinite linear;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;-o-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;display:table-cell;position:relative;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#D0021B}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{display:table-cell;position:relative;vertical-align:middle;width:25px;padding-right:5px}.Select--multi .Select-multi-value-wrapper,.Select-arrow{display:inline-block}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;height:0;width:0;position:relative}.Select-arrow-zone:hover>.Select-arrow,.is-open .Select-arrow{border-top-color:#666}.Select .Select-aria-only{display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}.Select-noresults,.Select-option{box-sizing:border-box;display:block;padding:8px 10px}@-webkit-keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{background-color:#fff;color:#666;cursor:pointer}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{color:#999;cursor:default}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 6px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b2b2; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b2b2; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b2b2; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b2b2; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + calc(1.7rem / 2));
        overflow-y: scroll;
        padding-right: 30px;
        width: 100%; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }
  .react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover {
      background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b2b2; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b2b2; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b2b2; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b2b2; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b2b2; }
.checkbox.custom-checkbox input.indeterminate + span:before {
  height: 8px;
  position: absolute;
  width: 8px;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%); }

.checkbox.custom-checkbox input.indeterminate + span {
  position: relative;
  height: 18px; }

.wrap-panel-collapse select:active option:hover {
  background-color: red; }

.wrap-panel-collapse select option:hover {
  background-color: green; }

.wrap-panel-collapse select:active option,
.wrap-panel-collapse select:active {
  outline: none;
  border: none; }

.collapse .Select + div, .collapsing .Select + div {
  display: flex;
  justify-content: space-between; }

.collapse .Select + div > span {
  width: 33.3%; }

.rdt {
  position: relative; }
  .rdt input {
    cursor: pointer; }

.hidden-none .btn-green {
  width: 100%; }

.Select-option.is-focused {
  background-color: #eee; }

.Select-option {
  z-index: 999; }

#compset {
  position: relative;
  height: auto; }
  #compset button {
    width: 100%; }

.Select-menu {
  z-index: 100000;
  max-height: 140px !important;
  overflow-y: auto; }

.Select.is-open {
  z-index: 9999; }

#compset + div {
  position: relative;
  z-index: 1; }

#rate-mate {
  z-index: 10; }

.b-filters-container {
  position: absolute;
  left: 0;
  width: 220px !important;
  transform: translate(-240px, 0);
  transition: all .4s ease;
  z-index: 999;
  background: #f9f9f9; }
  .b-filters-container .filters .well .btn {
    white-space: normal; }

.App.isOpenFilter .b-filters-container {
  transform: translate(30px, 0); }

body {
  overflow-x: hidden; }

.rates {
  transition: all .1s ease; }

.btn-panel-filter {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 30px;
  height: calc(100% - 5px);
  text-align: center;
  transform: translate(100%, 0);
  background-color: #D3D3D3;
  cursor: pointer;
  transition: all .2s ease; }

.btn-panel-filter i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px; }

.filters > .btn-group {
  display: flex;
  justify-content: space-between; }

.App.isOpenFilter .rates {
  transform: translate(250px, 0);
  margin-right: 250px; }

.App.isOpenFilter .btn-panel-filter {
  transform: translate(-100%, 0);
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all .4s ease; }

.collapse .Select + div, .collapsing .Select + div {
  margin-top: 10px; }

.wrap_report {
  display: flex;
  justify-content: space-between; }

.wrap_report .report_item {
  width: 47%; }

.panel .Select-arrow {
  top: 3px; }

.is-open .Select-arrow {
  top: 0; }

.panel-heading + div {
  padding: 10px 10px 0 10px; }

.panel {
  margin-bottom: 0;
  margin-top: 10px; }
  .panel .btn {
    width: 33.3%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff; }
    .panel .btn:hover {
      background-color: #e6e6e6; }

.panel-heading {
  position: relative;
  padding: 10px 20px 0;
  text-transform: uppercase;
  cursor: pointer; }
  .panel-heading::before {
    font-family: "FontAwesome";
    content: '\F105';
    display: block;
    position: absolute;
    left: 5px;
    top: 62%;
    font-size: 14px;
    transform: translate(0, -50%); }
  .panel-heading.arrow-down:before {
    content: '\F107'; }

.wrap-panel-collapse {
  padding: 10px; }
  .wrap-panel-collapse select {
    margin-bottom: 10px; }

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9; }

.rdtOpen .rdtPicker {
  display: block; }

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static; }

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

.rdtPicker table {
  width: 100%;
  margin: 0; }

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px; }

.rdtPicker td {
  cursor: pointer; }

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer; }

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999; }

.rdtPicker td.rdtToday {
  position: relative; }

.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff; }

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker td span.rdtOld {
  color: #999999; }

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9; }

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none; }

.rdtPicker th.rdtSwitch {
  width: 100px; }

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top; }

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker thead tr:first-child th {
  cursor: pointer; }

.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee; }

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9; }

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer; }

.rdtPicker button:hover {
  background-color: #eee; }

.rdtPicker thead button {
  width: 100%;
  height: 100%; }

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer; }

td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee; }

.rdtCounters {
  display: inline-block; }

.rdtCounters > div {
  float: left; }

.rdtCounter {
  height: 100px; }

.rdtCounter {
  width: 40px; }

.rdtCounterSeparator {
  line-height: 100px; }

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtCounter .rdtBtn:hover {
  background: #eee; }

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em; }

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px; }

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px; }

.react-datepicker {
  width: 250px;
  padding: 4px;
  font-family: 'open_sansregular', sans-serif, Arial;
  background: #fff;
  border: 1px solid lightgray;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.react-datepicker__month-container {
  float: none;
  width: 100%; }

.react-datepicker__input-container > .form-control {
  width: 102px !important; }

.react-datepicker__header {
  text-align: center;
  background: inherit;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 0;
  padding: 0;
  position: relative; }

.react-datepicker__day-name {
  color: #a5a1a1;
  font-weight: bold; }

.react-datepicker__current-month, .react-datepicker-time__header {
  color: #a5a1a1;
  font-weight: bold;
  font-size: 14px;
  height: 37px;
  line-height: 37px; }

.react-datepicker__month {
  margin: 0; }

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  text-align: center;
  width: 14.2857%;
  height: 28px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px; }

.react-datepicker__day:hover {
  color: #8cbf36;
  border-radius: 3px;
  cursor: pointer;
  background: none; }

.react-datepicker__day--selected, .react-datepicker__day--selected:hover,
.react-datepicker__day--keyboard-selected, .react-datepicker__day--keyboard-selected:hover {
  background: #8cbf36;
  color: #ffffff; }

.react-datepicker__navigation {
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px !important;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-decoration: none !important;
  color: #a5a1a1; }
  .react-datepicker__navigation:after {
    font-size: 28px;
    border: none;
    content: '\203A';
    font-weight: 700;
    line-height: 30px; }
  .react-datepicker__navigation.react-datepicker__navigation--previous {
    left: 3px; }
    .react-datepicker__navigation.react-datepicker__navigation--previous:after {
      content: '\2039'; }
  .react-datepicker__navigation.react-datepicker__navigation--next:after {
    content: '\203A'; }
  .react-datepicker__navigation:hover {
    color: #8cbf36;
    background: #eeeeee; }

.react-datepicker__triangle {
  border-bottom-color: #fff !important; }

.date_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px; }
  .date_flex .filter_datepicker {
    width: 48%; }
    .date_flex .filter_datepicker input {
      width: 100%; }

.compset-title {
  font-size: 13px;
  text-align: center;
  position: relative;
  top: -6px;
  color: #807878; }
.sp-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: cover !important; }
  .sp-icon.save-as {
    position: relative;
    top: 1px;
    background: url("/img/saveas.png") no-repeat; }
.rates {
  padding: 0;
  margin-left: 60px;
  width: calc(100% - 50px); }
  .rates tbody:not(.header_table) .col-2 {
    text-align: left; }
  .rates .b-rate-cols {
    width: 100%; }

.rates.hidden_room .header_table .col-4, .rates.hidden_room .header_table .col-3, .rates.hidden_room .header_table .col-5, .rates.hidden_room .header_table .col-6 {
  display: none; }

.rates.hidden_room .header_table td.col-2 {
  width: 340px; }

.rates.hidden_room .row_events .col-4, .rates.hidden_room .row_events .col-3, .rates.hidden_room .row_events .col-5, .rates.hidden_room .row_events .col-6 {
  display: none; }

.rates.hidden_room .row_events td.col-2 {
  width: 340px; }

.rate-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
  font-size: 11px;
  color: #333333;
  overflow: hidden; }
  .rate-table .row_events td {
    height: 30px; }
  .rate-table td.high-price {
    background-color: #dff7c4 !important; }
  .rate-table td.low-price {
    background-color: #fbd5d9 !important; }

.rates-wrap {
  background: none !important; }

.rate-table .data-header td {
  border: none;
  height: 51px;
  padding: 10px 5px;
  vertical-align: top;
  font-weight: normal; }

.rate-table td {
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle; }
  .rate-table td.sold {
    text-decoration: line-through;
    color: #aaa; }
  .rate-table td.restricted {
    color: #b0b0b0; }
    .rate-table td.restricted i.fa {
      font-size: 12px;
      opacity: 0.6;
      cursor: help; }
  .rate-table td > table {
    width: 100%;
    table-layout: fixed; }
  .rate-table td:not(.rates-wrap) {
    overflow: hidden; }

.rate-table .data-header td.sunday, .rate-table .data-header td.saturday {
  background-color: #efefef; }

.rate-table td.col {
  position: absolute;
  width: 80px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rate-table td.stars, .rate-table td.offer-toggle {
  color: #8cbf36;
  min-width: 80px; }

.rate-table td.offer-toggle {
  cursor: pointer; }

.rate-table td.col-0 {
  left: 0;
  width: 50px;
  min-width: auto;
  height: 50px !important; }

.rate-table td.col-1 {
  left: 50px;
  height: 50px !important; }

.rate-table td.col-2 {
  left: 130px;
  height: 50px !important; }

.rate-table td.col-3 {
  left: 210px;
  height: 50px !important; }

.rate-table td.col-4 {
  left: 290px;
  height: 50px !important; }

.rate-table td.col-5 {
  left: 370px;
  width: 50px;
  height: 50px !important; }

.rate-table td.col-6 {
  left: 420px;
  width: 50px;
  height: 50px !important; }

.rate-table td.col-7 {
  left: 560px;
  height: 50px !important; }

.rate-table tbody:nth-of-type(2n+2) tr.room td.sold.high-price,
.rate-table tbody:nth-of-type(2n+2) tr.room td.sold.low-price {
  background-color: #eeeeee !important;
  /*oldstyle*/ }

.rate-table tbody:nth-of-type(2n+2) tr.room td.sold.high-price.sunday,
.rate-table tbody:nth-of-type(2n+2) tr.room td.sold.low-price.sunday {
  background-color: #e5e5e5 !important; }

.rate-table tbody:nth-of-type(odd) td.sold.high-price.sunday,
.rate-table tbody:nth-of-type(odd) td.sold.low-price.sunday {
  background-color: #e5e5e5 !important; }

.rate-table tbody:nth-of-type(odd) td.sold.high-price.saturday,
.rate-table tbody:nth-of-type(odd) td.sold.low-price.saturday {
  background-color: #efefef !important; }

.rate-table td.sunday {
  background-color: #e5e5e5 !important; }

.rate-table td.saturday {
  background-color: #efefef; }

#rate-table tbody.row_events td.empty_event {
  height: 26px !important; }

#rate-table tbody.row_events td.start_event {
  overflow: visible;
  position: relative;
  height: 26px !important; }
  #rate-table tbody.row_events td.start_event span {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    height: 22px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #ffa500;
    line-height: 18px;
    text-align: left;
    transform: translate(0, -50%);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.rates-empty {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;*/
  position: fixed;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  display: block;
  margin-top: 74px;
  font-size: 20px; }

.App.isOpenFilter .rates-empty {
  padding-left: 250px; }

.chart .alert {
  position: absolute;
  left: 15px !important;
  right: 15px !important;
  width: auto;
  top: 46px;
  height: 63px !important; }

.inner_forCharts {
  margin-left: 0 !important; }
  .inner_forCharts .rate-table {
    background-color: #f9f9f9; }
    .inner_forCharts .rate-table .data-header td {
      border: none;
      height: 50px;
      padding: 10px 5px;
      vertical-align: top;
      font-weight: normal; }
    .inner_forCharts .rate-table td {
      width: 70%;
      text-align: center;
      vertical-align: middle;
      padding: 4px 4px 0 4px; }
    .inner_forCharts .rate-table .hidden_dates {
      height: 1px !important;
      padding: 0 !important; }
    .inner_forCharts .rate-table .header_table_leftOffset {
      width: 60px;
      height: auto; }
    .inner_forCharts .rate-table .header_table_rightOffset {
      width: 25px;
      height: auto; }
    .inner_forCharts .rate-table .smaller_font {
      font-size: smaller; }

.box_shadow {
  background-color: #f9f9f9; }

.no_background_color {
  background-color: white !important; }

.box_shadow_forCharts {
  width: 100% !important; }

@media (max-width: 1500px) {
  .b-rate-cols_forCharts {
    width: 100% !important; } }

.rates {
  margin-bottom: 0;
  font-size: 11px;
  color: #333333;
  width: calc(100% - 50px);
  transition: all .4s ease; }
  .rates > div {
    display: inline-block; }
  .rates #labels-wrap {
    transition: all .4s ease;
    width: 470px;
    padding: 0; }
    .rates #labels-wrap table {
      table-layout: fixed;
      width: 100%; }
      .rates #labels-wrap table tr:not(.header_table) td:nth-child(1) {
        vertical-align: top; }
      .rates #labels-wrap table tr:not(.header_table) td:nth-child(2) {
        vertical-align: top; }
      .rates #labels-wrap table tr:not(.header_table) td:nth-child(3) {
        vertical-align: top; }
      .rates #labels-wrap table tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .rates #labels-wrap table tr td.btn-wrap {
          width: 50px;
          cursor: pointer; }
        .rates #labels-wrap table tr td.star {
          width: 80px; }
        .rates #labels-wrap table tr td.hotel, .rates #labels-wrap table tr td.offer {
          width: 80px;
          text-align: left; }
          .rates #labels-wrap table tr td.hotel.full-width, .rates #labels-wrap table tr td.offer.full-width {
            width: 340px; }
      .rates #labels-wrap table tr:not(.header_table) td.btn-wrap {
        color: #8cbf36; }
      .rates #labels-wrap table tr:not(.header_table) td.star {
        color: #8cbf36; }
      .rates #labels-wrap table tr.event_label td {
        height: 26px; }
      .rates #labels-wrap table.table-rates_hide-btns tr td.hotel, .rates #labels-wrap table.table-rates_hide-btns tr td.offer {
        width: 110px; }
        .rates #labels-wrap table.table-rates_hide-btns tr td.hotel > span[data-tooltip] > span, .rates #labels-wrap table.table-rates_hide-btns tr td.offer > span[data-tooltip] > span {
          width: 105px; }
      .rates #labels-wrap table.table-rates_hide-starts tr td.hotel, .rates #labels-wrap table.table-rates_hide-starts tr td.offer {
        width: 110px; }
        .rates #labels-wrap table.table-rates_hide-starts tr td.hotel > span[data-tooltip] > span, .rates #labels-wrap table.table-rates_hide-starts tr td.offer > span[data-tooltip] > span {
          width: 105px; }
      .rates #labels-wrap table.table-rates_hide-starts.table-rates_hide-btns tr td.hotel, .rates #labels-wrap table.table-rates_hide-starts.table-rates_hide-btns tr td.offer {
        width: 115px; }
        .rates #labels-wrap table.table-rates_hide-starts.table-rates_hide-btns tr td.hotel > span[data-tooltip] > span, .rates #labels-wrap table.table-rates_hide-starts.table-rates_hide-btns tr td.offer > span[data-tooltip] > span {
          width: 115px; }
  .rates #rate-wrap {
    position: absolute;
    top: 0;
    left: 470px;
    right: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
    transition: all .4s ease; }
    .rates #rate-wrap tr.data-header {
      height: 50px;
      background-color: #e5e5e5; }
    .rates #rate-wrap tr td {
      position: relative;
      padding: 4px 4px 0 4px;
      min-width: 60px;
      white-space: nowrap;
      max-width: 85px; }
      .rates #rate-wrap tr td.day-6 {
        background-color: #e8e8e8; }
      .rates #rate-wrap tr td.day-0 {
        background-color: #e8e8e8; }
      .rates #rate-wrap tr td.high-price {
        background-color: #dff7c4; }
      .rates #rate-wrap tr td.low-price {
        background-color: #fbd5d9; }
      .rates #rate-wrap tr td.sold {
        text-decoration: line-through;
        color: #aaa; }
        .rates #rate-wrap tr td.sold > span {
          text-decoration: line-through; }
      .rates #rate-wrap tr td .tt-wrap {
        position: relative;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        padding: 0; }
        .rates #rate-wrap tr td .tt-wrap .tt {
          position: absolute;
          top: 25px;
          z-index: 2000;
          opacity: 1;
          display: none;
          width: auto;
          min-width: 320px;
          padding: 10px;
          border: 1px solid #ddd;
          left: 16px;
          background: #fff;
          white-space: nowrap; }
        .rates #rate-wrap tr td .tt-wrap:hover .tt {
          display: block;
          top: -40px; }
    .rates #rate-wrap tr:last-child .tt {
      top: -46px !important; }
  .rates table tbody + tbody {
    border-top: 1px solid #f1f1f1; }
  .rates table tbody tr td {
    height: 30px;
    padding: 8px 0 4px;
    vertical-align: middle;
    text-align: center; }
    .rates table tbody tr td > table {
      width: 100%; }
  .rates table tbody tr.header_table td {
    height: 50px;
    background-color: #e5e5e5;
    font-weight: normal; }
  .rates table tbody tr.ref_hotel td {
    font-weight: 700; }
  .rates table tbody tr.zebra_price td.high-price {
    background-color: #bae585 !important; }
  .rates table tbody tr.zebra_price td.low-price {
    background-color: #f3a7b5 !important; }
  .rates.without-stars #labels-wrap {
    width: 390px; }
  .rates.without-stars #rate-wrap {
    left: 390px; }
  .rates.without-hide-offer #labels-wrap {
    width: 410px; }
  .rates.without-hide-offer #rate-wrap {
    left: 410px; }
  .rates.without-hide-offer.without-stars #labels-wrap {
    width: 330px; }
  .rates.without-hide-offer.without-stars #rate-wrap {
    left: 330px; }

.row_events td {
  height: 24px !important;
  padding: 2px 0 0 2px !important; }
  .row_events td.start_event {
    overflow: visible;
    position: relative;
    height: 26px !important; }
    .row_events td.start_event span {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      height: 22px;
      padding: 2px 5px;
      border-radius: 3px;
      background-color: #ffa500;
      line-height: 18px;
      text-align: left;
      transform: translate(0, -50%);
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.spacer {
  height: 2px; }

.big_spacer {
  height: 21px; }

.event div {
  height: 22px !important;
  background-color: #ffa500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
  line-height: 18px;
  padding: 2px 5px;
  text-align: left;
  cursor: pointer; }

.user_event {
  background-color: rgba(255, 235, 0, 0.62) !important; }

.rates #labels-wrap > table tr td {
  overflow: visible; }

span[data-tooltip] {
  position: relative;
  width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  z-index: 1000; }
  span[data-tooltip] > span {
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden; }
  span[data-tooltip]:hover:before, span[data-tooltip]:hover:after {
    display: block;
    position: absolute;
    color: white; }
  span[data-tooltip]:hover:before, span[data-tooltip]:hover:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 2000;
    opacity: 1; }
  span[data-tooltip]:hover:before {
    border-radius: 4px;
    background-color: #333;
    margin: 0;
    padding: 6px 12px;
    font-size: 12px;
    content: attr(data-title); }
  span[data-tooltip]:hover:after {
    content: '';
    position: absolute;
    bottom: -10px;
    border-style: solid;
    /**/ }
  span[data-tooltip][data-placement="top"]:before {
    bottom: 22px; }
  span[data-tooltip][data-placement="top"]:after {
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px  6px 0 6px;
    border-color: #333 transparent transparent transparent;
    bottom: 14px; }
  span[data-tooltip][data-placement="bottom"]:before {
    bottom: -35px; }
  span[data-tooltip][data-placement="bottom"]:after {
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #333 transparent; }
#seriesChart {
  position: relative;
  padding-top: 15px; }

.chart {
  width: 100%;
  padding-left: 15px;
  transition: .4s linear; }
  .chart .well {
    border: none;
    padding: 0 !important; }
    .chart .well > .row {
      margin: 0; }

.App.isOpenFilter .chart {
  transform: translate(250px, 0); }

.highcharts-root, .highcharts-container {
  overflow: visible !important; }

.toolbar .tabs {
  float: right;
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: flex; }
  .toolbar .tabs li {
    transition: all .2s linear;
    padding: 4px 13px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: -5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
    .toolbar .tabs li:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .toolbar .tabs li:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }

.btn-default a:hover {
  text-decoration: none; }

.highcharts-data-labels > div span {
  display: block;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 3px;
  left: 2px !important; }

.highcharts-background {
  fill: #f9f9f9; }

.highcharts-title, .highcharts-button {
  display: none; }

.wrap_charts {
  overflow: hidden;
  background-color: #f9f9f9;
  padding-top: 20px; }
  .wrap_charts .weekend {
    fill: #e8e8e8; }
  .wrap_charts #eventsChart {
    height: 100%;
    width: 100%; }

.toolbar h2 {
  color: #000;
  font-size: 20px;
  margin: 0;
  text-align: center;
  padding-top: 6px; }

.toolbar .tabs li a, .toolbar .tabs li button {
  line-height: 1.3;
  color: #333; }

.toolbar .tabs li button {
  border: none;
  background: transparent; }

.toolbar .tabs li:hover {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.toolbar .tabs li.active {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.toolbar #prev-view,
.toolbar #next-view {
  font-size: 12px;
  padding: 5px 13px;
  min-height: 32px; }

.toolbar #prev-view {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.toolbar #next-view {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.tooltip_linechart {
  height: 0;
  width: 0;
  display: block; }

#dates-in-view {
  padding-left: 70px; }
.error-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%; }

.preloader_percent {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff; }

.pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(100vw);
  height: 100vh;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat; }

.pre-loader > div {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -55px; }

.pre-loader button {
  position: absolute;
  left: 50%;
  top: 135%;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
  transform: translate(-50%, 0); }
.br-widget span {
  color: #fff;
  text-align: center;
  padding-top: 3px;
  background-color: #e3e3e3;
  border-right: 2px solid #fff;
  width: 24px;
  height: 24px;
  display: block;
  float: left; }
  .br-widget span:nth-child(1):hover, .br-widget span:nth-child(1).active {
    background-color: #ffe303; }
  .br-widget span:nth-child(2):hover, .br-widget span:nth-child(2).active {
    background-color: #ffd303; }
  .br-widget span:nth-child(3):hover, .br-widget span:nth-child(3).active {
    background-color: #ffb303; }
  .br-widget span:nth-child(4):hover, .br-widget span:nth-child(4).active {
    background-color: #ffa303; }
  .br-widget span:nth-child(5):hover, .br-widget span:nth-child(5).active {
    background-color: #ff9303; }
  .br-widget span:nth-child(6):hover, .br-widget span:nth-child(6).active {
    background-color: #ff8303; }
  .br-widget span:nth-child(7):hover, .br-widget span:nth-child(7).active {
    background-color: #ff7303; }
  .br-widget span:nth-child(8):hover, .br-widget span:nth-child(8).active {
    background-color: #ff6303; }
  .br-widget span:nth-child(9):hover, .br-widget span:nth-child(9).active {
    background-color: #ff5303; }
  .br-widget span:nth-child(10):hover, .br-widget span:nth-child(10).active {
    background-color: #ff4303; }
.coming_soon {
  position: static;
  display: none; }

#tpl-event-details h2 .icon-envelope {
  display: none; }

#tpl-event-details .row.description {
  height: auto; }
  #tpl-event-details .row.description strong {
    font-size: 13px; }

.eventListImage {
  display: none; }

.modal .modal-dialog.event_modal {
  max-width: 900px;
  margin: 0;
  top: 20%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0); }
  .modal .modal-dialog.event_modal .close {
    position: absolute;
    top: 20px;
    right: 20px; }
  .modal .modal-dialog.event_modal .modal-header {
    position: relative; }

.modal .checkbox-wrap {
  cursor: pointer; }
.edit_comp .btn .icon-action-undo {
  margin-right: 5px;
  font-size: 12px; }
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.hotel_rows .fa-trash,
.hotel_rows .fa-square-o,
.hotel_rows .fa-check-square-o,
.wrap_hidden_btn span {
  cursor: pointer; }

.wrap_hidden_btn .fa-check {
  color: #a94442; }

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

.hotel_rows .hide_btn {
  width: 61px; }

.hotel-list {
  margin-top: 20px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto; }

.global-search-modal .modal-title {
  display: inline-block; }

.global-search-modal .list-group-item:last-child, .global-search-modal .list-group-item:first-child {
  border-radius: 0; }

.city_select .Select-value, .hotel_select .Select-value {
  max-width: 80% !important; }
.edit_comp {
  margin-top: 90px; }
  .edit_comp .delete_btn i {
    cursor: pointer; }

.modal-dialog.edit_compset_modal .close {
  position: absolute;
  top: 20px;
  right: 10px; }

.modal-dialog.edit_compset_modal .wrap_input {
  position: relative;
  padding: 10px; }
  .modal-dialog.edit_compset_modal .wrap_input label {
    position: absolute;
    left: 10px;
    top: 50px;
    font-size: 10px; }
  .modal-dialog.edit_compset_modal .wrap_input .danger {
    border: 1px solid red; }
    .modal-dialog.edit_compset_modal .wrap_input .danger + label {
      color: red; }

.table > tbody > tr > td:last-child {
  border-bottom: 1px solid #e8e8e8 !important; }
#schedule {
  position: relative;
  margin-bottom: 15px; }
  #schedule .schedule-text {
    display: block;
    margin-top: 0;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ccc; }
  #schedule .form-horizontal {
    display: none;
    position: absolute;
    left: 13px;
    top: 45px;
    z-index: 100;
    width: 231px;
    height: 165px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    padding: 12px; }
    #schedule .form-horizontal .form-control {
      border-color: #ddd !important;
      position: relative; }
    #schedule .form-horizontal label {
      color: #333 !important;
      font-size: 13px; }
    #schedule .form-horizontal .on-day {
      display: inline-block;
      font-weight: 900;
      font-size: 13px; }
    #schedule .form-horizontal:after, #schedule .form-horizontal:before {
      position: absolute;
      left: 50%;
      margin-left: -6px;
      border-width: 0 12px 12px 12px;
      border-style: solid; }
    #schedule .form-horizontal:before {
      z-index: 2;
      top: -11px;
      border-color: transparent transparent #ffffff transparent; }
    #schedule .form-horizontal:after {
      z-index: 1;
      top: -12px;
      border-color: transparent transparent #bbbbbb transparent; }
    #schedule .form-horizontal .control-label {
      width: 75px;
      padding: 7px 0;
      text-align: right; }
    #schedule .form-horizontal .col-sm-8 {
      width: 155px;
      padding: 0 7px; }
    #schedule .form-horizontal hr {
      margin-top: 10px;
      margin-bottom: 10px; }
  #schedule.open .form-horizontal {
    display: block; }
  #schedule .week, #schedule .month {
    display: none; }
  #schedule.week .week {
    display: block; }
  #schedule.month .month {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #schedule .month .form-control {
    width: 34px;
    text-align: center;
    padding: 6px 8px;
    display: inline-block;
    margin-right: 6px; }
  #schedule.placement-top.day .form-horizontal {
    top: -150px;
    height: 165px;
    padding: 10px; }
  #schedule.placement-top.day .by {
    display: none; }
  #schedule.placement-top .form-horizontal {
    top: -195px;
    height: 210px;
    padding: 10px; }
    #schedule.placement-top .form-horizontal hr {
      margin-top: 0;
      margin-bottom: 6px; }
    #schedule.placement-top .form-horizontal:after, #schedule.placement-top .form-horizontal:before {
      position: absolute;
      left: 50%;
      margin-left: -6px;
      border-width: 12px 12px 0 12px;
      border-style: solid; }
    #schedule.placement-top .form-horizontal:before {
      z-index: 1;
      top: auto;
      bottom: -11px;
      border-color: #ffffff transparent transparent transparent; }
    #schedule.placement-top .form-horizontal:after {
      z-index: 0;
      top: auto;
      bottom: -12px;
      border-color: #bbbbbb transparent transparent transparent; }

.bootstrap-timepicker-widget {
  z-index: 1100 !important; }

.has-success #schedule .schedule-text {
  border-color: #00a65a; }

.has-error #schedule .schedule-text {
  border-color: #843534; }
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px; }

.bootstrap-timepicker .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px; }

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px; }

.bootstrap-timepicker-widget table td span {
  width: 100%; }

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333; }

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd; }

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px; }

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%; } }

.form-horizontal {
  background-color: #ffffff; }

.form-group .timezone-picker {
  display: block; }
  .form-group .timezone-picker .timezone-picker-textfield input {
    text-align: left; }

.input_settings {
  text-align: left; }
#email_reportsDataTable th {
  background-color: #f5f5f5; }

#email_reportsDataTable tr th:first-child, #email_reportsDataTable tr td:first-child {
  min-width: 84px; }

#email_reportsDataTable tbody tr {
  cursor: pointer; }
  #email_reportsDataTable tbody tr:hover {
    background: #e5e5e5;
    transition: .2s linear; }

.wrap_user_settings .form-horizontal {
  padding-left: 30px; }
  .wrap_user_settings .form-horizontal h4 {
    margin-left: -15px; }
  .wrap_user_settings .form-horizontal .row {
    margin-left: 0; }

.modal_email_report .close {
  position: absolute;
  top: 20px;
  right: 20px; }

.modal_email_report .custom-checkbox {
  margin-bottom: 11px; }

.modal_email_report .label {
  line-height: 18px; }

.Select-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-group.custom-checkbox {
  margin-top: 37px; }

.wrap_email_report .table {
  border: 1px solid lightgray; }
.timezone-picker{display:inline-block;font:13px sans-serif;position:relative}.timezone-picker-textfield input{width:100%;padding:9px 12px;font:inherit;box-sizing:border-box;outline:0;background:#fff;border:1px solid #e6ebec;border-radius:2px}.timezone-picker-list{top:100%;left:0;right:0;max-height:200px;overflow-y:auto;margin:0;padding:0;border:1px solid #e6ebec;margin-top:-1px;border-radius:0 0 3px 3px;display:none}.timezone-picker-list-rel{position:relative}.timezone-picker-list-abs{position:absolute;background-color:#fff;z-index:2000;opacity:.99}.timezone-picker-list-item{color:#444;padding:5px 12px}.timezone-picker-list-item-active{background:#ececec;cursor:pointer}.timezone-picker-open .timezone-picker-list{display:block}.timezone-picker-selected .timezone-picker-textfield input{color:#474747}/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px; }

.bootstrap-timepicker .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  left: 6px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  left: 7px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px; }

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px; }

.bootstrap-timepicker-widget table td span {
  width: 100%; }

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333; }

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd; }

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px; }

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%; } }

.form-horizontal {
  background-color: #ffffff; }

.form-group .timezone-picker {
  display: block; }
  .form-group .timezone-picker .timezone-picker-textfield input {
    text-align: left; }

.input_settings {
  text-align: left; }

.user_settings_wrapper {
  margin-bottom: 30px; }

.settings label.control-label {
  padding: 6px 0 0 0; }

.settings .btn .icon-action-undo {
  margin-right: 5px;
  font-size: 12px; }

.wrap_user_settings .form-control {
  border-radius: 0; }

.wrap_user_settings .btn {
  border-radius: 0; }
.settings {
  margin-top: 100px; }
  .settings .wrapper {
    padding: 15px 30px;
    border-radius: 4px;
    background-color: #ffffff; }
  .settings .wrap_email_report {
    padding-left: 0;
    padding-right: 0; }
  .settings .delete_column {
    width: 44px;
    padding: 8px; }
    .settings .delete_column span {
      cursor: pointer; }
    .settings .delete_column .wrap_hidden_btn {
      display: block; }
  .settings .btn {
    transition: all .2s linear; }
  .settings .error_save {
    border: 1px solid red; }
    .settings .error_save:focus {
      border: 1px solid red; }
  .settings .settings_passwords {
    text-align: left; }
  .settings .settings_passwords + span {
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    color: red; }

.timezone-picker-textfield input {
  border-radius: 4px;
  border: 1px solid #ccc; }

.wrap_hidden_btn span {
  display: inline-block; }
.user-events a.btn {
  margin-left: 5px;
  padding-right: 16px; }
  .user-events a.btn span {
    font-size: 11px; }

.user-events .table-responsive {
  overflow-x: auto; }

.user-events .grid-item-container {
  padding: 0 0 10px 10px; }
  .user-events .grid-item-container .event-grid-item {
    background-color: #f9f9f9; }

.user-events .table-responsive {
  width: 100%;
  margin-top: 20px;
  background-color: #eeeeee;
  font-size: 12px; }
  .user-events .table-responsive table {
    background-color: #eeeeee; }
  .user-events .table-responsive thead th {
    background-color: #f5f5f5;
    border: none;
    padding-left: 0;
    position: relative;
    padding-right: 12px;
    cursor: pointer; }
    .user-events .table-responsive thead th.btn_delete {
      width: 42px;
      min-width: 42px; }
    .user-events .table-responsive thead th i {
      position: absolute;
      top: 50%;
      right: 1px;
      height: 8px;
      width: 9px;
      margin-top: -4px; }
      .user-events .table-responsive thead th i.sorting {
        background: url("/img/sort_sprite.png") no-repeat -36px -2px;
        height: 15px;
        margin-top: -8px; }
      .user-events .table-responsive thead th i.sorting_asc {
        background: url("/img/sort_sprite.png") no-repeat -3px -2px; }
      .user-events .table-responsive thead th i.sorting_desc {
        background: url("/img/sort_sprite.png") no-repeat -20px -10px; }
  .user-events .table-responsive_container {
    margin-left: 10px;
    margin-top: 10px; }

.user-events .table > tbody > tr {
  cursor: pointer; }
  .user-events .table > tbody > tr:hover {
    background: #e5e5e5;
    transition: .2s linear; }
  .user-events .table > tbody > tr > td {
    padding: 2px 10px;
    border-bottom: 1px solid #e8e8e8 !important; }
    .user-events .table > tbody > tr > td.btn_delete {
      width: 42px;
      min-width: 42px;
      text-align: center; }

.user-events .table tr th, .user-events .table tr td {
  white-space: nowrap;
  min-width: 70px;
  max-width: 300px;
  position: relative; }
  .user-events .table tr th.text-lg, .user-events .table tr td.text-lg {
    padding: 10px;
    overflow: hidden; }
    .user-events .table tr th.text-lg > div, .user-events .table tr td.text-lg > div {
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0;
      padding-top: 2px; }
      .user-events .table tr th.text-lg > div:hover, .user-events .table tr td.text-lg > div:hover {
        position: relative;
        padding: 3px;
        width: auto;
        background-color: #fffacd;
        z-index: 2222;
        border: 1px solid #dddddd;
        top: -1px;
        left: -4px;
        margin-bottom: -6px; }
  .user-events .table tr th:not(.text-lg), .user-events .table tr td:not(.text-lg) {
    overflow: hidden;
    text-overflow: ellipsis; }

.modal-event {
  width: 800px;
  max-width: 800px;
  margin-left: -400px; }
  .modal-event .close {
    position: absolute;
    right: 20px;
    top: 20px; }
  .modal-event .modal-content {
    border-radius: 3px; }
  .modal-event .modal-body {
    padding-bottom: 0; }
    .modal-event .modal-body > .row {
      margin-bottom: 12px; }
    .modal-event .modal-body .col-xs-6 > .row {
      margin-bottom: 12px; }
    .modal-event .modal-body label {
      font-size: 12px;
      display: table-cell;
      vertical-align: middle;
      height: 34px;
      margin-bottom: 0; }
    .modal-event .modal-body .form-control {
      border-radius: 0; }
    .modal-event .modal-body .help-block {
      margin-bottom: 0; }
  .modal-event .Select-control {
    border-radius: 0 !important; }
.header_drop_down {
  padding: 6px 25px 6px 12px; }

.home-header .dropdown-menu li {
  padding: 0; }
#header-container {
  z-index: 9; }

.App-intro {
  color: green; }

.wrap-filters {
  width: 100%; }

body, .App {
  min-height: 100vh;
  height: 100%;
  font-family: 'open_sansregular', sans-serif, Arial; }

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*height: 100%;*/
  background-color: #f1f1f1; }

html {
  overflow-x: hidden; }

body.login_page {
  background-image: url("/images/london.jpg"); }

.blured-content {
  background-image: url("/images/london_blurred.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: transparent;
  z-index: 100;
  padding: 20px; }

.blured-content .modal-body {
  margin-top: 25px; }

.blured-content .checkbox.custom-checkbox span {
  padding: 1px; }

.blured-content .checkbox.custom-checkbox label {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #fff; }

.blured-content .help-block, .blured-content .help-block a {
  color: #fff; }

body.modal-open {
  background-color: #f9f9f9; }

.box_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; }

#header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 4px solid #88c380; }

.App {
  margin-top: 90px; }

.header_drop_down {
  position: relative;
  min-width: 120px;
  text-align: left; }

.header_drop_down .fa-user {
  margin-right: 5px; }

.header_drop_down .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%); }

.home-header .dropdown-menu a {
  position: relative; }

.home-header .dropdown-menu .fa {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  color: #8cbf36; }

.dropdown-menu > li > a {
  padding: 3px 20px 3px 31px; }

.login-dialog .header-brand {
  height: 119px; }

.login-dialog .checkbox.custom-checkbox input + span {
  width: 14px; }

.login-dialog button.btn {
  width: 100%; }

.modal-open {
  overflow-x: hidden;
  overflow-y: visible;
  padding-right: 0 !important; }

.modal-open .modal {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: visible; }

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

.btn {
  border-radius: 2px; }

/**login**/
.login-dialog .form-control {
  border-radius: 2px;
  height: 37px; }

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

.login-dialog .form-control:focus {
  border-color: #999 !important;
  outline: 0; }

.login-dialog .modal-header-custom img {
  zoom: 0.7; }

/**/
.modal-dialog {
  margin: 20px; }

.btn:focus, .btn:active:focus {
  outline: none; }

.content-header {
  color: #333; }

.rdtPicker td.rdtActive, .rdtPicker td.rdtActive:hover {
  background-color: #8cbf35;
  color: #fff; }

.dropdown-menu, .form-control, .btn, .panel .btn, .btn-group > .btn:last-of-type, .panel, .panel-heading {
  border-radius: 0; }

.panel .btn + .btn {
  border-left: 0; }

.toolbar .tabs li {
  border-radius: 0 !important; }

.modal-event .Select-control {
  height: 34px;
  min-height: 34px; }

.modal-event .Select-input {
  height: 32px; }

.modal-event .form-group {
  min-height: 39px; }

/**media**/
@media (min-width: 768px) {
  .modal-dialog.login-dialog {
    margin: -190px 0 0 -200px; }
  .modal-md {
    width: 400px; } }

.response a {
  color: #fff;
  display: block;
  font-weight: 700; }

.list-group-item {
  cursor: pointer; }
  .list-group-item:hover, .list-group-item:focus, .list-group-item:active, .list-group-item.active {
    color: #fff;
    background: rgba(140, 191, 54, 0.7);
    border-color: rgba(140, 191, 54, 0.7); }
  .list-group-item.active:hover {
    background: rgba(140, 191, 54, 0.7);
    border-color: rgba(140, 191, 54, 0.7); }

/*# sourceMappingURL=app.001dfaac2b2b17.css.map*/