/* path */
/* fonts */
/* colors */
/* backgrounds */
/* border colors */
/* second colors */
/* backgrounds */
/* path */
/* border colors */
@font-face {
  font-family: 'clear_sansbold';
  src: url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_lightregular';
  src: url("../fonts/clearsans-light-webfont.woff2") format("woff2"), url("../fonts/clearsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_mediumregular';
  src: url("../fonts/clearsans-medium-webfont.woff2") format("woff2"), url("../fonts/clearsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sansregular';
  src: url("../fonts/clearsans-regular-webfont.woff2") format("woff2"), url("../fonts/clearsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldmedium';
  src: url("../fonts/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldbold';
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* path */
/* fonts */
/* colors */
/* backgrounds */
/* border colors */
/* second colors */
/* backgrounds */
/* path */
/* border colors */
@-webkit-keyframes ue-modal-pt {
  0% {
    padding-top: 280px;
  }
  100% {
    padding-top: 47px;
  }
}

@keyframes ue-modal-pt {
  0% {
    padding-top: 280px;
  }
  100% {
    padding-top: 47px;
  }
}

@-webkit-keyframes ue-modal--auth-mt {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -230px;
  }
}

@keyframes ue-modal--auth-mt {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -230px;
  }
}

.pallet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 200px;
}

/* ue-list-unstyled */
.ue-list-unstyled {
  margin-bottom: 0;
}

.ue-list-unstyled LI {
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}

.ue-list-unstyled LI.active A {
  color: #228ae6 !important;
}

.ue-list-unstyled LI A {
  font: 16px oswaldmedium;
  color: #303852;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ue-list-unstyled LI A:hover {
  text-decoration: none;
  color: #228ae6 !important;
}

/* ue-list-unstyled-lower */
.ue-list-unstyled-lower LI {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.ue-list-unstyled-lower LI A {
  font: 16px clear_sansregular;
  color: #363b48;
}

.ue-list-unstyled-lower LI A:hover {
  text-decoration: none;
}

.ue-form-group {
  margin-bottom: 2rem;
  position: relative;
  padding-top: 20px;
  background-color: #f8f9fa;
}

.ue-form-group I {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 2;
  font-size: 20px;
  color: #495057;
}

.ue-form-group .icon-check {
  opacity: 0;
  color: #52AA5E !important;
}

.ue-form-group .icon-exclamation {
  opacity: 0;
  color: #F03C3C !important;
}

.ue-form-group input.error,
.ue-form-group select.error,
.ue-form-group textarea.error {
  background-color: #fad2d2 !important;
}

.ue-form-group input.error ~ label,
.ue-form-group select.error ~ label,
.ue-form-group textarea.error ~ label {
  top: 0;
  padding-top: 5px;
  font-size: 13px !important;
  background-color: #fad2d2 !important;
  color: #F03C3C;
}

.ue-form-group input.error ~ label.error,
.ue-form-group select.error ~ label.error,
.ue-form-group textarea.error ~ label.error {
  padding-top: 0 !important;
  background: #fff !important;
  font-size: 14px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ue-form-group input.error ~ .icon-exclamation,
.ue-form-group select.error ~ .icon-exclamation,
.ue-form-group textarea.error ~ .icon-exclamation {
  opacity: 1;
}

.ue-form-group input.valid {
  background-color: #d9ecdd !important;
  border-color: #40C057 !important;
}

.ue-form-group input.valid ~ label {
  background-color: #d9ecdd !important;
  color: #495057;
}

.ue-form-group input.valid ~ .icon-check {
  opacity: 1;
}

.ue-form-group label.error {
  position: static;
  color: #F03C3C;
  margin-top: 0;
}

.ue-form-group label.error:focus {
  font-size: 14px;
  background-color: transparent;
}

.ue-form-group label.error.valid {
  display: none !important;
}

.ue-form-group INPUT {
  margin-top: 5px;
  height: 34px;
  padding: 0 44px 0 12px;
  border: 0;
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  font-weight: 400;
  color: #363b48;
  background-color: transparent;
  border-bottom: 1px solid #adb5bd;
  border-radius: 0;
}

.ue-form-group INPUT::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT:focus {
  outline: none;
  transition: all 0.2s;
  border-bottom-color: #228ae6;
  background-color: transparent;
}

.ue-form-group INPUT:focus ~ LABEL {
  z-index: 1;
  top: 0;
  padding-top: 5px;
  font-size: 13px !important;
  background-color: #EDF6FE;
}

.ue-form-group INPUT:focus ~ label.error {
  font-size: 14px;
  background-color: transparent;
}

.ue-form-group INPUT.edited ~ label {
  top: 0;
  padding-top: 5px;
  font-size: 13px;
}

.ue-form-group INPUT, .ue-form-group TEXTAREA {
  margin-top: 5px;
  height: 34px;
  padding: 0 44px 0 12px;
  border: 0;
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  font-weight: 400;
  color: #363b48;
  background-color: transparent;
  border-bottom: 1px solid #adb5bd;
  border-radius: 0;
}

.ue-form-group INPUT::-webkit-input-placeholder, .ue-form-group TEXTAREA::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT::-moz-placeholder, .ue-form-group TEXTAREA::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT:-ms-input-placeholder, .ue-form-group TEXTAREA:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT:-moz-placeholder, .ue-form-group TEXTAREA:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #363b48;
}

.ue-form-group INPUT:focus, .ue-form-group TEXTAREA:focus {
  outline: none;
  transition: all 0.2s;
  border-bottom-color: #228ae6;
}

.ue-form-group INPUT:focus ~ LABEL, .ue-form-group TEXTAREA:focus ~ LABEL {
  top: 0;
  padding-top: 5px;
  font-size: 13px !important;
}

.ue-form-group INPUT:focus ~ label.error, .ue-form-group TEXTAREA:focus ~ label.error {
  font-size: 14px;
  background-color: transparent;
}

.ue-form-group INPUT.edited ~ label, .ue-form-group TEXTAREA.edited ~ label {
  top: 0;
  padding-top: 5px;
  font-size: 13px;
}

.ue-form-group LABEL {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  padding: 0 12px;
  font-family: clear_sansregular;
  color: #495057;
  transition: all 0.2s ease;
  background-color: transparent;
}

.ue-form-group LABEL::after {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
  visibility: hidden;
  transition: .2s ease all;
}

.ue-form-group .input-group-addon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #495057;
  border: transparent;
}

.ue-form-group.disabled {
  background: transparent;
}

.ue-form-group.disabled .form-control {
  background-color: transparent;
  color: #B2B6BF;
  border-bottom-color: #F3F3F3;
}

.ue-form-group.disabled LABEL {
  color: #E3E4E8;
  background-color: transparent;
}

.ue-form-group.readOnly {
  pointer-events: none !important;
  background: #FBFCFC !important;
}

.ue-form-group.readOnly .form-control {
  background-color: transparent !important;
  border-bottom-color: #F3F3F3 !important;
}

.ue-form-group.readOnly LABEL {
  background-color: #FBFCFC !important;
}

.ue-form-group.readOnly input.valid ~ label {
  background-color: #FBFCFC !important;
}

.formValidate--errorWhite .ue-form-group input.error ~ label.error {
  background-color: #fff !important;
}

.ue-form-group-highlight.readOnly {
  pointer-events: none;
  background: transparent;
}

.ue-form-group-highlight.readOnly .select2-selection__arrow {
  display: none !important;
}

.ue-form-group-highlight.readOnly .select2-container .select2-selection--single {
  border-bottom-color: #F3F3F3 !important;
}

.ue-form-group-highlight.readOnly .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control {
  background-color: #f8f9fa;
  border-bottom-color: #F3F3F3;
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly LABEL {
  background-color: #f8f9fa;
}

.ue-form-group .datePicker INPUT.edited ~ label {
  top: -18px;
}

.ue-form-group .datePicker label {
  top: 8px;
}

.ue-form-group .datePicker INPUT:focus ~ LABEL {
  top: -20px;
}

.custom-select__dropdown-search {
  padding: 0 !important;
}

.custom-select__dropdown-search .ue-form-group {
  margin: 0 auto;
  width: 100%;
}

.custom-select__dropdown-search .ue-form-group label {
  padding: 0 20px;
}

.custom-select__dropdown-search .ue-form-group input {
  position: relative;
  z-index: 5;
  padding-left: 20px;
}

.custom-select__dropdown-search .ue-form-group input:focus {
  margin-top: 0;
}

.custom-select__dropdown-search .ue-form-group i {
  z-index: 6;
}

.multi-tag ~ .select2 .select2-selection.select2-selection--multiple {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background-color: #FBFCFC;
}

.multi-tag ~ .select2 .select2-selection__rendered {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 30px;
}

.multi-tag ~ .select2 .select2-selection__rendered .select2-selection__choice {
  height: 34px;
  background-color: #fff;
  font: 16px/32px clear_sansregular;
  border: none;
}

.multi-tag ~ .select2 .select2-selection__rendered .ue-form-group input.valid {
  background: transparent !important;
}

.ue-form-group > label:last-child {
  display: block !important;
}

.message__alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  font-family: clear_sans_mediumregular;
  border-radius: 2px;
}

.message__alert I {
  margin-right: 7px;
}

.message__alert.bg-error {
  border: 1px solid #F72A2A;
  background-color: rgba(247, 42, 42, 0.3);
  color: #343A40;
}

.message__alert.bg-error i {
  color: #F72A2A !important;
}

.message__alert.g-bg-orange {
  border: 1px solid #F08C00;
  background-color: rgba(240, 140, 0, 0.3) !important;
  color: #343A40;
}

.message__alert.g-bg-orange i {
  color: #F08C00 !important;
}

.message__alert.bg-info {
  border: 1px solid #42A5F5;
  background-color: rgba(66, 165, 245, 0.3) !important;
  color: #343A40;
}

.message__alert.bg-info i {
  color: #42A5F5 !important;
}

.message__alert.bg-success {
  border: 1px solid #52AA5E;
  background-color: rgba(82, 170, 94, 0.3) !important;
  color: #343A40;
}

.message__alert.bg-success i {
  color: #52AA5E !important;
}

.tooltip-light .tooltip-inner {
  background-color: #fff;
  color: #2E4577 !important;
}

.tooltip-light.bs-tooltip-top .arrow::before {
  border-top-color: white !important;
}

.tooltip-light.bs-tooltip-bottom .arrow::before {
  border-bottom-color: white !important;
}

.tooltip-light.bs-tooltip-right .arrow::before {
  border-right-color: white !important;
}

.tooltip-light.bs-tooltip-left .arrow::before {
  border-left-color: white !important;
}

.eventGrid_box_wrap {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 24px;
  width: 264px;
}

.eventGrid_box {
  transition: all 0.2s ease;
}

.eventGrid_box:hover {
  -o-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}

.eventGrid_box_pic {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  height: 300px;
}

.eventGrid_box_pic:hover .eventGrid_box_pic_text {
  background-color: rgba(33, 45, 71, 0.6);
}

.eventGrid_box_pic:hover .eventGrid_box_pic_text_title {
  color: #424d60;
}

.eventGrid_box_pic:hover .eventGrid_box_pic_text_paragraph {
  color: #424d60;
}

.eventGrid_box_pic.active .eventGrid_box_pic_text {
  background-color: rgba(33, 45, 71, 0.6);
}

.eventGrid_box_pic.active .eventGrid_box_pic_text_title {
  color: #424d60;
}

.eventGrid_box_pic.active .eventGrid_box_pic_text_paragraph {
  color: #424d60;
}

.eventGrid_box_pic.active .getTickets {
  visibility: visible;
}

.eventGrid_box_pic.active .eventDetailsBtn {
  visibility: visible;
}

.eventGrid_box_pic_text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(42, 64, 106, 0.2) 0%, rgba(31, 41, 61, 0.85) 62.29%, #1F293D 100%);
  transition: all 0.2s ease;
}

.eventGrid_box_pic_text_title {
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 20px;
  font-family: oswaldregular;
  color: #fff;
}

.eventGrid_box_pic_text_paragraph {
  padding: 0 12px;
  font-size: 14px;
  font-family: oswaldlight;
  color: #fff;
}

.eventGrid_box_pic_icons {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.eventGrid_box_pic_icons_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.eventGrid_box_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #F3F3F3;
  padding: 10px;
}

.eventGrid_box_details > a {
  padding-top: 6px;
  font: 16px oswaldregular;
  color: #1D84B5;
  text-transform: uppercase;
}

.eventGrid_box_details--link-group {
  font: 16px oswaldregular;
  color: #1D84B5;
  text-transform: uppercase;
}

.eventGrid_box_details--link-group .color-primary:hover, .eventGrid_box_details--link-group .color-primary:active, .eventGrid_box_details--link-group .color-primary:focus {
  color: #228ae6 !important;
}

.eventGrid_box_details--link-group .g-color-danger:hover, .eventGrid_box_details--link-group .g-color-danger:active, .eventGrid_box_details--link-group .g-color-danger:focus {
  color: #e03131;
}

.eventGrid_box_details_upto {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 10px;
  cursor: pointer;
}

.eventGrid_box_details_upto .addthis_toolbox {
  position: relative;
  width: 232px;
  padding: 24px 24px 8px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.eventGrid_box_details_upto .addthis_toolbox A {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 16px;
  float: none;
  font: 16px clear_sansregular;
  color: #212D47;
}

.eventGrid_box_details_upto .addthis_toolbox A .at-icon-wrapper {
  margin-right: 8px;
}

.eventGrid_box_details_upto .addthis_toolbox A:hover {
  text-decoration: none;
}

.eventGrid_box_details_upto .addthis_toolbox::after {
  content: "";
  margin-right: -13px;
  width: 26px;
  height: 26px;
  background: #fff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  right: 50%;
}

.addthis_toolbox_wrap {
  display: none;
  position: absolute;
  bottom: 13px;
  left: -104px;
  z-index: 102;
  height: 176px;
}

.upTo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../img/upto.png") no-repeat left bottom;
}

.upTo:hover {
  background-position: left top;
}

.icn-share {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 24px;
  cursor: pointer;
  background: url("../img/icn-share.png") no-repeat 0 0;
}

.icn-share:hover {
  background: url("../img/icn-share-active.png") no-repeat 0 0;
}

.eventGrid_box_link {
  transition: all 0.2s ease;
}

.eventGrid_box_link:hover {
  background-color: rgba(33, 45, 71, 0.8);
}

.eventGrid_box_link:hover .getTickets {
  visibility: visible;
}

.eventGrid_box_link:hover .eventDetailsBtn {
  visibility: visible;
}

.eventGrid_box_link.noHover:hover {
  background-color: transparent !important;
}

.eventGrid_box_link.noHover:hover .eventGrid_box_pic_text {
  background-color: transparent !important;
}

.eventGrid_box_link.noHover:hover .eventGrid_box_pic_text * {
  color: rgba(255, 255, 255, 0.8);
}

.pointer {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.eventGrid_box_pic_in {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}

.eventGrid_box_pic_in img {
  width: 100%;
  height: 100%;
}

.eventGrid_box_img-onhover {
  height: 266px;
  transition: all 0.2s ease;
  z-index: auto;
}

.eventGrid_box_img-onhover .eventGrid_box_pic_in IMG {
  opacity: 0;
}

.eventGrid_box_img-onhover:hover .h3 {
  color: #fff;
}

.eventGrid_box_img-onhover:hover .eventGrid_box_pic_in IMG {
  opacity: 1;
}

.eventGrid_box_img-onhover:hover .eventGrid_box__details-time {
  background: linear-gradient(180deg, rgba(42, 64, 106, 0.2) 0%, rgba(31, 41, 61, 0.85) 62.29%, #1F293D 100%);
}

.eventGrid_box_img-onhover:hover .eventGrid_box__details-time--details {
  color: #adb5bd;
}

.eventGrid_box_img-onhover:hover .eventGrid_box__details-time--details P {
  color: #adb5bd;
}

.eventGrid_box_img-onhover:hover .eventGrid_box__details-time--details P SPAN {
  color: #fff;
}

.eventGrid_box_img-onhover:hover .color-white-onhover {
  color: #fff;
}

.eventGrid_box_pic {
  transition: all 0.2s ease;
}

.eventGrid_box_pic:hover {
  transition: all 0.2s ease;
}

.eventGrid_box_pic:hover .h3 {
  color: #fff;
}

.eventGrid_box_pic:hover .eventGrid_box__details-time {
  background: linear-gradient(180deg, rgba(42, 64, 106, 0.5) 0%, rgba(31, 41, 61, 0.85) 62.29%, #1F293D 100%);
}

.eventGrid_box_pic:hover .eventGrid_box__details-time--details {
  color: #adb5bd;
}

.eventGrid_box_pic:hover .eventGrid_box__details-time--details P {
  color: #adb5bd;
}

.eventGrid_box_pic:hover .eventGrid_box__details-time--details P SPAN {
  color: #fff;
}

.eventGrid_box_pic:hover.simpleHover .eventGrid_box_pic_text_title {
  color: rgba(255, 255, 255, 0.8);
}

.eventGrid_box_pic:hover.simpleHover .eventGrid_box_pic_text_paragraph {
  color: rgba(255, 255, 255, 0.8);
}

.eventGrid_box_pic.simpleHover.active .eventGrid_box_pic_text_title {
  color: rgba(255, 255, 255, 0.8) !important;
}

.eventGrid_box_pic.simpleHover.active .eventGrid_box_pic_text_paragraph {
  color: rgba(255, 255, 255, 0.8) !important;
}

.filter__list__title {
  display: inline-block;
  vertical-align: middle;
}

.filter__list__title h4.h4 {
  height: 32px;
  line-height: 36px;
}

.eventGrid_box_pic-noimg {
  height: 266px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  transition: all 0.2s ease;
  z-index: auto;
}

.eventGrid_box_pic-noimg .eventGrid_box_pic_in {
  display: none;
}

.eventGrid_box_pic-noimg.noHover:hover .eventGrid_box_pic_text_title {
  color: rgba(255, 255, 255, 0.8);
}

.eventGrid_box_pic-img {
  height: 266px;
  transition: all 0.2s ease;
  z-index: auto;
}

.eventGrid_box_pic-img .h3 {
  color: #fff;
}

.eventGrid_box_pic-img .eventGrid_box__details-time {
  background: linear-gradient(180deg, rgba(42, 64, 106, 0.2) 0%, rgba(31, 41, 61, 0.85) 62.29%, #1F293D 100%);
}

.eventGrid_box_pic-img .eventGrid_box__details-time--details {
  color: #adb5bd;
}

.eventGrid_box_pic-img .eventGrid_box__details-time--details P {
  color: #adb5bd;
}

.eventGrid_box_pic-img .eventGrid_box__details-time--details P SPAN {
  color: #fff;
}

.eventGrid_box_pic-img .eventGrid_box_pic_icons H5 {
  color: #fff;
}

.eventGrid_box__details-time--details {
  position: absolute;
  bottom: 22px;
  left: 30px;
  z-index: 11;
}

.eventGrid_box__details-time--details P, .eventGrid_box__details-time--details SPAN, .eventGrid_box__details-time--details .icon-clock {
  color: #ACAFB9;
}

.eventGrid_box_height {
  height: 266px;
}

.eventGrid_box__details-time {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  width: 100%;
  height: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.2s ease;
  /*.ue-h3 { color: $color-dark-grey; }*/
}

.hover-onbx:hover .eventGrid_box_pic_text_title {
  color: #fff;
}

.hover-onbx:hover .eventGrid_box_pic_text_paragraph {
  color: #fff;
}

.empty--portlet {
  border: 1px solid #F3F3F3;
}

.empty--portlet .eventGrid_box_details {
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  border-top: 1px solid #F3F3F3;
}

.empty--portlet .eventGrid_box_pic {
  padding: 25px;
}

.eventGrid_box_pic-temp {
  height: 266px;
  background: linear-gradient(180deg, rgba(42, 64, 106, 0.2) 0%, rgba(31, 41, 61, 0.85) 62.29%, #1F293D 100%);
  transition: all 0.2s ease;
  z-index: auto;
}

.eventGrid_box_pic-temp:hover {
  background-color: rgba(33, 45, 71, 0.6);
}

.eventGrid_box_pic-temp .eventGrid_box_pic_in {
  display: none;
}

.event-box-single-descript .shareTo-block .ue-lnk:hover i {
  color: #1D84B5 !important;
}

.event-box-single-descript .shareTo-block .ue-lnk:hover span {
  color: #1D84B5  !important;
}

.event-box-single-descript .shareTo-block .eventGrid_box_details_upto:hover .icn-share {
  background-image: url("../img/icn-share-active.png");
}

.event-box-single-descript .shareTo-block .eventGrid_box_details_upto:hover span {
  color: #1D84B5  !important;
}

.eventGrid_box .ue-star-left--mod {
  left: 16px !important;
}

/* eventList-item */
.eventList-item {
  min-height: 270px;
  border: 1px solid #eee;
}

.eventList-item .border-top {
  border-top-color: #eee;
}

.eventList-item_content {
  width: 100%;
}

.bottom-section-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 30px;
}

.bottom-section-panel > A {
  font: 16px oswaldregular;
  color: #1D84B5;
  text-transform: uppercase;
}

.eventList-item_content_top {
  padding: 30px;
}

.eventList-item_content_top > a {
  display: inline-block;
}

.eventList-item_content_top_pb20 {
  padding: 24px 30px 20px;
}

.eventList-item_img--266 {
  width: 266px;
  height: 272px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.eventList-item_content_top_pb20 > a.h4 {
  display: inline-block;
}

/* featured__section */
.featured__section {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 1080px;
  height: 576px;
}

.featured__section img {
  height: 100%;
}

.featured__section:hover .featured__section_description_wrap {
  transition: all 0.2s ease;
  background-color: rgba(33, 45, 71, 0.6);
}

.featured__section:hover .featured__section_description > SPAN {
  color: #F03C3C;
}

.featured__section .main-slide_txt--title:hover {
  border-bottom: 1px solid #fd7e14;
  color: #F03C3C !important;
  text-decoration: none !important;
}

.featured__section .main-slide_txt--title:hover.main-slide_txt--title {
  color: #fff !important;
}

.featured__section .main-slide_txt_getTicket_link .main-slide_txt_getTicket {
  border-bottom: 1px solid transparent;
}

.featured__section .main-slide_txt_getTicket_link:hover {
  text-decoration: none !important;
  color: #F03C3C !important;
}

.featured__section .main-slide_txt_getTicket_link:hover .main-slide_txt_getTicket {
  color: #F03C3C !important;
  border-bottom: 1px solid #adb5bd;
}

.ue-boxshadow {
  transition: all 0.2s ease;
}

.featured__section_description_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.2s ease;
  background: linear-gradient(180deg, rgba(42, 64, 106, 0.2) 0%, rgba(31, 41, 61, 0.85) 62.29%, #1F293D 100%);
}

.featured__section_description {
  padding: 24px;
}

.featured__section_description H5 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.5px;
  border-bottom: 1px solid transparent;
}

/* article__list */
.article__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 200px;
  border: 1px solid #F0F4F4;
}

.article__list-img {
  width: 266px;
  height: 200px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.article__list-img IMG {
  max-width: 100%;
}

.article__list_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 33px 33px 20px;
  width: 100%;
  height: 100%;
}

.article__list_info_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.article__list_info_bottom p {
  margin-bottom: 0;
}

.readMore {
  font: 16px oswaldregular;
  color: #1D84B5;
  text-transform: uppercase;
}

.readMore:hover {
  color: #1D84B5;
}

.addthis_toolbox_wrap {
  display: none;
  position: absolute;
  bottom: 13px;
  left: -104px;
  z-index: 102;
  height: 176px;
}

.upTo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../img/upto.png") no-repeat left bottom;
}

.upTo:hover {
  background-position: left top;
}

.icn-share {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 24px;
  cursor: pointer;
  background: url("../img/icn-share.png") no-repeat 0 0;
}

.icn-share:hover {
  background: url("../img/icn-share-active.png") no-repeat 0 0;
}

.color-grayd {
  color: #2E4577;
}

/* password Validation FORM */
.show-helper .txt-field-helper {
  visibility: visible;
  opacity: 1;
}

.txt-field-helper {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  font-size: 14px;
  width: 280px;
  box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-field-helper::before {
  content: "";
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.txt-field-helper .arrow {
  content: "";
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: #fff;
  z-index: -2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: calc(100% - 20px);
  box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.1);
}

.txt-field-helper-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 12px;
  color: #343a40;
}

.txt-field-helper-list li::before {
  content: "";
  width: 23px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.txt-field-helper-list li::before {
  background: url("../img/error_icon.png") 0 0 no-repeat;
}

.txt-field-helper-list li.valid::before {
  background: url("../img/success_icon.png") 0 0 no-repeat;
}

.txt-field-helper .progress_bar {
  height: 4px;
  border-radius: 2px;
  background-color: #eeeeed;
  position: relative;
}

.txt-field-helper .progress_bar-item {
  height: 4px;
  border-radius: 2px;
  background-color: #2196f3;
  position: absolute;
  left: 0;
  top: 0;
}

.progress {
  overflow: visible;
  height: 4px;
  background-color: #eeeeed;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.progress .password-verdict {
  position: absolute;
  top: -26px;
  left: 62px;
  color: #1D84B5;
  font: 14px clear_sansregular;
}

.progress-bar {
  background-color: #52AA5E;
}

.progress-bar.progress-bar-danger {
  background-color: #FF5505;
}

.progress-bar.progress-bar-danger .password-verdict {
  color: #1D84B5;
}

.txt-field-helper-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.progress-bar.progress-bar-warning {
  background-color: #1D84B5;
}

/* select */
[aria-labelledby] {
  opacity: 1;
}

.select2-container .select2-selection--single {
  height: 60px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  border: none;
  width: 40px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px !important;
  margin: -12px 0 0 0 !important;
  width: 12px;
  height: 22px;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  background: url(../img/arrows-24px-outline-2_select-84.svg) 50% 0 no-repeat;
  border: none;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: none;
}

.select2-container .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #ACAFB9;
  background-color: #FBFCFC;
}

.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 32px;
  font: 16px clear_sans_mediumregular;
  color: #363b48;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 70px;
}

.select2-container--default {
  width: 100% !important;
}

.select2-container--default.select2-container--open {
  width: auto !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #EDF6FE;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url(../img/arrows-24px-outline-2_select-84-active.svg) 50% 0 no-repeat;
}

.select2-dropdown {
  border: 0;
}

/*.select2-search { display: none; }*/
.select2-container--default .select2-results > .select2-results__options {
  -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results > .select2-results__options LI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 20px 6px 52px;
  height: 56px;
  font: 16px clear_sansregular;
  color: #363b48;
  border-bottom: 1px solid #F3F3F3;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #EDF6FE;
  color: #1D84B5 !important;
}

.ue-form-group-highlight.readOnly {
  pointer-events: none;
  background: transparent;
}

.ue-form-group-highlight.readOnly .select2-selection__arrow {
  display: none !important;
}

.ue-form-group-highlight.readOnly .select2-container .select2-selection--single {
  border-bottom-color: #F3F3F3 !important;
}

.ue-form-group-highlight.readOnly .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control {
  background-color: #f8f9fa;
  border-bottom-color: #F3F3F3;
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: clear_sansregular;
}

.ue-form-group-highlight.readOnly LABEL {
  background-color: #f8f9fa;
}

.select2-container--default .select2-results > .select2-results__options LI {
  padding-left: 20px;
}

.disable__row .count-handler-cost, .disable__row s {
  color: #ccc;
}

.disable__row .count-handler {
  pointer-events: none;
}

.disable__row .count-handler .fa {
  color: #EBEBED;
}

.disable__row .count-handler .count-handler-input {
  background-color: #FAFAFA !important;
}

.disable__row span.select2-container::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}

.dropdown-simple {
  width: auto;
  min-width: 80px;
}

.dropdown-simple .dropdown-toggle {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-simple .select2-container .select2-selection--single {
  height: 48px;
  background-color: #fff;
  border: 1px solid #F3F3F3;
}

.dropdown-simple .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  text-align: center;
}

.dropdown-simple .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-tickets-count_wrap {
  width: 100px;
}

.select-tickets-count_wrap .form-group {
  margin-bottom: 0;
}

.select-tickets-count_wrap .select2-container .select2-selection--single {
  height: 45px;
}

.select-tickets-count_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select-tickets-count_wrap .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -23px !important;
}

.my_class.select2-container--open .select2-search--inline .select2-search__field, .categories-cl.select2-container--open .select2-search--inline .select2-search__field {
  color: #1D84B5;
}

.my_class .select2-search--inline, .categories-cl .select2-search--inline {
  cursor: pointer;
  margin-top: 3px;
}

.my_class .select2-search--inline .select2-search__field, .categories-cl .select2-search--inline .select2-search__field {
  margin-right: 5px;
  font: 16px oswaldregular;
  color: #303852;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.my_class .select2-search--inline .select2-search__field:hover, .categories-cl .select2-search--inline .select2-search__field:hover {
  color: #1D84B5;
}

.select2-container--open .select2-dropdown .select2-results__options [aria-selected="true"]::after {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}

/* custom select from more content */
.select_wrap {
  width: 100%;
  margin: 15px auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select_wrap .default_option {
  border: 1px solid #ADB5BD;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 0;
}

.select_wrap .default_option li {
  padding: 10px 20px;
}

.select_wrap .default_option li .title {
  margin-bottom: 0;
}

.select_wrap .default_option:before {
  content: "\e90d";
  position: absolute;
  top: 50%;
  right: 18px;
  font-family: 'hs-admin-icons' !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select_wrap .select_ul {
  width: 100%;
  border: 1px solid #ADB5BD;
  border-radius: 2px;
  background-color: #FFFFFF;
  display: none;
  list-style: none;
  padding: 0;
}

.select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li + li {
  border-top: 1px solid #ADB5BD;
}

.select_wrap .option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.select_wrap .option .title {
  margin: 0;
  color: #343A40;
  font-family: "clear_sans_mediumregular";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.select_wrap .option .desc {
  margin-bottom: 0;
  color: #495057;
  font-family: "clear_sansregular";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap.active .default_option:before {
  content: "\e910";
  position: absolute;
  top: 50%;
  right: 18px;
  font-family: 'hs-admin-icons' !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html, body {
  height: 100%;
}

BODY {
  background-color: #f4f5f7;
  font-family: clear_sansregular;
}

main {
  height: calc(100vh - 127px);
  padding-top: 0;
  position: absolute;
  top: 0;
  margin-top: 127px;
}

main .no-gutters {
  height: 100%;
}

.theme-sidebar-inner {
  min-height: calc(100vh - 180px);
}

.u-header {
  z-index: 99;
}

.pwm-field-icon {
  z-index: 98 !important;
}

.u-sidebar-navigation-v1 {
  width: 18.42857rem;
  transition: all .3s ease-in;
}

#sideNav .close-sidebar {
  position: absolute;
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 15px 5px 0;
  right: 0;
  z-index: 9;
  top: 20px;
}

#sideNav .close-sidebar img {
  width: 24px;
}

/* help-dropdown */
.theme-navbar {
  padding: 0 24px;
  height: 51px;
}

.theme-navbar .navbar-brand {
  margin: 0;
}

.theme-navbar .navbar-brand img {
  height: 42px !important;
}

.theme-navbar img {
  height: 24px !important;
}

.help-dropdown.active SVG path {
  color: #228ae6;
}

.help-dropdown.active SVG circle {
  color: #228ae6;
}

.help-dropdown.active SVG line {
  color: #228ae6;
}

.help-dropdown.active .hs-admin-angle-down:before {
  content: "\e910";
}

.help-dropdown--list {
  left: -13px;
  width: 300px;
  z-index: 10;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
}

.help-dropdown--list::before {
  width: 17px;
  border-top: 1px solid #D9D9DA;
  height: 17px;
  border-right: 1px solid #D9D9DA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -9px;
  left: 15px;
  background-color: #fff;
}

.help-dropdown--list A {
  font: 16px clear_sans_mediumregular;
  color: #343A40;
}

.help-dropdown--list A:hover {
  color: #228ae6 !important;
}

#notificationsMenu .close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 99;
  display: none;
}

#profileMenu .close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 99;
  display: none;
}

/* uceAd-top-panel */
.uceAd-top-panel {
  padding: 0 24px;
  height: 75px;
  background-color: #1B6EC2;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.hamburger {
  position: absolute;
  bottom: -63px;
  left: 10px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 50px;
}

.ucead-hover-blue:hover * {
  color: #228ae6 !important;
}

.ucead-hover-bell:hover * {
  color: #228ae6 !important;
  fill: #228ae6 !important;
}

.theme-notification__list {
  position: absolute;
  right: 0;
}

.top-user-divider {
  margin: 0 20px 10px;
}

.theme-tUser.active SVG path {
  color: #228ae6;
}

.theme-tUser.active SVG circle {
  color: #228ae6;
}

.theme-tUser.active .hs-admin-angle-down:before {
  content: "\e910";
}

.theme-tUser-list {
  right: -8px;
  width: 300px;
  z-index: 10;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
  background-color: #fff;
}

.theme-tUser-list::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #D9D9DA;
  border-right: 1px solid #D9D9DA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -9px;
  right: 15px;
  background-color: #fff;
}

.theme-tUser-list a {
  font: 16px clear_sans_mediumregular;
  color: #343A40;
}

.theme-tUser-list a:hover {
  color: #228ae6 !important;
}

.theme-statusSelect {
  right: -8px;
  width: 240px;
  z-index: 10;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
  background-color: #fff;
}

.theme-statusSelect::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #D9D9DA;
  border-right: 1px solid #D9D9DA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  background-color: #fff;
}

.theme-statusSelect a {
  font: 16px clear_sans_mediumregular;
  color: #343A40;
}

.theme-statusSelect a:hover {
  color: #228ae6 !important;
}

/* uceAd-status--current */
.uceAd-status--current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.uceAd-status--current.show .dropdown-toggle {
  padding-right: 30px;
}

.uceAd-status--current.show .dropdown-toggle::after {
  content: "\e903";
}

.uceAd-status--current .dropdown-menu {
  min-width: auto;
  left: 12px !important;
  right: auto;
}

.uceAd-status--current .dropdown-menu[x-placement="bottom-end"] {
  margin-top: 20px;
}

.uceAd-status--current .dropdown-menu[x-placement="bottom-end"]::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #D9D9DA;
  border-right: 1px solid #D9D9DA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  background-color: #fff;
}

.uceAd-status--current .dropdown-menu[x-placement="top-end"] {
  margin-bottom: 20px;
}

.uceAd-status--current .dropdown-menu[x-placement="top-end"]::before {
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #D9D9DA;
  border-left: 1px solid #D9D9DA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15px;
  background-color: #fff;
}

.uceAd-status--current .dropdown-toggle {
  padding-right: 30px;
}

.uceAd-status--current .dropdown-toggle::after {
  content: "\e900";
  position: absolute;
  top: 0.21429rem;
  font-family: "hs-icons" !important;
  font-size: 14px;
  display: inline;
  border: none;
  margin-left: 0.5rem;
  right: 20px;
}

.uceAd-status--current-hov:hover ul.uceAd-status--list {
  display: block !important;
}

.uceAd-status--current-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.uceAd-status--list {
  padding-left: 0;
  list-style-type: none;
  right: -8px;
  z-index: 10;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
  background-color: #fff;
}

.uceAd-status--list a {
  font: 16px clear_sans_mediumregular;
  color: #343A40;
}

.uceAd-status--list a:hover {
  color: #228ae6 !important;
}

.uceAd-status--list .close {
  position: relative;
  top: 5px;
  padding: 0 10px;
}

.uceAd-status--list li:hover .uceAd-status--list_text {
  text-decoration: underline;
}

#js-header {
  transition: -webkit-transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s;
}

.u-header__section--admin-light {
  border-bottom: 1px solid #e5eef7;
}

.u-header__section--admin-light [data-dropdown-target] i {
  color: #343A40;
}

.theme-notification__list {
  right: -6px;
  z-index: 10;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
}

.theme-notification__list::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #D9D9DA;
  border-right: 1px solid #D9D9DA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -9px;
  right: 15px;
  background-color: #fff;
}

/* theme-notification__icn */
.theme-notification__icn {
  width: 440px;
}

.theme-notification__icn.active SVG path {
  color: #228ae6;
}

.theme-border-grey-top {
  border-top: 1px solid #D9D9DA;
}

.theme-border-grey-btm {
  border-bottom: 1px solid #D9D9DA;
}

.theme-border-grey-left {
  border-left: 1px solid #D9D9DA;
}

.theme-border-grey-right {
  border-right: 1px solid #D9D9DA;
}

.notification__list LI {
  box-shadow: 0 1px 0 0 #f8f9fa;
}

.g-width-24 {
  width: 24px;
}

.g-height-24 {
  height: 24px;
}

.u-badge-v2--sm {
  background-color: #fd7e14;
}

.page--title-wrapper {
  padding: 0 0 0 30px;
}

.page--title-wrapper-v2 {
  padding: 9px 0 0 30px;
}

.page--title {
  font: 18px oswaldregular;
  font-weight: bold;
  color: #343A40;
}

.page--event-id {
  color: #fbfcfca8;
}

/* theme-sidebar */
.theme-sidebar {
  padding-top: 0;
  padding-bottom: 80px;
  border-right: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.theme-sidebar .u-sidebar-navigation-v1-menu-item:hover {
  background-color: transparent !important;
}

.theme-sidebar .media {
  color: #343A40;
  font: 16px clear_sans_mediumregular;
}

.theme-sidebar .media > SVG {
  margin-right: 16px;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.theme-sidebar .media:hover {
  color: #228ae6 !important;
}

.theme-sidebar .media:hover G {
  fill: #228ae6 !important;
}

.theme-sidebar .media:hover .media-body {
  color: #228ae6 !important;
}

.theme-sidebar .has-active {
  background-color: transparent !important;
}

.theme-sidebar .has-active > A {
  color: #228ae6;
}

.submenu__list {
  padding-left: 38px;
}

#statusList .close,
#statusList2 .close {
  /* display: none; */
  display: block;
  float: none;
  text-align: right;
  margin-right: 10px;
  margin-top: 10px;
}

/* minimize Main Menu */
.theme-sidebar-mini {
  width: 72px;
}

.theme-sidebar-mini .u-side-nav--second-level-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  white-space: nowrap;
}

.theme-sidebar-mini .theme-sidebar--title {
  display: none;
}

.theme-sidebar-mini .s-title {
  display: none;
}

.theme-sidebar-mini .theme-sidebar--list > .u-side-nav--has-sub-menu > .media > SVG {
  margin-right: 0;
}

.theme-sidebar-mini .theme-sidebar--list .theme-submenu__list {
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
}

.theme-sidebar.u-side-nav--mini .sidebar_btn {
  transition: all 0.2s ease;
  display: none;
}

/* hide Main Menu */
.u-sidebar-navigation-v1--mini {
  width: 0;
  padding-left: 0 !important;
}

.u-sidebar-navigation-v1--mini .theme-sidebar--title {
  display: none;
}

.theme-sidebar--list .u-side-nav-opened .subHide {
  display: block;
}

.theme-sidebar--list .u-side-nav-opened .subShow {
  display: none;
}

.theme-sidebar--list .u-side-nav-opened > A {
  color: #228ae6;
}

.theme-sidebar--list .u-side-nav-opened > A line {
  color: #228ae6;
}

.theme-sidebar--list .u-side-nav-opened > A rect {
  color: #228ae6;
}

.theme-sidebar--list .u-side-nav-opened > A circle {
  color: #228ae6;
}

.theme-sidebar--list .u-side-nav-opened > A polyline {
  color: #228ae6;
}

.theme-sidebar--list .u-side-nav-opened > A .media-body {
  color: #228ae6;
}

.theme-sidebar--title {
  margin-bottom: 12px;
  font: 13px clear_sansregular;
  color: #495057;
  text-transform: uppercase;
}

/* theme-footer-nav */
.theme-footer-nav .list-inline-item:hover A {
  color: #228ae6 !important;
}

.theme-sidebar__close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
}

.theme-sidebar__close SVG {
  fill: #000;
}

.theme-sidebar__close line {
  color: #adb5bd;
}

.theme-sidebar__open {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.theme-sidebar__open SVG {
  width: 16px !important;
  height: 16px !important;
}

.theme-sidebar__open polyline {
  color: #adb5bd;
}

.subHide {
  display: none;
}

.u-sidebar-navigation-v1 + * {
  width: calc(100% - 300px);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/*.tooltip {
	left: 38px !important;
	.arrow::before {
		width: 16px;
		height: 16px;
		border-top: 1px solid $brdr-color-grey;
		border-right: 1px solid $brdr-color-grey;
		transform: rotate(225deg);
		content:"";
		position:absolute;
		top: 50%;
		left: -2px;
		margin-top: -8px;
		background-color: $bg-white;
	}
}
.tooltip-inner {
	font: 16px $g-font-primary-medium;
	padding: 15px 18px;
	background-color: $bg-white;
	border: 1px solid $brdr-color-grey-v1;
	color: $color-black-v1;
}*/
.uceAd-icons a {
  color: #adb5bd;
}

.uceAd-icons a:hover {
  color: #228ae6;
}

.uceAd-icons span {
  color: #adb5bd;
}

.uceAd-icons SVG circle,
.uceAd-icons SVG rect,
.uceAd-icons SVG path,
.uceAd-icons SVG polygon,
.uceAd-icons SVG line,
.uceAd-icons SVG polyline {
  color: #adb5bd;
}

.uceAd-icons SVG:hover circle,
.uceAd-icons SVG:hover rect,
.uceAd-icons SVG:hover path,
.uceAd-icons SVG:hover polygon,
.uceAd-icons SVG:hover line,
.uceAd-icons SVG:hover polyline {
  color: #228ae6;
}

.uceAd-icons button:focus {
  outline: none;
}

.uceAd-tabs .nav-item {
  margin-right: 16px;
}

.uceAd-tabs .nav-link {
  font: 16px clear_sans_mediumregular;
  color: #495057;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #adb5bd;
  text-transform: uppercase;
}

.uceAd-tabs .nav-link.active {
  background-color: transparent;
  color: #228ae6;
  border-bottom-color: #228ae6;
}

/* search-content--wrap */
.search-content--wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .5rem 0;
  width: 320px;
  border-bottom: 2px solid #adb5bd;
  outline: none;
}

.search-content--wrap INPUT {
  border: none;
  font: 16px clear_sansregular;
  color: #343A40;
  background-color: transparent;
}

.search-content--wrap INPUT:focus {
  outline: none;
}

.search-content--wrap INPUT::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font: 16px clear_sansregular;
  color: #343A40;
}

.search-content--wrap INPUT::-moz-placeholder {
  /* Firefox 19+ */
  font: 16px clear_sansregular;
  color: #343A40;
}

.search-content--wrap INPUT:-ms-input-placeholder {
  /* IE 10+ */
  font: 16px clear_sansregular;
  color: #343A40;
}

.search-content--wrap INPUT:-moz-placeholder {
  /* Firefox 18- */
  font: 16px clear_sansregular;
  color: #343A40;
}

.search-content--wrap.onFocus {
  border-bottom-color: #228ae6;
}

.search-content--wrap BUTTON {
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
}

.search-content--wrap BUTTON:hover {
  cursor: pointer;
}

.search-content--wrap BUTTON:focus, .search-content--wrap BUTTON:active {
  outline: none;
}

.tableTd {
  border-left: 6px solid #f1f3f5;
}

.brd-red {
  border-left-color: #e03131;
}

.brd-green {
  border-left-color: #40C057;
}

.brd-gray {
  border-left-color: #adb5bd;
}

/* uceAd-table */
.uceAd-table {
  border: 1px solid #f1f3f5;
}

.uceAd-table > TBODY > TR > TH:first-child {
  padding-left: 28px;
}

.uceAd-table > TBODY > TR > TH:last-child {
  padding-right: 28px;
}

.uceAd-table > TBODY > TR > TD {
  border-top-color: #f1f3f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.uceAd-table > TBODY > TR > TD:first-child {
  padding-left: 28px;
}

.uceAd-table > TBODY > TR > TD:last-child {
  padding-right: 28px;
}

.uceAd-table > TBODY TH {
  border-top: 0;
}

.uceAd-table > TBODY TD {
  vertical-align: middle;
}

.search-content--clear {
  visibility: hidden;
  cursor: pointer;
}

.uceAd-table--create-invite-title SVG RECT {
  color: #adb5bd;
}

.uceAd-table--create-invite-title SVG LINE {
  color: #adb5bd;
}

.uceAd-table--create-invite-title:hover {
  cursor: default;
}

.uceAd-table--create-invite-title:hover .uceAd-table-create-invite-title-ditails {
  display: block;
}

.uceAd-table--create-invite-title:hover SVG RECT {
  color: #228ae6;
}

.uceAd-table--create-invite-title:hover SVG LINE {
  color: #228ae6;
}

.uceAd-table-create-invite-title-ditails {
  display: none;
  position: absolute;
  top: -21px;
  left: 30px;
  padding: 24px;
  width: 368px;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  z-index: 10;
}

.uceAd-table-create-invite-title-ditails::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-138deg);
          transform: rotate(-138deg);
  content: "";
  position: absolute;
  top: 20px;
  left: -9px;
  background-color: #fff;
}

.uceAd-table--create-invite-item SVG RECT {
  color: #adb5bd;
}

.uceAd-table--create-invite-item SVG LINE {
  color: #adb5bd;
}

.uceAd-table--create-invite-item:hover {
  cursor: default;
}

.uceAd-table--create-invite-item:hover .uceAd-table-create-invite-item-ditails {
  display: block;
}

.uceAd-table--create-invite-item:hover SVG RECT {
  color: #228ae6;
}

.uceAd-table--create-invite-item:hover SVG LINE {
  color: #228ae6;
}

.uceAd-table-create-invite-item-ditails {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
  padding: 15px 15px 0;
  width: 368px;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.uceAd-table-create-invite-item-ditails::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-138deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  background-color: #fff;
}

.uceAd-table--calendar SVG RECT {
  color: #adb5bd;
}

.uceAd-table--calendar SVG LINE {
  color: #adb5bd;
}

.uceAd-table--calendar:hover {
  cursor: default;
}

.uceAd-table--calendar:hover .uceAd-table--calendar--details {
  display: block;
}

.uceAd-table--calendar:hover SVG RECT {
  color: #228ae6;
}

.uceAd-table--calendar:hover SVG LINE {
  color: #228ae6;
}

.uceAd-table--calendar:hover .calendar__txt {
  color: #228ae6;
}

/* uceAd-table--calendar--details */
.uceAd-table--calendar--details {
  display: none;
  position: absolute;
  top: -17px;
  right: -384px;
  z-index: 10;
  padding: 24px;
  width: 368px;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.uceAd-table--calendar--details::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-138deg);
          transform: rotate(-138deg);
  content: "";
  position: absolute;
  top: 20px;
  left: -9px;
  background-color: #fff;
}

/* uceAd-view-details */
.uceAd-view-details {
  width: 368px;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #D9D9DA;
  border-radius: 2px;
  background-color: #fff;
}

.uceAd-view-details--bottom {
  right: auto;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.uceAd-view-details--bottom::before {
  top: auto;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
  -webkit-transform: rotate(-226deg);
          transform: rotate(-226deg);
}

.uceAd-view-details--bottom::after {
  position: absolute;
  bottom: -20px;
  content: "";
  width: 100%;
  height: 20px;
}

.uceAd-snapshot {
  position: relative;
}

.uceAd-snapshot--details {
  display: none;
  position: absolute;
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
  z-index: 23;
  padding: 24px;
  width: 368px;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.uceAd-snapshot--details::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  background-color: #fff;
}

.uceAd-snapshot:hover {
  color: #228ae6;
  cursor: default;
}

.uceAd-snapshot:hover .uceAd-snapshot--details {
  display: block;
}

.text-limit-overflow {
  position: relative;
  height: 80px;
  overflow-y: hidden;
}

.text-limit-overflow:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 25px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}

/* uceAd-table-tooltp */
.uceAd-table-tooltp TD {
  padding: 5px;
  border-top: 0;
}

.uceAd-table-tooltp TD:first-child {
  padding-left: 0;
}

.create-new-event-wrap {
  border: 2px dashed #cde3f6;
}

.ue-form-group .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.ue-form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #adb5bd;
  font: 16px clear_sansregular;
}

.ue-form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #adb5bd;
  font: 16px clear_sansregular;
}

.ue-form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #adb5bd;
  font: 16px clear_sansregular;
}

.ue-form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #adb5bd;
  font: 16px clear_sansregular;
}

.uceAd-form-group_sm .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font: 14px clear_sansregular;
}

.uceAd-form-group_sm .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font: 14px clear_sansregular;
}

.uceAd-form-group_sm .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font: 14px clear_sansregular;
}

.uceAd-form-group_sm .form-control:-moz-placeholder {
  /* Firefox 18- */
  font: 14px clear_sansregular;
}

.u-select--v3-select .dropdown-toggle {
  padding: .6rem 10px .64rem;
  font-family: clear_sansregular;
}

.u-select--v3-select--md .dropdown-toggle {
  padding: 0;
}

.u-select--v3-select--md .dropdown-toggle .filter-option {
  margin-top: -2px;
  padding: 0 30px 0 15px;
  text-transform: none;
}

.u-select--v3-select--md .dropdown-toggle .filter-option:hover {
  background-color: transparent;
  color: inherit;
}

.u-select--v3-select--md .dropdown-toggle .filter-option:hover span {
  background-color: transparent;
  color: inherit;
}

.u-check input[type="checkbox"]:checked + .uceAd-checkbox-icon {
  color: #228ae6 !important;
  border-color: #2b94f0 !important;
}

.btn {
  font: 16px clear_sansbold;
}

.message__alert.bg-info a i {
  color: #fff !important;
}

.uce-select {
  width: 100%;
  height: 61px;
  padding: 2px 44px 0 12px;
  border: 1px solid #DBDAE3;
  border-radius: 2px;
  font-size: 16px;
  background: url(../img/arrow-downs.svg) no-repeat right 11px center transparent;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

.uce-select:hover {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: block !important;
}

.u-btn-blue {
  background-color: #228ae6;
}

.u-btn-green {
  background-color: #40C057;
}

.u-btn-green:hover, .u-btn-green:focus, .u-btn-green:active {
  color: white;
}

.uceAd-btn-primary {
  background-color: #40C057;
  border-color: #40C057;
}

.uceAd-btn-primary:hover, .uceAd-btn-primary:focus, .uceAd-btn-primary:active {
  background-color: #40C057 !important;
  border-color: #40C057 !important;
  color: #fff !important;
}

.table-hover.uceAd-table .actionInactive {
  color: #e5e8eb;
}

.table-hover.uceAd-table .actionInactive:hover {
  color: #adb5bd;
}

.table-hover.uceAd-table .actionInactive svg polyline,
.table-hover.uceAd-table .actionInactive svg line,
.table-hover.uceAd-table .actionInactive svg path,
.table-hover.uceAd-table .actionInactive svg polygon {
  color: #e5e8eb;
}

.table-hover.uceAd-table tr:hover .actionInactive {
  color: #c8cfd5;
}

.table-hover.uceAd-table tr:hover .actionInactive:hover {
  color: #adb5bd;
}

.table-hover.uceAd-table tr:hover .actionInactive svg polyline,
.table-hover.uceAd-table tr:hover .actionInactive svg line,
.table-hover.uceAd-table tr:hover .actionInactive svg path,
.table-hover.uceAd-table tr:hover .actionInactive svg polygon {
  color: #c8cfd5;
}

.uceAd-divider {
  margin-top: 16px;
  margin-bottom: 16px;
}

.actionInactive {
  cursor: not-allowed;
  color: #e9ecef;
}

.actionInactive:hover {
  color: #e9ecef;
}

.actionInactive svg polyline,
.actionInactive svg line,
.actionInactive svg path,
.actionInactive svg polygon {
  color: #e5e8eb;
}

.actionInactive:hover svg polyline,
.actionInactive:hover svg line,
.actionInactive:hover svg path,
.actionInactive:hover svg polygon {
  color: #e5e8eb;
}

/* uceAd-imageLib */
.uceAd-imageLib {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #f1f3f5;
}

.border-blue-dashed {
  border: 2px dashed #cde3f6;
}

.btn.btn-md {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-btn-outline-blue {
  color: #228ae6 !important;
}

.u-btn-outline-blue:hover {
  background-color: #228ae6;
  border-color: #228ae6;
}

.color-hover-white:hover SPAN,
.color-hover-white:hover I, .color-hover-white:focus SPAN,
.color-hover-white:focus I, .color-hover-white:active SPAN,
.color-hover-white:active I {
  color: #fff !important;
}

.on-hover-dashed {
  border-bottom: 1px dashed transparent;
}

.uceAd-view-details-wrap--hover .uceAd-view-details {
  display: none;
}

.uceAd-view-details-wrap--hover:hover .uceAd-view-details {
  display: block;
}

.uceAd-view-details-wrap--hover:hover .on-hover-dashed {
  border-bottom-color: #228ae6;
}

.card-dash-divide {
  position: relative;
}

.card-dash-divide::after {
  position: absolute;
  bottom: 10px;
  right: -17px;
  z-index: 2;
  content: "/";
}

.ue-radio I {
  color: #40C057 !important;
}

.ue-checkbox {
  border-color: #40C057;
}

.ue-checkbox i {
  border-radius: 3px;
}

input:not([type="checkbox"]):not([type="radio"]).error,
textarea.error,
select.error {
  background-color: #fad2d2 !important;
  border-color: #fad2d2 !important;
}

.mw-auto {
  min-width: auto !important;
}

.event-id-popover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
  line-height: normal !important;
  min-width: auto !important;
}

.u-check-icon-checkbox-v6 {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}

.email-preview {
  width: 826px;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i {
  background-color: #228ae6;
  border-color: #228ae6;
}

input[type="radio"]:checked + * .g-bg-primary--checked {
  background-color: #228ae6 !important;
  color: #228ae6;
  border-color: #228ae6;
}

.ue-btn-radio {
  min-width: 280px;
  height: 50px;
}

.ue-btn-radio .ue-radio {
  border-color: #ACAFB9 !important;
}

.ue-btn-radio > SPAN {
  color: #212D47;
  line-height: normal;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content {
  background-color: #228ae6;
  border-color: #228ae6;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 {
  border: 0;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 SPAN {
  display: block;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content > SPAN {
  color: #fff !important;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content I {
  color: #fff;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content {
  background-color: #d9ecdd;
  border-color: #228ae6;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 {
  border: 0;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 SPAN {
  display: block;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content > SPAN {
  color: white;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content .fa-check-circle {
  color: #228ae6;
  font-size: 28px;
}

.u-datepicker-attendence {
  height: 50px;
  border: 1px solid #ADB5BD;
}

.pt-180 {
  padding-top: 18rem;
}

.ue-radio_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 13px;
  border: 1px solid #ACAFB9;
  border-radius: 2px;
}

.ue-radio_content .u-check-icon-radio-v4 SPAN {
  display: none;
  font-size: 26px;
  color: white;
}

.ue-radio_content I {
  color: #495057;
}

.cc-box {
  display: inline-block;
  width: 45px;
  height: 32px;
  outline: none;
  background-size: 44px 422px;
  background-repeat: no-repeat;
  background-image: url("../img/cc.png");
  background-position: 0 0;
}

.ue-radio_content__edit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.ue-radio_content__edit:hover, .ue-radio_content__edit:focus, .ue-radio_content__edit:active {
  text-decoration: none;
  color: #212D47;
}

.cc-box.visa {
  background-position: 0 -49px;
}

.cc-box.visa-electron {
  background-position: 0 -97px !important;
}

.cc-box.mastercard {
  background-position: 0 -147px;
}

.cc-box.amex {
  background-position: 0 -341px;
}

.cc-box.discover {
  background-position: 0 -244px;
}

.cc-box.diners-club {
  background-position: 0 -293px !important;
}

.cc-box.jcb {
  background-position: 0 -390px !important;
}

.cc-box.maestro {
  background-position: 0 -195px !important;
}

/* invoice--top */
.invoice--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.uceAd-table-noSidebrdr TD {
  border-right: 0;
  border-left: 0;
}

.input-inactive {
  pointer-events: none;
}

.bootstrap-datetimepicker-widget .hs-icon {
  color: #228ae6;
}

.bootstrap-datetimepicker-widget .separator {
  color: #228ae6;
}

.bootstrap-datetimepicker-widget .btn-primary {
  background-color: #228ae6;
  border: 0;
}

.clock_select .bootstrap-datetimepicker-widget {
  right: 29px !important;
}

/* mono-tab */
.mono-tab {
  border: 1px solid #228ae6;
}

.mono-tab .nav-item {
  width: 106px;
}

.mono-tab .nav-item .nav-link {
  border: 0;
  text-align: center;
}

.mono-tab .nav-item .nav-link.active {
  background-color: #228ae6;
  color: #fff !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.uceAd-table-firstColumn TBODY TR TH:first-child {
  padding-left: 18px;
}

.uceAd-table-firstColumn TBODY TR TD:first-child {
  padding-left: 18px;
}

.tooltip-inner {
  padding: 8px;
  font: 15px clear_sansregular;
  background-color: #495057;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #495057 !important;
}

.uceAd-tag .tag.label-info {
  background-color: #e9ecef;
  border-radius: 2px;
  font: 16px clear_sansregular;
  color: #343A40;
  padding: .3rem 30px .3rem 9px;
}

.uceAd-tag .tag.label-info SPAN[data-role="remove"] {
  left: auto;
  right: 9px;
  color: #343A40;
  font-size: 13px;
}

.u-check input[type="checkbox"] + .u-check-icon-radio-v7 {
  background-color: #adb5bd;
}

.u-check-icon-checkbox-v7 i::before,
.u-check-icon-radio-v7 i::before {
  color: #fff;
}

.u-check-icon-checkbox-v7 i::after,
.u-check-icon-radio-v7 i::after {
  background-color: #fff;
}

.delete-image-ev {
  position: absolute;
  right: 11px;
  bottom: 11px;
  z-index: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
}

.border-bottom-grey-v3 {
  border-bottom: 1px solid #f1f3f5;
}

/* uceAd-paginator */
.uceAd-paginator .list-inline-item .u-pagination-v1__item {
  border-radius: 2px !important;
}

.uceAd-paginator .list-inline-item .u-pagination-v1__item:hover {
  border-color: #228ae6 !important;
  color: #495057;
}

.uceAd-paginator .list-inline-item .u-pagination-v1__item.active {
  background-color: #228ae6 !important;
  border-color: #228ae6 !important;
}

.input_count_i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  font: 16px clear_sansregular;
  color: #343A40;
  border: 1px solid #e9ecef;
  text-align: center;
}

.box-170x240 {
  width: 170px;
  height: 240px;
}

.sm-logo-pic {
  width: 88px;
}

.inactive--item {
  pointer-events: none;
}

.inactive--item .g-color-red {
  color: #f1f3f5 !important;
}

.inactive--item SVG {
  color: #f1f3f5;
}

.inactive--item INPUT {
  color: #f1f3f5;
}

.inactive--item INPUT::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f1f3f5;
}

.inactive--item INPUT::-moz-placeholder {
  /* Firefox 19+ */
  color: #f1f3f5;
}

.inactive--item INPUT:-ms-input-placeholder {
  /* IE 10+ */
  color: #f1f3f5;
}

.inactive--item INPUT:-moz-placeholder {
  /* Firefox 18- */
  color: #f1f3f5;
}

/* uceAd-tabs-radio */
.uceAd-tabs-radio .nav-link {
  border: 1px solid #ccc;
}

.uceAd-tabs-radio .nav-link.active {
  background-color: transparent;
  border-color: #228ae6;
}

.uceAd-tabs-radio .nav-link.active .uceAd-tabs-radio-icn {
  background-color: #228ae6 !important;
  color: #fff !important;
  border-color: #228ae6;
}

.uceAd-tabs-radio-icn {
  border: 1px solid grey;
  border-radius: 50%;
  padding: 3px;
  color: transparent;
}

.uceAd-rd input[type="radio"]:checked + * .g-bg-primary--checked {
  background-color: #228ae6 !important;
  color: #228ae6 !important;
  border-color: #228ae6 !important;
}

.uceAd-rd input[type="radio"]:checked + .u-check-icon-radio-v4 {
  color: #228ae6 !important;
  border-color: #228ae6 !important;
}

.g-f-color {
  color: #3b5998;
}

.auth-color {
  color: #343a40 !important;
}

.auth-color:hover {
  color: #228ae6 !important;
}

.theme-navbar-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.uce-tabsctive.active {
  color: #1e88e5;
  border-color: #1e88e5 !important;
}

.uce-bordered-box {
  background-color: #fff;
  border-left: 2px solid #228ae6;
}

.btn-md.u-btn-outline-blue {
  color: #228ae6 !important;
}

.btn-md.u-btn-outline-blue:hover, .btn-md.u-btn-outline-blue:active {
  color: white !important;
}

.uce-perpage .filter-option {
  padding: 0;
  background-color: transparent !important;
}

.uce-perpage .filter-option SPAN {
  background-color: transparent !important;
  padding: 0 !important;
}

.uce-perpage .btn {
  min-width: auto !important;
}

.uce-perpage .dropdown-menu {
  margin-top: 0 !important;
}

.uce-perpage .dropdown-menu li a span {
  padding: 0;
  background-color: transparent;
}

.uce-max-width-500 {
  max-width: 500px;
}

.uce-max-width-600 {
  max-width: 600px;
}

.height-40 {
  height: 40px !important;
}

.height-42 {
  height: 42px !important;
}

.height-50 {
  height: 50px !important;
}

.note-popover {
  display: none;
}

.btn-minwidthauto {
  min-width: auto !important;
}

.text-defaultcase {
  text-transform: none !important;
}

.copyLinkCall {
  position: relative;
}

.copyLinkCall_notdone {
  display: block;
}

.copyLinkCall_done {
  display: none;
}

.copyLink {
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
  overflow: hidden;
}

.copyLink span {
  font-weight: bold;
}

.btn_in {
  padding-top: 6px;
}

.line-height-52 {
  line-height: 52px !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  color: white;
}

/* table-scroll */
.table-scroll {
  display: block;
  width: 100%;
  position: relative;
}

.table-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.table-scroll > .table {
  min-width: 1200px;
}

.table-scroll > .table.table-payout-report {
  min-width: 100%;
  width: 100%;
}

.table-scroll > .table.table-payout-report th {
  font-weight: bold;
  font-size: 16px;
}

.view__list {
  padding-left: 20px;
}

.view__list li {
  margin-bottom: 10px;
}

.view__list li:last-child {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.box-bordered {
  border: 1px solid #E9ECEF;
  background-color: #FFFFFF;
}

.box-bordered__item {
  padding: 17px 20px;
  border-bottom: 1px solid #E9ECEF;
}

.checkboxes--list li {
  margin-bottom: 16px;
}

.checkboxes--list li:last-child {
  margin-bottom: 0;
}

.check-item {
  position: relative;
  height: 24px;
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  overflow: hidden;
}

.check-item svg {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.check-item span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ADB5BD;
  background-color: #F8F9FA;
  border-radius: 100px;
}

.check-item input {
  visibility: hidden;
}

.check-item input:checked + svg {
  opacity: 1;
}

.check-item input:checked + svg + span {
  border-color: #40C057;
  background-color: #40C057;
}

.icn-grey svg {
  color: #ADB5BD;
}

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

.g-mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.drag-and-drop-box__item input {
  height: 40px;
}

.drag-and-drop-box__item input:focus, .drag-and-drop-box__item input:active {
  border-color: #228ae6;
}

.drag-and-drop-box__addmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 26px;
}

.drag-and-drop-box__addmore * {
  cursor: pointer;
}

.drag-and-drop-box__addmore svg {
  margin-right: 8px;
}

.drag-and-drop-box__addmore svg circle,
.drag-and-drop-box__addmore svg line {
  color: #228ae6;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.u-check-icon-checkbox-v6 {
  border-radius: 0;
}

.u-check-icon-checkbox-v6 i {
  border-radius: 0;
}

#multipleChoice {
  display: none;
}

.counter {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: #228AE6;
  color: white;
  font-size: 16px;
  line-height: 32px;
  font-family: clear_sansbold;
}

.bg-gre {
  background-color: #F8F9FA;
}

.summer__list {
  margin-bottom: 0;
}

.summer__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid #E9ECEF;
}

.summer__list li .progress {
  max-width: 180px;
  width: 100%;
}

.summer__list li .progress .progress-bar {
  background-color: #228AE6;
}

.icn-gre-down svg {
  color: #adb5bd;
}

.icn-gre-print {
  margin-left: 16px;
}

.icn-gre-print svg {
  color: #adb5bd;
}

.report__list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.report__list li {
  padding: 17px 20px;
  border-bottom: 1px solid #E9ECEF;
}

.report__list .u-check {
  cursor: default;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
  border-color: #2b94f0 !important;
}

.color-grey-v3 {
  color: #868e96;
}

.dataTables_wrapper {
  overflow-x: auto;
}

.u-sidebar-navigation-v1-menu-item,
.u-sidebar-navigation-v2-menu-item,
.u-side-nav--top-level-menu-item {
  padding-left: 24px;
}

.u-side-nav--top-level-menu-link {
  padding-left: 5px !important;
}

.u-sidebar-navigation--light .u-side-nav--has-sub-menu.u-side-nav-opened {
  background-color: transparent;
}

/* path */
/* fonts */
/* colors */
/* backgrounds */
/* border colors */
/* second colors */
/* backgrounds */
/* path */
/* border colors */
@font-face {
  font-family: 'clear_sansbold';
  src: url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_lightregular';
  src: url("../fonts/clearsans-light-webfont.woff2") format("woff2"), url("../fonts/clearsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_mediumregular';
  src: url("../fonts/clearsans-medium-webfont.woff2") format("woff2"), url("../fonts/clearsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sansregular';
  src: url("../fonts/clearsans-regular-webfont.woff2") format("woff2"), url("../fonts/clearsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldmedium';
  src: url("../fonts/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldbold';
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* path */
/* fonts */
/* colors */
/* backgrounds */
/* border colors */
/* second colors */
/* backgrounds */
/* path */
/* border colors */
.theme-sidebar.ucead-nav .media {
  font: 13px clear_sansregular;
  color: #495057;
  text-transform: uppercase;
}

.theme-sidebar.ucead-nav .media i {
  font-size: 11px;
  margin-right: 8px;
}

.theme-sidebar.ucead-nav .media > span:first-child {
  min-width: 24px;
  margin-top: 2px;
  margin-right: 5px;
  text-align: center;
}

.ucead__submenu {
  padding-left: 32px;
}

.ucead__submenu_li.u-side-nav-opened .subShow {
  display: none;
}

.ucead__submenu_li.u-side-nav-opened .subHide {
  display: block;
}

.ucead-nav .u-side-nav--second-level-menu .media-body {
  font: 16px clear_sans_lightregular;
  color: #343A40;
  text-transform: none;
}

.ucead-nav .u-sidebar-navigation-v1-menu {
  padding-left: 0;
  background-color: #fff;
}

#sideNavMenu > li {
  padding-left: 0;
  border-bottom: 1px solid #E9ECEF;
}

#sideNavMenu > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.submenu__title_li {
  padding: 12px 25px;
  display: none;
}

.submenu__title {
  display: block;
  padding-top: 4px;
  padding-bottom: 16px;
  font: 15px clear_sansregular;
  color: #495057;
  text-transform: uppercase;
  border-bottom: 1px solid #E9ECEF;
}

.theme-sidebar-mini #sideNavMenu > li {
  padding-left: 0;
}

.theme-sidebar-mini #sideNavMenu > li > a {
  display: none;
}

.theme-sidebar-mini #sideNavMenu > li > ul.u-sidebar-navigation-v1-menu {
  position: static;
  display: block;
}

.theme-sidebar-mini #sideNavMenu > li ul.u-sidebar-navigation-v1-menu.ucead__submenu {
  position: absolute;
  display: none;
  box-shadow: 0 1px 2px 0 #F1F3F5;
}

.theme-sidebar-mini #sideNavMenu > li ul.u-sidebar-navigation-v1-menu.ucead__submenu::before {
  width: 16px;
  height: 16px;
  border-top: 1px solid #F1F3F5;
  border-right: 1px solid #F1F3F5;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: "";
  position: absolute;
  top: 15px;
  left: -8px;
  background-color: #fff;
}

.theme-sidebar-mini .submenu__title_li {
  display: block;
}

.menu__mobile {
  display: none;
}

.ue-modal {
  border: 1px solid #fff;
}

.ue-modal .close {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: #fff;
  cursor: pointer;
}

.ue-modal--top-pt {
  padding-top: 47px;
  -webkit-animation: ue-modal-pt 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: ue-modal-pt 1s;
  /* IE 10+, Fx 29+ */
}

.ue-modal--auth {
  position: relative;
}

.ue-modal--auth-mt {
  margin-top: -230px;
  -webkit-animation: ue-modal--auth-mt 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: ue-modal--auth-mt 1s;
  /* IE 10+, Fx 29+ */
}

.ue-modal--auth-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.uce-link-hover:hover {
  color: #228ae6 !important;
}

.ue-auth-socials--btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 168px;
  height: 48px;
}

.ue-auth-socials--btn-fb {
  background-color: #3B5998;
}

.ue-auth-socials--btn-tw {
  background-color: #55ACEE;
}

.ue-auth-socials--btn-g {
  background-color: #DD4B39;
}

.ue-auth-form .input-group-addon {
  border: 1px solid #adb5bd;
  padding-right: 16px;
}

.ue-auth-form .input-group-addon I {
  color: #343a40;
  font-size: 20px;
}

.ue-divider-ln {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  color: #343a40;
  font: 14px oswaldregular;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ue-divider-ln SPAN {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}

.ue-divider-ln::after {
  position: absolute;
  bottom: 41%;
  left: 0;
  z-index: 1;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e9ecef;
}

.ue-lnk {
  color: #228ae6 !important;
}

.ue-lnk:hover, .ue-lnk:active {
  color: #228ae6 !important;
}

/* path */
/* fonts */
/* colors */
/* backgrounds */
/* border colors */
/* second colors */
/* backgrounds */
/* path */
/* border colors */
@font-face {
  font-family: 'clear_sansbold';
  src: url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_lightregular';
  src: url("../fonts/clearsans-light-webfont.woff2") format("woff2"), url("../fonts/clearsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_mediumregular';
  src: url("../fonts/clearsans-medium-webfont.woff2") format("woff2"), url("../fonts/clearsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sansregular';
  src: url("../fonts/clearsans-regular-webfont.woff2") format("woff2"), url("../fonts/clearsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldmedium';
  src: url("../fonts/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldbold';
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* path */
/* fonts */
/* colors */
/* backgrounds */
/* border colors */
/* second colors */
/* backgrounds */
/* path */
/* border colors */
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* font-weight */
[data-font-weight="300"] {
  font-weight: 300;
}

[data-font-weight="400"] {
  font-weight: 400;
}

[data-font-weight="500"] {
  font-weight: 500;
}

[data-font-weight="700"] {
  font-weight: 700;
}

::-moz-selection {
  color: #fff;
  background-color: #228ae6;
}

::selection {
  color: #fff;
  background-color: #228ae6;
}

* {
  outline: none;
}

.border-top {
  border-top: 1px solid #F3F3F3;
}

.border-right {
  border-right: 1px solid #F3F3F3;
}

.border-bottom {
  border-bottom: 1px solid #F3F3F3;
}

.border-left {
  border-left: 1px solid #F3F3F3;
}

.border-box {
  border: 1px solid #F3F3F3;
}

/* font classes */
.font-oswaldMedium {
  font-family: oswaldmedium;
}

.font-oswaldRegular {
  font-family: oswaldregular;
}

.font-oswaldBold {
  font-family: oswaldbold;
}

.font-oswaldLight {
  font-family: oswaldlight;
}

.font-clearSansBold {
  font-family: clear_sansbold;
}

.font-clearSansLight {
  font-family: clear_sans_lightregular;
}

.font-clearSansMedium {
  font-family: clear_sans_mediumregular;
}

.font-clearSansRegular {
  font-family: clear_sansregular;
}

/* colors */
.g-color-primary {
  color: #228ae6 !important;
}

.g-color-darkred {
  color: #e03131;
}

.g-color-red {
  color: #F03C3C;
}

.g-color-lightred {
  color: #f08c00;
}

.g-color-black {
  color: #363b48 !important;
}

.g-color-danger {
  color: #e03131;
}

.g-color-info {
  color: #228ae6;
}

.g-color-success {
  color: #52AA5E;
}

.g-color-warning {
  color: #f08c00;
}

.g-color-darkblue {
  color: #39579a;
}

.color-info2 {
  color: #69ace0;
}

.color-primary-dark {
  color: #1b6ec2;
}

.color-primary-light {
  color: #72c3fc;
}

.color-black2 {
  color: #303852;
}

.color-dark-grey {
  color: #343a40;
}

.color-dark-grey2 {
  color: #495057;
}

.color-dark-grey3 {
  color: #1F457E;
}

.color-dark-grey4 {
  color: #747683;
}

.color-dark-grey5 {
  color: #424242;
}

.color-dark-grey6 {
  color: #204071;
}

.color-medium-grey {
  color: #495057;
}

.color-light-grey {
  color: #adb5bd;
}

.color-light-grey-important {
  color: #adb5bd !important;
}

.color-extra-light {
  color: #e9ecef;
}

.color-light-red {
  color: #ce5979;
}

.color-dark-red {
  color: #c3372c;
}

.color-blueDark {
  color: #303852;
}

.color-blueDark2 {
  color: #495057;
}

.color-light-grey2 {
  color: #EBEBED;
}

.g-bg-primary {
  background-color: #228ae6 !important;
}

.g-bg-black {
  background-color: #343a40;
}

.g-bg-white {
  background-color: #fff;
}

.g-bg-gray {
  background-color: #FAFAFA;
}

.g-bg-red {
  background-color: #fd7e14;
}

.g-bg-darkred {
  background-color: #e03131;
}

.g-bg-lightred {
  background-color: #f08c00;
}

.bg-base {
  background-color: #f8f9fa;
}

.g-bg-orange {
  background-color: #f08c00;
}

.bg-primary-dark {
  background-color: #1b6ec2;
}

.bg-primary-light {
  background-color: #72c3fc;
}

.bg-dark-grey {
  background-color: #343a40;
}

.bg-medium-grey {
  background-color: #495057;
}

.bg-light-grey {
  background-color: #adb5bd;
}

.bg-extra-light {
  background-color: #e9ecef;
}

.bg-extra-light2 {
  background-color: #f6f7f9;
}

.bg-error {
  background-color: #e03131;
}

.bg-info {
  background-color: #228ae6 !important;
}

.bg-success {
  background-color: #40C057;
}

.bg-success-transparent {
  background-color: #d9ecdd;
}

.bg-success-transparent-05 {
  background-color: rgba(217, 236, 221, 0.5);
}

.border-lightGrey {
  border-color: #F0F4F4;
}

.border-accent {
  border-color: #fd7e14;
}

.border-medium-gray {
  border-color: #495057;
}

.border-info2 {
  border-color: #7BD0F9;
}

.border-1 {
  border-width: 1px !important;
  border-style: solid !important;
}

.border-top-1 {
  border-top-width: 1px;
  border-style: solid;
}

.border-right-1 {
  border-right-width: 1px;
  border-style: solid;
}

.border-bottom-1 {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-left-1 {
  border-left-width: 1px;
  border-style: solid;
}

.h1 {
  font-size: 48px;
}

.h2 {
  font-size: 32px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 20px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 12px;
}

.g-line-height-18 {
  line-height: 18px;
}

.g-mb-24 {
  margin-bottom: 24px;
}

.g-width-14 {
  width: 14px;
}

.g-height-14 {
  height: 14px;
}

.position-relative {
  position: relative;
}

/* Buttons */
.btn {
  position: relative;
  padding: 0 20px;
  height: 48px;
  min-width: 130px;
  font-family: oswaldmedium;
  line-height: 50px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.ue-btn-inactive {
  background-color: #e9ecef;
  color: #495057;
}

.btn-primary {
  background-color: #1e88e5;
  border-color: #1e88e5;
  outline: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #228ae6;
  border-color: #228ae6;
}

.btn-primary:focus {
  color: #fff;
}

.btn-primary.checked {
  background-color: #228ae6;
  border-color: #228ae6;
}

.btn-primary.checked I {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #228ae6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 21px;
}

.btn-primary.checked:hover {
  background-color: #1e88e5;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.btn-group LABEL {
  margin-bottom: 0;
  width: auto;
  height: 40px;
}

.btn-group LABEL input[type="radio"]:checked + .g-bg-primary--checked {
  background-color: #1e88e5 !important;
}

.btn-group LABEL:first-child SPAN {
  border-radius: 2px 0 0 2px !important;
}

.btn-group LABEL:last-child SPAN {
  border-radius: 0 2px 2px 0 !important;
}

.btn-group SPAN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  padding: 0 40px;
  font-family: oswaldregular;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-color: #1e88e5;
  color: #1e88e5;
}

.btn-group SPAN:hover {
  background-color: #1e88e5;
  color: white;
}

.ue-btn-radio {
  min-width: 280px;
  height: 50px;
}

.ue-btn-radio .ue-radio {
  border-color: #ACAFB9 !important;
}

.ue-btn-radio > SPAN {
  color: #212D47;
  line-height: normal;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content {
  background-color: #1e88e5;
  border-color: #1e88e5;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 {
  border: 0;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 SPAN {
  display: block;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content > SPAN {
  color: #fff !important;
}

.ue-btn-radio input[type="radio"]:checked + .ue-radio_content I {
  color: #fff;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content {
  background-color: #d9ecdd;
  border-color: #40C057;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 {
  border: 0;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content .u-check-icon-radio-v4 SPAN {
  display: block;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content > SPAN {
  color: white;
}

.ue-btn-radio-light input[type="radio"]:checked + .ue-radio_content .fa-check-circle {
  color: #52AA5E;
  font-size: 28px;
}

.ue-radio_content {
  padding: 13px;
  border: 1px solid #ACAFB9;
  width: 100%;
  border-radius: 2px;
}

.ue-radio_content .u-check-icon-radio-v4 SPAN {
  display: none;
  font-size: 26px;
  color: white;
}

.ue-radio_content I {
  color: #495057;
}

.ue-sliderRange .ui-slider-range {
  background-color: #1e88e5 !important;
}

.ue-sliderRange .ui-slider-handle {
  width: 22px !important;
  height: 22px !important;
  margin-top: -11px !important;
  margin-bottom: -11px !important;
  background-color: #1e88e5 !important;
  border-color: #1e88e5 !important;
}

/* range-section */
.range-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.range-section .ue-sliderRange {
  margin: 0 20px;
  width: 100%;
}

.range-section .range-slider-values {
  border: 0;
  max-width: 82px;
}

.range-section .range-slider-values_border {
  height: 42px;
  max-width: 82px;
  color: #212D47;
  font-family: clear_sansregular;
  font-size: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  text-align: center;
}

.range-slider-values--tooltip {
  display: none;
  position: absolute;
  top: -10px !important;
  left: 50%;
  z-index: 10;
  width: 53px;
  height: 30px;
  font-size: 14px;
  font-family: clear_sansregular;
  color: #fff;
  border-radius: 2px;
  background-color: #2E4577;
  text-align: center;
  padding: 5px 10px;
}

.range-slider-values--tooltip:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #2E4577;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ue-btn {
  height: 50px;
  min-width: 170px;
  text-transform: uppercase;
  font-family: oswaldregular;
  letter-spacing: 1px;
  line-height: 50px;
}

.ue-btn-primary {
  color: #fff;
  background-color: #1e88e5;
}

.ue-btn-primary:disabled {
  background-color: #ccc;
  pointer-events: none !important;
}

.ue-btn-primary.loading {
  background-color: #72c3fc;
  pointer-events: none;
}

.ue-btn-primary:hover {
  background-color: #72c3fc;
  color: #fff;
}

.ue-btn-primary:active {
  background-color: #1b6ec2;
}

.btn-primary-outline {
  color: #1e88e5;
  border: 1px solid #1e88e5;
  background-color: transparent;
}

.btn-primary-outline:disabled {
  background-color: transparent;
  border-color: #ccc;
  pointer-events: none !important;
  color: #ccc;
}

.btn-primary-outline.loading {
  background-color: transparent;
  border: 1px solid #1e88e5;
  color: #1e88e5;
  pointer-events: none;
}

.btn-primary-outline:hover {
  background-color: #5aa5c9;
  border-color: #5aa5c9;
  color: #fff;
}

.btn-primary-outline:active {
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}

.ue-btn-accented {
  color: #fff;
  background-color: #f03c3c;
}

.ue-btn-accented:disabled {
  background-color: #ccc;
  pointer-events: none !important;
}

.ue-btn-accented.loading {
  background-color: #f25f5f;
  pointer-events: none;
  color: #fff;
}

.ue-btn-accented:hover {
  background-color: #c53232;
  color: #fff;
}

.ue-btn-accented:active {
  background-color: #f03c3c;
  color: #fff;
}

.ue-btn-accented:focus {
  background-color: #f03c3c;
  color: #fff;
}

.ue-btn-accented-outline {
  color: #f14545;
  background-color: transparent;
  border: 1px solid #ff5722;
}

.ue-btn-accented-outline I {
  display: none;
}

.ue-btn-accented-outline:disabled {
  background-color: transparent;
  border-color: #ccc;
  pointer-events: none !important;
  color: #ccc;
}

.ue-btn-accented-outline.loading {
  color: #f14545;
  background-color: transparent;
  border: 1px solid #ff5722;
  pointer-events: none;
}

.ue-btn-accented-outline:hover {
  color: #fff;
  background-color: #f25f5f;
  border-color: #f25f5f;
}

.ue-btn-accented-outline:active {
  color: #fff;
  background-color: #f03c3c;
  border-color: #f03c3c;
}

.ue-btn-accented-outline.checked {
  background-color: #e03131;
}

.ue-btn-accented-outline.checked I {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 21px;
  color: #fff;
}

.ue-btn-accented-outline.checked SPAN {
  display: none;
}

.ue-btn-accented-outline.checked:hover {
  background-color: #e03131;
}

.btn-select-plan {
  height: 32px;
  line-height: normal;
  min-width: auto;
  width: 64px;
}

.btn-select-plan SPAN {
  line-height: 33px;
}

.ue-btn--auto {
  width: auto;
  height: auto;
  min-width: auto;
  line-height: normal;
}

.ue-btn-default {
  color: #fff;
  background-color: #2e4577;
}

.ue-btn-default:disabled {
  background-color: #ccc;
  pointer-events: none !important;
}

.ue-btn-default.loading {
  background-color: #212d47;
  pointer-events: none;
}

.ue-btn-default:hover {
  background-color: #212d47;
}

.ue-btn-default:active {
  background-color: #2e4577;
}

.ue-btn-default-outline {
  color: #5c6377;
  border: 1px solid #2e4577;
  background-color: transparent;
}

.ue-btn-default-outline:disabled {
  background-color: transparent;
  border-color: #ccc;
  pointer-events: none !important;
  color: #ccc;
}

.ue-btn-default-outline.loading {
  background-color: transparent;
  color: #5c6377;
  pointer-events: none;
}

.ue-btn-default-outline:hover {
  color: #fff;
  border-color: #2e4577;
  background-color: #2e4577;
}

.ue-btn-default-outline:active {
  color: #fff;
  border-color: #212d47;
  background-color: #212d47;
}

.ue-link {
  font-family: clear_sansregular;
  color: #1e88e5;
}

.ue-link:hover {
  color: #1e88e5;
  text-decoration: underline;
}

.ue-link:visited {
  color: #7ac0f8;
}

.btn-xs {
  height: 30px;
  line-height: 30px;
  min-width: 110px;
}

.btn-sm {
  height: 40px;
  line-height: 40px;
  min-width: 126px;
}

.btn-md {
  height: 50px;
  min-width: 152px;
}

.btn-lg {
  height: 60px !important;
  font-size: 18px;
}

.ue-pagination .ue-prev A {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-color: #1e88e5;
  background-color: #1e88e5;
  text-transform: uppercase;
  color: white;
  font-family: oswaldregular;
  letter-spacing: 1px;
  text-align: center;
}

.ue-pagination .ue-next A {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-color: #1e88e5;
  background-color: #1e88e5;
  text-transform: uppercase;
  color: white;
  font-family: oswaldregular;
  letter-spacing: 1px;
  text-align: center;
}

.ue-pagination_item A {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1e88e5;
  background-color: #fff;
  border-radius: 2px;
  color: #1e88e5;
}

.ue-pagination_item A:hover {
  color: #1e88e5;
  border: 1px solid #1e88e5;
}

.ue-pagination_item .u-pagination-v1-2--active {
  background-color: #1e88e5;
  color: white !important;
}

.holder.ue-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.holder.ue-pagination A {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1e88e5;
  background-color: #fff;
  border-radius: 2px;
  color: #1e88e5;
}

.holder.ue-pagination A:hover {
  color: #1e88e5;
  border: 1px solid #1e88e5;
  text-decoration: none;
}

.holder.ue-pagination .jp-current {
  background-color: #1e88e5;
  color: white !important;
}

.holder.ue-pagination .jp-previous {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-color: #1e88e5;
  background-color: #1e88e5;
  text-transform: uppercase;
  color: white;
  font-family: oswaldregular;
  letter-spacing: 1px;
  text-align: center;
}

.holder.ue-pagination .jp-previous:hover {
  background-color: #5aa5c9;
  color: white;
  border-color: #5aa5c9;
}

.holder.ue-pagination .jp-previous.jp-disabled {
  background-color: #ccc;
  color: white;
  border-color: #ccc;
}

.holder.ue-pagination .jp-next {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-color: #1e88e5;
  background-color: #1e88e5;
  text-transform: uppercase;
  color: white;
  font-family: oswaldregular;
  letter-spacing: 1px;
  text-align: center;
}

.holder.ue-pagination .jp-next:hover {
  background-color: #5aa5c9;
  color: white;
  border-color: #5aa5c9;
}

.holder.ue-pagination .jp-next.jp-disabled {
  background-color: #ccc;
  color: white;
  border-color: #ccc;
}

.g-width-full {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.width-full {
  width: 100%;
}

.width-full-input {
  width: 100% !important;
}

.icon_btn {
  width: 50px;
  height: 50px;
  background: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  outline: none;
  cursor: pointer;
}

.icon_btn I {
  color: #596074;
  font-size: 20px;
}

.icon_btn:hover {
  background-color: #E3F2FD;
  text-decoration: none;
}

.icon_btn:hover I {
  color: #1e88e5;
}

.icon_btn:active {
  background-color: #1e88e5;
}

.icon_btn:active I {
  color: white;
}

.icon_btn:focus {
  outline: none;
}

.tooltip-inner {
  background-color: #596074;
  font-size: 14px;
  font-family: clear_sansregular;
  -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #596074;
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #596074;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #596074;
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #596074;
}

.ue-btn-icn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 0;
}

.ue-btn-icn:hover SVG PATH {
  fill: white;
}

.ue-icn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #596074;
  font: 16px oswaldregular;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.ue-icn:hover, .ue-icn:active, .ue-icn:focus {
  text-decoration: none;
  color: #1e88e5;
}

.ue-icn:hover I, .ue-icn:active I, .ue-icn:focus I {
  color: #1e88e5;
}

.ue-icn I {
  margin-bottom: 10px;
  color: #596074;
  font-size: 20px;
}

.ue-dropdown.show .dropdown-toggle {
  background-color: #1b6ec2;
}

.ue-dropdown BUTTON {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  min-width: auto;
  font: 16px oswaldregular;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #1e88e5;
  text-align: left;
}

.ue-dropdown BUTTON::after {
  display: none;
}

.ue-dropdown BUTTON I {
  margin-right: 8px;
  font-size: 22px;
}

.ue-dropdown .dropdown-menu {
  position: relative;
  border: none;
  top: 1px !important;
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.ue-dropdown .dropdown-menu::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 27px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.ue-dropdown .dropdown-menu .dropdown-item {
  padding: 13px 16px;
  font: 16px clear_sansregular;
  color: #212D47;
}

.ue-dropdown .dropdown-menu .dropdown-item:hover {
  color: #1e88e5;
  background-color: #e2f2fc;
}

.lightTooltip + .tooltip > .tooltip-inner {
  background-color: #f00;
}

.tooltip-huge {
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  font-size: 14px;
  width: 200px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
}

.tooltip-huge::after {
  content: "";
  margin-right: -13px;
  width: 26px;
  height: 26px;
  background: #fff;
  z-index: -2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  right: 50%;
}

.tooltip-huge[data-pos="top"] {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip-huge.tooltip-modification[data-pos="top"] {
  left: 0;
  bottom: 64px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.tooltip-huge.tooltip-modification[data-pos="top"]::after {
  left: 50px;
  right: auto;
}

.tooltip-huge--md {
  width: 360px;
}

.tooltip-huge-dark {
  background-color: #495057;
  color: #fff;
}

.tooltip-huge-dark::after {
  background-color: #495057;
}

.tooltip-huge-dark P {
  color: #495057;
}

.huge-tooltip--top .tooltip-huge {
  display: none;
  position: absolute;
  bottom: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.huge-tooltip--top i {
  color: #72c3fc;
}

.huge-tooltip--top i:hover ~ .tooltip-huge {
  display: block;
}

.ue-overflow-visible {
  overflow: visible;
}

P {
  font-size: 14px;
  font-family: clear_sansregular;
  color: #596074;
}

.ue-boxshadow:hover {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
}

.circle-48 {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 11;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.circle-48--blue {
  background-color: #228ae6 !important;
}

.ue-bg-red {
  background-color: #fd7e14;
}

.bg-blue {
  background-color: #228ae6;
}

.ue-header_top__social {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.ue-header_top__social .addthis_toolbox A {
  margin-bottom: 0;
  height: 19px;
}

.display-none {
  display: none;
}

.color-white-opacity_0-8 {
  color: rgba(255, 255, 255, 0.8);
}

.ue-height-full {
  height: 100%;
}

.ue-star-left {
  z-index: 99;
  top: 16px !important;
  left: 31px !important;
}

.ue-star-right {
  z-index: 99;
  top: auto;
  bottom: 25px !important;
  right: 16px !important;
}

.ue-h-brdr-btm {
  position: relative;
  padding-bottom: 8px;
}

.ue-h-brdr-btm::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #fd7e14;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ue-lnk {
  transition: all 0.2s ease;
}

.ue-lnk:hover, .ue-lnk:active, .ue-lnk:focus {
  color: #72c3fc !important;
  text-decoration: none;
}

.bg-dark-grey2 {
  background-color: #263248;
}

.ue-120 {
  min-width: 120px;
}

.ue-width-full {
  width: 100%;
}

.ue-list-style-type-disc {
  list-style-type: disc;
}

.ue-boxshadow-always {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.ue-mt-4-negative {
  margin-top: -4px;
}

.bg-light-blue {
  background-color: #EDF6FE;
}

.bg-light-blue2 {
  background-color: #ECF8FE;
}

.ue-tag {
  transition: all 0.2 ease;
  background-color: #EDF6FE;
  font: 16px clear_sansregular;
  color: #228ae6 !important;
}

.ue-tag:hover {
  color: #2E4577;
}

.g-font-size-21 {
  font-size: 21px;
}

.g-font-size-12 {
  font-size: 12px;
}

.g-font-size-10 {
  font-size: 10px;
}

.width-100per {
  width: 100%;
}

.title__redline {
  position: relative;
}

.title__redline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 160px;
  height: 1px;
  background-color: #e03131;
}

.title__redline-160::after {
  width: 160px;
}

.list-style-number {
  list-style-position: inside;
}

.underline-hover:hover {
  text-decoration: underline;
}

.text-normal {
  text-transform: none;
}

.g-height-380 {
  height: 380px;
}

.nav-item-divider {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.ue-height-56 {
  height: 56px;
}

.ue-height-auto-important {
  height: auto !important;
}

.ue-btn--widthAuto {
  min-width: auto;
}

.display-inline-table {
  display: inline-table;
}

.ue-outline-none:focus {
  outline: none;
}

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

.g-max-width-360 {
  max-width: 360px;
}

.g-min-width-118 {
  min-width: 118px !important;
}

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
}

.breadcrumb .list-inline-item {
  font: 12px oswaldregular;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumb .list-inline-item.active .u-link-v5 {
  color: #228ae6 !important;
}

.breadcrumb .list-inline-item.passed .u-link-v5 {
  color: #52AA5E;
}

.breadcrumb .u-link-v5 {
  font: 12px oswaldregular;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #343a40;
}

.notification {
  padding: 12px;
  min-height: 48px;
  border: 1px solid #adb5bd;
}

.notification I {
  margin-right: 8px;
}

.notification-checked {
  background-color: #d9ecdd;
  border-color: #40C057;
}

.notification-info {
  background-color: #EDF6FE;
  border-color: #7BD0F9;
}

.notification-alert {
  background-color: #fad2d2;
  border-color: #fd7e14;
}

.notification-warning {
  background-color: rgba(255, 160, 0, 0.4);
  border-color: #f08c00;
}

.tooltip-huge_wrap {
  position: relative;
}

.g-min-width-92 {
  min-width: 92px;
}

.g-abs-r-c {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.g-line-height-normal {
  line-height: normal;
}

.g-px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.g-py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.g-pb-22 {
  padding-bottom: 22px;
}

.g-mb-23 {
  margin-bottom: 23px;
}

.g-pt-16 {
  padding-top: 16px;
}

.g-width-50p {
  width: 50%;
}

.theme-list-inline-items {
  letter-spacing: -4px;
}

.theme-list-inline-items LI {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.g-top-18 {
  top: 18px;
}

.g-line-height-53 {
  line-height: 53px;
}

.g-min-width-80 {
  min-width: 80px;
}

.g-mr-16 {
  margin-right: 16px;
}

.g-mr-13 {
  margin-right: 13px;
}

.g-mr-23 {
  margin-right: 23px;
}

.ue-radio-border-gray {
  border: 1px solid #e9ecef;
}

.ue-radio_content__edit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  cursor: pointer;
}

.ue-radio_content__edit:hover, .ue-radio_content__edit:focus, .ue-radio_content__edit:active {
  text-decoration: none;
  color: #212D47;
}

.ue-hr-gray {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.img-width-full IMG {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-max-height-360 {
  max-height: 360px;
  height: 100%;
}

.g-height-60 {
  height: 60px !important;
}

.notification-gradient {
  padding: 8px 10px 2px;
  min-height: 42px;
  background: linear-gradient(to right, #F03C3C, #f0803c);
  text-align: center;
}

.g-mb-23 {
  margin-bottom: 23px;
}

.border-box--lg {
  width: 80px;
  height: 48px;
}

.table-items-v-middle TD, .table-items-v-middle TH {
  vertical-align: middle;
}

.table-td-py TD {
  padding-top: 25px;
  padding-bottom: 25px;
}

.g-pb-23 {
  padding-bottom: 23px;
}

/* table-scroll */
.table-scroll {
  display: block;
  width: 100%;
  position: relative;
}

.table-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.table-scroll > .table {
  min-width: 1300px;
}

.note-editor {
  z-index: 9;
}

.note-editor .btn {
  min-width: auto;
  color: inherit;
}

.note-editor .btn SPAN {
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
}

.note-editor .btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.note-editor .btn-group SPAN:hover {
  background-color: transparent;
}

.note-editor .btn-group .dropdown-menu LI .btn-group {
  -ms-flex-direction: column;
      flex-direction: column;
}

.note-editor .btn-group .dropdown-menu LI .btn-group .note-color-reset {
  line-height: normal;
  height: 30px;
}

.note-editor .dropdown-style LI A P {
  margin-bottom: 0;
  padding: 5px 8px;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  display: block;
  color: #39579a;
}

.note-editor .dropdown-style LI A blockquote {
  padding: 5px 8px;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  display: block;
  color: #39579a;
}

.note-editor .dropdown-style LI A pre {
  margin-bottom: 0;
  padding: 5px 8px;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  display: block;
  color: #39579a;
}

.note-editor .dropdown-style H1, .note-editor .dropdown-style H2, .note-editor .dropdown-style H3, .note-editor .dropdown-style H4, .note-editor .dropdown-style H5, .note-editor .dropdown-style H6 {
  padding: 5px 8px;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  display: block;
  color: #39579a;
}

.note-editor .dropdown-toggle::after {
  display: none;
}

.note-editor .dropdown-fontname LI {
  text-align: left;
}

.note-editor .dropdown-fontname LI A {
  display: block;
  padding: 5px 8px;
}

.note-editor .dropdown-fontname LI A SPAN {
  padding: 0;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  display: block;
  color: #39579a;
}

/* other styles */
.word-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topCityName_wrap {
  max-width: 140px;
}

.d-none {
  display: none;
}

.btn-sm-96 {
  min-width: 96px;
}

.hide-elem {
  display: none !important;
}

.color-white {
  color: #fff;
}

.full-width {
  width: 100%;
}

/* font classes */
.g-font-primary {
  font-family: clear_sansregular;
}

.g-font-primary-light {
  font-family: clear_sans_lightregular;
}

.g-font-primary-medium {
  font-family: clear_sans_mediumregular;
}

.g-font-primary-bold {
  font-family: clear_sansbold;
}

.g-font-secondary {
  font-family: oswaldregular;
}

.g-font-secondary-medium {
  font-family: oswaldmedium;
}

.g-font-secondary-light {
  font-family: oswaldlight;
}

.g-font-secondary-bold {
  font-family: oswaldbold;
}

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-top-1 {
  border-top-width: 1px;
  border-style: solid;
}

.border-right-1 {
  border-right-width: 1px;
  border-style: solid;
}

.border-bottom-1 {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-left-1 {
  border-left-width: 1px;
  border-style: solid;
}

.border-top-none {
  border-top: 0;
}

/* other styles */
.word-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* colors */
.g-color-dark-blue {
  color: #343a40;
}

.g-color-black-v1 {
  color: #343A40;
}

.g-color-grey {
  color: #495057;
}

.g-color-grey-v1 {
  color: #adb5bd;
}

.g-color-grey-v2 {
  color: #e9ecef;
}

.g-color-grey-v3 {
  color: #868e96;
}

.g-color-red {
  color: #e03131;
}

.g-color-blue {
  color: #228ae6;
}

.g-color-blue-light-v2 {
  color: #72c3fc;
}

.g-color-green {
  color: #40C057;
}

.g-brdr-grey-v3 {
  border-color: #f1f3f5;
}

.g-brdr-grey-v4 {
  border-color: #ccc;
}

.g-brdr-grey-v5 {
  border-color: #e1eaea;
}

.g-bg-grey-v2 {
  background-color: #495057;
}

.g-bg-grey-v3 {
  background-color: #e9ecef;
}

.g-max-height-400 {
  max-height: 400px;
}

.g-width-400 {
  width: 400px !important;
}

.g-pt-69 {
  padding-top: 69px;
}

.g-pt-140 {
  padding-top: 140px;
}

.g-pl-38 {
  padding-left: 38px;
}

.g-pa-8 {
  padding: 8px;
}

.g-pa-16 {
  padding: 16px;
}

.g-py-24 {
  padding: 0 24px !important;
}

.g-px-24 {
  padding: 24px 0 !important;
}

.bg-grey-v1 {
  background-color: #f8f9fa;
}

.g-inline-block {
  display: inline-block;
}

.g-width-full {
  width: 100%;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.g-max-width-824 {
  max-width: 824px;
  width: 100%;
}

.g-bg-grey-light-v2 {
  background-color: #f1f3f5;
}

.g-width-52 {
  width: 52px;
}

.g-height-52 {
  height: 52px;
}

.g-height-136 {
  height: 136px;
}

.g-link-blue {
  font: 16px clear_sansregular;
  color: #228ae6;
}

.g-link-blue:hover {
  color: #2b94f0;
}

.g-link-blue-medium {
  font: 15px clear_sans_mediumregular;
  color: #228ae6;
}

.g-link-blue-medium:hover {
  color: #2b94f0;
}

.g-link-blue-underline {
  font: 16px clear_sansregular;
  color: #228ae6;
  border-bottom: 1px solid #228ae6;
}

.g-link-blue-underline:hover, .g-link-blue-underline:active, .g-link-blue-underline:focus {
  color: #2b94f0;
  text-decoration: none;
}

.g-link-blue-dash {
  font: 16px clear_sansregular;
  color: #228ae6;
  border-bottom: 1px dashed #228ae6;
}

.g-link-blue-dash:hover, .g-link-blue-dash:active, .g-link-blue-dash:focus {
  color: #2b94f0;
  text-decoration: none;
}

.g-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.g-px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.g-mr-24 {
  margin-right: 24px;
}

.g-mb-24 {
  margin-bottom: 24px;
}

.g-line-height {
  line-height: normal;
}

.g-max-width-150 {
  max-width: 150px;
}

.g-px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.g-px-37 {
  padding-right: 37px;
  padding-left: 37px;
}

.g-link-decor_underline {
  border-bottom: 1px solid transparent;
}

.g-link-decor_underline:hover {
  color: #343A40;
  border-bottom-color: #228ae6;
  text-decoration: none;
}

.g-link-decor_underline-color {
  border-bottom: 1px solid transparent;
}

.g-link-decor_underline-color:hover {
  color: #228ae6;
  border-bottom-color: #228ae6;
  text-decoration: none;
}

.g-link-decor_underline-dotted {
  border-bottom: 1px dashed transparent;
}

.g-link-decor_underline-dotted:hover {
  border-bottom-color: #228ae6;
  text-decoration: none;
}

INPUT {
  outline: none;
}

.g-mb-34 {
  margin-bottom: 34px;
}

.g-line-height-20 {
  line-height: 20px;
}

.g-line-height-30 {
  line-height: 30px;
}

.g-color-blue--hover:hover SVG G {
  fill: #228ae6 !important;
}

.g-ml-16 {
  margin-left: 16px;
}

.g-mr-16 {
  margin-right: 16px;
}

.g-pb-0 {
  padding-bottom: 0 !important;
}

.g-pb-24 {
  padding-bottom: 24px;
}

.g-line-height-22 {
  line-height: 22px;
}

.bg-blue-light {
  background-color: #e5f6fe;
}

.bg-orange-light {
  background-color: #ffae004f;
}

.g-pr-12 {
  padding-right: 12px;
}

.g-pl-12 {
  padding-left: 12px;
}

.btn-white {
  background-color: #fff;
}

.h-36 {
  height: 36px;
}

a {
  color: #228ae6;
}

a:hover, a:active {
  color: #72c3fc;
}

textarea.error {
  background-color: #fad2d2 !important;
}

textarea.error ~ label + label {
  padding-top: 5px;
  font-size: 13px;
  background-color: #fad2d2 !important;
  top: 0;
  color: #F03C3C;
}

textarea.valid {
  background-color: #d9ecdd !important;
}

textarea.valid ~ label + label {
  background-color: #d9ecdd !important;
  color: #596074;
}

TEXTAREA {
  margin-top: 5px;
  height: 34px;
  padding: 0 44px 0 12px;
  border: 0;
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  font-weight: 400;
  color: #363b48;
  background-color: transparent;
  border-bottom: 1px solid #adb5bd;
  border-radius: 0;
}

TEXTAREA::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #adb5bd !important;
}

TEXTAREA::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #adb5bd !important;
}

TEXTAREA:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #adb5bd !important;
}

TEXTAREA:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  color: #adb5bd !important;
}

.custom-select {
  border-color: #ADB5BD;
  font-size: 16px;
  font-family: clear_sansregular;
  font-weight: 400;
}

.custom-select:focus, .custom-select:active {
  border-color: #228ae6;
}

.custom-select.valid {
  background-color: #d9ecdd !important;
  border-color: #40C057 !important;
}

.uce-table-badge {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font: 16px clear_sansregular;
  background-color: #E9ECEF;
  color: #343A40;
  border-radius: 2px;
}

.feather-16 {
  width: 16px;
  height: 16px;
}

.feather-24 {
  width: 24px;
  height: 24px;
}

.feather-32 {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1700px) {
  .dataTables_wrapper,
  .table-scroll {
    overflow-x: auto;
  }
}

@media screen and (max-width: 1366px) {
  .dataTables_wrapper,
  .table-scroll {
    overflow-x: auto;
  }
}

@media screen and (max-width: 1200px) {
  .uceAd-top-panel {
    padding: 10px 20px;
  }
  .uceAd-top-panel .btn.statusSelectionBtn {
    background: transparent;
    color: #fff;
    height: 20px;
    margin-bottom: 0;
    padding: 0 7px;
    font-size: 12px !important;
    margin-left: 0 !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    min-width: auto;
  }
  .uceAd-top-panel .btn.statusSelectionBtn span i {
    color: #fff;
  }
  .statusSelection__label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .uceAd-top-panel {
    height: auto;
  }
  .uceAd-top-panel .page--title-wrapper-v2 {
    width: 100%;
  }
  .uceAd-top-panel.uceAd-top-panel--globalManageEvent {
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto;
  }
  #modalCreateNewTicket .mono-tab {
    width: 100%;
  }
  #modalCreateNewTicket .ue-form-group {
    margin-bottom: 2rem !important;
  }
  #modalCreateNewTicket .ue-form-group.feePaidByCustomer-wrap {
    margin-bottom: 0.21429rem !important;
  }
  .total-summ {
    margin-top: 30px;
  }
  .mono-tab {
    padding: 0;
    border: 1px solid #228ae6 !important;
  }
  .mono-tab .nav-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .mono-tab .nav-item .nav-link {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    border: none !important;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #topUser {
    margin-right: 25px;
  }
  #topPanelBtnTitle {
    margin-left: auto !important;
  }
  .uceAd-table--calendar:hover .uceAd-table--calendar--details {
    display: none;
  }
  .uceAd-table-create-invite-item-ditails {
    padding: 10px 15px 0;
  }
  .hamburger {
    padding: 0 10px 0 0;
    position: static;
    width: 34px !important;
    height: 40px;
  }
  .hamburger > span {
    color: #000;
  }
  .page--title {
    padding-left: 0;
  }
  .menu__mobile {
    display: block;
  }
  .menu__desktop {
    display: none;
  }
  .theme-statusSelect::before {
    right: 25px;
  }
  .uceAd-tabs--wrap,
  .tab-content {
    width: 100%;
  }
  .date-time .time {
    display: block;
  }
  .ticket-heading h2 {
    font-size: 1.5rem;
  }
  .box-170x240 {
    width: 100px !important;
  }
  #notificationsMenu .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99;
  }
  #profileMenu .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99;
  }
  #profileMenuInvoker SVG,
  #profileMenuInvoker .feather {
    margin-right: 0.35714rem !important;
  }
}

/* END */
@media screen and (max-width: 1109px) {
  .hamburger {
    bottom: -58px;
  }
  .ticket__body {
    padding: 1rem !important;
  }
}

@media screen and (max-width: 992px) {
  .u-header {
    height: auto;
  }
  .ticket__body {
    padding: 20px !important;
  }
  .ticket__body .date-time {
    margin-bottom: 5px;
  }
  .ticket__body .ticket__social-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ticket__body .ticket__social-buttons .ue-header_top__social {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
  #sideNavMenu > li {
    padding-left: 0;
  }
  .theme-sidebar .u-sidebar-navigation-v1--mini {
    width: 0;
    transition: none;
  }
  main {
    height: auto;
  }
  main .no-gutters {
    position: relative;
    height: auto;
    min-height: calc(100vh - 216px);
  }
  .u-sidebar-navigation-v1 {
    top: 0;
    left: 0;
  }
  .u-side-nav-mini .u-sidebar-navigation-v1 {
    left: -10px;
  }
  .hamburger .menu__mobile {
    height: 24px;
  }
  .theme-navbar {
    height: 51px;
  }
  .theme-navbar .navbar-brand img {
    height: 42px;
  }
  .theme-navbar img {
    height: auto;
  }
  .createNewEventBtnWrapper {
    width: 50%;
  }
  .createNewEventBtnWrapper .createNewEventBtn {
    margin: 0 !important;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .hide_tabs_onmob .js-tabs-mobile-control {
    display: none;
  }
  .uceAd-top-panel {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .page--title {
    line-height: 25px;
  }
  #profileMenuInvoker i {
    top: 0 !important;
    margin-left: 0 !important;
    font-size: 0.71429rem !important;
  }
  #profileMenuInvoker svg ~ span,
  #profileMenuInvoker SVG ~ span,
  #profileMenuInvoker .feather ~ span {
    top: 0 !important;
  }
  /* u-header */
  .u-header__section {
    position: fixed;
    width: 100%;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .uceAd-top-panel {
    position: relative;
    padding: 10px !important;
  }
  .u-header--sticky-top {
    position: relative;
    z-index: 999;
  }
  .tab-sortShow--row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .table-scroll,
  .table__scroll {
    position: relative;
  }
  .table-scroll.hideSwipe::after,
  .table__scroll.hideSwipe::after {
    display: none;
  }
  .table-scroll::after,
  .table__scroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.2);
    content: "";
    width: 140px;
    height: 60px;
    background: url("../img/custom/swipe.svg") no-repeat center #fafafa;
  }
  .button-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .button-group button {
    display: block;
    float: none;
    width: 100px;
    min-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .button-group button:last-child {
    margin-bottom: 0;
  }
  .button-group a {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
  .button-group a + a {
    margin-top: 1rem;
  }
  /* tables */
  .uceAd-table > TBODY > TR > TD {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  /* editor */
  .js-tabs-mobile-control {
    background: #fff;
    margin-bottom: 0 !important;
  }
  .js-tabs-mobile-control:focus, .js-tabs-mobile-control:active {
    background: #fff;
  }
  .js-tabs-mobile-control + .nav.uceAd-tabs {
    padding-top: 0 !important;
  }
  .js-tabs-mobile-control + .nav.uceAd-tabs li {
    margin-right: 0;
    background: #fff;
  }
  .search-content--wrap {
    width: 100%;
    margin-top: 25px;
  }
  .global-img-wrap {
    display: block !important;
  }
  .table-scroll > .table {
    table-layout: auto;
  }
  .uceAd-table-create-invite-item-ditails {
    width: 80%;
    white-space: normal;
  }
  .statusSelectionBtn {
    min-width: auto;
  }
  .statusSelection__label {
    display: none;
  }
  #statusList .g-font-size-15,
  #statusList2 .g-font-size-15 {
    font-size: 1.07143rem !important;
  }
  #statusList .close,
  #statusList2 .close {
    display: block;
    padding: 0 10px;
  }
  .table__filter-links {
    width: 100%;
  }
  /* ticket */
  .ticket__wrapper {
    padding: 15px !important;
  }
  .ticket__body {
    padding-top: 5px !important;
  }
  .ticket__social-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .ticket__social-buttons .ue-header_top__social {
    margin-bottom: 1rem;
  }
  .ticket__social-buttons .ue-header_top__social ~ div {
    margin-left: 0 !important;
  }
  .note-editor.note-frame .note-editing-area .note-editable {
    min-height: 100px;
  }
  .note-popover .popover-content > .btn-group .btn,
  .card-header.note-toolbar > .btn-group .btn {
    height: 30px;
    padding: 5px;
    font-size: 10px;
  }
  .ticket__more-info {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .ticket__more-info .date-info {
    margin-left: 0 !important;
  }
  .u-header__section--admin-light [aria-labelledby] {
    width: 320px !important;
    right: -12px !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .uceAd-top-panel {
    height: auto;
  }
  .table__filter-links a {
    margin-right: 1rem !important;
  }
  .ticket__more-info {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media (max-width: 767px) {
  .modal {
    z-index: 99999;
  }
  .modal-dialog {
    margin: 0;
  }
  I
.event-overview-list .event-overview-item-wrap .g-height-136.event-overview-item {
    height: 100%;
    min-height: 88px;
    padding: 5px !important;
  }
  .row.event-overview-list .event-overview-item-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .g-height-136 {
    height: auto;
  }
  .btn-word-break {
    white-space: initial;
    height: auto;
    line-height: 1.47;
    padding: 10px 0;
  }
  .daterangepicker .drp-calendar {
    max-width: 100%;
  }
}

@media screen and (max-width: 722px) {
  .footer-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer-inner SMALL {
    margin-bottom: 10px;
  }
}

/* END */
@media screen and (max-width: 550px) {
  .g-width-100-sm {
    width: 100% !important;
  }
  .g-width-100-sm.g-pr-12 {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .g-width-100-sm.g-pl-12 {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 772px) {
  .uceAd-top-panel .btn.statusSelectionBtn {
    background: transparent;
    color: #fff;
    height: 20px;
    margin-bottom: 0;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 11px !important;
  }
  .uceAd-top-panel .btn.statusSelectionBtn span {
    font-size: 11px !important;
  }
  .uceAd-top-panel .btn.statusSelectionBtn span i {
    color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .table-manage-event .uceAd-table--calendar {
    width: 300px !important;
  }
  .table-manage-event .uceAd-icons {
    width: 200px !important;
  }
}

@media screen and (max-width: 1108px) {
  .uceAd-tabs--wrap {
    display: block !important;
  }
  .uceAd-tabs--wrap .uceAd-tabs {
    margin-bottom: 25px;
  }
  .uceAd-top-panel {
    padding: 10px 20px;
    padding-left: 85px;
  }
  .uceAd-top-panel .btn.statusSelectionBtn {
    background: transparent;
    color: #fff;
    height: 20px;
    margin-bottom: 0;
    padding: 0 7px;
    font-size: 12px !important;
    margin-left: 0 !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    min-width: auto;
  }
  .uceAd-top-panel .page--title-wrapper, .uceAd-top-panel .page--title-wrapper-v2 {
    padding: 0;
  }
}

/* END */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: initial;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .modal-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-buttons .btn {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .theme-navbar-brand {
    width: 99px;
  }
  .theme-navbar-brand IMG {
    max-width: 100%;
  }
  .g-width-285-sm {
    width: 285px !important;
  }
  .theme-tUser-list {
    width: 270px;
  }
}

/* END */
@media screen and (max-width: 1200px) {
  .copypast .uceAd-form-group {
    overflow: hidden;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .copypast .uceAd-form-group > span {
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .copypast .uceAd-form-group span {
    margin-right: 0 !important;
  }
  .copypast .uceAd-form-group button,
  .copypast .uceAd-form-group .copyBtn {
    width: 100%;
    margin: 1rem 0px;
  }
}

/* END */
/* END */
.ue-form-group INPUT,
.ue-form-group TEXTAREA {
  position: relative;
  margin-top: 5px;
  height: 34px;
  min-height: 34px;
  padding: 0 44px 0 12px;
  border: 0;
  font-size: 16px;
  font-family: clear_sans_mediumregular;
  font-weight: 400;
  color: #212D47;
  background-color: transparent !important;
  border-bottom: 1px solid #ACAFB9;
  border-radius: 0;
  z-index: 9;
}

.ue-form-group LABEL {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  padding: 0 12px;
  font-family: clear_sansregular;
  color: #596074;
  transition: all 0.2s ease;
  background-color: transparent;
}

.ue-form-group INPUT.edited ~ label,
.ue-form-group TEXTAREA.edited ~ label {
  top: 0;
  padding-top: 5px;
  font-size: 13px;
}

.ue-form-group textarea.error {
  background-color: #fad2d2 !important;
}

.ue-form-group TEXTAREA.edited.valid ~ label {
  display: none;
}

.ue-form-group INPUT:focus ~ label,
.ue-form-group TEXTAREA:focus ~ label,
.ue-form-group INPUT.valid ~ label:not(.error) {
  top: 0;
  padding-top: 5px;
  font-size: 13px;
  height: 25px;
}

.ue-form-group INPUT ~ label,
.ue-form-group TEXTAREA ~ label {
  background: transparent !important;
}

.ue-form-group.edited label,
.ue-form-group.edited label {
  top: 0;
  padding-top: 5px;
  font-size: 13px;
}

.ue-form-group.error label {
  top: 0;
  padding-top: 5px;
  font-size: 13px !important;
  color: #e03131 !important;
  background-color: #fad2d2 !important;
}

.ue-form-group.error input,
.ue-form-group.error textarea {
  background-color: #fad2d2 !important;
}

.ue-form-group.valid label {
  background: #d9ecdd !important;
  padding-top: 5px;
  top: 0;
}

.ue-form-group.valid input,
.ue-form-group.valid textarea {
  background-color: #d9ecdd !important;
  border-color: #52AA5E !important;
}

.ue-form-group label.error {
  background: #fff !important;
}

.tooltip {
  z-index: 10000;
}

.required-indicator {
  margin-right: 2px;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}

.custom-select {
  height: 60px;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: transparent;
  opacity: .5;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
  border-color: #228ae6 !important;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.uceAd-status--current-hov .uceAd-status--list {
  top: 14px !important;
}

.g-width-540 {
  width: 540px !important;
}

#addEventQuestion .close {
  right: 35px;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
  fill: #fff;
}

.js-pie-chart--blue .ct-series-a .ct-area,
.js-pie-chart--blue .ct-series-a .ct-slice-donut-solid,
.js-pie-chart--blue .ct-series-a .ct-slice-pie {
  fill: #228ae6;
}

.js-pie-chart--red .ct-series-a .ct-area,
.js-pie-chart--red .ct-series-a .ct-slice-donut-solid,
.js-pie-chart--red .ct-series-a .ct-slice-pie {
  fill: #e03131;
}

.js-pie-chart--orange .ct-series-a .ct-area,
.js-pie-chart--orange .ct-series-a .ct-slice-donut-solid,
.js-pie-chart--orange .ct-series-a .ct-slice-pie {
  fill: #f08c00;
}

#sortable > tr:hover {
  background: #f8f9fa;
}

.box-bordered__item .form-control.form-control-square {
  color: #495057;
  border-color: #bbb;
  opacity: .5;
}

.box-bordered__item .form-control.form-control-square.active {
  color: #495057;
  border-color: #aaa;
  opacity: 1;
}

.js-validate-creditcard .card--field {
  position: relative;
}

.js-validate-creditcard .card--field input {
  width: 100%;
  outline: none;
  padding-right: 54px;
  background-size: 38px 311px;
  background-image: url("../img/cc.png");
  background-position: 97% 4px;
  background-repeat: no-repeat;
}

.js-validate-creditcard .card--field input.visa {
  background-position: 97% -32px;
}

.js-validate-creditcard .card--field input.visa-electron {
  background-position: 97% -68px !important;
}

.js-validate-creditcard .card--field input.mastercard {
  background-position: 97% -104px;
}

.js-validate-creditcard .card--field input.amex {
  background-position: 97% -247px;
}

.js-validate-creditcard .card--field input.discover {
  background-position: 97% -175px;
}

.js-validate-creditcard .card--field input.diners-club {
  background-position: 97% -211px !important;
}

.js-validate-creditcard .card--field input.jcb {
  background-position: 97% -283px !important;
}

.js-validate-creditcard .card--field input.maestro {
  background-position: 97% -140px !important;
}

.cvc__info {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
  font-size: 14px !important;
  color: #5AA5C9 !important;
}

.cvc__info:hover .cvc__info_help {
  display: block;
}

.cvc__info_help {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  padding: 3px 5px;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  background-color: #596074;
  font: 14px clear_sansregular;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.cvc__info_help::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #596074;
}

.cvc__info_help img {
  max-width: 100%;
}

/* editor */
.note-editor.note-frame .note-editing-area .note-editable {
  min-height: 100px;
}

.custombox-content {
  z-index: 10000;
}

.u-datepicker-left .error {
  font-size: 13px;
}

.u-datepicker-left #rangeDatepicker,
.u-datepicker-left #rangeDatepicker2 {
  background: url("../img/icons/calendar.svg") no-repeat right 10px center;
}

.u-datepicker-left label.error {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1rem;
}

.u-datepicker--v3 input {
  border: 1px solid #ccc;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  width: auto !important;
  padding-right: 40px;
}

/* dateTime */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  padding: 0 8px;
  font-weight: normal;
}

.daterangepicker .drp-buttons .btn + .btn {
  margin-left: 8px;
}

.daterangepicker.show-calendar .drp-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.daterangepicker.show-calendar .drp-buttons .drp-selected {
  padding-bottom: 1rem;
}

.daterangepicker.show-calendar .drp-buttons > div {
  display: -ms-flexbox;
  display: flex;
}

.daterangepicker.show-calendar .drp-buttons > div .btn.btn-sm {
  width: 50%;
  min-width: auto;
  padding-top: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 36px;
}

.ue-form-group .input-group-addon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #596074;
  border: transparent;
  height: 38px;
}

.uce-addon-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.u-side-nav-mini .table {
  width: calc(100vw - 40px);
}

@media (min-width: 992px) {
  .g-pb-90--md {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  #customerQuestion {
    width: 98%;
    padding: 2.85714rem 1rem !important;
  }
}

@media (min-width: 768px) {
  .u-footer--bottom-sticky {
    position: fixed;
  }
}

table.dataTable tbody tr.refund {
  background: rgba(30, 136, 229, 0.05);
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: .75rem;
}

.custombox-content table {
  width: 100%;
}

/* dataTables elements */
.dataTables_wrapper .dataTables_paginate {
  float: none;
  padding: 1.71429rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-color: #e1eaea !important;
  border-radius: 2px !important;
  margin-left: .5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent !important;
  color: #111 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #228ae6 !important;
  border-color: #228ae6 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

#createNewTicket .ue-form-group TEXTAREA {
  transition: all ease-in .3s;
}

#createNewTicket .ue-form-group TEXTAREA:focus {
  height: 65px !important;
}

.js-tabs-mobile-control {
  color: #000;
}

.cursor-pointer {
  cursor: pointer;
}

.popover {
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.popover.popover--uceAd-view-details {
  max-width: 368px;
}

.popover.popover--nav {
  z-index: 1060;
}

.uceAd-table h4 a:hover {
  color: #1b6ec2;
}

.unread {
  background: rgba(0, 0, 0, 0.1);
}

.unread .notifications-links {
  font-size: 16px;
  display: block;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.unread .notifications-links:hover {
  color: #228ae6 !important;
}

.notifications-links {
  font-size: 16px;
  display: block;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.notifications-links:hover {
  color: #228ae6 !important;
}

/* event-overview */
.event-overview-list {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.event-overview-list .event-overview-item-wrap .event-overview-item {
  min-height: 136px;
}

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

#tagsinput_tag {
  background-color: transparent !important;
}

.uceAd-form-group .tagsinput {
  padding-top: 0.57143rem;
  padding-bottom: 0.57143rem;
  padding-left: 0.42857rem;
  padding-right: 0.42857rem;
}

.uceAd-form-group .tagsinput .tag {
  background-color: #e9ecef;
  border-radius: 2px;
  font: 16px clear_sansregular;
  color: #343A40;
  padding: .3rem 30px .3rem 9px;
}

.uceAd-form-group .tagsinput .tag .tag-remove:after, .uceAd-form-group .tagsinput .tag .tag-remove:before {
  background: #343A40;
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  top: 14px;
  left: 10px;
  content: '';
}

.uceAd-form-group .tagsinput .tag-input.error {
  background-color: transparent !important;
}

.u-datepicker-left.error {
  margin-bottom: 1rem;
  border: 1px solid #e03131;
}

.ue-form-group .icon-check {
  opacity: 0;
  color: #52AA5E !important;
}

.ue-form-group .icon-exclamation {
  opacity: 0;
  color: #F03C3C !important;
}

.ue-form-group input.error ~ .icon-exclamation {
  opacity: 1;
  font-size: 16px;
  top: 10px;
}

.ue-form-group input.valid ~ .icon-check {
  opacity: 1;
  font-size: 16px;
  top: 10px;
}

.ue-form-group I {
  z-index: 9;
}

.form-check-inline label.error {
  position: absolute;
  top: 24px;
  left: 12px;
}

.u-check input[type="checkbox"]:checked + label + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + label + * .u-check-icon-checkbox-v6 i::before {
  content: attr(data-check-icon);
}

.u-check input[type="checkbox"]:checked + label + .u-check-icon-checkbox-v6 i {
  background-color: #228ae6;
  border-color: #228ae6;
  color: white;
}

/* custom modals ... */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
  max-width: 824px;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
}

.modal-open .modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal-open .modal .modal-header {
  padding: 2.85714rem 2.85714rem 0;
  border: none;
  border-radius: 0;
}

.modal-open .modal .modal-body {
  padding: 0 2.85714rem 2.85714rem;
}

#topUser {
  margin-right: 20px;
}

/*  hamburger menu */
.page--title {
  line-height: 1.4;
}

.hamburger {
  width: 75px;
  bottom: -61px;
}

.hamburger:hover {
  color: #fff !important;
}

.hamburger > span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

#advancedSettingForm #-error {
  background: #fff !important;
}

.ui-loader {
  display: none;
}

#topHelp .close {
  margin-right: 15px;
}

.daterangepicker {
  z-index: 99999 !important;
}

#modalCreateNewTicket .ue-form-group {
  margin-bottom: 0;
  background-color: #f8f9fa;
}

#modalCreateNewTicket .ue-form-group.disabled {
  opacity: .5;
}

#modalCreateNewTicket .ue-form-group.disabled .form-control {
  cursor: not-allowed;
}

#modalCreateNewTicket .ue-form-group.input-price-wrap I, #modalCreateNewTicket .ue-form-group.input-lockFee-wrap I {
  font-size: 16px;
  top: 10px;
  right: 10px;
}

#modalCreateNewTicket .ue-form-group.input-price-wrap input ~ i.fa.fa-usd, #modalCreateNewTicket .ue-form-group.input-lockFee-wrap input ~ i.fa.fa-usd {
  position: absolute;
  top: 35px;
  left: 15px;
  display: block;
  font-size: 16px;
  color: #212D47;
  z-index: 99;
}

#modalCreateNewTicket .ue-form-group.input-price-wrap input.valid ~ label, #modalCreateNewTicket .ue-form-group.input-price-wrap input.error ~ label, #modalCreateNewTicket .ue-form-group.input-lockFee-wrap input.valid ~ label, #modalCreateNewTicket .ue-form-group.input-lockFee-wrap input.error ~ label {
  top: 0;
  padding-top: 5px;
  height: 25px;
  width: 100%;
  display: block;
}

#modalCreateNewTicket .ue-form-group.input-price-wrap label, #modalCreateNewTicket .ue-form-group.input-lockFee-wrap label {
  top: 0;
  padding-top: 5px;
  height: 25px;
  width: 100%;
  display: block;
}

.feesPaidBy-error {
  display: block;
  padding: 0 !important;
  line-height: 1.2;
  background: #fff !important;
  position: static;
  color: #F03C3C;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-family: clear_sansregular;
  transition: all 0.2s ease;
}

#Price,
#lockFee {
  padding-left: 25px;
}

.feePaidByCustomer-wrap label {
  top: 5px;
}

#FeePaidByCustomer {
  margin-top: 5px;
  height: 34px;
  padding: 10px 44px 0 12px;
}

.u-dropdown--hidden {
  display: none !important;
}

.progress.g-height-20 {
  border-radius: 20px 20px 20px 20px;
}

.progress.g-height-20 .progress-bar {
  border-radius: 20px 20px 20px 20px;
}

.table.event-comparison.dataTable {
  width: 100%;
}

.table[class*="u-table--v3"] th,
.table[class*="u-table--v3"] td {
  padding: .75rem;
}

.code-key-lst {
  list-style: none;
  padding-left: 0;
}

.code-key-lst li {
  position: relative;
  padding-left: 15px;
}

.code-key-lst li:before {
  position: absolute;
  content: '\e90f';
  font-family: 'hs-admin-icons' !important;
  font-size: 10px;
  top: 5px;
  left: 0;
}

#paymentDateWrap .daterange.error ~ .input-group-addon {
  top: 30px;
}

select option {
  font-family: 'clear_sansregular', Sans-serif;
}

.uce-search-block {
  max-width: 680px;
  width: 100%;
}

.uce-search-block .uce-dropdown-search {
  border-bottom: 2px solid #adb5bd;
  max-width: 400px;
  width: 100%;
  margin-right: 14px;
}

.uce-search-block .uce-dropdown-search .btn {
  height: 38px;
}

.uce-search-block .uce-dropdown-search .filter-option {
  width: 100%;
  padding: 0;
}

.uce-search-block .uce-dropdown-search .filter-option:hover, .uce-search-block .uce-dropdown-search .filter-option:active {
  background: transparent;
}

.uce-search-block .uce-dropdown-search .filter-option span {
  width: 100%;
  text-transform: none;
  font-family: "clear_sansbold";
  padding: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 16px;
}

.uce-search-block .uce-dropdown-search .filter-option span:hover, .uce-search-block .uce-dropdown-search .filter-option span:active {
  background: transparent;
}

.uce-search-block .uce-dropdown-search .dropdown-menu li a span {
  font-family: "clear_sansbold";
  padding: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 16px;
  text-transform: none;
}

.uce-search-block .uce-dropdown-search .dropdown-menu li a span:hover, .uce-search-block .uce-dropdown-search .dropdown-menu li a span:active {
  background: transparent;
}

.uce-search-block .search-content--wrap-md {
  max-width: 242px;
  width: 100%;
}

.uce-search-block .search-content--wrap-md .g-color-black-v1,
.uce-search-block .search-content--wrap-md input::-webkit-input-placeholder {
  color: #868E96;
}

.uce-search-block .search-content--wrap-md .g-color-black-v1,
.uce-search-block .search-content--wrap-md input::-moz-placeholder {
  color: #868E96;
}

.uce-search-block .search-content--wrap-md .g-color-black-v1,
.uce-search-block .search-content--wrap-md input::-ms-input-placeholder {
  color: #868E96;
}

.uce-search-block .search-content--wrap-md .g-color-black-v1,
.uce-search-block .search-content--wrap-md input::placeholder {
  color: #868E96;
}

.dataTable tr:hover {
  background: rgba(30, 136, 229, 0.05);
}

.uce-link-hover:hover {
  text-decoration: none;
}

.uce-link-hover:hover span {
  text-decoration: underline;
}

.u-footer--bottom-sticky {
  z-index: 30;
}

.uce-icon-edit {
  position: relative;
}

.uce-icon-edit:hover .uce-icon-edit__logo {
  visibility: visible !important;
}

.uce-icon-edit__logo {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.uce-icon-edit__logo svg {
  color: white;
  z-index: 2;
}

.modal-open .uce-modal--sm {
  max-width: 590px;
  width: 100%;
}

.uce__codekey li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: clear_sansregular;
  color: #343a40;
}

.uce__codekey li span {
  font-family: clear_sansbold;
}

.uce__codekey li i {
  margin-right: 8px;
  font-size: 10px;
  color: #343a40;
}

.modal-order__list {
  margin-bottom: 0;
}

.modal-order__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #E9ECEF;
}

li .modal-order__list_title {
  margin-bottom: 0;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

li .modal-order__list_input {
  padding: 2px 8px;
  border: 1px solid #e9ecef;
  width: 100%;
}

.btn-sm {
  line-height: 45px;
}

.box-bordered__item--sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn {
  line-height: 48px;
}

.btn-xs {
  line-height: 30px;
}

.btn-sm {
  line-height: 43px;
}

.uce-pt-1px {
  padding-top: 1px;
}

.u-btn-outline-blue:hover {
  color: white !important;
}

.u-btn-outline-gray-dark-v6:hover {
  border-color: #adb5bd;
  color: #adb5bd;
}

.uce-edit-btn {
  min-width: auto;
  padding: 0 12px;
  font-size: 12px;
}

.uce-modal-vieworder .box-bordered__item {
  background-color: #e1eaea;
}

.uce-minwidth-auto {
  min-width: auto;
}

.uce-edit-btngroup {
  display: none;
}

.uce-edit-btngroup .btn {
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  min-width: 70px;
}

.modal-order__list input:disabled {
  border-color: transparent;
  background: white;
}

.ue-form-group .datePicker input:focus ~ label,
.ue-form-group .datePicker input.edited ~ label {
  top: -1px;
}

.drp-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.drp-buttons .cancelBtn {
  width: 50%;
  color: #495057;
}

.drp-buttons .applyBtn {
  width: 50%;
}

.uce-remove-event {
  font-size: 18px;
  color: #c3372c;
  cursor: pointer;
}

.uce-week-block {
  display: none;
}

.ue-lnk:hover *,
.ue-lnk:focus *,
.ue-lnk:active * {
  color: #72c3fc !important;
}

.maxWidth-80percent {
  max-width: 80%;
}

.select2-container--default.select2-container--open {
  z-index: 10000;
}

.uce-discount-date label {
  margin-bottom: 0 !important;
  padding-left: 12px;
  width: 100%;
  background: #f8f9fa;
}

.uce-discount-date input {
  margin-top: 0 !important;
}

.uce-discount__wrap_head {
  background-color: #e9ecef !important;
}

.uce-discount__wrap_body {
  background-color: #fff !important;
}

.uce-week li {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.uce-txtarea-custom {
  padding: 5px 10px;
  margin: 0;
  resize: none;
  height: 140px !important;
  width: 100% !important;
  text-align: left !important;
  border: 1px solid #eee;
}

@media screen and (max-width: 992px) {
  .trackingDiscountCodeSearch_title {
    display: none;
  }
  .maxWidth-80percent {
    max-width: 96%;
  }
  .order-1-md {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2-md {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media screen and (max-width: 767px) {
  main {
    height: 100%;
  }
  main.g-pt-150 {
    padding-top: 0 !important;
  }
  main .no-gutters {
    height: 100%;
  }
}
