.tag-login {
  position: relative;
}
.tag-login__inner {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
  position: relative;
}
.tag-login_loading.tag-login_with-loader .tag-login__inner {
  opacity: 0.2;
  z-index: auto;
}
.tag-login__social-button {
  display: block;
}
.tag-login__social-button ~ .tag-login__social-button {
  margin-top: 10px;
}
.tag-login__social-button .fa {
  margin-right: 5px;
}
.tag-login__recover-container,
.tag-login__register-container {
  text-align: right;
  margin-top: 5px;
}
.tag-login__recover-link,
.tag-login__register-link {
  cursor: pointer;
}
.tag-login__loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.tag-login_loading.tag-login_with-loader .tag-login__loader {
  opacity: 1;
}
.tag-login__control-container {
  position: relative;
}
.tag-login__form_with-icons .tag-login__control-container {
  padding-left: 40px;
}
.tag-login__form_with-icons .tag-login__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.tag-login__control-validation {
  display: none;
}
.tag-login__form_with-validation-messages .tag-login__control-validation {
  display: block;
}
.tag-login__form .tag-login__control-icon {
  display: none;
}
.tag-login__form_with-icons .tag-login__control-icon {
  display: block;
}
.tag-login__control-icon {
  font-size: 20px;
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
.tag-login__control.input-sm + .tag-login__control-icon {
  font-size: 16px;
}
.tag-login__warning {
  position: absolute;
  right: 17px;
  z-index: 2;
  top: 7px;
  color: #df2727;
}
.tag-login__warning-tooltip {
  display: none;
  position: absolute;
  width: auto;
  white-space: nowrap;
  right: -15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  bottom: 35px;
  padding: 4px 5px;
  border-radius: 3px;
}
.tag-login__warning:hover .tag-login__warning-tooltip {
  display: block;
}
.tag-login__warning-tooltip:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border: solid transparent;
  right: 10px;
  bottom: -7px;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 7px 7px 0;
}
.tag-login__errors {
  margin-top: 10px;
}
.tag-login__errors:empty {
  margin: 0;
}
.tag-login__button-container {
  text-align: center;
}
/*----------------Spinners---------------*/
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
          animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -ms-transform: none;
  -webkit-transform: none;
          transform: none;
  margin: -20px 0 0 -20px;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
          animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-wandering-cubes {
  margin: 60px auto;
  width: 90px;
  height: 90px;
  position: relative;
  line-height: 90px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.sk-wandering-cubes .sk-cube {
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  left: -25px;
  -webkit-animation: sk-wanderingCube 2s ease-in-out -2s infinite both;
          animation: sk-wanderingCube 2s ease-in-out -2s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(115px) rotate(-90deg) scale(0.5);
            transform: translateX(115px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(115px) translateY(115px) rotate(-179deg);
            transform: translateX(115px) translateY(115px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(115px) translateY(115px) rotate(-190deg);
            transform: translateX(115px) translateY(115px) rotate(-190deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(115px) rotate(-290deg) scale(0.5);
            transform: translateX(0) translateY(115px) rotate(-290deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(115px) rotate(-90deg) scale(0.5);
            transform: translateX(115px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(115px) translateY(115px) rotate(-179deg);
            transform: translateX(115px) translateY(115px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(115px) translateY(115px) rotate(-190deg);
            transform: translateX(115px) translateY(115px) rotate(-190deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(115px) rotate(-290deg) scale(0.5);
            transform: translateX(0) translateY(115px) rotate(-290deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.sk-arcs {
  width: 100px;
  height: 100px;
}
.sk-arcs > span,
.sk-arcs > span:before,
.sk-arcs > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sk-arcs > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent !important;
  -webkit-animation: effect-2 2s infinite linear;
          animation: effect-2 2s infinite linear;
}
.sk-arcs > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent !important;
}
.sk-arcs > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent !important;
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.tag-login__loader-icon {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
/*----------------Spinners end---------------*/

.captchaImageContainer {
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
.captchaImageContainer img {
  max-width: 100%;
  width: auto !important;
}
.captchaImageContainer .imgreload {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../d1627042cb879f157cd5.png) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
  opacity: 0;
  left: 0;
  top: 0;
}
.captchaImageContainer:hover .imgreload {
  opacity: 1;
}
.captchaDialog button.ui-dialog-titlebar-close span {
  display: none !important;
}
.captcha-dialog__content {
  width: 200px;
  margin: 0 auto;
}
.captcha-dialog__content ~ .error-list .alert {
  padding: 10px;
  display: block;
  margin: 0 10px;
}
#formCaptchaDialog .tag-captcha_recaptcha > div {
  margin: 0 auto 15px;
}
.captchaDialog .button-container {
  padding-left: 5px;
}
.captchaDialog .button-container .btn {
  font-size: 12px;
}
.captchaDialog .control-label {
  display: none;
}
.captchaDialog .captchaImageContainer {
  min-height: 60px;
}
.captchaDialog .alert {
  display: block;
  padding: 5px;
  width: 200px;
  margin: 0 auto;
  font-size: 12px;
}
.captchaDialog .spinner {
  height: 20px;
  width: 20px;
}
.captchaDialog {
  height: auto !important;
}

.preview-link {
  display: block;
  padding: 5px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 13px;
  background: #fff;
  position: relative;
  min-height: 30px;
}
.preview-link a {
  display: block;
  color: #666;
}
.preview-link a:focus,
.preview-link a:hover,
.preview-link a:visited {
  outline: none;
  color: #666;
}
.preview-link ~ .preview-link {
  margin-top: 5px;
}
.preview-link__image {
  width: 70px;
  height: 50px;
  overflow: hidden;
}
.preview-link__image img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.preview-link__content {
  overflow: hidden;
  padding-left: 5px;
}
.preview-link__icon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #666;
  font-size: 15px;
}
.preview-link__title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
}
.preview-link__description {
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
}
.preview-link__loader {
  width: 30px;
  height: 30px;
  background: url(../72d9f5291e14a3e4add7.svg) no-repeat;
  background-size: 100% 100%;
  margin: 10px auto;
}

/*------------------Tabs-----------------------*/
.tag-menu.left-tabs {
  border-bottom: 0;
  float: left;
  background: #eee;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  border: none;
}
.tag-menu.left-tabs ul {
  border: none;
}
.tag-content.left-tabs {
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 100%;
}
.tag-menu.left-tabs li {
  float: none;
  margin-bottom: 0;
}
.tag-menu.left-tabs li a {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
  z-index: 3;
}
.tag-menu.left-tabs li.active a {
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.tab-content.with-carousel > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.tab-content.with-carousel > .active {
  opacity: 1;
  height: auto;
}
/*------------------Tabs End-----------------------*/
/*-----------Page slider ------------*/
#swiper-wrapper {
  position: relative;
}
.cssanimations .swiper-slide {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  display: block;
}
.cssanimations .swiper-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
  position: static;
  display: block;
}
.cssanimations .swiper-slide.rel {
  position: static;
}
.no-cssanimations .swiper-slide {
  position: absolute;
  left: -100%;
  width: 100%;
  margin: 0 auto;
  opacity: 0.3;
  top: 0;
  right: auto;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.no-cssanimations .swiper-slide.active {
  opacity: 1;
  left: 0;
  right: auto;
  position: static;
  z-index: 1000;
}
.no-cssanimations .swiper-slide.rel {
  position: relative;
}
.no-cssanimations .swiper-slide.left {
  left: -100%;
  right: auto;
}
.no-cssanimations .swiper-slide.right {
  left: 100%;
}
.no-cssanimations .swiper-slide.notrans {
  -webkit-transition: none;
  transition: none;
}
.transition-container > .fxZoom {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.transition-container > .navOutNext.fxZoom,
.transition-container > .navOutPrev.fxZoom {
  -webkit-animation: zoomOutRight linear 2s;
          animation: zoomOutRight linear 2s;
}
.transition-container > .navInNext.fxZoom,
.transition-container > .navInPrev.fxZoom {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 1 !important;
}
/*-------------FullSize Popup Animation--------*/
.fxVerticalSlideContainer {
  height: 100%;
}
.transition-container > .fxVerticalSlide,
.transition-container > .fxVerticalSlideAlwaysTop {
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}
.transition-container > .navInPrev,
.transition-container > .navInNext {
  z-index: 999 !important;
}
.transition-container > .navOutNext.fxVerticalSlide {
  -webkit-animation: moveToTop 1s ease-in-out both;
          animation: moveToTop 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navOutPrev.fxVerticalSlide {
  -webkit-animation: moveToBottom 1s ease-in-out both;
          animation: moveToBottom 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navInPrev.fxVerticalSlide {
  -webkit-animation: moveFromTop 1s ease-in-out both;
          animation: moveFromTop 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navInNext.fxVerticalSlide {
  -webkit-animation: moveFromBottom 1s ease-in-out both;
          animation: moveFromBottom 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navOutNext.fxHorizontalSlide {
  -webkit-animation: moveToLeft 1s ease-in-out both;
          animation: moveToLeft 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navOutPrev.fxHorizontalSlide {
  -webkit-animation: moveToRight 1s ease-in-out both;
          animation: moveToRight 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navInPrev.fxHorizontalSlide {
  -webkit-animation: moveFromLeft 1s ease-in-out both;
          animation: moveFromLeft 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navInNext.fxHorizontalSlide {
  -webkit-animation: moveFromRight 1s ease-in-out both;
          animation: moveFromRight 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navOutNext.fxVerticalSlideAlwaysTop {
  -webkit-animation: moveToBottom 1s ease-in-out both;
          animation: moveToBottom 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navOutPrev.fxVerticalSlideAlwaysTop {
  -webkit-animation: moveToBottom 1s ease-in-out both;
          animation: moveToBottom 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navInPrev.fxVerticalSlideAlwaysTop {
  -webkit-animation: moveFromTop 1s ease-in-out both;
          animation: moveFromTop 1s ease-in-out both;
  opacity: 1;
}
.transition-container > .navInNext.fxVerticalSlideAlwaysTop {
  -webkit-animation: moveFromTop 1s ease-in-out both;
          animation: moveFromTop 1s ease-in-out both;
  opacity: 1;
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes moveToTop {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes moveFromTop {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes moveToBottom {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes moveFromBottom {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes moveToLeft {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes moveFromLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes moveToRight {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes moveFromRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.transition-container > .fxPopupChange {
  width: 100%;
  height: 100%;
  position: fixed !important;
  background: #fff;
  overflow-y: auto;
  top: 0;
}
.transition-container > .fxPopupChange.active {
  z-index: 1003 !important;
}
.transition-container > .navOutNext.fxPopupChange,
.transition-container > .navOutPrev.fxPopupChange {
  opacity: 1 !important;
  -webkit-animation: slideToTop 1s;
          animation: slideToTop 1s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.1, 0.67, 0.95);
          animation-timing-function: cubic-bezier(0.31, 0.1, 0.67, 0.95);
  z-index: 1003 !important;
}
.transition-container > .navInNext.fxPopupChange,
.transition-container > .navInPrev.fxPopupChange {
  opacity: 1 !important;
  -webkit-animation: slideToBottom 1s;
          animation: slideToBottom 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: 1003 !important;
}
.popupSlide .popup-headline {
  background: #519cd2;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-right: 60px;
  z-index: 10;
}
.popupSlide .popup-close {
  width: 60px;
  border-left: 2px solid #37698d;
  color: #fff;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.popupSlide .popup-headline__icon {
  color: #fff;
  line-height: 60px;
  font-size: 30px;
}
.popupSlide .popup-headline-title {
  margin: 0;
  color: #fff;
  line-height: 60px;
  padding: 0 5px;
}
.popupSlide .popup-body {
  height: 100%;
  padding-top: 60px;
}
@-webkit-keyframes blankAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.99;
  }
}
@keyframes blankAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.99;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0.5;
  }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideToBottom {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0.5;
  }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideToTop {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideToTop {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
/*------------------FullSize Popup Animation end---------*/
/*--------------Flip Animation-----------------*/
.transition-container.fxFlip {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000px;
          perspective: 3000px;
}
.transition-container > .swiper-slide.fxFlip {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.transition-container > .navOutNext.fxFlip,
.transition-container > .navInNext.fxFlip,
.transition-container > .navOutPrev.fxFlip,
.transition-container > .navInPrev.fxFlip {
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.transition-container > .navOutNext.fxFlip {
  -webkit-animation: slideFlip 1s;
          animation: slideFlip 1s;
}
.transition-container > .navInNext.fxFlip {
  -webkit-animation: slideFlipBackReverse 1s;
          animation: slideFlipBackReverse 1s;
  opacity: 1 !important;
}
.transition-container > .navOutPrev.fxFlip {
  -webkit-animation: slideFlipBack 1s;
          animation: slideFlipBack 1s;
}
.transition-container > .navInPrev.fxFlip {
  -webkit-animation: slideFlipReverse 1s;
          animation: slideFlipReverse 1s;
  opacity: 1 !important;
}
@-webkit-keyframes slideFlip {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(-180deg);
            transform: translate3d(0, 0, 0) rotateY(-180deg);
  }
}
@keyframes slideFlip {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(-180deg);
            transform: translate3d(0, 0, 0) rotateY(-180deg);
  }
}
@-webkit-keyframes slideFlipReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(-180deg);
            transform: translate3d(0, 0, 0) rotateY(-180deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes slideFlipReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(-180deg);
            transform: translate3d(0, 0, 0) rotateY(-180deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
}
@-webkit-keyframes slideFlipBack {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
}
@keyframes slideFlipBack {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
}
@-webkit-keyframes slideFlipBackReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes slideFlipBackReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0deg);
            transform: translate3d(0, 0, 0) rotateY(0deg);
  }
}
/*------------------Flip Animation End------------------*/
/*------------------Slide Animation Start----------------*/
.transition-container > .navOutNext.fxSideSwing {
  -webkit-animation: slideInFromLeftReverse 1s cubic-bezier(1, -0.2, 0, 1);
          animation: slideInFromLeftReverse 1s cubic-bezier(1, -0.2, 0, 1);
}
.transition-container > .navOutPrev.fxSideSwing {
  -webkit-animation: slideOutToRight 1s cubic-bezier(1, -0.2, 0, 1);
          animation: slideOutToRight 1s cubic-bezier(1, -0.2, 0, 1);
}
.transition-container > .navInNext.fxSideSwing {
  opacity: 1 !important;
  -webkit-animation: slideOutToRightReverse 1s cubic-bezier(1, -0.2, 0, 1);
          animation: slideOutToRightReverse 1s cubic-bezier(1, -0.2, 0, 1);
}
.transition-container > .navInPrev.fxSideSwing {
  opacity: 1 !important;
  -webkit-animation: slideInFromLeft 1s cubic-bezier(1, -0.2, 0, 1);
          animation: slideInFromLeft 1s cubic-bezier(1, -0.2, 0, 1);
}
@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInFromLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInFromLeftReverse {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0.5;
  }
}
@keyframes slideInFromLeftReverse {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0.5;
  }
}
@-webkit-keyframes slideOutToRight {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0.5;
  }
}
@keyframes slideOutToRight {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0.5;
  }
}
@-webkit-keyframes slideOutToRightReverse {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutToRightReverse {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInFromRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*------------------Slide Animation Start----------------*/
.transition-container > .swiper-slide.fxCliffDiving {
  -ms-transform-origin: 50% 400%;
  -webkit-transform-origin: 50% 400%;
          transform-origin: 50% 400%;
}
.transition-container > .navOutNext.fxCliffDiving {
  opacity: 1;
  -webkit-animation: rotateOutCircLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: rotateOutCircLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navInNext.fxCliffDiving {
  opacity: 1;
  -webkit-animation: rotateInCircRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: rotateInCircRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navOutPrev.fxCliffDiving {
  opacity: 1;
  -webkit-animation: rotateOutCircRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: rotateOutCircRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navInPrev.fxCliffDiving {
  opacity: 1;
  -webkit-animation: rotateInCircLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: rotateInCircLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .swiper-slide.fxCliffDiving:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #000000;
  -webkit-transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navOutPrev.fxCliffDiving:after,
.transition-container > .navOutNext.fxCliffDiving:after {
  opacity: 1;
}
@-webkit-keyframes rotateOutCircLeft {
  to {
    -webkit-transform: rotate(-20deg) translate3d(-100%, 0, 0);
            transform: rotate(-20deg) translate3d(-100%, 0, 0);
  }
}
@keyframes rotateOutCircLeft {
  to {
    -webkit-transform: rotate(-20deg) translate3d(-100%, 0, 0);
            transform: rotate(-20deg) translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes rotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translate3d(100%, 0, 0);
            transform: rotate(20deg) translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes rotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translate3d(100%, 0, 0);
            transform: rotate(20deg) translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotateOutCircRight {
  to {
    -webkit-transform: rotate(20deg) translate3d(100%, 0, 0);
            transform: rotate(20deg) translate3d(100%, 0, 0);
  }
}
@keyframes rotateOutCircRight {
  to {
    -webkit-transform: rotate(20deg) translate3d(100%, 0, 0);
            transform: rotate(20deg) translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes rotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translate3d(-100%, 0, 0);
            transform: rotate(-20deg) translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes rotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translate3d(-100%, 0, 0);
            transform: rotate(-20deg) translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
.transition-container > .navOutNext.fxFade,
.transition-container > .navOutPrev.fxFade,
.transition-container > .navOutNext.fxNone,
.transition-container > .navOutPrev.fxNone {
  -webkit-animation: fadeOut 1s linear;
          animation: fadeOut 1s linear;
  opacity: 0;
  z-index: auto !important;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
  pointer-events: none !important;
}
.transition-container > .navInNext.fxFade,
.transition-container > .navInPrev.fxFade,
.transition-container > .navInNext.fxNone,
.transition-container > .navInPrev.fxNone {
  -webkit-animation: fadeIn 1s linear;
          animation: fadeIn 1s linear;
  opacity: 1;
  z-index: auto !important;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
}
.transition-container.fxPopupChange > .navInNext.fxFade,
.transition-container.fxPopupChange > .navInPrev.fxFade,
.transition-container.fxPopupChange > .navOutNext.fxFade,
.transition-container.fxPopupChange > .navOutPrev.fxFade {
  opacity: 1 !important;
  -webkit-animation: blankAnimation 1s;
          animation: blankAnimation 1s;
}
.transition-container > .navInNext.fxNone,
.transition-container > .navInPrev.fxNone,
.transition-container > .navOutNext.fxNone,
.transition-container > .navOutPrev.fxNone {
  -webkit-animation-duration: 0.01s;
          animation-duration: 0.01s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.transition-container > .navOutNext.fxSoftScale {
  -webkit-animation: scaleUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: scaleUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navInNext.fxSoftScale {
  -webkit-animation: scaleDownUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: scaleDownUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navOutPrev.fxSoftScale {
  -webkit-animation: scaleDown 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: scaleDown 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.transition-container > .navInPrev.fxSoftScale {
  -webkit-animation: scaleUpDown 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
          animation: scaleUpDown 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes scaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.stopAnimation:hover,
.stopAnimation a:hover {
  -webkit-animation: none !important;
          animation: none !important;
}
.transition-container > .navInNext.fxMenuSlide {
  -webkit-animation: SubMenuAnimIn1 0.4s ease forwards;
          animation: SubMenuAnimIn1 0.4s ease forwards;
}
.transition-container > .navOutNext.fxMenuSlide {
  -webkit-animation: SubMenuAnimOut1 0.4s ease forwards;
          animation: SubMenuAnimOut1 0.4s ease forwards;
}
.transition-container > .navInPrev.fxMenuSlide {
  -webkit-animation: SubMenuAnimIn1 0.4s ease forwards;
          animation: SubMenuAnimIn1 0.4s ease forwards;
}
.transition-container > .navOutPrev.fxMenuSlide {
  -webkit-animation: SubMenuAnimOut1 0.4s ease forwards;
          animation: SubMenuAnimOut1 0.4s ease forwards;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
            transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
            transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
            transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
            transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
            transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
            transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
/*-----------Page slider End ------------*/

.blackscreen-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  -webkit-filter: none;
          filter: none;
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}
.blackscreen-overlay_blank {
  background: rgba(0, 0, 0, 0);
}
.drag {
  position: relative;
  z-index: 1040;
}

.spoiler {
  position: relative;
}
.spoiler .inner {
  overflow: hidden;
}
.spoiler .inner.dropdown-spoiler {
  overflow: visible;
}
.spoiler .inner.dropdown-spoiler .dropdown-menu {
  display: block;
}
.spoiler .inner.closed {
  display: none;
}
.spoiler .dropdown-menu.top {
  bottom: 100%;
  top: auto;
}
.spoiler .dropdown-menu.right {
  left: auto;
  right: 0;
}
.spoiler .dropdown-menu .noItems {
  padding: 0 5px;
  cursor: default;
}
.spoiler .dropdown-menu li {
  text-align: left;
  cursor: pointer;
}
.spoiler .dropdown-menu li > a,
.spoiler .dropdown-menu li > span,
.spoiler .dropdown-menu li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.spoiler .dropdown-menu ul {
  margin: 0;
}
.spoiler .dropdown-menu li > a:hover,
.spoiler .dropdown-menu li > a:focus,
.spoiler .dropdown-menu li > span:hover,
.spoiler .dropdown-menu li > span:focus,
.spoiler .dropdown-menu li > label:hover,
.spoiler .dropdown-menu li > label:focus,
.spoiler .dropdown-menu li.active > a,
.spoiler .dropdown-menu li.active > span,
.spoiler .dropdown-menu li.active > label {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.spoiler > .caption > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.spoiler.open > .caption > .dropdown-toggle.btn-default {
  background-color: #ebebeb;
  border-color: #adadad;
}

.tag-timepicker {
  position: relative;
  padding-right: 30px;
}
.tag-timepicker-toggle {
  display: none;
}
.tag-timepicker-toggle__button {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
          perspective: 100px;
  outline: 0;
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
  top: 0;
}
.tag-timepicker-toggle__button:after,
.tag-timepicker-toggle__button:before {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  position: absolute;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tag-timepicker .input-sm ~ .tag-timepicker-toggle__button {
  height: 30px;
  width: 30px;
}
.tag-timepicker .input-sm ~ .tag-timepicker-toggle__button:after,
.tag-timepicker .input-sm ~ .tag-timepicker-toggle__button::before {
  line-height: 30px;
}
.tag-timepicker-toggle__button:after {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background: #3A539B;
  content: "PM";
}
.tag-timepicker-toggle__button:before {
  content: 'AM';
  background: #93cabc;
}
.tag-timepicker-toggle__button:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.tag-timepicker-toggle:checked + .tag-timepicker-toggle__button:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.tag-timepicker-toggle:checked + .tag-timepicker-toggle__button:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #3A539B;
}
.tag-timepicker-toggle:checked + .tag-timepicker-toggle__button:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}

.tree li {
  padding: 2px 4px;
  font-size: 11px;
  list-style: none;
  white-space: nowrap;
  min-height: 20px;
}
.tree .tree-item .tree-item {
  margin: 0 0 0 5px;
}
.tree.without-actions .action {
  display: none !important;
}
.tree li .action span,
.tree li .hover-action {
  display: inline-block;
  background: #e2e2e2;
  border-radius: 5px;
  opacity: 0.5;
  border: 1px solid #808080;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.tree li .action span ~ span,
.tree li .hover-action ~ .hover-action {
  margin-left: 2px;
}
.tree .loadmore {
  background: none !important;
  margin: 0;
  text-align: left;
  border: none !important;
  text-decoration: underline;
}
.tree li > .tree-relative-container .hover-action,
.spoiler-tree li > .tree-relative-container .hover-action {
  display: none;
}
.tree li.active > .tree-relative-container .hover-action,
.spoiler-tree li.active > .tree-relative-container .hover-action {
  display: none !important;
}
.drag.tree li > .tree-relative-container:hover .hover-action,
.drag.spoiler-tree li > .tree-relative-container:hover .hover-action {
  display: inline-block;
}
.tree .tree-relative-container {
  position: relative;
}
.tree li i {
  font-size: 18px;
  color: #616c7b;
  vertical-align: middle;
}
.tree li i.drag-icon {
  display: none;
}
.tree li .expand,
.tree li .send {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.tree li .send i {
  -webkit-animation: spin 1000ms infinite linear;
          animation: spin 1000ms infinite linear;
}
.tree li .expand i.fa-folder:hover:before {
  content: "\f07c";
}
.tree li .expand i.expand.fa-folder-open:hover:before {
  content: "\f07b";
}
.tree li input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 3px;
}
.tree li .name {
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
}
.tree li .name a {
  display: block;
  color: #3f444c;
  color: rgba(63, 68, 76, 0.9);
}
.tree li .name:hover {
  color: #fff;
  background: #4f8edc;
}
.tree li .move i {
  font-size: 17px;
}
.tree li .name:hover > a,
.tree li.active > .tree-relative-container .name a {
  color: #fff;
}
.tree li.active > .tree-relative-container .name {
  background: #2bbce0;
}
.tree li .action {
  display: none;
}
.tree li .action span:hover,
.tree li .action span.active,
.tree li .hover-action:hover {
  opacity: 1;
  background: #fff;
  border: 1px solid #649dd9;
}
.tree li .action span.active {
  border: 1px solid #26a8ff;
}
.tree li .action .remove i {
  color: #bd362f;
}
.tree li.active > .tree-relative-container .action {
  display: inline-block;
  vertical-align: middle;
}
.tree li .loadmore {
  opacity: 0.6;
}
.tree li .loadmore:hover {
  opacity: 1;
}

.tag-menu__dropdown-menu {
  position: relative;
}
.tag-menu__dropdown-menu .tree-item__1 .tree-item__child_1 {
  top: 100%;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  position: absolute;
  background: #fff;
}
.tag-menu__dropdown-menu .tree-item {
  position: relative;
}
.tag-menu__dropdown-menu .tree-item__1 .tree-item__child_1,
.tag-menu__dropdown-menu .tree-item__2 .tree-item__child_2,
.tag-menu__dropdown-menu .tree-item__3 .tree-item__child_3,
.tag-menu__dropdown-menu .tree-item__3 .tree-item__child_4 {
  position: absolute;
  display: none;
  text-align: left;
  z-index: 1004;
  min-width: 180px;
}
.tag-menu__dropdown-menu .tree-item__2 .tree-item__child_2,
.tag-menu__dropdown-menu .tree-item__2 .tree-item__child_3,
.tag-menu__dropdown-menu .tree-item__2 .tree-item__child_4 {
  left: 100%;
  top: 0;
}
.tag-menu__dropdown-menu.tag-menu__dropdown-menu_hovered .tree-item__1:hover .tree-item__child_1,
.tag-menu__dropdown-menu.tag-menu__dropdown-menu_hovered .tree-item__2:hover .tree-item__child_2,
.tag-menu__dropdown-menu.tag-menu__dropdown-menu_hovered .tree-item__3:hover .tree-item__child_3,
.tag-menu__dropdown-menu.tag-menu__dropdown-menu_hovered .tree-item__4:hover .tree-item__child_4 {
  display: block;
}
.tag-menu.clicked .tag-menu__dropdown-menu .tree-item__1:hover .tree-item__child_1 {
  display: none;
}

.tag-emoji-picker .dropdown-menu {
  min-width: 210px !important;
  right: 0;
  left: auto;
  height: 300px;
  padding: 26px 1px 1px;
  background: #ececec;
}
.tag-emoji-picker .tag-menu.emojiPicker_tag-menu {
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-bottom: 0;
}
.emojiPicker_tag-menu li {
  width: 50%;
}
.tag-emoji-picker .emojiPicker_tag-menu li.active a,
.tag-emoji-picker .emojiPicker_tag-menu li:hover a,
.tag-emoji-picker .emojiPicker_tag-menu li a:hover {
  background: #fff;
  border: none!important;
}
.tag-emoji-picker .emojiPicker_tag-menu li a {
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 0;
}
.tag-emoji-picker .dropdown-menu .tab-pane::-webkit-scrollbar {
  width: 15px;
  height: 18px;
}
.tag-emoji-picker .dropdown-menu .tab-pane::-webkit-scrollbar-thumb {
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.tag-emoji-picker .dropdown-menu .tab-pane::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.tag-emoji-picker .dropdown-menu .tab-pane::-webkit-scrollbar-corner {
  background-color: transparent;
}
.tag-emoji-picker .dropdown-menu .tab-content {
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.tag-emoji-picker .dropdown-menu .tab-pane {
  font-size: 0;
  padding: 5px;
  height: 100%;
  overflow: auto;
}
.tag-emoji-picker .dropdown-menu .tab-pane li {
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}
.tag-emoji-picker .dropdown-menu .tab-pane li {
  max-width: 100% !important;
}
.tag-emoji-picker .dropdown-menu .tab-pane li:hover {
  background-color: #e3e3e3;
}
.tag-emoji-picker__button {
  font-size: 20px;
  cursor: pointer;
}
.tag-emoji-picker__icon {
  height: 24px;
  width: 24px;
}

.tag-sizable-handler {
  width: 7px;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: col-resize;
  margin-left: -7px;
  z-index: 2;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
  background: url(../184056a103b2f40459ce.png) #d5d5d5 center center no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tag-sizable-left {
  padding-right: 7px;
  position: relative;
}

.tableWrapper {
  position: relative;
  width: 100%;
}
.tableLoaderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.5) url(../631623cbb7fcb47fe812.svg) 50% 50% no-repeat;
  background-size: 15%;
  display: none;
}
.tableLoaderOverlay.active {
  display: block;
}
.tag-table.is-dragging > tbody > tr > td {
  cursor: move;
}
.pagination-container .pagination .pagination-spinner {
  border-color: #ddd;
  border-top-color: #337ab7;
}
.tag-table .add-more .fa {
  margin-right: 5px;
}
.table-active-line {
  background-color: #f5f5f5;
}

.tag-search {
  position: relative;
}
.tag-search__input {
  padding-right: 25px;
}
.tag-search__button,
.tag-search__remove {
  position: absolute;
  right: 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}
.tag-search__spin {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
  background: url(../72d9f5291e14a3e4add7.svg);
  height: 18px;
  width: 18px;
  background-size: 100% 100%;
}
.tag-search__remove {
  right: 20px;
}
.tag-search_is-immediately .tag-search__remove ~ .tag-search__button {
  display: none;
}
.tag-search_is-immediately .tag-search__remove {
  right: 5px;
}
.tag-search__spin ~ .tag-search__remove,
.tag-search__spin ~ .tag-search__button {
  display: none;
}
.tag-search__button .fa,
.tag-search__remove .fa {
  font-size: 18px;
  display: block;
}

.taggedInput.top-dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.taggedInput .dropdown {
  float: left;
}
.taggedInput .dropdown .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}
.taggedInput .dropdown .dropdown-menu li > a,
.taggedInput .dropdown .dropdown-menu li > span {
  padding: 3px 10px;
  display: block;
}
.taggedInput .dropdown .dropdown-menu li > span.remove {
  display: none;
}
.taggedInput .dropdown .tagged_container input {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 300px;
}
.taggedInput .dropdown .tagged_container > ul {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
}
.taggedInput .selectedTags {
  margin-bottom: 10px;
}
.taggedInput .selectedTags li {
  position: relative;
}
.taggedInput .selectedTags li .remove {
  font-size: 15px;
  position: absolute;
  opacity: 0.5;
  top: -10px;
  right: -4px;
  color: #d9534f;
  cursor: pointer;
  line-height: normal;
}
.taggedInput .selectedTags li .remove:hover {
  opacity: 1;
}
.taggedInput .selectedTags li.selectedTag {
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  margin: 0px 10px 5px 0px;
  padding: 0px 3px 0px 0px;
  background: #a8a9ad;
}

.tree-select-container .tree-select-inner-tabs > .swiper-slide {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: 450px;
  overflow: auto;
  float: left;
  min-width: 160px;
  padding: 5px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  text-align: left;
}
.tree-select-items {
  margin: 0;
}
.tree-select-container .tree-select-inner-tabs > .swiper-slide.active {
  position: absolute;
}
.tree-select-items__item {
  cursor: pointer;
  padding: 3px 30px 3px 3px;
  position: relative;
}
.tree-select-items__item.active {
  cursor: default;
  color: #adadad;
}
.tree-select-items__item:hover {
  background: #fafafa;
}
.tree-select-items__item.active:hover {
  background-color: #fff;
}
.tree-select-items__item + .tree-select-items__item {
  border-top: 1px dashed lightgray;
}
.tree-select-items__item span i {
  color: #ddd;
  font-size: 18px;
  font-weight: bold;
}
.tree-select-items__item span:hover i {
  color: black;
}
.tree-select-container.top .tree-select-inner-tabs > .swiper-slide {
  top: auto;
  bottom: 100%;
}
.tree-select-items__into,
.tree-select-items__item.button-back span {
  position: absolute;
  right: 0;
  height: 100%;
  width: 26px;
  top: 0;
}
.tree-select-items__into:hover,
.tree-select-items__item.button-back span:hover {
  background: #e1e1e1;
}
.tree-select-items__item.button-back {
  padding-left: 30px;
}
.tree-select-items__item.button-back span {
  right: auto;
  left: 0;
}
.tree-select-items__item.button-back span .fa,
.tree-select-items__into .fa {
  position: absolute;
  top: 50%;
  margin: -9px 0 0 -3px;
  left: 50%;
}
.switcherMode .option.selected {
  display: none;
}
.tag-select_dropdown li {
  display: block;
}
.tag-select_dropdown .dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.tag-select_dropdown .dropdown-menu li.active {
  background: #E5F2FD;
}
.tag-select_dropdown_right .dropdown-menu {
  right: 0;
  left: auto;
}
.tag-select-dropdown__item.disabled {
  cursor: default!important;
  opacity: 0.5;
}
.tag-select-dropdown__item.disabled span,
.tag-select-dropdown__item.disabled a {
  cursor: default!important;
  background: none!important;
}
.tag-select-dropdown__item.disabled span:hover,
.tag-select-dropdown__item.disabled a:hover {
  background: none!important;
}
.tag-select-inline {
  margin-bottom: 0;
}
.tag-select-inline__item {
  display: inline-block;
}
.tag-select-inline__item ~ .tag-select-inline__item {
  margin-left: 5px;
}
.tag-select-inline_btn-group .tag-select-inline__item {
  margin-right: 0;
}
.tag-select-inline_btn-group .tag-select-inline__item .btn {
  border-radius: 0;
}
.tag-select-inline_btn-group .tag-select-inline__item:first-child .btn {
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important;
}
.tag-select-inline_btn-group .tag-select-inline__item:last-child .btn {
  border-top-right-radius: 4px!important;
  border-bottom-right-radius: 4px!important;
}
.tag-select-inline_btn-group .tag-select-inline__item.active .btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.tag-autocomplete {
  position: relative;
}
.tag-autocomplete__actions {
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.fa.tag-autocomplete__remove {
  outline: 0;
  font-size: 18px;
  cursor: pointer;
  color: #DE5759;
}
.tag-autocomplete__spin {
  background: url(../72d9f5291e14a3e4add7.svg);
  height: 18px;
  width: 18px;
  background-size: 100% 100%;
}
.tag-autocomplete__input-container {
  position: relative;
}
.tag-autocomplete-spoiler .dropdown-menu {
  width: 100%;
  padding: 0 ;
  margin: 0;
  border-radius: 0;
  z-index: 1003;
  float: none;
}
.tag-autocomplete-list__item + .tag-autocomplete-list__item,
.tag-autocomplete-list__item + .tag-autocomplete-list__load-more {
  border-top: 1px solid #ccc;
}
.tag-autocomplete-spoiler .dropdown-menu .tag-autocomplete-list__item > a {
  display: block;
  padding: 5px 15px 5px 5px;
  border-radius: 0;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  color: #7d7d7d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
}
.tag-autocomplete-list__item a:hover {
  background: #f1f1f1;
  color: #7d7d7d;
}
.tag-autocomplete-list__not-found,
.tag-autocomplete-list__load-more {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  color: #7d7d7d;
  font-size: 13px;
}
.fa.tag-autocomplete-list__icon {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9.5px;
  font-size: 16px;
  line-height: 19px;
}

.tooltip-tag-container {
  position: relative;
}
.tooltip-tag-container .tooltip-tag-tooltip {
  position: absolute;
  z-index: 1000;
}
.tooltip-tag-container .tooltip-tag-tooltip > .tooltip-tag-tooltip-content {
  position: relative;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_left {
  right: 100%;
  top: 0;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_left > .tooltip-tag-tooltip-content {
  margin-right: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_left_top {
  right: 0;
  bottom: 100%;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_left_top > .tooltip-tag-tooltip-content {
  margin-bottom: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_left_bottom {
  right: 0;
  top: 100%;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_left_bottom > .tooltip-tag-tooltip-content {
  margin-top: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_right {
  left: 100%;
  top: 0;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_right > .tooltip-tag-tooltip-content {
  margin-left: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_right_top {
  left: 0;
  bottom: 100%;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_right_top > .tooltip-tag-tooltip-content {
  margin-bottom: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_right_bottom {
  left: 0;
  top: 100%;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_right_bottom > .tooltip-tag-tooltip-content {
  margin-top: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_top > .tooltip-tag-tooltip-content {
  margin-bottom: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_bottom > .tooltip-tag-tooltip-content {
  margin-top: 5px;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_bottom,
.tooltip-tag-container .tooltip-tag-tooltip.position_top {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip-tag-container .tooltip-tag-tooltip.position_bottom {
  top: 100%;
}
.tooltip-tag-container .tooltip-tag-tooltip.position_top {
  bottom: 100%;
}
/*--------------Default styles--------------*/
.tooltip-tag-tooltip.default > .tooltip-tag-tooltip-content {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  padding: 10px;
  position: relative;
  cursor: default;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #999;
}
.tooltip-tag-tooltip.default.calculation > .tooltip-tag-tooltip-content {
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
}
.tooltip-tag-tooltip.default > .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 2;
}
.tooltip-tag-tooltip.default > .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default > .tooltip-tag-tooltip-content > .tooltip-content-arrow:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip-tag-tooltip.default > .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0);
}
.tooltip-tag-tooltip.default > .tooltip-tag-tooltip-content > .tooltip-content-arrow::after {
  border-width: 11px;
  border-color: rgba(238, 238, 238, 0);
}
.tooltip-tag-tooltip.default.position_left .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_right > .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  left: 100%;
  top: 50%;
  margin-top: -11px;
}
.tooltip-tag-tooltip.default.position_left .tooltip-tag-tooltip-content {
  margin-right: 10px;
}
.tooltip-tag-tooltip.default.position_left .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_left > .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip-tag-tooltip.default.position_left .tooltip-tag-tooltip-content > .tooltip-content-arrow::after {
  border-left-color: #fff;
}
.tooltip-tag-tooltip.default.position_left .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  border-left-color: #ddd;
}
.tooltip-tag-tooltip.default.position_right .tooltip-tag-tooltip-content {
  margin-left: 10px;
}
.tooltip-tag-tooltip.default.position_right .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  left: auto;
  right: 100%;
}
.tooltip-tag-tooltip.default.position_right .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_right > .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip-tag-tooltip.default.position_right .tooltip-tag-tooltip-content > .tooltip-content-arrow::after {
  border-right-color: #fff;
}
.tooltip-tag-tooltip.default.position_right .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  border-right-color: #ddd;
}
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  left: 50%;
  margin-left: -11px;
}
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content,
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content,
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content {
  margin-top: 10px !important;
}
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  bottom: 100%;
}
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow:after,
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow:after {
  border-bottom-color: #fff;
}
.tooltip-tag-tooltip.default.position_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  border-bottom-color: #ddd;
}
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content {
  margin-bottom: 10px !important;
}
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  top: 100%;
}
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content > .tooltip-content-arrow:after,
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::after,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content > .tooltip-content-arrow:after {
  border-top-color: #fff;
}
.tooltip-tag-tooltip.default.position_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::before,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content > .tooltip-content-arrow::before {
  border-top-color: #ddd;
}
.tooltip-tag-tooltip.default.position_right_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_right_top .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  left: 10px;
}
.tooltip-tag-tooltip.default.position_left_bottom .tooltip-tag-tooltip-content > .tooltip-content-arrow,
.tooltip-tag-tooltip.default.position_left_top .tooltip-tag-tooltip-content > .tooltip-content-arrow {
  right: 10px;
}
/*----------Default styles end--------------*/

.tag-datepicker .ui-datepicker-trigger,
.tag-datepicker__button {
  font: normal normal normal 14px/1 FontAwesome;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  text-align: center;
  border: 1px solid #ccc;
  font-size: 18px;
  background: #eee;
  border-left: none;
  height: 34px;
  width: 34px;
  display: block;
  line-height: 34px;
  border-radius: 0 3px 3px 0;
  color: #555;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.tag-datepicker .ui-datepicker-trigger:hover,
.tag-datepicker .ui-datepicker-trigger:focus,
.tag-datepicker__button:hover,
.tag-datepicker__button:focus {
  outline: none;
  background: #dcdcdc;
}
.tag-datepicker .ui-datepicker-trigger:before {
  content: "\f073";
}
.tag-datepicker {
  position: relative;
  z-index: 1;
}
.tag-datepicker_withButton {
  padding-right: 34px;
}
.tag-datepicker input[readonly] {
  background: #fff;
}
.tag-datepicker input[disabled] {
  background: #eee;
}
.tag-datepicker .hasDatepicker {
  width: 100%;
}
.tag-datepicker input {
  padding-left: 5px;
  padding-right: 5px;
}
.tag-datepicker .hasDatepicker.input-sm ~ .ui-datepicker-trigger,
.tag-datepicker .form-control.input-sm ~ .tag-datepicker__button {
  height: 30px;
  width: 34px;
  line-height: 30px;
}
.tag-datepicker_withButton input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tag-datepicker__clear {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 5px;
  font-size: 16px;
  display: block;
  z-index: 2;
  cursor: pointer;
  width: 16px;
}
.tag-datepicker_withButton .tag-datepicker__clear {
  right: 39px;
}
.tag-datepicker__clear ~ input {
  padding-right: 15px;
}
.tag-datepicker__native-control:not(.hasValue)::before {
  content: attr(placeholder) !important;
  color: #999696;
  margin-right: 0.5em;
  width: 100%;
  display: block;
}
.tag-datepicker__native-control:focus::before {
  content: "";
  display: none;
}

.tag-comments {
  padding: 0 5px;
}
.tag-comments .tree-item {
  cursor: default;
  padding: 0;
  position: relative;
  min-height: 0;
}
.tag-comments .tree-relative-container {
  position: relative;
}
.tag-comments .tree-item__child_1 .tree-item {
  margin-left: 18px;
}
.tag-comments__add-container {
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  visibility: visible;
  opacity: 1;
}
.tag-comments_is-edit .tag-comments__add-container {
  visibility: hidden;
  opacity: 0;
}
/* -------------Tag comment editor-------------- */
.tag-comments__editor {
  padding: 5px;
  background: #cfeaf8;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
  border-radius: 5px;
}
.tag-comment__textarea,
.tag-comment__control {
  resize: vertical;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  cursor: text;
  overflow: auto;
}
.tag-comment__control {
  min-height: 114px;
}
.tag-comments__editor .textarea-container .error-message {
  position: absolute;
  right: 25px;
  top: 2px;
}
.tag-comments__editor .error-list .alert {
  padding: 3px 3px 2px;
}
.tag-comments__editor .label {
  font-size: 11px;
}
/* -------------Tag comment editor end-------------- */
.tag-comments .comment_container {
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #cac5c5;
  background: #f7f8f8;
  position: relative;
  white-space: normal;
}
.tag-comments .comment {
  padding: 5px;
}
.tag-comments .comment_container:hover .expand,
.tag-comments .tree-relative-container:hover > .action {
  visibility: visible !important;
}
.tag-comments .tree-item__child_1 .tree-item .comment_container::before {
  background: url(../06c6405bc52ca754529b.png) no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -6px;
  content: '';
}
.tag-comments .comment_btn {
  overflow: hidden;
  min-height: 22px;
}
.tag-comments .comment_btn .expand {
  width: 22px;
  height: 22px;
  text-align: center;
}
.tag-comments .comment_btn .expand.expanded {
  visibility: hidden;
}
.tag-comments .comment_btn .expand .fa {
  font-size: 20px;
  margin: 0;
}
.tag-comments .comment_btn .expand.expanded .fa::before {
  content: "\f0d8";
}
.tag-comments .comment_text {
  word-wrap: break-word;
  margin: 5px 0;
}
.tag-comments .comment_user {
  font-weight: bold;
}
.tag-comments .comment_user .avatar,
.tag-comments .comment_user .square {
  border-radius: 3px;
}
.tag-comments .comment_user .user,
.tag-comments .comment_user .date {
  display: inline-block;
  vertical-align: middle;
}
.tag-comments .comment_user .user {
  font-weight: bold;
}
.tag-comments .comment_user .date {
  color: #969696;
  font-style: italic;
  margin-left: 10px;
  font-size: 11px;
}
/* -------------Tag comment actions-------------- */
.tag-comments .tree-item .action {
  position: absolute;
  right: 5px;
  visibility: hidden;
  bottom: 5px;
  display: block;
}
.tag-comments_is-edit .tree-item .action {
  display: none !important;
}
.tag-comments .tree-item .action input {
  color: white;
  opacity: 0.6;
  margin-right: 2px;
}
.tag-comments .tree-item .action input:hover {
  opacity: 1;
}
.tag-comments .tree-item > .tree-relative-container:hover .comment_btn {
  visibility: visible;
}
.tag-comments .tree-item .action input:last-of-type {
  margin-right: 0;
}
/* -------------Tag comment action end-------------- */
/* -------------Tag comment files-------------- */
.tag-comments-fileuploader,
.tag-comments__emoji-picker,
.tag-comments__insert-code {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tag-comments__insert-code {
  cursor: pointer;
}
.comment__code {
  padding: 20px 5px 10px;
}
.comment__code .CodeMirror {
  height: auto;
  min-height: 30px;
}
.tag-comments .tag-comments-fileuploader .tag-file__background-button {
  float: right;
  display: inline-block;
}
.tag-comments .tag-comments-fileuploader .thumbnail-fine-uploader {
  position: static;
  margin-right: 25px;
}
.tag-comments .tag-comments-fileuploader .thumbnail-fine-uploader .progress {
  right: -25px;
}
.tag-comments .tag-comments-fileuploader .qq-upload-drop-area {
  display: none;
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border: 2px dashed #a8a9ad;
  z-index: 11;
  text-align: center;
}
.tag-comments .tag-comments-fileuploader .qq-upload-drop-area span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.tag-comments .tag-comments-fileuploader .qq-uploader .progress {
  position: relative;
  margin: 2px 7px 0 0;
  float: left;
  width: 100px;
  border-radius: 3px;
}
.tag-comments .tag-comments-fileuploader.tag-file .qq-upload-button {
  float: right;
  left: 25px;
  height: 25px;
  width: 25px;
}
.tag-comments-fileuploader__icon {
  font-size: 22px;
}
.comment-links-list > .preview-link__container__inner,
.tag-comments .attached-files-list {
  border-top: 1px solid #ccc;
  margin: 5px 0;
  padding: 5px 0 0;
}
.comment-links-list:empty {
  display: none;
}
.tag-comments__message-files-item {
  float: left;
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0;
  cursor: pointer;
  background: #cfeaf8 center;
  background-size: cover;
  position: relative;
}
.tag-comments__bottom-block {
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;
}
.tag-comments__message-files-remove {
  position: absolute;
  opacity: 0;
  text-align: center;
  height: 100%;
  line-height: 30px;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  z-index: 2;
  font-size: 20px;
}
.tag-comments__message-files-item:hover .tag-comments__message-files-remove {
  opacity: 1;
}
.tag-comments .tag-file__uploader-container {
  position: static;
}
.tag-comments .tag-file .thumbnail-fine-uploader {
  position: static;
}
/* -------------Tag comment files end-------------- */

.tag-color .tag-select-dropdown__item,
.tag-color .tag-select-inline__item {
  float: left;
  margin-left: 0;
  padding: 0;
}
.tag-color__inner-item {
  width: 20px;
  height: 20px;
  padding: 0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.tag-color__inner-item:hover {
  border: 1px solid black;
}
.tag-color .dropdown-menu,
.tag-color-with-file .dropdown-menu {
  padding: 5px;
  width: 152px;
  min-width: 0;
}
.tag-color-with-file .tag-file_as-button .tag-file__background-button {
  width: 140px;
}
.tag-color-with-file .tag-file {
  margin-bottom: 5px;
}
.tag-color-with-file .tag-file_as-button .qq-upload-drop-area {
  display: none !important;
}
.tag-color-with-file .tag-select-inline {
  width: 140px;
}
.tag-color__default-button {
  padding: 4px 9px;
}
.tag-color-with-file__thumb {
  height: 30px;
  width: 30px;
}
.tag-color-with-file__thumb img {
  max-width: 100%;
  max-height: 100%;
}
.tag-color-select .square {
  font-size: 10px;
  text-align: center;
  background: #428bca;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.tag-schedule {
  border-left: 1px solid #dedede;
  overflow: auto;
  border-bottom: 1px solid #dedede;
}
.tag-schedule .taggedInput .dropdown {
  float: none;
}
.tag-schedule .taggedInput .dropdown .tagged_container input {
  width: 100% !important;
}
.tag-schedule_clickable .tag-schedule-main__body-cell-inner {
  cursor: pointer;
}
.tag-schedule_clickable .tag-schedule-main__body-cell-inner:hover .tag-schedule-main__body-cell-inner-hover {
  display: block;
}
.tag-schedule_clickable .tag-schedule-main__body-cell-inner:hover .tag-schedule-main__body-cell-inner-hover ~ .tag-schedule-main__body-cell-offset-time {
  display: none;
}
.tag-schedule_clickable .tag-schedule-main__body-cell-inner:hover .tag-schedule-main__body-cell-offset-time {
  background: #f1f1f1;
}
.tag-schedule_clickable .tag-schedule-main__body-cell-inner:hover::before {
  opacity: 1;
}
.tag-schedule_moving .tag-schedule-main__body-cell-inner {
  background: rgba(204, 231, 236, 0.2);
}
.tag-schedule_moving .tag-schedule-main__body-cell {
  z-index: 2;
}
.tag-schedule_moving .tag-schedule-main__body-cell-inner {
  cursor: pointer;
}
.tag-schedule_moving .tag-schedule-main__body-cell-inner-hover::before {
  content: "\f063";
}
.tag-schedule_moving .tag-schedule__task-item-icons {
  display: none !important;
}
.tag-schedule__spoiler.open .tag-schedule-main__body-cell-inner:hover .tag-schedule-main__body-cell-inner-hover {
  display: none;
}
.tag-schedule__spoiler__inner > .dropdown-menu {
  background: #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 50%;
  padding: 5px;
  margin-left: -150px;
  width: 300px;
  color: #59606a;
  cursor: default;
  margin-top: 7px;
  position: absolute;
}
.tag-schedule__spoiler__inner > .dropdown-menu::after,
.tag-schedule__spoiler__inner > .dropdown-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.tag-schedule__spoiler__inner > .dropdown-menu::after {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  border-top: none;
}
.tag-schedule__spoiler__inner > .dropdown-menu::before {
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-top: none;
}
.tag-schedule__spoiler__inner-inner {
  padding: 5px;
}
.tag-schedule__headers {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  height: 40px;
}
.tag-schedule__headers-column,
.tag-schedule__headers-left {
  height: 100%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
  padding-top: 10px;
}
.tag-schedule__headers-column {
  min-width: 130px;
  background: #f6f6f6;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #a8a8a8;
  vertical-align: middle;
}
.tag-schedule__headers-container {
  margin-left: 60px;
  height: 100%;
}
.tag-schedule__headers-left {
  width: 60px;
  float: left;
}
.tag-schedule-main__time {
  float: left;
}
.tag-schedule-main__time-item {
  width: 60px;
  height: 27px;
  text-align: left;
  padding-left: 10px;
  padding-top: 3px;
  color: #8c8c8c;
  border-right: 1px solid #dedede;
  background-color: #fff;
}
.tag-schedule-main__time-item:nth-of-type(even) {
  border-top: 1px dotted #dedede;
  border-bottom: 1px solid #dedede;
}
.tag-schedule-main__body {
  margin-left: 60px;
  font-size: 0;
  white-space: nowrap;
}
.tag-schedule-main__body-item-container {
  position: relative;
  height: 0;
}
.tag-schedule-main__body-column {
  position: relative;
  display: inline-block;
  min-width: 130px;
  font-size: 14px;
  vertical-align: top;
  background: #fff;
}
.tag-schedule-main__body-column:first-of-type .tag-schedule__spoiler__inner > .dropdown-menu {
  left: 0;
  right: auto;
  margin-left: 0;
}
.tag-schedule-main__body-column:first-of-type .tag-schedule__spoiler__inner > .dropdown-menu::before {
  left: 8px;
  margin-left: 0;
}
.tag-schedule-main__body-column:first-of-type .tag-schedule__spoiler__inner > .dropdown-menu::after {
  left: 10px;
  margin-left: 0;
}
.tag-schedule-main__body-column:last-of-type .tag-schedule__spoiler__inner > .dropdown-menu {
  right: 5px;
  left: auto;
  margin-left: 0;
}
.tag-schedule-main__body-column:last-of-type .tag-schedule__spoiler__inner > .dropdown-menu::before {
  left: auto;
  right: 8px;
  margin-left: 0;
}
.tag-schedule-main__body-column:last-of-type .tag-schedule__spoiler__inner > .dropdown-menu::after {
  left: auto;
  right: 10px;
  margin-left: 0;
}
.tag-schedule-main__body-cell {
  border-right: 1px solid #dedede;
  position: relative;
}
.tag-schedule-main__body-cell-inner {
  height: 100%;
}
.tag-schedule-main__body-cell-inner-hover {
  background: rgba(204, 231, 236, 0.75);
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tag-schedule-main__body-cell-inner-hover::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f271";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
.tag-schedule-main__body-cell-offset-time {
  position: absolute;
  left: 0;
  top: 0;
  color: #8c8c8c;
  font-size: 10px;
  background: #fff;
  padding: 0 2px;
  z-index: 1;
  height: auto !important;
}
.tag-schedule-main__body-cell.even {
  border-top: 1px dotted #dedede;
  border-bottom: 1px solid #dedede;
}
.tag-schedule__task-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  word-wrap: break-word;
  min-width: 0;
  min-height: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  float: left;
  height: 100%;
}
.tag-schedule__task-item-2 {
  width: 50%;
  padding: 0 2px;
}
.tag-schedule__task-item-3 {
  width: 33.33333%;
  padding: 0 2px;
}
.tag-schedule__task-item-container {
  position: absolute;
  left: 0;
  width: 100%;
}
.tag-schedule__task-item.is-edit {
  z-index: 1020;
  overflow: visible;
}
.tag-schedule__task-item.is-edit .tag-schedule__task-item-icons {
  display: none !important;
}
.tag-schedule__task-item .tag-schedule__spoiler__inner > .dropdown-menu {
  top: 100%;
}
.tag-schedule__task-item .tag-schedule__spoiler__inner > .dropdown-menu.top {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 7px;
  position: absolute;
}
.tag-schedule__task-item .tag-schedule__spoiler__inner > .dropdown-menu.top::after,
.tag-schedule__task-item .tag-schedule__spoiler__inner > .dropdown-menu.top::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.tag-schedule__task-item .tag-schedule__spoiler__inner > .dropdown-menu.top::after {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f1f1f1;
  border-bottom: none;
}
.tag-schedule__task-item .tag-schedule__spoiler__inner > .dropdown-menu.top::before {
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid;
  border-top-color: rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.tag-schedule__task-item-icons {
  position: absolute;
  right: 5px;
  top: 0;
  color: #fff;
  display: none;
}
.tag-schedule__task-item-icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.tag-schedule__task-item-icon ~ .tag-schedule__task-item-icon {
  margin-left: 3px;
}
.tag-schedule__task-item-inner {
  height: 100%;
  padding: 3px;
  position: relative;
}
.tag-schedule__task-item-inner:hover .tag-schedule__task-item-icons {
  display: block;
}
.tag-schedule__task-item-inner_canceled {
  background: rgba(231, 95, 76, 0.8) !important;
}
.tag-schedule__task-item-inner_link {
  color: #fff;
  font-size: 15px;
}
.tag-schedule__task-item-inner_link:hover,
.tag-schedule__task-item-inner_link:active,
.tag-schedule__task-item-inner_link:visited,
.tag-schedule__task-item-inner_link:focus {
  color: #fff;
}
.tag-schedule__task-item > div:not([class]),
.tag-schedule__task-item > div:not([class]) > div:not([class]),
.tag-schedule__task-item > div:not([class]) > div:not([class]) > .spoiler-tree,
.tag-schedule__task-item .tag-schedule__spoiler,
.tag-schedule__task-item .tag-schedule__spoiler-inner,
.tag-schedule__task-item .tag-schedule__spoiler__caption,
.tag-schedule__task-item .tag-schedule__spoiler__caption > div {
  height: 100%;
}
.tag-schedule__task-item:hover {
  z-index: 5;
}


/*# sourceMappingURL=legacy-deps-jsviews.7b248498.chunk.css.map*/