@charset "UTF-8";
/*!
 * SmartAdmin v1.8.2 ()
 * Copyright 2011-2016
 */
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* line 29, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 39, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fast {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

/* line 45, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
/* line 95, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }
/* line 177, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
/* line 243, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
/* line 341, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
/* line 422, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
/* line 524, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/* line 574, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in; } }
/* line 668, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
/* line 742, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
/* line 792, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
/* line 866, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
/* line 916, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* line 958, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* line 1004, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* line 1050, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* line 1096, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* line 1142, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* line 1188, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* line 1234, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* line 1280, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* line 1326, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 1364, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
/* line 1410, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
/* line 1456, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
/* line 1502, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
/* line 1548, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
/* line 1594, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
/* line 1640, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
/* line 1686, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
/* line 1732, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
/* line 1838, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }
/* line 1880, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }
/* line 1922, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
/* line 1964, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
/* line 2006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
/* line 2048, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* line 2054, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
/* line 2124, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* line 2194, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
/* line 2264, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
/* line 2334, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
/* line 2404, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
/* line 2462, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
/* line 2520, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
/* line 2578, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
/* line 2636, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
/* line 2690, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
/* line 2744, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
/* line 2798, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
/* line 2852, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
/* line 2906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
/* line 2960, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
/* line 3014, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
/* line 3068, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
/* line 3122, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
/* line 3176, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
/* line 3294, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
/* line 3340, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
/* line 3386, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
/* line 3464, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* line 3474, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
/* line 3520, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* line 3530, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s; }

/* line 3536, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/********** VJ - Move to Less - Start *************/
/* Layout helpers
 ----------------------------------*/
/* line 3595, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-hidden {
  display: none; }

/* line 3598, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 3608, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 3618, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 3624, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 3631, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-clearfix {
  /*display: inline-block; */
  display: block;
  min-height: 0;
  /* support: IE7 */ }

/* required comment for clearfix to work in Opera \*/
/* line 3638, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
* html .ui-helper-clearfix {
  height: 1%; }

/* end clearfix */
/* line 3642, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 3651, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-front {
  z-index: 100; }

/* Interaction Cues
 ----------------------------------*/
/* line 3656, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-disabled {
  cursor: default !important; }

/* Icons
 ----------------------------------*/
/* states and images */
/* line 3662, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
 ----------------------------------*/
/*
 * jQuery UI Resizable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */
/* line 3679, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable {
  position: relative; }

/* line 3682, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

/* line 3688, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 3692, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 3699, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 3706, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 3713, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 3720, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 3727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 3734, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 3741, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*
 * jQuery UI Selectable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
/* line 3757, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI CSS Framework 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 *
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
 ----------------------------------*/
/* line 3775, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

/* line 3779, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget .ui-widget {
  font-size: 13px; }

/* line 3782, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit; }

/* line 3789, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #404040; }

/* line 3794, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-header {
  font-weight: bold;
  background-color: #F5F5F5;
  border-color: #DDDDDD;
  color: #333333; }

/* line 3800, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-header a {
  color: #222222; }

/* Interaction states
 ----------------------------------*/
/* line 3805, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333333;
  background-color: #ffffff;
  font-weight: normal;
  border: 1px solid #cccccc; }

/* line 3813, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

/* line 3819, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none; }

/* line 3830, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #333333;
  text-decoration: none; }

/* line 3837, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #adadad;
  font-weight: normal;
  color: #333333; }

/* line 3844, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #333333;
  text-decoration: none; }

/* line 3850, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget :active {
  outline: none; }

/* Interaction Cues
 ----------------------------------*/
/* line 3855, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-highlight,
.ui-state-error,
.ui-state-default {
  position: relative;
  border-width: 1px;
  border-style: solid; }

/* line 3862, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-highlight p,
.ui-state-error p,
.ui-state-default p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px; }

/* line 3870, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 3877, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #2d6987; }

/* line 3882, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

/* line 3889, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #953b39; }

/* line 3894, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #953b39; }

/* line 3899, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 3904, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal; }

/* line 3911, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none; }

/* line 3918, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
 ----------------------------------*/
/* states and images*/
/* line 3925, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/assets/jqueryui/ui-icons_222222_256x240-84662c5d246211ce1883cb9a8ec73a8a258bb6132d3848e8f454f94ab72163d9.png); }

/* line 3930, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-content .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_222222_256x240-84662c5d246211ce1883cb9a8ec73a8a258bb6132d3848e8f454f94ab72163d9.png); }

/* line 3933, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_222222_256x240-84662c5d246211ce1883cb9a8ec73a8a258bb6132d3848e8f454f94ab72163d9.png); }

/* line 3936, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_888888_256x240-ba095ff68f4d2abab012f9dfb7982e06499a89ff485f5c9bbb91921e5ed23564.png); }

/* line 3939, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_454545_256x240-8f9c96ea3f844e41744402719ef96697d014b9399632a72f46ffb9242dbcb7bc.png); }

/* line 3943, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_454545_256x240-8f9c96ea3f844e41744402719ef96697d014b9399632a72f46ffb9242dbcb7bc.png); }

/* line 3946, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_2e83ff_256x240-9a0b6093358816623b3b136c4e62f0f411ec97d385cc854d350b7fb38f04d4c7.png); }

/* line 3949, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_f6cf3b_256x240-0b5679adf1f5d2e1b07b0071733da4b33135f3b07f04cf5ddcbe244b60022c9f.png); }

/* positioning */
/* line 3954, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-n {
  background-position: 0 0; }

/* line 3957, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0; }

/* line 3960, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0; }

/* line 3963, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0; }

/* line 3966, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0; }

/* line 3969, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0; }

/* line 3972, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0; }

/* line 3975, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0; }

/* line 3978, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

/* line 3981, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

/* line 3984, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 3987, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 3990, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 3993, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 3996, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/* line 3999, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 4002, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 4005, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 4008, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 4011, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 4014, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 4017, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 4020, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 4023, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 4026, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

/* line 4029, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 4032, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 4035, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 4038, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 4041, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 4044, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 4047, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 4050, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 4053, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 4056, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 4059, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 4062, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

/* line 4065, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 4068, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 4071, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 4074, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 4077, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 4080, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 4083, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 4086, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 4089, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 4092, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 4095, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 4098, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 4101, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 4104, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 4107, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 4110, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 4113, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 4116, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 4119, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 4122, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 4125, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 4128, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 4131, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 4134, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 4137, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 4140, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 4143, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 4146, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 4149, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 4152, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 4155, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 4158, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 4161, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 4164, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 4167, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 4170, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 4173, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 4176, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 4179, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 4182, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 4185, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 4188, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 4191, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 4194, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 4197, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 4200, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 4203, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 4206, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 4209, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 4212, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 4215, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 4218, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 4221, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 4224, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 4227, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 4230, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 4233, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 4236, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 4239, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 4242, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 4245, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 4248, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 4251, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 4254, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 4257, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 4260, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 4263, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 4266, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 4269, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 4272, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 4275, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 4278, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 4281, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 4284, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 4287, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 4290, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 4293, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 4296, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 4299, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 4302, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 4305, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 4308, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 4311, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 4314, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 4317, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 4320, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 4323, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 4326, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 4329, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 4332, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 4335, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 4338, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 4341, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 4344, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 4347, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 4350, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 4353, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 4356, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 4359, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 4362, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* line 4365, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 4368, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 4371, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 4374, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 4377, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 4380, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 4383, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 4386, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 4389, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 4392, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 4395, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 4398, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 4401, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 4404, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 4407, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 4410, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 4413, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 4416, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 4419, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 4422, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 4425, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 4428, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 4431, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 4434, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 4437, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 4440, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 4443, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 4446, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 4449, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 4452, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 4455, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 4458, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 4461, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 4464, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 4467, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 4470, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 4473, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
 ----------------------------------*/
/* Corner radius */
/* line 4479, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-corner-all {
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px; }

/* line 4486, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-topleft: 4px;
  /* Firefox 3.6 */
  border-top-left-radius: 4px; }

/* line 4495, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-topright: 4px;
  /* Firefox 3.6 */
  border-top-right-radius: 4px; }

/* line 4504, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-bottomleft: 4px;
  /* Firefox 3.6 */
  border-bottom-left-radius: 4px; }

/* line 4513, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-bottomright: 4px;
  /* Firefox 3.6 */
  border-bottom-right-radius: 4px; }

/* Overlays */
/* line 4523, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .30;
  filter: alpha(opacity=30);
  position: absolute;
  z-index: 949 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 4534, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .30;
  filter: alpha(opacity=30);
  -webkit-border-radius: 8px;
  /* Safari 4 */
  -moz-border-radius: 8px;
  /* Firefox 3.6 */
  border-radius: 8px; }

/*
 * jQuery UI Accordion 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */
/* IE/Win - Fix animation bug - #4615 */
/* line 4556, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion {
  width: 100%; }

/* line 4559, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-li-fix {
  display: inline; }

/* line 4562, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

/* line 4565, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

/* line 4574, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 4577, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

/* line 4580, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 4583, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

/* line 4589, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0 none;
  margin-top: -3px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none; }

/* line 4599, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-content-active {
  display: block; }

/*
 * jQuery UI Autocomplete 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */
/* line 4611, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/*
 * jQuery UI Button 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 4626, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 4644, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 4649, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button:focus,
.ui-button:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none; }

/* line 4656, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
ui-button.disabled,
ui-button[disabled],
fieldset[disabled] ui-button,
ui-button.disabled:hover,
ui-button[disabled]:hover,
fieldset[disabled] ui-button:hover,
ui-button.disabled:focus,
ui-button[disabled]:focus,
fieldset[disabled] ui-button:focus,
ui-button.disabled:active,
ui-button[disabled]:active,
fieldset[disabled] ui-button:active,
ui-button.disabled.active,
ui-button[disabled].active,
fieldset[disabled] ui-button.ui-state-active {
  background-color: #ffffff;
  border-color: #cccccc; }

/* line 4674, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 4680, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-btn-sm,
.ui-btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 4687, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-btn-xs {
  padding: 1px 5px; }

/* line 4690, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

/* line 4696, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-btn-block + .ui-btn-block {
  margin-top: 5px; }

/* line 4699, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
input[type="submit"].ui-btn-block,
input[type="reset"].ui-btn-block,
input[type="button"].ui-btn-block {
  width: 100%; }

/* line 4704, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-primary .ui-button-icon-primary {
  float: left; }

/* line 4707, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-primary {
  padding: 2px 7px 3px; }

/* line 4710, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

/* line 4715, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 4720, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 4725, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 4730, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #080808; }

/* line 4735, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 4740, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-error {
  color: #ffffff;
  background-color: #c43c35;
  border-color: #882a25; }

/* line 4745, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-primary:hover,
.ui-button-success:hover,
.ui-button-info:hover,
.ui-button-danger:hover,
.ui-button-warning:hover,
.ui-button-inverse:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 4754, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-primary:hover,
.ui-button-primary:focus {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

/* line 4760, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-success:hover {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

/* line 4765, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-info:hover {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

/* line 4770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-danger:hover {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

/* line 4775, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-warning:hover {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

/* line 4780, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-inverse:hover {
  color: #ffffff;
  background-color: #363636;
  border-color: #000000; }

/* to make room for the icon, a width needs to be set here */
/* line 4786, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
/* line 4790, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-icons-only {
  width: 3.4em; }

/* line 4793, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
button.ui-button-icons-only {
  width: 3.7em; }

/* line 4796, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
  margin-top: 5px; }

/*button text element */
/* line 4800, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

/* line 4804, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999px;
  display: none;
  /*tempfix*/ }

/* line 4811, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

/* line 4815, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

/* line 4819, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
/* line 4824, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
/* line 4828, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  margin-bottom: 0;
  margin-top: 0;
  top: 50%; }

/* line 4837, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  /* chrome margin*/
  margin-left: -8px;
  /* firefox margin*/
  margin-right: -6px; }

/* line 4844, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

/* line 4849, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* line 4854, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
/* line 4859, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-buttonset {
  margin-right: 7px; }

/* line 4862, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

/* line 4867, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-buttonset .ui-state-active.ui-state-hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

/* line 4872, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.4em; }

/* reset extra padding in Firefox */
/* line 4877, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * jQuery UI Menu 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 4890, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

/* line 4897, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
  list-style: none; }

/* line 4902, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

/* line 4910, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* line 4917, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

/* line 4926, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-item a.ui-corner-all {
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px; }

/* line 4933, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-widget-content {
  font-weight: bold;
  margin: 0;
  background-color: #428BCA;
  border-color: #357EBD;
  color: #FFFFFF;
  display: block;
  white-space: nowrap; }

/* Fix problem with border in ui-state-active */
/* line 4945, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em; }

/* line 4948, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

/* line 4953, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
/* line 4957, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu-icons {
  position: relative; }

/* line 4960, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
/* line 4965, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
/* line 4971, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

/* line 4975, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu {
  width: 200px;
  margin-bottom: 2em; }

/*
 * jQuery UI spinner 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 4988, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

/* line 4995, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

/* line 5004, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to overide default borders */
/* line 5018, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
/* line 5024, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* line 5030, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-up {
  top: 0; }

/* line 5033, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-down {
  bottom: 0; }

/* need to fix icons sprite */
/* line 5037, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

/********** VJ - Move to Less - End *************/
/*
 * jQuery UI Dialog 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 5050, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
  outline: 0;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* Safari 4 */
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* Firefox 3.6 */
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
	 margin-left: -280px;*/
  outline: medium none;
  /*top: 10%;
	 width: 560px;*/
  z-index: 1050; }

/* line 5074, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  border: 0 0 0 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 0;
  /* Safari 4 */
  -moz-border-radius-bottomright: 0;
  /* Firefox 3.6 */
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  /* Safari 4 */
  -moz-border-radius-bottomleft: 0;
  /* Firefox 3.6 */
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #ccc; }

/* line 5094, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  color: #404040;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden; }

/* line 5104, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background: none;
  border-width: 0;
  border: none;
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none; }

/* line 5129, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  text-indent: 9999px; }

/* line 5134, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 1px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90; }

/* line 5141, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

/* line 5148, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #ffffff;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  /* Safari 4 */
  -moz-border-radius: 0 0 6px 6px;
  /* Firefox 3.6 */
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #ffffff;
  margin-bottom: 0; }

/* line 5168, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

/* line 5171, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

/* line 5175, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

/* line 5181, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 5184, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

/* line 5189, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

/***Dialog fixes**/
/* line 5195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button:not(:first-child) {
  cursor: pointer;
  display: inline-block;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  overflow: visible; }

/* line 5207, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none; }

/* ui-dialog-buttonset UI info */
/* line 5214, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 5219, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

/* ui-dialog-buttonset UI success */
/* line 5225, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 5230, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

/* ui-dialog-buttonset UI warning */
/* line 5236, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 5241, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

/* ui-dialog-buttonset UI Danger */
/* line 5247, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 5252, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

/* ui-dialog-buttonset UI Inverse */
/* line 5258, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #080808; }

/* line 5263, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
  color: #ffffff;
  background-color: #363636;
  border-color: #000000; }

/*
 * jQuery UI Slider 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 5277, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider {
  position: relative;
  text-align: left; }

/* For IE8 - See #6727 */
/* line 5282, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 5286, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 18px;
  cursor: default; }

/* line 5293, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #ffffff;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 5320, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal {
  height: 10px;
  background: #D5D5D5;
  border: none; }

/* line 5325, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
  background-color: #fff;
  border-color: #CCC; }

/* line 5331, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-handle:focus {
  background-color: #fff;
  border-color: #357EBD; }

/* line 5335, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-handle:hover {
  background-color: #fff;
  border-color: #285E8E;
  outline: 0; }

/* line 5340, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-handle:active {
  background-color: #428BCA;
  border-color: #3276B1; }

/* line 5344, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 5348, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 5351, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 5354, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 5358, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

/* line 5363, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 5367, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 5370, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * jQuery UI Tabs 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
/* line 5382, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0; }

/* line 5392, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav {
  margin-bottom: 5px;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
  background: none; }

/* line 5403, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
  border: 0;
  list-style: none;
  white-space: nowrap;
  background: none; }

/* line 5414, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs-nav .ui-state-default {
  border: 0;
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none; }

/* line 5422, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 0 0;
  /* Safari 4 */
  -moz-border-radius: 4px 4px 0 0;
  /* Firefox 3.6 */
  border-radius: 4px 4px 0 0;
  padding: 8px 12px;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  color: #0069D6;
  background: none; }

/* line 5438, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li a:hover {
  border: 1px solid whiteSmoke;
  border-bottom: 1px solid #ddd;
  background-color: whiteSmoke; }

/* line 5443, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #555; }

/* line 5449, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #fff;
  cursor: text; }

/* line 5453, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 5459, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  margin: 1em 0;
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
  padding: 1px 0;
  background: none; }

/* line 5471, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important; }

/* IE fix for background inheritance from ui-widget */
/* line 5475, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li {
  filter: none; }

/*
 * jQuery UI Tooltip 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
/* line 5487, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tooltip {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  position: absolute;
  visibility: visible;
  z-index: 1024;
  max-width: 200px; }

/* line 5496, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tooltip {
  background: #000000;
  border: 1px solid #000000; }

/* line 5500, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tooltip {
  color: #FFFFFF;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 #000000;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #000000;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #000000;
  border-radius: 4px 4px 4px 4px; }

/* line 5512, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body .ui-tooltip {
  border-width: 1px; }

/*
 .arrow {
 overflow: hidden;
 position: absolute;
 margin-left: 0;
 height: 20px;
 width: 20px;
 }

 .arrow.bottom {
 top: 100%;
 left: 38%;
 }

 .arrow.top {
 top: -50%;
 bottom: 22px;
 left: 42%;
 }

 .arrow.left {
 top : 25%;
 left: -15%;
 right: 0;
 bottom:-16px;
 }

 .arrow.right {
 top: 26%;
 left: 100%;
 right: 0;
 bottom:-16px;
 margin-left: 1px;
 }

 .arrow:after {
 content : " " ;
 position : absolute ;
 height : 0 ;
 left:0;
 top: 0;
 width: 0;
 margin-left : 0 ;
 bottom : 12px ;
 box-shadow: 6px 5px 9px -9px black;
 }

 .arrow.bottom:after {
 border-top:8px solid #000000;
 border-right:8px solid transparent;
 border-bottom:8px solid transparent;
 border-left:8px solid transparent;
 }

 .arrow.top:after {
 border-top:6px solid transparent;
 border-right:6px solid transparent;
 border-bottom:6px solid #000000;
 border-left:6px solid transparent;
 }

 .arrow.left:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid #000000;
 border-bottom: 6px solid transparent;
 border-left: 6px solid transparent;
 }

 .arrow.right:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 6px solid #000000;
 }*/
/*
 * jQuery UI Datepicker 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
/* line 5600, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 5605, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080; }

/* line 5615, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 5622, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/ }

/* line 5626, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 5629, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 5632, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/ }

/* line 5635, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/ }

/* line 5638, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 5647, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 5652, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 5656, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

/* line 5659, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

/* line 5663, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 5669, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 5675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 5679, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 5686, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 5694, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 5702, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
/* line 5706, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 5709, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 5712, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 5716, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 5719, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 5722, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 5725, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

/* line 5728, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 5731, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 5734, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
/* line 5740, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 5743, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 5747, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 5751, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 5755, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 5759, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 5762, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 5765, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

/* line 5768, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 5771, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* line 5775, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 5780, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px; }

/* line 5791, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker th {
  font-weight: bold;
  color: gray; }

/* line 5795, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff; }

/* line 5799, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0; }

/* line 5805, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0; }

/* line 5809, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td:hover {
  color: #ffffff; }

/* line 5812, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td .ui-state-default {
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none; }

/* line 5821, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td .ui-state-highlight {
  color: #ffffff;
  background-color: #A90329;
  border-color: #46b8da;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px; }

/* line 5833, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td .ui-state-active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  margin-bottom: 0;
  font-size: normal;
  text-shadow: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px; }

/* line 5847, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #428bca;
  background-color: #428bca;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #357ebd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px; }

/*
 * jQuery UI Progressbar 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 5869, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-progressbar {
  height: 2em;
  margin-bottom: 20px;
  border: 0px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 5889, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-progressbar .ui-progressbar-value {
  margin: 0px;
  height: 100%;
  color: #ffffff;
  /*this can be removed if ui-widget-header is blue*/
  background-color: #428BCA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 5901, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-progressbar .ui-progressbar-overlay {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 5913, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/**Toolbar**/
/* line 5917, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  /* Firefox 3.6 */
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  /* CSS3 Compliant */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE8 */
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  /* Safari 4 */
  -moz-border-radius: 3px;
  /* Firefox 3.6 */
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #ffffff; }

/** File Input **/
/* line 5945, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.customfile-button {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/***Wijmo Theming**/
/* line 5963, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
div.wijmo-wijmenu {
  padding: 0 20px;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -moz-linear-gradient(top, #333333, #222222);
  /* Firefox 3.6 */
  background-image: -o-linear-gradient(top, #333333, #222222);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #333333, #222222);
  /* CSS3 Compliant */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  /* IE8 */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* Safari 4 */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* Firefox 3.6 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); }

/* line 5983, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-state-default {
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
  color: #bfbfbf; }

/* line 5991, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #bfbfbf; }

/* line 5994, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-state-hover {
  background: #444;
  background: rgba(255, 255, 255, 0.05); }

/* line 5998, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #ffffff; }

/* line 6001, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
div.wijmo-wijmenu .ui-widget-header h3 {
  position: relative;
  margin-top: 1px;
  padding: 0; }

/* line 6006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu h3 a {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  padding: 8px 20px 12px; }

/* line 6017, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu h3 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none; }

/* line 6022, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-widget-header {
  border: 0; }

/* line 6025, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  padding: 0.3em 0; }

/* line 6028, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
  background: #333;
  border: 0;
  margin: 0;
  padding: 6px 0;
  width: 160px;
  -webkit-border-radius: 0 0 6px 6px;
  /* Safari 4 */
  -moz-border-radius: 0 0 6px 6px;
  /* Firefox 3.6 */
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Safari 4 */
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.6 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

/* line 6045, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
div.wijmo-wijmenu .wijmo-wijmenu-item {
  margin: 0;
  border: 0; }

/* line 6049, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu a.wijmo-wijmenu-link {
  margin: 0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0; }

/* line 6060, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  display: block;
  float: none;
  padding: 4px 15px;
  width: auto; }

/* line 6066, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
  float: none; }

/* line 6069, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919; }

/* line 6072, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom: 0;
  border-left: 0;
  border-right: 0; }

/* line 6081, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  /* Safari 4 */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  /* Firefox 3.6 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width: 100px; }

/* line 6098, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff; }

/* line 6102, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #ffffff;
  border: 0 none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* Safari 4 */
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* Firefox 3.6 */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #ffffff; }

/* line 6115, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  text-shadow: none; }

/* line 6120, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wijmo-wijmenu .ui-state-default {
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
  color: #bfbfbf;
  filter: none; }

/**
 * Font Awesome in jQuery UI
 * @author Gerits Aurelien
 *
 **/
/* line 6134, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-button-icon-primary.ui-icon[class^="icon-"]:before,
.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,
.ui-button-icon-secondary.ui-icon[class^="icon-"]:before,
.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before {
  font-size: inherit;
  margin-left: 7px !important;
  margin-left: 5px;
  display: inline;
  text-decoration: inherit;
  color: inherit; }

/* **
 * If you use "Font awesome" is disable UI icons in element
 ** */
/* line 6148, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-state-default .ui-icon[class*=" icon-"] {
  /* Reset background with font Awesome */
  background: none;
  margin-left: -12px;
  /*fix for margin issue with font awesome buttons*/ }

/* If you do not use ui-icon uncomment the lines */
/*
 .ui-button .ui-button-text{
 display: inline-block;
 padding: 0px;
 }

 .ui-button-text-icon-primary .ui-button-icon-primary{
 float:none;
 }*/
/* line 6164, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag {
  width: 16px;
  height: 11px;
  background: url(/assets/flags/flags-689c62606be79b65a6960efec27fe633df86a4462b05c1522214fd2350390a79.png) no-repeat;
  margin-top: -0.18em;
  display: inline-block; }

/* line 6171, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ad {
  background-position: -16px 0; }

/* line 6174, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ae {
  background-position: -32px 0; }

/* line 6177, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-af {
  background-position: -48px 0; }

/* line 6180, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ag {
  background-position: -64px 0; }

/* line 6183, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ai {
  background-position: -80px 0; }

/* line 6186, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-al {
  background-position: -96px 0; }

/* line 6189, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-am {
  background-position: -112px 0; }

/* line 6192, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-an {
  background-position: -128px 0; }

/* line 6195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ao {
  background-position: -144px 0; }

/* line 6198, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ar {
  background-position: -160px 0; }

/* line 6201, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-as {
  background-position: -176px 0; }

/* line 6204, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-at {
  background-position: -192px 0; }

/* line 6207, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-au {
  background-position: -208px 0; }

/* line 6210, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-aw {
  background-position: -224px 0; }

/* line 6213, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-az {
  background-position: -240px 0; }

/* line 6216, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ba {
  background-position: 0 -11px; }

/* line 6219, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bb {
  background-position: -16px -11px; }

/* line 6222, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bd {
  background-position: -32px -11px; }

/* line 6225, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-be {
  background-position: -48px -11px; }

/* line 6228, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bf {
  background-position: -64px -11px; }

/* line 6231, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bg {
  background-position: -80px -11px; }

/* line 6234, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bh {
  background-position: -96px -11px; }

/* line 6237, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bi {
  background-position: -112px -11px; }

/* line 6240, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bj {
  background-position: -128px -11px; }

/* line 6243, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bm {
  background-position: -144px -11px; }

/* line 6246, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bn {
  background-position: -160px -11px; }

/* line 6249, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bo {
  background-position: -176px -11px; }

/* line 6252, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-br {
  background-position: -192px -11px; }

/* line 6255, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bs {
  background-position: -208px -11px; }

/* line 6258, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bt {
  background-position: -224px -11px; }

/* line 6261, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bv {
  background-position: -240px -11px; }

/* line 6264, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bw {
  background-position: 0 -22px; }

/* line 6267, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-by {
  background-position: -16px -22px; }

/* line 6270, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-bz {
  background-position: -32px -22px; }

/* line 6273, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ca {
  background-position: -48px -22px; }

/* line 6276, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-catalonia {
  background-position: -64px -22px; }

/* line 6279, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cd {
  background-position: -80px -22px; }

/* line 6282, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cf {
  background-position: -96px -22px; }

/* line 6285, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cg {
  background-position: -112px -22px; }

/* line 6288, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ch {
  background-position: -128px -22px; }

/* line 6291, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ci {
  background-position: -144px -22px; }

/* line 6294, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ck {
  background-position: -160px -22px; }

/* line 6297, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cl {
  background-position: -176px -22px; }

/* line 6300, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cm {
  background-position: -192px -22px; }

/* line 6303, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cn {
  background-position: -208px -22px; }

/* line 6306, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-co {
  background-position: -224px -22px; }

/* line 6309, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cr {
  background-position: -240px -22px; }

/* line 6312, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cu {
  background-position: 0 -33px; }

/* line 6315, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cv {
  background-position: -16px -33px; }

/* line 6318, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cw {
  background-position: -32px -33px; }

/* line 6321, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cy {
  background-position: -48px -33px; }

/* line 6324, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-cz {
  background-position: -64px -33px; }

/* line 6327, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-de {
  background-position: -80px -33px; }

/* line 6330, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-dj {
  background-position: -96px -33px; }

/* line 6333, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-dk {
  background-position: -112px -33px; }

/* line 6336, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-dm {
  background-position: -128px -33px; }

/* line 6339, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-do {
  background-position: -144px -33px; }

/* line 6342, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-dz {
  background-position: -160px -33px; }

/* line 6345, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ec {
  background-position: -176px -33px; }

/* line 6348, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ee {
  background-position: -192px -33px; }

/* line 6351, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-eg {
  background-position: -208px -33px; }

/* line 6354, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-eh {
  background-position: -224px -33px; }

/* line 6357, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-england {
  background-position: -240px -33px; }

/* line 6360, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-er {
  background-position: 0 -44px; }

/* line 6363, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-es {
  background-position: -16px -44px; }

/* line 6366, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-et {
  background-position: -32px -44px; }

/* line 6369, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-eu {
  background-position: -48px -44px; }

/* line 6372, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-fi {
  background-position: -64px -44px; }

/* line 6375, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-fj {
  background-position: -80px -44px; }

/* line 6378, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-fk {
  background-position: -96px -44px; }

/* line 6381, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-fm {
  background-position: -112px -44px; }

/* line 6384, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-fo {
  background-position: -128px -44px; }

/* line 6387, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-fr {
  background-position: -144px -44px; }

/* line 6390, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ga {
  background-position: -160px -44px; }

/* line 6393, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gb {
  background-position: -176px -44px; }

/* line 6396, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gd {
  background-position: -192px -44px; }

/* line 6399, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ge {
  background-position: -208px -44px; }

/* line 6402, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gf {
  background-position: -224px -44px; }

/* line 6405, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gg {
  background-position: -240px -44px; }

/* line 6408, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gh {
  background-position: 0 -55px; }

/* line 6411, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gi {
  background-position: -16px -55px; }

/* line 6414, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gl {
  background-position: -32px -55px; }

/* line 6417, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gm {
  background-position: -48px -55px; }

/* line 6420, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gn {
  background-position: -64px -55px; }

/* line 6423, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gp {
  background-position: -80px -55px; }

/* line 6426, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gq {
  background-position: -96px -55px; }

/* line 6429, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gr {
  background-position: -112px -55px; }

/* line 6432, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gs {
  background-position: -128px -55px; }

/* line 6435, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gt {
  background-position: -144px -55px; }

/* line 6438, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gu {
  background-position: -160px -55px; }

/* line 6441, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gw {
  background-position: -176px -55px; }

/* line 6444, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-gy {
  background-position: -192px -55px; }

/* line 6447, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-hk {
  background-position: -208px -55px; }

/* line 6450, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-hm {
  background-position: -224px -55px; }

/* line 6453, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-hn {
  background-position: -240px -55px; }

/* line 6456, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-hr {
  background-position: 0 -66px; }

/* line 6459, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ht {
  background-position: -16px -66px; }

/* line 6462, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-hu {
  background-position: -32px -66px; }

/* line 6465, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ic {
  background-position: -48px -66px; }

/* line 6468, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-id {
  background-position: -64px -66px; }

/* line 6471, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ie {
  background-position: -80px -66px; }

/* line 6474, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-il {
  background-position: -96px -66px; }

/* line 6477, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-im {
  background-position: -112px -66px; }

/* line 6480, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-in {
  background-position: -128px -66px; }

/* line 6483, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-io {
  background-position: -144px -66px; }

/* line 6486, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-iq {
  background-position: -160px -66px; }

/* line 6489, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ir {
  background-position: -176px -66px; }

/* line 6492, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-is {
  background-position: -192px -66px; }

/* line 6495, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-it {
  background-position: -208px -66px; }

/* line 6498, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-je {
  background-position: -224px -66px; }

/* line 6501, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-jm {
  background-position: -240px -66px; }

/* line 6504, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-jo {
  background-position: 0 -77px; }

/* line 6507, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-jp {
  background-position: -16px -77px; }

/* line 6510, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ke {
  background-position: -32px -77px; }

/* line 6513, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kg {
  background-position: -48px -77px; }

/* line 6516, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kh {
  background-position: -64px -77px; }

/* line 6519, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ki {
  background-position: -80px -77px; }

/* line 6522, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-km {
  background-position: -96px -77px; }

/* line 6525, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kn {
  background-position: -112px -77px; }

/* line 6528, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kp {
  background-position: -128px -77px; }

/* line 6531, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kr {
  background-position: -144px -77px; }

/* line 6534, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kurdistan {
  background-position: -160px -77px; }

/* line 6537, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kw {
  background-position: -176px -77px; }

/* line 6540, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ky {
  background-position: -192px -77px; }

/* line 6543, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-kz {
  background-position: -208px -77px; }

/* line 6546, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-la {
  background-position: -224px -77px; }

/* line 6549, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lb {
  background-position: -240px -77px; }

/* line 6552, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lc {
  background-position: 0 -88px; }

/* line 6555, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-li {
  background-position: -16px -88px; }

/* line 6558, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lk {
  background-position: -32px -88px; }

/* line 6561, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lr {
  background-position: -48px -88px; }

/* line 6564, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ls {
  background-position: -64px -88px; }

/* line 6567, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lt {
  background-position: -80px -88px; }

/* line 6570, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lu {
  background-position: -96px -88px; }

/* line 6573, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-lv {
  background-position: -112px -88px; }

/* line 6576, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ly {
  background-position: -128px -88px; }

/* line 6579, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ma {
  background-position: -144px -88px; }

/* line 6582, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mc {
  background-position: -160px -88px; }

/* line 6585, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-md {
  background-position: -176px -88px; }

/* line 6588, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-me {
  background-position: -192px -88px; }

/* line 6591, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mg {
  background-position: -208px -88px; }

/* line 6594, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mh {
  background-position: -224px -88px; }

/* line 6597, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mk {
  background-position: -240px -88px; }

/* line 6600, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ml {
  background-position: 0 -99px; }

/* line 6603, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mm {
  background-position: -16px -99px; }

/* line 6606, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mn {
  background-position: -32px -99px; }

/* line 6609, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mo {
  background-position: -48px -99px; }

/* line 6612, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mp {
  background-position: -64px -99px; }

/* line 6615, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mq {
  background-position: -80px -99px; }

/* line 6618, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mr {
  background-position: -96px -99px; }

/* line 6621, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ms {
  background-position: -112px -99px; }

/* line 6624, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mt {
  background-position: -128px -99px; }

/* line 6627, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mu {
  background-position: -144px -99px; }

/* line 6630, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mv {
  background-position: -160px -99px; }

/* line 6633, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mw {
  background-position: -176px -99px; }

/* line 6636, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mx {
  background-position: -192px -99px; }

/* line 6639, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-my {
  background-position: -208px -99px; }

/* line 6642, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-mz {
  background-position: -224px -99px; }

/* line 6645, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-na {
  background-position: -240px -99px; }

/* line 6648, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-nc {
  background-position: 0 -110px; }

/* line 6651, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ne {
  background-position: -16px -110px; }

/* line 6654, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-nf {
  background-position: -32px -110px; }

/* line 6657, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ng {
  background-position: -48px -110px; }

/* line 6660, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ni {
  background-position: -64px -110px; }

/* line 6663, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-nl {
  background-position: -80px -110px; }

/* line 6666, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-no {
  background-position: -96px -110px; }

/* line 6669, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-np {
  background-position: -112px -110px; }

/* line 6672, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-nr {
  background-position: -128px -110px; }

/* line 6675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-nu {
  background-position: -144px -110px; }

/* line 6678, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-nz {
  background-position: -160px -110px; }

/* line 6681, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-om {
  background-position: -176px -110px; }

/* line 6684, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pa {
  background-position: -192px -110px; }

/* line 6687, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pe {
  background-position: -208px -110px; }

/* line 6690, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pf {
  background-position: -224px -110px; }

/* line 6693, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pg {
  background-position: -240px -110px; }

/* line 6696, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ph {
  background-position: 0 -121px; }

/* line 6699, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pk {
  background-position: -16px -121px; }

/* line 6702, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pl {
  background-position: -32px -121px; }

/* line 6705, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pm {
  background-position: -48px -121px; }

/* line 6708, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pn {
  background-position: -64px -121px; }

/* line 6711, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pr {
  background-position: -80px -121px; }

/* line 6714, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ps {
  background-position: -96px -121px; }

/* line 6717, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pt {
  background-position: -112px -121px; }

/* line 6720, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-pw {
  background-position: -128px -121px; }

/* line 6723, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-py {
  background-position: -144px -121px; }

/* line 6726, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-qa {
  background-position: -160px -121px; }

/* line 6729, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-re {
  background-position: -176px -121px; }

/* line 6732, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ro {
  background-position: -192px -121px; }

/* line 6735, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-rs {
  background-position: -208px -121px; }

/* line 6738, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ru {
  background-position: -224px -121px; }

/* line 6741, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-rw {
  background-position: -240px -121px; }

/* line 6744, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sa {
  background-position: 0 -132px; }

/* line 6747, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sb {
  background-position: -16px -132px; }

/* line 6750, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sc {
  background-position: -32px -132px; }

/* line 6753, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-scotland {
  background-position: -48px -132px; }

/* line 6756, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sd {
  background-position: -64px -132px; }

/* line 6759, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-se {
  background-position: -80px -132px; }

/* line 6762, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sg {
  background-position: -96px -132px; }

/* line 6765, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sh {
  background-position: -112px -132px; }

/* line 6768, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-si {
  background-position: -128px -132px; }

/* line 6771, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sk {
  background-position: -144px -132px; }

/* line 6774, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sl {
  background-position: -160px -132px; }

/* line 6777, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sm {
  background-position: -176px -132px; }

/* line 6780, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sn {
  background-position: -192px -132px; }

/* line 6783, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-so {
  background-position: -208px -132px; }

/* line 6786, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-somaliland {
  background-position: -224px -132px; }

/* line 6789, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sr {
  background-position: -240px -132px; }

/* line 6792, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ss {
  background-position: 0 -143px; }

/* line 6795, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-st {
  background-position: -16px -143px; }

/* line 6798, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sv {
  background-position: -32px -143px; }

/* line 6801, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sx {
  background-position: -48px -143px; }

/* line 6804, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sy {
  background-position: -64px -143px; }

/* line 6807, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-sz {
  background-position: -80px -143px; }

/* line 6810, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tc {
  background-position: -96px -143px; }

/* line 6813, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-td {
  background-position: -112px -143px; }

/* line 6816, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tf {
  background-position: -128px -143px; }

/* line 6819, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tg {
  background-position: -144px -143px; }

/* line 6822, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-th {
  background-position: -160px -143px; }

/* line 6825, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tj {
  background-position: -176px -143px; }

/* line 6828, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tk {
  background-position: -192px -143px; }

/* line 6831, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tl {
  background-position: -208px -143px; }

/* line 6834, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tm {
  background-position: -224px -143px; }

/* line 6837, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tn {
  background-position: -240px -143px; }

/* line 6840, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-to {
  background-position: 0 -154px; }

/* line 6843, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tr {
  background-position: -16px -154px; }

/* line 6846, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tt {
  background-position: -32px -154px; }

/* line 6849, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tv {
  background-position: -48px -154px; }

/* line 6852, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tw {
  background-position: -64px -154px; }

/* line 6855, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-tz {
  background-position: -80px -154px; }

/* line 6858, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ua {
  background-position: -96px -154px; }

/* line 6861, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ug {
  background-position: -112px -154px; }

/* line 6864, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-um {
  background-position: -128px -154px; }

/* line 6867, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-us {
  background-position: -144px -154px; }

/* line 6870, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-uy {
  background-position: -160px -154px; }

/* line 6873, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-uz {
  background-position: -176px -154px; }

/* line 6876, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-va {
  background-position: -192px -154px; }

/* line 6879, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-vc {
  background-position: -208px -154px; }

/* line 6882, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ve {
  background-position: -224px -154px; }

/* line 6885, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-vg {
  background-position: -240px -154px; }

/* line 6888, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-vi {
  background-position: 0 -165px; }

/* line 6891, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-vn {
  background-position: -16px -165px; }

/* line 6894, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-vu {
  background-position: -32px -165px; }

/* line 6897, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-wales {
  background-position: -48px -165px; }

/* line 6900, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-wf {
  background-position: -64px -165px; }

/* line 6903, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ws {
  background-position: -80px -165px; }

/* line 6906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-ye {
  background-position: -96px -165px; }

/* line 6909, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-yt {
  background-position: -112px -165px; }

/* line 6912, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-za {
  background-position: -128px -165px; }

/* line 6915, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-zanzibar {
  background-position: -144px -165px; }

/* line 6918, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-zm {
  background-position: -160px -165px; }

/* line 6921, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag.flag-zw {
  background-position: -176px -165px; }

/* flag with span */
/* line 6925, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.flag + span {
  text-transform: capitalize;
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-top: -3px; }

@media (min-width: 768px) and (max-width: 979px) {
  /* line 6936, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .flag + span {
    max-width: 30px !important; } }
/* line 6940, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-auto {
  cursor: auto; }

/* line 6943, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-default {
  cursor: default; }

/* line 6946, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-none {
  cursor: none; }

/* line 6949, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-context-menu {
  cursor: context-menu; }

/* line 6952, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-help {
  cursor: help; }

/* line 6955, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-pointer {
  cursor: pointer; }

/* line 6958, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-progress {
  cursor: progress; }

/* line 6961, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-wait {
  cursor: wait; }

/* line 6964, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-cell {
  cursor: cell; }

/* line 6967, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-crosshair {
  cursor: crosshair; }

/* line 6970, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-text {
  cursor: text; }

/* line 6973, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-vertical-text {
  cursor: vertical-text; }

/* line 6976, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-alias {
  cursor: alias; }

/* line 6979, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-copy {
  cursor: copy; }

/* line 6982, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-move {
  cursor: move; }

/* line 6985, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-no-drop {
  cursor: no-drop; }

/* line 6988, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-not-allowed {
  cursor: not-allowed; }

/* line 6991, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-all-scroll {
  cursor: all-scroll; }

/* line 6994, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-col-resize {
  cursor: col-resize; }

/* line 6997, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-row-resize {
  cursor: row-resize; }

/* line 7000, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-n-resize {
  cursor: n-resize; }

/* line 7003, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-e-resize {
  cursor: e-resize; }

/* line 7006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-s-resize {
  cursor: s-resize; }

/* line 7009, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-w-resize {
  cursor: w-resize; }

/* line 7012, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-ns-resize {
  cursor: ns-resize; }

/* line 7015, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-ew-resize {
  cursor: ew-resize; }

/* line 7018, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-ne-resize {
  cursor: ne-resize; }

/* line 7021, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-nw-resize {
  cursor: nw-resize; }

/* line 7024, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-se-resize {
  cursor: se-resize; }

/* line 7027, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-sw-resize {
  cursor: sw-resize; }

/* line 7030, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-nesw-resize {
  cursor: nesw-resize; }

/* line 7033, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-nwse-resize {
  cursor: nwse-resize; }

/* line 7036, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-webkit-full-screen {
  /* properties */ }

/* line 7039, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-webkit-full-screen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949; }

/* line 7053, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-moz-full-screen {
  /* properties */ }

/* line 7056, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-moz-full-screen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949; }

/* line 7070, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-ms-fullscreen {
  /* properties */ }

/* line 7073, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-ms-fullscreen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949; }

/* line 7087, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:full-screen {
  /*pre-spec */
  /* properties */ }

/* line 7091, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:full-screen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949; }

/* line 7105, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:fullscreen {
  /* spec */
  /* properties */ }

/* line 7109, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:fullscreen #fullscreen > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949; }

/* deeper elements */
/* line 7124, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
:-webkit-full-screen video {
  width: 100%;
  height: 100%; }

/* styling the backdrop*/
/* line 7129, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
::backdrop {
  /* properties */ }

/* line 7132, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
::-ms-backdrop {
  /* properties */ }

/*
 * JQUI STUFF
 */
/*	Overlay	 */
/* line 7139, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-overlay {
  background-image: none;
  background: #AAA;
  height: 100%;
  z-index: 949 !important;
  position: fixed;
  top: 0px;
  left: 0px; }

/* Slider */
/* line 7149, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slider {
  margin-top: 0px;
  margin-bottom: 30px; }

/* line 7153, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slider.slider-vertical {
  margin-bottom: 0px;
  margin-right: 5px; }

/* menu */
/* line 7158, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu {
  width: 155px;
  padding: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1; }

/* line 7168, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-state-disabled {
  margin: .4em 0 .2em !important;
  background: none !important;
  color: #999 !important;
  font-weight: normal !important;
  cursor: default; }

/* line 7175, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-icon-carat-1-e:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline; }

/* line 7181, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-menu .ui-menu-item a .ui-menu-icon {
  width: auto;
  height: auto;
  top: 0px;
  left: auto;
  right: auto;
  bottom: auto;
  text-indent: 0px; }

/* tabs */
/* line 7191, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-bottom: 1px solid #dddddd;
  color: #838383; }

/* line 7199, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li {
  margin-right: 3px; }

/* line 7202, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  font-weight: bold;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  -webkit-box-shadow: 0 -2px 0 #57889c;
  -moz-box-shadow: 0 -2px 0 #57889c;
  box-shadow: 0 -2px 0 #57889c; }

/* line 7210, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-panel {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 10px 13px;
  border-top: none; }

/* line 7216, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tabs .ui-tabs-nav {
  margin-bottom: 0; }

/* accordions */
/* line 7220, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-content {
  padding: 0; }

/* line 7223, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header {
  background-color: #fbfbfb;
  font-size: 15px;
  padding: 10px 15px 10px 36px !important; }

/* line 7228, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

/* line 7234, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-content {
  padding: 15px; }

/* line 7237, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion-header-active + .ui-accordion-content {
  border-top: 1px solid #dddddd; }

/* line 7240, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header {
  margin-top: -2px; }

/* line 7243, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion .ui-accordion-header,
.ui-accordion-content {
  border-color: #dddddd !important; }

/* line 7247, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-accordion-header-icon {
  text-indent: 0px !important;
  background-image: none !important;
  text-align: center;
  line-height: normal;
  left: 12px !important;
  margin-top: -6px !important;
  font-size: 14px !important; }

/*
	 * Calendar
	 */
/* line 7259, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  text-align: center;
  margin-top: 2px; }

/* line 7264, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
  text-indent: 0px !important; }

/* line 7268, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none !important; }

/*
 * JS SLIDER
 * Copied from: js/plugin/noUiSlider/jquery.nouislider.css
 */
/*	General CSS resets;
 *		The target itself is not affected, allowing
 *		the remainder of the document to use an
 *		alternate box-sizing model;
 *		Support for box-sizing is wide spread:
 *		http://caniuse.com/#search=box-sizing
 */
/* line 7283, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-target * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default; }

/*	Main slider bar;
 *		Standard styles no longer incorrectly force a
 *		width or height on the slider.
 */
/* line 7298, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-base {
  width: 100%;
  height: 14px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #bfbfbf;
  z-index: 1; }

/* line 7307, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-origin-lower {
  background: #72a8d7; }

/*	Handles + active state;
 *		The :after pseudo-element wont inherit
 *		box-sizing, so it needs to applied manually.
 */
/* line 7314, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-handle {
  background: #858585;
  height: 30px;
  width: 16px;
  border: 1px solid #ffffff;
  margin: -8px 0 0 -8px;
  cursor: default; }

/* line 7322, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-handle:hover {
  background: #6c6c6c; }

/* line 7325, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-active {
  cursor: default;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
  background: #686868;
  height: 32px;
  width: 18px;
  margin: -9px 0 0 -8px;
  border: none; }

/* line 7334, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-active:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #dddddd; }

/*	Styling-only classes;
 *		Structured to prevent double declarations
 *		for various states of the slider.
 */
/* line 7347, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-connect {
  background: #3276b1; }

/* line 7350, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-background {
  background: #eeeeee;
  border: none; }

/*	Functional styles for handle positioning;
 *		Note that the origins have z-index 0, the base has
 *		z-index 1; This fixes a bug where borders become invisible.
 */
/* line 7358, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

/* line 7365, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-origin-upper {
  background: inherit !important; }

/* line 7368, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-z-index {
  z-index: 10; }

/*	Adaptations for the vertical slider;
 *		Some standard styles have been extended to keep
 *		exceptions for the vertical slider as minimal as possible.
 */
/* line 7375, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-vertical {
  width: 10px;
  height: 100%; }

/* line 7379, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0; }

/* line 7383, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-vertical .noUi-handle {
  margin: -8px 0 0 -3px; }

/*	Various alternate slider states;
 *		Support for transition is widely available,
 *		Only IE7, IE8 and IE9 will ignore these rules.
 *		Since this is merely a progressive enhancement,
 *		this is no problem at all.
 *		http://caniuse.com/#search=transition
 */
/* line 7393, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-target[disabled] .noUi-base {
  background: #999999; }

/* line 7396, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-target[disabled] .noUi-connect {
  background: #BBB; }

/* line 7399, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

/*
 * JQUI SPINNERS
 */
/* line 7406, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input {
  margin: 0 !important;
  height: 30px;
  padding: 6px 24px 6px 12px; }

/* line 7411, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input.spinner-left {
  padding: 6px 12px 6px 24px; }

/* line 7414, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner {
  width: 100%; }

/* line 7417, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input.spinner-left + .ui-spinner-button,
.ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
  right: auto;
  left: 0px; }

/* line 7422, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-up,
.ui-spinner-down {
  background: #739e73;
  border-radius: 0px; }

/* line 7427, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-up:hover,
.ui-spinner-up:active,
.ui-spinner-up:focus {
  background: #5b835b; }

/* line 7432, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-down:hover,
.ui-spinner-down:active,
.ui-spinner-down:focus {
  background: #77021d; }

/* line 7437, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-down {
  background: #c2032f; }

/* line 7440, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-up:before,
.ui-spinner-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  color: #ffffff;
  font-size: 14px;
  margin-top: 1px; }

/* line 7454, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-down:before {
  content: "\f068"; }

/* line 7457, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-up > :first-child,
.ui-spinner-down > :first-child {
  display: none; }

/* line 7461, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-button {
  width: 19px; }

/* spinner both */
/* line 7465, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input.spinner-both {
  padding: 6px 30px; }

/* line 7468, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  left: 0px;
  right: auto; }

/* line 7472, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input.spinner-both + .ui-spinner-button,
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  height: 30px;
  width: 25px; }

/* line 7477, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-spinner-input.spinner-both + .ui-spinner-up:before,
.ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
  margin-top: 8px; }

/*
 * JQUI ADJUSTMENT
 */
/* line 7484, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2); }

/* line 7490, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.widget-header > :first-child {
  margin: 13px 0; }

/* line 7493, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-widget-overlay {
  z-index: 999; }

/* line 7496, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px;
  background: #ffffff;
  border-bottom-color: #eeeeee; }

/* line 7501, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-title {
  margin: 0; }

/* line 7504, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -16px;
  margin-right: 4px; }

/* line 7508, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px; }

/* line 7518, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 .4em 0 0; }

/* line 7521, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 13px;
  padding: 19px 15px 20px;
  text-align: right;
  border-top: 1px solid #eeeeee; }

/* line 7527, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-autocomplete {
  z-index: 905 !important; }

/*
 * CSS TABLES
 */
/* line 7533, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.the-price {
  background-color: rgba(220, 220, 220, 0.17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0; }

/* line 7539, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0; }

/* line 7544, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.subscript {
  font-size: 21px;
  color: #999; }

/*
 * RIBBON
 */
/* line 7551, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ribbon {
  position: absolute;
  right: 9px;
  top: -4px; }

/*
 * Price BIG
 */
/* line 7559, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big {
  border: none !important; }

/* line 7562, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-heading {
  border-radius: 5px 5px 0 0; }

/* line 7565, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-title {
  text-transform: capitalize;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-weight: bold; }

/* line 7574, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .the-price {
  padding: 20px 0;
  background: #333;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  box-shadow: none !important;
  -moz-box-shadow: none !important; }

/* line 7584, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .subscript {
  font-size: 18px;
  color: #999;
  margin-left: 5px; }

/* line 7589, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.price-features {
  background: #FAFAFA;
  padding: 20px 15px;
  min-height: 230px;
  font-size: 13.5px; }

/* line 7595, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.price-features li + li {
  margin-top: 10px; }

/* line 7598, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-footer {
  border-radius: 0 0 5px 5px; }

/* line 7601, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-footer .btn {
  padding: 15px 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px; }

/* line 7607, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-footer .btn span {
  font-weight: normal;
  font-style: italic; }

/* line 7611, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-footer {
  background-color: #F2F2F2 !important; }

/* line 7614, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big .panel-footer > div {
  padding: 15px 0 10px;
  display: block;
  font-size: 13px; }

/* line 7619, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pricing-big table {
  background: #FAFAFA;
  padding: 20px 15px;
  height: 230px;
  text-align: left; }

/*!
 * Pace Progress Bar 2.0.1
 * https://github.com/HubSpot/pace
 *
 * Released under the MIT license
 * https://github.com/HubSpot/pace/blob/master/LICENSE
 */
/* line 7632, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 7639, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pace-inactive {
  display: none; }

/* line 7642, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pace .pace-progress {
  background: #3276b1;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

/* line 7655, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* line 7669, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 63px;
  right: 40px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

/* line 7687, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-rtl .pace .pace-activity {
  left: 40px;
  right: auto; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 7739, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container *,
#chat-container *:after,
#chat-container *:before {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* line 7746, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container input[type='text'] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 7751, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container {
  position: absolute;
  width: 250px;
  height: 270px;
  z-index: 2;
  border-left: 1px solid #CDCECF;
  right: -251px;
  top: 0px;
  background: #fff;
  transition-duration: .25s;
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -ms-transition-duration: .25s; }

/* line 7766, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container:hover,
#chat-container:hover .chat-list-open-close {
  border-color: #A7A7A7; }

/* line 7770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container.open {
  right: 0px;
  top: 0px; }

/* line 7774, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container .chat-list-open-close {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #CDCECF;
  border-right: 1px solid #f2f4f8 !important;
  position: absolute;
  left: -32px;
  top: 7%;
  border-radius: 50% 0 0 50%;
  background: #FFF;
  padding: 3px 1px 3px 5px;
  font-size: 21px;
  line-height: 22px;
  cursor: pointer;
  color: #868686;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.05);
  background: #f2f4f8;
  text-align: center; }

/* line 7795, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container .chat-list-open-close b {
  position: absolute;
  right: 0px;
  background: #ed1c24;
  line-height: 9px;
  height: 10px;
  width: 10px;
  font-size: 0;
  top: 3px;
  border: 1px solid #FFF;
  border-radius: 3px;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: normal; }

/* line 7812, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container.open .chat-list-open-close i:before {
  content: "\f00d" !important; }

/* line 7815, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container.open .chat-list-open-close b {
  display: none; }

/* line 7818, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container .chat-list-body {
  height: 217px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f2f4f8; }

/* line 7829, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users {
  list-style: none;
  margin: 10px 0;
  padding: 0; }

/* line 7834, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users li {
  margin-bottom: 3px;
  margin-left: 5px; }

/* line 7838, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users li a {
  display: block;
  font-size: 13px;
  color: #3d3d3d;
  text-decoration: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 3px 8px 3px 3px;
  line-height: 33px;
  vertical-align: middle; }

/* line 7850, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users li a:hover {
  background: #e0e4ee; }

/* line 7853, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users li a img {
  width: 33px;
  height: auto;
  margin-right: 10px; }

/* line 7858, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users li a i {
  color: #ACACAC;
  font-size: 8px;
  line-height: 34px;
  font-style: normal; }

/* line 7864, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container #chat-users li a i.last-online {
  font-size: 12px;
  letter-spacing: -1px; }

/* line 7868, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container .chat-list-footer {
  overflow: hidden;
  border-top: 1px solid #CCC;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 7876, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container .chat-list-footer input[type="text"] {
  border: 1px solid #bababa !important; }

/* line 7879, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#chat-container .control-group {
  padding: 0px; }

/* line 7882, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body {
  background: #FAFAFA;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f5fcff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.04);
  display: block;
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
  border-top: none; }

/* line 7905, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body ul {
  margin: 0;
  padding: 0; }

/* line 7909, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message {
  display: block;
  position: relative;
  margin: 20px 20px 0; }

/* line 7914, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li:first-child {
  margin-top: 10px; }

/* line 7917, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message img {
  display: inline-block;
  border-left: 4px solid #fff;
  position: absolute; }

/* line 7922, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message img.online {
  border-left-color: #00a300; }

/* line 7925, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message img.offline {
  border-left-color: #ddd; }

/* line 7928, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message img.busy {
  border-left-color: #A90329; }

/* line 7931, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message img.away {
  border-left-color: #ffc40d; }

/* line 7934, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  margin-left: 65px;
  line-height: normal; }

/* line 7944, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text time {
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 10px;
  line-height: 10px;
  color: #AFAFAF; }

/* line 7952, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text .chat-file:nth-child(3) {
  margin-top: 15px; }

/* line 7955, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text .chat-file {
  display: block;
  margin: 3px 0;
  padding: 4px;
  border: 1px dotted #ddd;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 7969, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text .chat-file.row-fluid [class*="span"] {
  min-height: 10px !important; }

/* line 7972, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text .chat-file b {
  font-style: italic;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

/* line 7980, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-body li.message .message-text a.username {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  vertical-align: top;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: -1px;
  text-decoration: none !important; }

/* message reply */
/* line 7991, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-message {
  background: none !important;
  height: auto !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  overflow: hidden; }

/* line 7999, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-message li.message.message-reply {
  margin-left: 85px !important;
  background: #F7F7F7;
  padding: 10px;
  margin: 3px 0 0 20px; }

/* line 8005, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-message li.message.message-reply img {
  width: 35px !important; }

/* line 8008, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-message li.message.message-reply .message-text {
  margin-left: 45px !important; }

/* line 8011, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-message .wall-comment-reply {
  margin-left: 85px;
  margin-bottom: 20px; }

/* line 8015, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chat-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
  padding: 0 10px 15px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 8024, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.textarea-div {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-bottom: none;
  margin: 10px 0 0; }

/* line 8030, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.typearea {
  cursor: text;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90px;
  padding: 5px 25px 5px 5px;
  position: relative;
  border-bottom: 1px solid #EEE; }

/* line 8039, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.typearea textarea {
  width: 100%;
  border-color: transparent !important;
  box-sizing: border-box;
  box-shadow: none;
  -moz-box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  outline: none;
  resize: none;
  min-height: 61px; }

/* line 8058, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
textarea.clone {
  position: absolute;
  visibility: hidden; }

/* line 8062, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.textarea-controls {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  display: block;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-top: none;
  height: 43px;
  line-height: 33px;
  overflow: hidden; }

/* line 8075, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.textarea-controls > label {
  margin: 3px 10px 0 10px; }

/* line 8078, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.textarea-controls .smart-form .checkbox {
  padding-left: 22px !important; }

@media (min-width: 768px) and (max-width: 880px) {
  /* line 8082, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .chat-body li.message .message-text .chat-file b {
    width: 150px; } }
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* line 8087, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .chat-body li.message .message-text .chat-file b {
    width: 150px; } }
@media (max-width: 480px) {
  /* line 8092, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .chat-body li.message .message-text .chat-file b {
    width: 150px; } }
/*
	 * SMART FORMS
	 */
/* line 8099, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form *,
.smart-form *:after,
.smart-form *:before {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box; }

/* line 8107, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 8111, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio + .radio,
.smart-form .checkbox + .checkbox {
  margin-top: 0; }

/* line 8115, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
  cursor: pointer; }

/* line 8123, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form legend {
  padding-top: 15px; }

/* line 8126, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form {
  margin: 0;
  outline: none;
  color: #666;
  position: relative; }

/* line 8132, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form header {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: white;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 10px 14px 0; }

/* line 8142, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form fieldset {
  display: block;
  padding: 25px 14px 5px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative; }

/* line 8149, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 8152, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form section {
  margin-bottom: 15px;
  position: relative; }

/* line 8156, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9); }

/* line 8162, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form footer:after {
  content: '';
  display: table;
  clear: both; }

/* line 8167, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  text-align: left;
  white-space: normal; }

/* line 8177, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .label.col {
  margin: 0;
  padding-top: 7px; }

/* line 8181, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .note,
.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999; }

/* line 8189, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.note {
  margin-top: 2px;
  font-size: 10px; }

/* line 8193, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .note a {
  font-size: 13px; }

/* line 8196, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input,
.smart-form .select,
.smart-form .textarea,
.smart-form .radio,
.smart-form .checkbox,
.smart-form .toggle,
.smart-form .button {
  position: relative;
  display: block;
  font-weight: 400; }

/* line 8207, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none; }

/*
		 * File inputs
		 */
/* line 8231, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 22px;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 22px; }

/* line 8242, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input-file .button:hover {
  box-shadow: none; }

/* line 8245, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0; }

/*
		 * Selects
		 */
/* line 8257, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .select i {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 5px;
  height: 11px;
  background: white;
  box-shadow: 0 0 0 9px white; }

/* line 8266, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .select i:after,
.smart-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 8274, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040; }

/* line 8278, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040; }

/* line 8282, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .select-multiple select {
  height: auto; }

/*
		 * Text areas
		 */
/* line 8288, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .textarea textarea {
  height: auto;
  resize: none; }

/* line 8292, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .textarea-resizable textarea {
  resize: vertical; }

/* line 8295, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .textarea-expandable textarea {
  height: 31px; }

/* line 8298, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .textarea-expandable textarea:focus {
  height: auto; }

/*
		 * Radio and checkboxes
		 */
/* line 8304, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio,
.smart-form .checkbox {
  margin-bottom: 4px;
  padding-left: 25px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px; }

/* line 8313, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio:last-child,
.smart-form .checkbox:last-child {
  margin-bottom: 0; }

/* line 8317, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio input,
.smart-form .checkbox input {
  position: absolute;
  left: -9999px; }

/* line 8322, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio i,
.smart-form .checkbox i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  background: #FFF; }

/* line 8335, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio i {
  border-radius: 50%; }

/* line 8338, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio input + i:after,
.smart-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

/* line 8348, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%; }

/* line 8356, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: normal 16px/19px FontAwesome;
  text-align: center; }

/* line 8365, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input:checked:hover + i:after {
  content: '\f00d'; }

/* line 8368, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input:checked:disabled:hover + i:after {
  content: '\f00c'; }

/* line 8371, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio input:checked + i:after,
.smart-form .checkbox input:checked + i:after {
  opacity: 1; }

/* line 8375, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .inline-group {
  margin: 0 -15px -4px 0; }

/* line 8378, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .inline-group:after {
  content: '';
  display: table;
  clear: both; }

/* line 8383, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .inline-group .radio,
.smart-form .inline-group .checkbox {
  float: left;
  margin-right: 30px; }

/* line 8388, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .inline-group .radio:last-child,
.smart-form .inline-group .checkbox:last-child {
  margin-bottom: 4px; }

/*
		 * toggles
		 */
/* line 8395, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 25px;
  color: #404040;
  cursor: pointer; }

/* line 8403, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle:last-child {
  margin-bottom: 0; }

/* line 8406, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle input {
  position: absolute;
  left: -9999px; }

/* line 8410, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  background: #fff; }

/* line 8423, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle i:after {
  content: attr(data-swchoff-text);
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f; }

/* line 8436, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s; }

/* line 8453, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle input:checked + i:after {
  content: attr(data-swchon-text);
  text-align: right; }

/* line 8457, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle input:checked + i:before {
  right: 36px; }

/*
		 * ratings
		 */
/* line 8463, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 25px;
  color: #404040; }

/* line 8469, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating:last-child {
  margin-bottom: 0; }

/* line 8472, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating input {
  position: absolute;
  left: -9999px; }

/* line 8476, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer; }

/*
		 * buttons
		 */
/* line 8489, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .button {
  float: right;
  height: 31px;
  overflow: hidden;
  margin: 10px 0 0 5px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/31px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer; }

/* line 8502, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .icon-append,
.smart-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center; }

/* line 8512, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid; }

/* line 8518, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid; }

/* line 8524, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input .icon-prepend + input,
.smart-form .textarea .icon-prepend + textarea {
  padding-left: 37px; }

/* line 8528, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input .icon-append + input,
.smart-form .textarea .icon-append + textarea {
  padding-right: 37px; }

/* line 8532, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input .icon-prepend + .icon-append + input,
.smart-form .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 37px; }

/*
		 * grid
		 */
/* line 8539, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .row {
  margin: 0 -15px; }

/* line 8542, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .row:after {
  content: '';
  display: table;
  clear: both; }

/* line 8547, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 8555, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-1 {
  width: 8.33%; }

/* line 8558, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-2 {
  width: 16.66%; }

/* line 8561, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-3 {
  width: 25%; }

/* line 8564, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-4 {
  width: 33.33%; }

/* line 8567, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-5 {
  width: 41.66%; }

/* line 8570, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-6 {
  width: 50%; }

/* line 8573, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-8 {
  width: 66.67%; }

/* line 8576, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-9 {
  width: 75%; }

/* line 8579, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .col-10 {
  width: 83.33%; }

@media screen and (max-width: 600px) {
  /* line 8583, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .smart-form .col {
    float: none;
    width: 100%; } }
/*
		 * tooltips
		 */
/* line 8591, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .select select {
  padding: 5px; }

/* line 8594, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip {
  position: absolute;
  z-index: 99999;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s; }

/* line 8611, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip:after {
  content: '';
  position: absolute; }

/* line 8615, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip,
.smart-form .textarea textarea:focus + .tooltip {
  opacity: 1; }

/* line 8619, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px; }

/* line 8623, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-top-right:after {
  top: 100%;
  right: 11px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 8630, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip-top-right,
.smart-form .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px; }

/* line 8636, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px; }

/* line 8640, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-top-left:after {
  top: 100%;
  left: 11px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 8647, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip-top-left,
.smart-form .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px; }

/* line 8653, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-right {
  top: 4px;
  white-space: nowrap;
  margin-left: 15px; }

/* line 8658, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid transparent; }

/* line 8665, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip-right,
.smart-form .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px; }

/* line 8670, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-left {
  top: 4px;
  white-space: nowrap;
  margin-right: 15px; }

/* line 8675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0, 0, 0, 0.9); }

/* line 8682, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip-left,
.smart-form .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px; }

/* line 8688, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px; }

/* line 8692, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent; }

/* line 8699, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip-bottom-right,
.smart-form .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px; }

/* line 8705, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px; }

/* line 8709, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent; }

/* line 8716, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus + .tooltip-bottom-left,
.smart-form .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px; }

/*
		 * normal state
		 */
/* line 8725, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .radio i,
.smart-form .checkbox i,
.smart-form .toggle i,
.smart-form .icon-append,
.smart-form .icon-prepend {
  border-color: #BDBDBD;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s; }

/* line 8740, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle i:before {
  background-color: #3276B1; }

/* line 8743, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s; }

/* line 8751, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .button {
  background-color: #3276B1;
  opacity: 0.8;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s; }

/* line 8760, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .button.button-secondary {
  background-color: #b3b3b3; }

/* line 8763, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .icon-append,
.smart-form .icon-prepend {
  color: #A2A2A2; }

/*
		 * hover state
		 */
/* line 8770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
  border-color: #5D98CC; }

/* line 8778, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
  color: #3276B1; }

/* line 8782, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .button:hover {
  opacity: 1; }

/* line 8785, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

/*
		 * radio/toggle/checkbox active state
		 */
/* line 8794, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio:active i,
.smart-form .checkbox:active i,
.smart-form .toggle:active i {
  background: #F0F0F0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

/*
		 * focus state
		 */
/* line 8804, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input input:focus,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .radio input:focus + i,
.smart-form .checkbox input:focus + i,
.smart-form .toggle input:focus + i {
  border-color: #3276B1; }

/*
		 * checked state
		 */
/* line 8815, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio input + i:after {
  background-color: #3276B1; }

/* line 8818, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input + i:after {
  color: #3276B1; }

/* line 8821, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .radio input:checked + i,
.smart-form .checkbox input:checked + i,
.smart-form .toggle input:checked + i {
  border-color: #3276B1; }

/* line 8826, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating input:checked ~ label {
  color: #3276B1; }

/*
		 * error state
		 */
/* line 8832, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .radio.state-error i,
.smart-form .checkbox.state-error i,
.smart-form .toggle.state-error i {
  background: #fff0f0;
  border-color: #A90329; }

/* line 8841, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle.state-error input:checked + i {
  background: #fff0f0; }

/* line 8844, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #D56161; }

/* line 8853, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px; }

/* line 8857, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-error select + i {
  background: #FFF0F0;
  box-shadow: 0 0 0 9px #FFF0F0; }

/* line 8861, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.state-error .icon-append,
.state-error .icon-prepend {
  color: #ed1c24; }

/*
		 * success state
		 */
/* line 8868, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .radio.state-success i,
.smart-form .checkbox.state-success i,
.smart-form .toggle.state-success i {
  background: #f0fff0;
  border-color: #7DC27D; }

/* line 8877, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle.state-success input:checked + i {
  background: #f0fff0; }

/* line 8880, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .note-success {
  color: #6fb679; }

/* line 8883, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-success select + i {
  background: honeyDew;
  box-shadow: 0 0 0 9px honeyDew; }

/*
		 * disable state
		 */
/* line 8890, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input.state-disabled input,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .radio.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .toggle.state-disabled,
.smart-form .button.state-disabled {
  cursor: default !important;
  opacity: 0.6 !important; }

/* line 8900, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .input.state-disabled:hover input,
.smart-form .select.state-disabled:hover select,
.smart-form .textarea.state-disabled:hover textarea,
.smart-form .radio.state-disabled:hover i,
.smart-form .checkbox.state-disabled:hover i,
.smart-form .toggle.state-disabled:hover i {
  border-color: #e5e5e5 !important; }

/* line 8908, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.toggle input:checked + i,
.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.radio input + i:after {
  border-color: #e5e5e5 !important;
  color: #333 !important; }

/* line 8916, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .state-disabled.radio input + i:after {
  background-color: #333; }

/*
		 * submit state
		 */
/* line 8922, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .message {
  display: none;
  color: #6fb679; }

/* line 8926, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px; }

/* line 8936, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form.submited fieldset,
.smart-form.submited footer {
  display: none; }

/* line 8940, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center; }

/*
		 * JQUERY UI UPDATE
		 */
/* line 8950, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .ui-widget-content .ui-spinner-input {
  margin: 0px;
  border: 0px;
  box-shadow: none !important;
  height: 29px; }

/*
		 * date picker

		.ui-datepicker {
			display: none;
			padding: 10px 12px;
			background: #fff;
			box-shadow: 0 0 10px rgba(0,0,0,.3);
			font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
			text-align: center;
			color: #666;
		}
		.ui-datepicker a {
			color: #404040;
		}
		.ui-datepicker-header {
			position: relative;
			margin: -10px -12px 10px;
			padding: 10px;
			border-bottom: 1px solid rgba(0,0,0,.1);
			font-size: 15px;
			line-height: 27px;
		}
		.ui-datepicker-prev, .ui-datepicker-next {
			position: absolute;
			top: 0;
			display: block;
			width: 47px;
			height: 47px;
			font-size: 15px;
			line-height: 47px;
			text-decoration: none;
			cursor: pointer;
		}
		.ui-datepicker-prev {
			left: 0;
		}
		.ui-datepicker-next {
			right: 0;
		}
		.ui-datepicker-calendar {
			border-collapse: collapse;
			font-size: 13px;
			line-height: 27px;
		}
		.ui-datepicker-calendar th {
			color: #999;
		}
		.ui-datepicker-calendar a, .ui-datepicker-calendar span {
			display: block;
			width: 31px;
			margin: auto;
			text-decoration: none;
			color: #404040;
			text-align:center;
		}
		.ui-datepicker-unselectable.ui-state-disabled {

		}
		.ui-datepicker-unselectable.ui-state-disabled > span {
			color:#bfbfbf;
			background-color: #FAFCFD;
		}

		.ui-datepicker-calendar a:hover {
			background: #3276B1;
			color:#fff;
		}
		.ui-datepicker-calendar span {

		}
		.ui-datepicker-today a {
			font-weight: 700;
		}
		.ui-datepicker-calendar .ui-state-active {
			background: rgba(0,0,0,.05);
			cursor: default;
		}
		.ui-datepicker-inline {
			border: 2px solid #e5e5e5;
			background: #fff;
			box-shadow: none;
		}
		.ui-datepicker-inline .ui-datepicker-calendar {
			width: 100%;
		} */
/*
		 * model
		 */
/* line 9045, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px; }

/* line 9051, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

/*
		 * Time picker
		 */
/* line 9063, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

/* line 9066, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-div dl {
  text-align: left; }

/* line 9069, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

/* line 9074, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-div dl dd {
  margin: 17px 10px 12px 40%; }

/* line 9077, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-div td {
  font-size: 90%; }

/* line 9080, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

/* line 9086, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-rtl {
  direction: rtl; }

/* line 9089, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

/* line 9093, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

/* line 9097, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

/*
		 * Large, small and extra small fields
		 */
/* line 9103, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form input.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33; }

/* line 9109, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form input.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 9115, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form input.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5; }

/* SELECT */
/* line 9122, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form select.input-sm {
  height: 30px;
  line-height: 15px;
  font-size: 12px; }

/* line 9127, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form select.input-sm + i {
  height: 10px; }

/* line 9130, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form select.input-lg {
  height: 44px;
  line-height: 22px;
  font-size: 17px; }

/* line 9135, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form select.input-lg + i {
  height: 11px;
  top: 17px; }

/* aep fix for aspnet mvc
		   from abelepereira  */
/* line 9141, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input + input[type=hidden] + i:after {
  content: '\f00c';
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: normal 16px/19px FontAwesome;
  text-align: center; }

/* line 9150, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input:checked:hover + input[type=hidden] + i:after {
  content: '\f00d'; }

/* line 9153, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input:checked:disabled:hover + input[type=hidden] + i:after {
  content: '\f00c'; }

/* line 9156, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .checkbox input:checked + input[type=hidden] + i:after {
  opacity: 1; }

/* toogle fix */
/* line 9160, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle input:checked + input[type=hidden] + i:after {
  content: attr(data-swchon-text);
  text-align: right; }

/* line 9164, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form .toggle input:checked + input[type=hidden] + i:before {
  right: 36px; }

/* end of fix */
/*
 * Error Page
 */
/* line 9171, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.error-box {
  max-width: 900px;
  margin: 0 auto; }

/* line 9175, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.error-text {
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -4px;
  font-size: 700%;
  margin-bottom: 30px;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #bfbfbf, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

/* line 9183, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.error-search {
  width: 300px;
  margin: 0 auto 20px; }

/* line 9187, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.error-icon-shadow {
  text-shadow: 0 1px 0 #803838, 0 2px 0 #a85d5d, 0 3px 0 #b86565, 0 4px 0 #d86f6f, 0 5px 0 #b3a5a5, 0 6px 1px rgba(131, 51, 51, 0.1), 0 0 5px rgba(102, 30, 30, 0.1), 0 1px 3px rgba(95, 15, 15, 0.3), 0 3px 5px rgba(100, 23, 23, 0.2), 0 5px 10px rgba(114, 30, 30, 0.25), 0 10px 10px rgba(94, 15, 15, 0.2), 0 20px 20px rgba(121, 38, 38, 0.15); }

/*
 * LOGIN/REGISTER/EXTR PAGE
 */
/* line 9193, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.display-image {
  margin-top: -60px;
  margin-right: 20px; }

/* line 9197, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.terms-body {
  max-height: 400px;
  overflow: auto; }

/* line 9201, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page {
  background: #ffffff;
  overflow: visible; }

/* line 9205, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page .container {
  border: none; }

/* line 9208, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page #header {
  margin: 0;
  height: 71px;
  border-bottom: 1px solid #eeeeee !important;
  overflow: hidden;
  padding: 0 30px;
  background-clip: padding-box;
  border-width: 0;
  min-height: 28px;
  background: #f4f4f4 !important;
  /*margin-bottom:20px;*/ }

/* line 9220, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page #main {
  padding-top: 20px; }

/* line 9223, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page #header #logo {
  margin-top: 22px;
  margin-left: 0px; }

/* line 9227, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page #header #logo img {
  width: 137px; }

/* line 9230, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page-header-space {
  float: right;
  text-align: right;
  display: block;
  vertical-align: middle;
  line-height: 71px; }

/* line 9237, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page-header-space > :first-child {
  font-size: 13px;
  margin-right: 14px;
  vertical-align: -3px;
  font-weight: 400; }

/* line 9243, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page-header-space .btn {
  font-weight: bold;
  text-transform: uppercase; }

/* line 9247, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page-header-space > * {
  display: inline-block; }

/* line 9250, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page #main {
  background: #ffffff;
  margin: 0; }

/* line 9254, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page .hero {
  background-image: url(/assets/gradient/login-8f090a4a5cca96c68f025431ca1ce0382f0755113654114584438f789b880bb1.png);
  background-repeat: no-repeat;
  background-position: 0 137px;
  height: 360px;
  width: 100%;
  float: left; }

/* line 9262, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page h4.paragraph-header {
  color: #565656;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  margin-top: 15px;
  width: 270px; }

/* line 9270, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page h5.about-heading {
  color: #565656;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 5px; }

/* line 9277, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page .login-header-big {
  font-weight: 400; }

/* line 9280, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page .login-desc-box-l {
  min-height: 350px;
  width: 50%; }

/* line 9284, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page .login-app-icons {
  vertical-align: top;
  margin-top: 90px;
  width: 300px; }

@media (min-width: 768px) and (max-width: 880px) {
  /* line 9290, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #extr-page #header {
    padding: 0 5px !important; } }
@media only screen and (min-width: 0px) and (max-width: 679px) {
  /* line 9295, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #extr-page #header {
    padding: 0 5px !important; }

  /* line 9298, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #extr-page #header #logo img {
    width: 135px; }

  /* line 9301, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #extr-page #header #logo {
    margin-top: 22px; } }
/*
 * NESTABLES
 */
/* line 9308, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

/* line 9318, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 9325, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-list .dd-list {
  padding-left: 30px; }

/* line 9328, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-collapsed .dd-list {
  display: none; }

/* line 9331, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

/* line 9342, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-handle {
  display: block;
  font-size: 15px;
  margin: 5px 0;
  padding: 7px 15px;
  color: #333333;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  background: #fbfbfb; }

/* line 9352, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-handle:hover {
  color: #2ea8e5;
  background: #ffffff; }

/* line 9356, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-item > button {
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 7px 10px;
  line-height: 22px !important;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: rgba(0, 0, 0, 0);
  text-align: center; }

/* line 9372, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-item > button {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px; }

/* line 9382, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-item > button:before {
  content: '\f055';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #0091d9; }

/* line 9391, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '\f056';
  color: #a90329; }

/* line 9395, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 9405, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

/* line 9415, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

/* line 9420, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

/* line 9423, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/**
 * Nestable Extras
 */
/* line 9430, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf; }

/* line 9439, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px; }

/* line 9443, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#nestable-output,
#nestable2-output {
  width: 100%;
  padding: 5px; }

@media only screen and (min-width: 700px) {
  /* line 9449, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dd {
    float: left;
    width: 100%; }

  /* line 9453, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dd + .dd {
    margin-left: 2%; } }
/* line 9457, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-hover > .dd-handle {
  background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */
/* line 9463, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 6px 10px 8px 40px;
  font-size: 15px;
  color: #333333;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  background: #fbfbfb; }

/* line 9473, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd3-content:hover {
  color: #2ea8e5;
  background: #ffffff; }

/* line 9477, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0; }

/* line 9480, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd3-item > button {
  margin-left: 38px; }

/* line 9483, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: move;
  width: 30px;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #bfbfbf;
  background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  padding: 8px 15px; }

/* line 9509, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd3-handle:before {
  content: '\f0c9';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #818181;
  font-weight: normal;
  line-height: 28px; }

/* line 9522, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd3-handle:hover:before {
  color: #C27616; }

/* line 9525, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-handle:hover + .dd-list .dd-handle,
.dd-handle:hover {
  background: #FDDFB3 !important;
  border: 1px solid #FAA937;
  color: #333 !important; }

/* line 9531, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-handle > span {
  font-size: 13px;
  color: #777; }

/* line 9535, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-dragel > .dd-item > .dd-handle {
  border-left-width: 4px; }

/* line 9538, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dd-dragel > li.dd-item.dd3-item {
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 999; }

/*
 * FULL CALENDAR
 */
/* line 9547, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#calendar-container {
  position: relative; }

/* line 9550, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
html .fc,
.fc table {
  font-size: 12px; }

/* line 9554, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dt-header.calender-spacer {
  height: 46px;
  display: block; }

/* line 9558, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget #calendar {
  margin-top: -18px; }

/* line 9561, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fc-widget-header,
.fc-widget-content {
  border-right: none; }

/* line 9565, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget th:first-child,
.jarviswidget td:first-child {
  border-left: none; }

/* line 9569, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget th:last-child,
.jarviswidget td:last-child {
  border-right: none; }

/* line 9573, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget tbody tr:last-child td {
  border-bottom: none; }

/* line 9576, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget .fc-toolbar .fc-left {
  float: none; }

/* line 9579, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget .fc-toolbar {
  margin-bottom: 0; }

/* line 9582, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget .fc-toolbar h2 {
  text-shadow: 0 1px 0 #ffffff;
  margin-top: -12px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px; }

/* line 9590, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fc-time,
.fc-title {
  padding: 3px 2px 2px 4px;
  line-height: 16px;
  font-weight: bold;
  font-size: 11px;
  box-sizing: border-box; }

/* line 9598, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fc-axis {
  font-weight: normal; }

/* calendar button */
/* line 9602, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#calendar-buttons {
  position: absolute;
  right: 14px;
  top: 5px; }

/* other month */
/* line 9608, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
td.fc-other-month,
.dropzone {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, 0.03)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0.03)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-color: #FAFCFD;
  background-size: 16px 16px; }

/* line 9619, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fc-corner-right .fc-event-inner {
  padding-right: 15px; }

/*
	* Select color
	*/
/* line 9625, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-select-tick i {
  display: none; }

/* line 9628, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-select-tick .btn:hover i {
  opacity: .3;
  display: block; }

/* line 9632, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-select-tick .active i {
  display: block;
  opacity: 1 !important; }

/*
	* Drag and drop events
	*/
/* line 9639, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#external-events > li {
  margin: 6px 4px 6px 0;
  display: inline-block; }

/* line 9643, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#external-events > li > :first-child {
  padding: 5px 10px 10px;
  cursor: move;
  display: block; }

/* line 9648, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#external-events > li > :first-child:after {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  content: attr(data-description);
  font-size: 11px;
  font-weight: 400;
  display: block;
  line-height: 0;
  margin: 7px 0;
  text-transform: lowercase; }

/*
 * INBOX
 */
/* line 9662, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-wrap {
  overflow: auto; }

/* line 9665, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-body {
  position: relative; }

/* line 9668, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-body .table-wrap {
  background: #ffffff;
  padding: 10px 14px 7px;
  position: relative;
  margin-left: 200px;
  overflow-x: hidden; }

/* line 9675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-body.no-content-padding {
  margin-top: 0;
  background: #ffffff;
  overflow: hidden; }

/* line 9680, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-nav-bar {
  height: 70px;
  margin-bottom: 0;
  /*border-bottom: 1px solid #CECECE;*/
  padding: 20px 14px;
  background: #ffffff; }

/* line 9687, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-nav-bar .page-title {
  display: inline-block;
  margin: 0;
  width: 196px;
  line-height: 33px;
  vertical-align: middle; }

/* line 9694, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-footer {
  position: absolute;
  bottom: -53px; }

/* line 9698, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-paging {
  margin-left: 10px; }

/* line 9701, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-footer .btn-group {
  margin-left: 10px; }

/* line 9704, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table {
  font-size: 13px;
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important; }

/* line 9710, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table tbody tr:hover {
  cursor: pointer;
  background: #E4E4E4; }

/* line 9714, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table tr td {
  border-right: none;
  border-left: none;
  line-height: 26px;
  padding: 6px 4px 7px !important; }

/* line 9720, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table .inbox-table-icon {
  padding-left: 15px !important; }

/* line 9723, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table tbody tr th {
  overflow: hidden; }

/* line 9726, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table.table tbody > tr > td {
  border-color: #fff !important; }

/* line 9729, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-table .radio,
#inbox-table .checkbox {
  margin-top: -1px;
  margin-bottom: 0px; }

/* line 9734, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-table-icon,
.inbox-data-attachment {
  width: 28px;
  text-align: left;
  padding-left: 12px !important;
  padding-right: 0px !important; }

/* line 9741, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-from {
  width: 200px; }

/* line 9744, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-from > :first-child {
  width: 200px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 9751, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-date {
  width: 80px;
  padding-left: 7px !important;
  padding-right: 0px !important; }

/* line 9756, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-message > :first-child {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 27px;
  color: #8A8A8A; }

/* line 9764, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-message > :first-child span {
  color: #111; }

/* line 9767, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-message > :first-child span.label {
  color: #ffffff; }

/* line 9770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-data-message > :first-child > :first-child:after {
  content: " - "; }

/* line 9773, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.unread td {
  background: #ffffff; }

/* line 9776, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.unread .inbox-data-message > :first-child > :first-child,
.unread .inbox-data-from > :first-child,
.unread .inbox-data-date > :first-child {
  font-weight: bold; }

/* line 9781, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
tr.highlight td,
tr.unread.highlight td {
  background: #ffffcc !important;
  /*#ffffcc;*/
  color: #333333; }

/* line 9787, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-checkbox-triggered {
  display: inline-block; }

/* line 9790, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-checkbox-triggered > .btn-group {
  margin-right: 10px; }

/* line 9793, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-checkbox-triggered > .btn-group .btn {
  padding-left: 14px;
  padding-right: 14px; }

/* line 9797, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar {
  height: 100%;
  position: absolute;
  background: #ffffff;
  display: block;
  width: 200px;
  padding: 10px 0 10px 14px;
  /*overflow-y: auto;
	overflow-x: hidden;*/
  -webkit-overflow-scrolling: touch;
  z-index: 1; }

/* line 9809, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar::-webkit-scrollbar {
  width: 0 !important; }

/* line 9812, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar h6 {
  font-weight: normal;
  font-size: 11px;
  display: block;
  padding: 0px 15px;
  text-transform: uppercase;
  color: #838383; }

/* line 9820, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar h6 a {
  font-size: 14px;
  margin-top: -2px; }

/* line 9824, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar h6 .tooltip {
  text-transform: none !important; }

/* line 9827, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar > .btn {
  margin-bottom: 35px; }

/* line 9830, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-side-bar .input-group {
  margin-bottom: 25px; }

/* line 9833, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#compose-mail-mini {
  margin-left: 4px; }

/* line 9836, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-space {
  display: block;
  width: 185px; }

/* line 9840, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-space > .progress {
  margin-top: 5px; }

/* line 9843, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-lg {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }

/* line 9848, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-lg li a {
  display: block;
  padding: 6px 15px 7px;
  font-size: 13px;
  color: #333333; }

/* line 9854, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-lg li {
  display: block;
  width: 100%; }

/* line 9858, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-lg li a:hover {
  text-decoration: none;
  background: #f4f4f4; }

/* line 9862, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-lg li.active a {
  font-weight: bold;
  background: #F0F0F0;
  border-bottom: 1px solid #E7E7E7;
  color: #3276b1; }

/* line 9868, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-sm {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }

/* line 9873, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-sm li a {
  display: block;
  padding: 8px 15px 10px;
  font-size: 13px;
  color: #333333; }

/* line 9879, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-sm li {
  display: block;
  width: 100%; }

/* line 9883, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-sm li a:hover {
  text-decoration: none;
  background: #f4f4f4; }

/* line 9887, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-menu-sm li.active a {
  font-weight: bold;
  background: #F0F0F0;
  border-bottom: 1px solid #E7E7E7;
  color: #3276b1; }

/*
	* Email opened
	*/
/* line 9896, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.email-open-header {
  margin: -10px 0 0 0;
  font-size: 20px;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #eeeeee;
  padding: 15px 3px; }

/* line 9903, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.email-open-header > span {
  font-size: 10px;
  font-weight: normal;
  padding: 3px 5px;
  letter-spacing: normal;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 33px;
  background: #ACACAC; }

/* line 9913, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar {
  padding: 10px 0px;
  border-bottom: 1px solid #bfbfbf; }

/* line 9917, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar img {
  width: 35px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 2px;
  border-left: 3px solid #ffffff; }

/* line 9926, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-message,
.inbox-download {
  padding: 15px 4px;
  border-bottom: 1px solid #bfbfbf; }

/* line 9931, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list {
  list-style: none;
  margin: 5px 0 0;
  padding: 0; }

/* line 9936, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list li {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top; }

/* line 9941, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list li > :first-child {
  margin-bottom: 0;
  width: 150px;
  overflow: hidden; }

/* line 9946, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list li > :first-child:hover {
  background: #ffffff;
  border-color: #C0C0C0; }

/* line 9950, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list li > :first-child > :first-child {
  text-align: center;
  display: block;
  color: #D6D6D6; }

/* line 9955, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list li > :first-child > :first-child > .fa {
  font-size: 150px; }

/* line 9958, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-download-list li > :first-child > :first-child > img {
  max-width: 120px; }

/* line 9961, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-compose-footer {
  padding: 10px;
  background: #F5F5F5;
  border-bottom: 1px solid #A9A9A9; }

/* added space for large width devices */
/* line 9967, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar,
.inbox-message,
.inbox-download,
.inbox-compose-footer {
  margin-right: 240px;
  position: relative; }

/* line 9974, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.email-infobox {
  display: block;
  width: 180px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0px;
  padding-top: 15px;
  position: absolute;
  top: 65px;
  right: 15px; }

/* compose email */
/* line 9985, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar .form-group {
  margin: 0; }

/* line 9988, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar .form-group input,
.inbox-info-bar .select2-container-multi .select2-choices {
  border-color: #ffffff !important; }

/* line 9992, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar .select2-selection--multiple {
  border-color: #ffffff !important; }

/* line 9995, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar .select2-choices > div {
  display: none; }

/* line 9998, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar .col-md-1,
.inbox-info-bar .col-md-11 {
  padding-left: 0px;
  padding-right: 0px; }

/* line 10003, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fileinput {
  padding-top: 3px; }

/* line 10006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden {
  display: none; }

/* line 10009, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-info-bar em {
  position: absolute;
  top: 6px;
  right: 20px;
  text-align: right;
  font-style: normal; }

/* email reply text */
/* line 10017, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.email-reply-text > div {
  border-left: 1px solid #D6D6D6;
  padding-left: 10px;
  margin-left: 50px;
  color: #A9A9A9; }

/* reply text area */
/* line 10024, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.inbox-body .note-editor .note-editable {
  height: 100% important; }

/* line 10027, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.email-reply-text > :first-child {
  padding-left: 45px; }

@media (max-width: 1280px) {
  /* line 10031, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-info-bar,
  .inbox-message,
  .inbox-compose-footer {
    margin-right: 0px; }

  /* line 10036, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .email-infobox {
    display: none; } }
@media (max-width: 1024px) {
  /* line 10041, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-side-bar {
    display: none !important; }

  /* line 10044, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-body .table-wrap {
    margin-left: 0px !important; }

  /* line 10047, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-info-bar .col-md-1,
  .inbox-info-bar .col-md-11 {
    padding-left: 26px;
    padding-right: 26px; } }
/* hide helper inside inbox as it has issues with z-index */
/* line 10054, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-content [data-event="showHelpDialog"],
#inbox-content [data-event="codeview"],
#inbox-content .note-insert {
  display: none !important; }

/* line 10059, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-content [data-event="fullscreen"] {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

/* adjust buttons */
/* line 10065, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-content .note-toolbar .btn-sm {
  padding: 2px 6px 3px;
  font-size: 14px; }

/* adjust width of dropdowns */
/* line 10070, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#inbox-content .note-toolbar .note-para .dropdown-menu {
  min-width: 180px; }

/*
 * PROFILE PAGE
 */
/* line 10076, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-pic {
  text-align: right; }

/* line 10079, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-pic > img {
  border-radius: 0%;
  position: relative;
  border: 5px solid #ffffff;
  top: -30px;
  left: 10px;
  display: inline-block;
  text-align: right;
  z-index: 4;
  max-width: 100px;
  margin-bottom: -30px; }

/* line 10091, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-carousel .carousel-inner {
  max-height: 150px; }

/* line 10094, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.friends-list li {
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 0; }

/* line 10099, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.friends-list img {
  width: 35px;
  border: 1px solid #ffffff;
  outline: 1px solid #bfbfbf; }

/* line 10104, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.profile-link-btn {
  color: #999999;
  font-size: 14px; }

/*
 * Calendar Icon
 */
/* line 10111, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
time.icon {
  font-size: 14px;
  /* change icon size */
  display: block;
  position: relative;
  width: 35px;
  height: 43px;
  background-color: #fff;
  margin: 3px auto;
  border-radius: 7px;
  box-shadow: 0 1px 0 #bdbdbd,0 2px 0 #fff,0 3px 0 #EEE9E9,0 4px 0 #fff,0 5px 0 #FFFFFF,0 0 0 1px #D3D3D3;
  overflow: hidden; }

/* line 10124, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
time.icon * {
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  text-align: center; }

/* line 10132, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
time.icon strong {
  position: absolute;
  top: 0;
  padding: 2px 0;
  color: #fff;
  background-color: #3a3633;
  -webkit-box-shadow: 0 2px 0 #3a3633;
  box-shadow: 0 2px 0 #3a3633;
  border-radius: 6px 6px 0 0; }

/* line 10142, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
time.icon em {
  position: absolute;
  bottom: 3px;
  color: #3276b1; }

/* line 10147, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
time.icon span {
  width: 100%;
  font-size: 15px;
  letter-spacing: -0.05em;
  padding-top: 21px;
  color: #2f2f2f; }

/*
 * New users
 */
/* line 10157, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.user {
  display: block;
  float: left;
  width: 170px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 10167, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.user img {
  float: left;
  width: 35px;
  margin-right: 5px; }

/* line 10172, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.user .email {
  color: #999;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
 * SEARCH RESULTS
 */
/* line 10182, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results {
  padding: 18px 5px; }

/* line 10185, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results + .search-results {
  border-top: 1px dashed #E3E3E3; }

/* line 10188, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results > :first-child {
  margin-bottom: 4px;
  font-weight: 400; }

/* line 10192, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results > :first-child a {
  text-decoration: underline; }

/* line 10195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results .url {
  font-style: normal;
  font-size: 14px; }

/* line 10199, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results img {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
  width: 80px; }

/* line 10205, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results > div {
  display: inline-block;
  vertical-align: top; }

/* line 10209, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results .note {
  margin: 0;
  line-height: normal; }

/* line 10213, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results .note a {
  text-decoration: none !important;
  color: #333333; }

/* line 10217, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.search-results .note a:hover {
  color: #ed1c24; }

/*
 * TODO's
 */
/* line 10223, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo-group-title {
  margin: 0;
  line-height: 31px;
  padding: 0 0 0 10px;
  background: #fafafa;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #f4f4f4;
  color: #999999; }

/* line 10232, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo {
  margin: 0;
  padding: 0;
  min-height: 5px;
  list-style: none; }

/* line 10238, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat; }

/* line 10246, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li:last-child,
.todo > li:only-child {
  border-bottom: none; }

/* line 10250, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li > :first-child {
  display: block;
  border-right: 1px solid #FFE1EB;
  height: 100%;
  padding: 6px 11px 6px 18px;
  width: 20px;
  vertical-align: top;
  position: absolute; }

/* line 10259, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li > :first-child:hover {
  cursor: move; }

/* line 10262, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li.complete > :first-child:hover {
  cursor: default; }

/* line 10265, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li.complete {
  background: none; }

/* line 10268, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li > p {
  height: 100%;
  margin-left: 52px;
  border-left: 1px solid #FFE1EB;
  display: inline-block;
  padding: 8px 0px 6px 7px;
  margin-bottom: 0;
  min-height: 37px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #333333; }

/* line 10281, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li > p > span {
  display: block;
  line-height: 12px;
  font-size: 10px;
  font-weight: normal; }

/* line 10287, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li > p > :first-child {
  margin-top: -5px;
  color: #999999;
  margin-bottom: 4px; }

/* line 10292, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li > p > .date {
  color: #bfbfbf; }

/* line 10295, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li.complete > * {
  text-decoration: line-through;
  font-style: italic; }

/* drag */
/* line 10300, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.todo > li.ui-sortable-helper {
  border-top: 1px solid #eeeeee;
  background: rgba(113, 132, 63, 0.1); }

/*
 * TIMELINE PAGE
 */
/* Timeline */
/* line 10308, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline {
  position: relative; }

/* line 10311, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 10316, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-list:after {
  content: " ";
  background-color: #eeeeee;
  position: absolute;
  display: block;
  width: 2px;
  top: 0;
  left: 95px;
  bottom: 0;
  z-index: 1; }

/* line 10327, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-list li {
  position: relative;
  margin: 0;
  padding: 15px 0; }

/* line 10332, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-list > li:hover {
  background-color: #f4f4f4; }

/* line 10335, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-hover li:hover {
  background-color: #f9f9f9; }

/* line 10338, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-icon {
  background: #3276b1;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  left: 80px;
  top: 10px;
  z-index: 100;
  padding: 2px; }

/* line 10353, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-icon > img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-top: -2px;
  margin-left: -2px;
  border: 2px solid #3276b1; }

/* line 10361, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-time {
  float: left;
  width: 70px;
  text-align: right; }

/* line 10366, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-time > small {
  font-style: italic; }

/* line 10369, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-timeline-content {
  margin-left: 123px; }

/*
 * FORUM PAGE
 */
/* line 10375, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum thead tr {
  background: none !important; }

/* line 10378, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum thead tr th {
  font-size: 17px;
  font-weight: normal;
  border-bottom-color: #F1F1F1; }

/* line 10383, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum tr td {
  border-top-style: dashed !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

/* line 10388, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum tr td h4 {
  font-size: 15px;
  font-weight: 700; }

/* line 10392, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum tr td h4 small {
  font-size: 13px;
  display: block;
  margin-top: 2px; }

/* line 10397, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum tr td > i {
  margin-top: 4px;
  padding-left: 10px; }

/* line 10401, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum tr.locked h4 > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023"; }

/* line 10411, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-forum tr.closed h4 > a {
  text-decoration: line-through;
  color: #848484;
  cursor: not-allowed; }

/* line 10416, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.forum-attachment {
  margin-top: 20px;
  display: block; }

/* line 10420, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-loading-error {
  margin-top: 70px;
  display: block;
  text-align: center;
  font-size: 23px;
  font-weight: bold; }

/* line 10427, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-notifications .ajax-loading-error {
  text-align: center;
  margin-top: 20px;
  font-size: 15px; }

/* line 10432, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-notifications .ajax-loading-animation {
  font-size: 15px;
  text-align: center;
  margin-top: 70px; }

/* line 10437, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.project-members a {
  display: inline-block;
  overflow: hidden;
  margin: 0 3px 0 0;
  border-radius: 0px; }

/* line 10443, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-rtl.project-members a {
  margin: 0 0 0 3px; }

/* line 10446, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.project-members img {
  width: 25px;
  border-radius: 0px; }

/* line 10450, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.projects-table > tbody > tr > td {
  padding: 7px 10px 3px !important; }

/* line 10453, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .who {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px; }

/* line 10457, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .who img {
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 40px; }

/* line 10463, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .who .name {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: normal; }

/* line 10469, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .who .name b {
  color: #57889c; }

/* line 10472, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .who .from {
  font-size: 12px;
  opacity: 0.7; }

/* line 10476, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .text {
  font-size: 13px;
  line-height: 1.82em;
  padding: 20px; }

/* line 10481, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .image {
  padding: 20px; }

/* line 10484, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .image img {
  width: 100%; }

/* line 10487, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .links {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 15px 20px;
  background: #fafafa; }

/* line 10493, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .links .fa {
  color: inherit;
  font-size: 14px;
  margin-right: 2px; }

/* line 10498, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .links li {
  display: inline;
  padding-right: 20px; }

/* line 10502, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .comments {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 13px;
  padding: 0 20px; }

/* line 10507, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .comments li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: block;
  padding: 15px 0 15px 40px;
  position: relative; }

/* line 10513, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .comments li:last-child {
  border-bottom: none;
  padding-bottom: 5px; }

/* line 10517, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .comments img {
  height: 30px;
  left: 0px;
  position: absolute;
  width: 30px; }

/* line 10523, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status .comments .name {
  display: block;
  font-weight: 600;
  opacity: 0.8; }

/* line 10528, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status.panel-body {
  padding: 0px; }

/* line 10531, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.connect {
  padding: 14px; }

/* line 10534, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.connect img {
  border-radius: 50% 50% 0; }

/* line 10537, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status.vote .comments {
  padding: 0px !important; }

/* line 10540, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status.vote .comments li {
  padding: 10px 0 10px 20px !important; }

/* line 10543, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.status.vote .comments li:last-child {
  padding-right: 20px !important; }

/* line 10546, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
blockquote.twitter-tweet {
  border-color: #eeeeee #dddddd #bbbbbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 10px 5px;
  width: calc(100% - 10px);
  padding: 0 16px 16px 16px; }

/* line 10561, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }

/* line 10566, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  outline: 0 none;
  text-decoration: none; }

/* line 10572, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
blockquote.twitter-tweet a:hover {
  text-decoration: underline; }

/* line 10575, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
blockquote.twitter-tweet a:focus {
  text-decoration: underline; }

/*.product-view {
	min-height: 380px;

	&> img {
		width:100%;
		height: auto;
		background: fade(#333,10%);
	}

	.price {
		position: absolute;
	    right: 10px;
	    margin-top: -35px;
	    padding: 14px 15px 14px 19px;
	    background: #ed1c24;
	    color: #FFF;
	    border-radius: 50%;
	    font-size: 25px;
	    font-weight: 300;

	    &>b {
	    	font-weight: 300;
			position: absolute;
			margin-top: 1px;
    		font-size: 16px;
			left: 10px;
	    }
	}

	h2 {
		font-size:18px;

	}

	p {
		font-size: 12px;
		margin-top:3px;
		width:90%;
		width: calc(~"100% - 10px");
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}*/
/* line 10622, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content {
  border: 1px solid #dfe5e9;
  margin-bottom: 20px;
  margin-top: 12px;
  background: #ffffff; }

/* line 10628, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .carousel-control.left {
  margin-left: 0px; }

/* line 10631, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-image {
  background-color: #ffffff;
  display: block;
  min-height: 238px;
  overflow: hidden;
  position: relative; }

/* line 10638, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil {
  border-bottom: 1px solid #dfe5e9;
  padding-bottom: 17px;
  padding-left: 16px;
  padding-top: 16px;
  position: relative;
  background: #ffffff; }

/* line 10646, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil h5 a {
  color: #2f383d;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  padding-left: 0px;
  margin-left: 0px; }

/* line 10654, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil h5 a span {
  color: #9aa7af;
  display: block;
  font-size: 13px; }

/* line 10659, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil p.price-container span {
  line-height: 15px; }

/* line 10662, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil span.tag1 {
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  padding: 13px 0px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 50px; }

/* line 10674, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil span.sale {
  background-color: #21c2f8; }

/* line 10677, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil span.discount {
  background-color: #71e134; }

/* line 10680, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-deatil span.hot {
  background-color: #fa9442; }

/* line 10683, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .description {
  font-size: 12.5px;
  line-height: 20px;
  padding: 10px 14px 16px 19px;
  background: #ffffff; }

/* line 10689, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-info {
  padding: 11px 19px 10px 20px; }

/* line 10692, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content .product-info a.add-to-cart {
  color: #2f383d;
  font-size: 13px;
  padding-left: 16px; }

/* line 10697, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-content name.a {
  padding: 5px 10px;
  margin-left: 16px; }

/* line 10701, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-info.smart-form .btn {
  padding: 6px 12px;
  margin-left: 12px;
  margin-top: -10px; }

/* line 10706, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-entry .product-deatil {
  border-bottom: 1px solid #dfe5e9;
  padding-bottom: 17px;
  padding-left: 16px;
  padding-top: 16px;
  position: relative; }

/* line 10713, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-entry .product-deatil h5 a {
  color: #2f383d;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none; }

/* line 10719, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-entry .product-deatil h5 a span {
  color: #9aa7af;
  display: block;
  font-size: 13px; }

/* line 10724, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-entry .product-deatil p.price-container span {
  line-height: 15px; }

/* line 10727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.load-more-btn {
  background-color: #21c2f8;
  border-bottom: 2px solid #037ca5;
  border-radius: 2px;
  border-top: 2px solid #00ccff;
  margin-top: 20px;
  padding: 9px 0px;
  width: 100%; }

/* line 10736, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-block .product-deatil p.price-container span,
.product-content .product-deatil p.price-container span,
.product-entry .product-deatil p.price-container span,
.shopping-items table tbody tr td p.price-container span,
.shipping table tbody tr td p.price-container span {
  color: #21c2f8;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 20px; }

/* line 10746, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-info.smart-form .rating label {
  margin-top: 0px; }

/* line 10749, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-wrap .product-image span.tag2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 10px 0px;
  color: #fff;
  font-size: 11px;
  text-align: center; }

/* line 10761, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-wrap .product-image span.sale {
  background-color: #57889c; }

/* line 10764, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-wrap .product-image span.hot {
  background-color: #a90329; }

/* line 10767, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.shop-btn {
  position: relative; }

/* line 10770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.shop-btn > span {
  background: #a90329;
  display: inline-block;
  font-size: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 4px 3px 4px !important;
  text-align: center;
  line-height: normal;
  width: 19px;
  top: -7px;
  left: -7px; }

/* line 10784, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.description-tabs {
  padding: 30px 0px 5px 0px !important; }

/* line 10787, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.description-tabs .tab-content {
  padding: 10px 0px; }

/* line 10790, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil {
  padding: 30px 30px 50px 30px; }

/* line 10793, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil hr + .description-tabs {
  padding: 0px 0px 5px 0px !important; }

/* line 10796, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .carousel-control.right,
.product-deatil .carousel-control.left {
  background: none !important; }

/* line 10800, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .glyphicon {
  color: #3276b1; }

/* line 10803, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .product-image {
  border-right: none !important; }

/* line 10806, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .name {
  margin-top: 0px;
  margin-bottom: 0px; }

/* line 10810, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .name small {
  display: block; }

/* line 10813, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .name a {
  margin-left: 0px; }

/* line 10816, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .price-container {
  font-size: 24px;
  margin: 0px;
  font-weight: 300; }

/* line 10821, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .price-container small {
  font-size: 12px; }

/* line 10824, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .fa-2x {
  font-size: 16px !important; }

/* line 10827, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .fa-2x > h5 {
  font-size: 12px;
  margin: 0px; }

/* line 10831, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .fa-2x + a,
.product-deatil .fa-2x + a + a {
  font-size: 13px; }

/* line 10835, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified {
  margin-top: 10px; }

/* line 10838, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified ul {
  padding-left: 0px; }

/* line 10841, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified ul li:not(first-child) {
  margin-left: -3px; }

/* line 10844, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified ul li {
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 13px 19px; }

/* line 10850, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified ul li:first-child {
  border-right: none; }

/* line 10853, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified ul li a {
  text-align: left;
  font-size: 12px;
  color: #6d7a83;
  line-height: 16px;
  text-decoration: none; }

/* line 10860, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .certified ul li a span {
  display: block;
  color: #21c2f8;
  font-size: 13px;
  font-weight: 700;
  text-align: center; }

/* line 10867, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.product-deatil .message-text {
  width: calc(100% - 70px); }

@media only screen and (min-width: 1024px) {
  /* line 10871, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .product-content .product-image {
    border-right: 1px solid #dfe5e9;
    margin-right: -13px; }

  /* line 10875, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .product-content .product-info {
    position: relative; }

  /* line 10878, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .product-content .product-info,
  .product-content .description,
  .product-content .product-deatil {
    margin-left: -13px; }

  /* line 10883, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .product-deatil.product-content .product-info,
  .product-deatil.product-content .description,
  .product-deatil.product-content .description {
    margin-left: 0; } }
/* line 10889, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: url(/assets/mybg-de596377f6ec54f0ed72ea194719439be686b2d3171df9242bab4f4e0af9dcef.png) #ffffff;
  position: relative; }

/* line 10896, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: url(/assets/mybg-de596377f6ec54f0ed72ea194719439be686b2d3171df9242bab4f4e0af9dcef.png) #ffffff;
  direction: ltr; }

/* when mobile menu is active */
/* line 10904, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.mobile-view-activated.hidden-menu {
  overflow-x: hidden; }

/* line 10907, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.modal-open {
  overflow: hidden !important; }

/* line 10910, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
a:hover,
a:active,
a:focus,
button,
button:active,
button:focus,
object,
embed,
input::-moz-focus-inner {
  outline: 0; }

/* line 10921, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-weight: 300; }

/* line 10929, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.page-title {
  margin: 12px 0 28px; }

/* line 10932, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.page-title span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: 1px; }

/* line 10938, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label {
  font-weight: normal; }

/* line 10941, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
*:focus {
  outline: 0 !important; }

/*
 * IE FIX for tap delay
 */
/* line 10947, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
a,
input,
button {
  -ms-touch-action: none !important; }

/* line 10952, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* line 10976, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-sm,
.input-lg,
.input-xs,
.form-control {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important; }

/* line 10984, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5; }

/* line 10990, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-xs {
  padding: 1px 5px; }

/* line 10993, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-sm {
  padding: 6px 10px 5px; }

/* line 10996, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-lg {
  padding: 10px 16px; }

/* line 10999, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-space {
  margin: 0; }

/* line 11002, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-space > [class*="col-"] {
  margin: 0 !important;
  padding-right: 0;
  padding-left: 0; }

/* line 11007, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#content {
  padding: 10px 14px;
  position: relative;
  /*position:relative;
	 left:0px;*/ }

/* line 11013, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.container {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  box-shadow: 0 2px 70px rgba(0, 0, 0, 0.45); }

/* line 11022, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.container.hidden-menu:not(.mobile-view-activated) {
  overflow: hidden; }

/* line 11025, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.container.modal-open {
  padding: 0px !important; }

/*
 * Headers
 */
/* line 11031, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h1 {
  letter-spacing: -1px;
  font-size: 24px;
  margin: 10px 0; }

/* line 11036, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h1 small {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px; }

/* line 11041, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.lead {
  font-size: 19px; }

/* line 11044, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h2 {
  letter-spacing: -1px;
  font-size: 22px;
  margin: 20px 0;
  line-height: normal; }

/* line 11050, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h3 {
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin: 20px 0;
  line-height: normal; }

/* line 11057, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h4 {
  line-height: normal; }

/* line 11060, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h5 {
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0;
  line-height: normal; }

/* line 11066, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
h6 {
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
  line-height: normal; }

/* line 11072, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.row-seperator-header {
  margin: 15px 14px 20px;
  border-bottom: none;
  display: block;
  color: #646464;
  font-size: 20px;
  font-weight: 400; }

/*
 * Footer
 * see: main-page-footer.less
 */
/*
 * Center Canvas
 */
/* line 11087, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.center-canvas,
.center-child-canvas > canvas {
  display: block !important;
  margin: 0 auto !important; }

/*
 * JUST A BORDER
 */
/* line 11095, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bordered {
  border: 1px solid rgba(0, 0, 0, 0.2); }

/* line 11098, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bordered:hover {
  border: 1px solid rgba(0, 0, 0, 0.4); }

/*
 * ***************************************************
 * MAIN LAYOUT START
 * ***************************************************
 */
/* line 11106, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
aside {
  display: block;
  /*overflow: hidden;*/
  background: #3a3633;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
  background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725));
  background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%);
  background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
  min-height: 100%; }

/*
 * HEADER GROUP
 */
/* line 11122, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#header {
  display: block;
  height: 49px;
  margin: 0;
  padding: 0 13px 0 0;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
  position: relative;
  z-index: 905; }

/* line 11137, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#header > div {
  display: inline-block;
  vertical-align: middle;
  height: 49px;
  float: left; }

/* line 11143, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#header > div.open {
  font-weight: bold; }

/* line 11146, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-header #header {
  position: fixed;
  width: 100%;
  z-index: 905;
  top: 0px;
  border-bottom: 2px solid #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1); }

/* as per version 1.3 */
/* line 11156, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-header.fixed-ribbon #header {
  border-bottom: none;
  box-shadow: none; }

/* line 11160, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.container.fixed-header #header {
  max-width: 1164px; }

/* line 11163, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-header #header .ajax-dropdown {
  z-index: 906; }

/* line 11166, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-header #shortcut {
  position: fixed; }

/* line 11169, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-header #main {
  margin-top: 49px; }

/* line 11172, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#logo-group > span {
  display: inline-block;
  height: 39px;
  float: left; }

/* line 11177, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#logo-group span#activity {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 24px;
  width: 24px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  color: #c4bab6;
  font-size: 19px;
  margin: 10px 0 0 0;
  position: relative; }

/* line 11204, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#logo-group span#activity:hover {
  border: 1px solid #bfbfbf;
  transition: all 0.0s;
  cursor: pointer !important;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08); }

/* line 11211, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#logo {
  display: inline-block;
  width: 175px;
  margin-top: 0px;
  margin-left: 9px; }

/* line 11217, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#logo img {
  width: 110px;
  height: auto;
  padding-left: 3px; }

/* line 11222, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#activity b.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: #0091d9;
  display: inline-block;
  font-size: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px 4px 3px 4px;
  text-align: center;
  line-height: normal; }

/* line 11240, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#activity.active .badge {
  background: #006fa6 !important; }

/* line 11243, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#project-context,
.project-context {
  display: inline-block;
  padding: 7px 13px 0;
  position: relative; }

/* line 11249, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#project-context > span,
.project-context > span {
  display: block; }

/* line 11253, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#project-context > :first-child,
.project-context > :first-child {
  display: block;
  color: #bfbfbf;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 1px white;
  padding-left: 0px;
  text-align: left; }

/* line 11264, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#project-selector,
.project-selector {
  max-width: 97%;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color: #555555;
  font-size: 14px;
  cursor: pointer; }

/* line 11276, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#project-selector:hover,
.project-selector:hover {
  color: #333333; }

/* line 11280, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-search {
  position: relative; }

/* line 11283, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-search.pull-right {
  margin-left: 6px; }

/* line 11286, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-search > input[type="text"] {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 200px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  border-color: #bfbfbf;
  background: #ffffff;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  line-height: normal; }

/* line 11307, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-search > button {
  background: none;
  border: none;
  color: #6D6A69;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 30px;
  z-index: 2; }

/* line 11322, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#search-mobile {
  display: none; }

/* line 11325, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#cancel-search-js {
  position: absolute;
  display: none;
  background: #a90329;
  z-index: 3;
  color: #ffffff;
  padding: 0;
  right: 10px;
  top: 10px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  width: 30px;
  font-size: 17px;
  text-decoration: none !important; }

/* line 11341, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#header > :first-child,
aside {
  width: 220px; }

/*
 * LEFT PANEL
 */
/* line 11348, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#left-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 904;
  padding-top: 49px; }

/*
 * MAIN PANEL
 */
/* line 11358, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#main {
  margin-left: 220px;
  padding: 0;
  padding-bottom: 52px;
  min-height: 500px;
  position: relative; }

/*
 * RIBBON
 */
/* line 11368, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#ribbon {
  min-height: 40px;
  background: #474544;
  padding: 0 13px;
  position: relative; }

/* line 11374, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#ribbon .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 11px 34px 11px 0 !important;
  background: none;
  vertical-align: top; }

/* line 11381, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#ribbon .breadcrumb a,
#ribbon .breadcrumb {
  color: #BBB !important;
  text-decoration: none !Important; }

/* line 11386, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li:last-child {
  color: #E4E4E4; }

/* line 11390, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-ribbon #ribbon {
  position: fixed;
  right: 0;
  left: 220px;
  top: 49px;
  z-index: 901; }

/* line 11397, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.container.fixed-ribbon #ribbon {
  width: 944px;
  left: 590px; }

/* line 11401, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-ribbon #content {
  padding-top: 50px; }

/* line 11404, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified.fixed-ribbon #ribbon {
  left: 45px; }

/* line 11407, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu.fixed-ribbon #ribbon {
  left: 10px; }

/*
 * NAV
 * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html
 */
/* line 11414, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-navigation #left-panel {
  height: 100%;
  position: fixed;
  /*z-index: @fixed-navigation-zindex; */ }

/* Add this if not using slimscroll*/
/* line 11420, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-navigation nav {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 49px; }

/* line 11426, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-navigation nav > ul {
  padding-right: 15px;
  position: relative;
  height: 100%;
  width: 114%;
  overflow-x: hidden;
  overflow-y: scroll; }

/* line 11434, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.mobile-detected.fixed-navigation nav > ul {
  padding-right: 30px !important; }

/* Slimscrol CSS change: delete this if not using slimscroll

 .fixed-navigation nav {
 padding-bottom: 49px;
 }

 .fixed-navigation nav > ul {
 position: relative;
 }

 .slimScrollBar,
 .slimScrollRail {
 display:none !important;
 }

 .fixed-navigation .slimScrollBar,
 .fixed-navigation .slimScrollRail {
 display:block !important;
 }

 .minified .slimScrollBar {
 display:none !important;
 }*/
/* end slimscroll css change*/
/* line 11461, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified.fixed-navigation nav {
  -webkit-overflow-scrolling: none;
  overflow: visible;
  height: auto;
  padding-bottom: 0px; }

/* line 11467, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified.fixed-navigation nav > ul {
  overflow: visible;
  padding-right: 0px;
  width: 100%; }

/* All levels */
/* line 11473, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li a:active {
  background: #616161 !important; }

/* All levels */
/* line 11477, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
  position: relative; }

/* All levels */
/* line 11488, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul .active > a {
  color: #fff !important;
  position: relative; }

/* All levels */
/* line 11493, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li.active > a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #eeeeee; }

/* line 11505, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li.active.open > a:before {
  content: ""; }

/* line 11508, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li:last-child.open {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

/* All levels
nav ul li {
	overflow: hidden;
}*/
/* All levels */
/* line 11516, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li a {
  line-height: normal;
  font-size: 14px;
  padding: 10px 10px 10px 11px;
  color: #c0bbb7;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  position: relative; }

/* Second level */
/* line 11527, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px; }

/* Third Level */
/* line 11532, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px; }

/* All levels */
/* line 11537, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li a:focus {
  color: #c9c9c9; }

/* All levels */
/* line 11541, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li a:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 11545, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li a.inactive,
nav ul li a.inactive:hover {
  opacity: .5;
  cursor: not-allowed;
  color: #c0bbb7; }

/* All levels */
/* line 11552, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul b {
  float: right;
  font-size: 11px;
  margin-top: 2px; }

/* All levels */
/* line 11558, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  padding: 0; }

/* First level: A, Second level: LI Open */
/* line 11564, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li.open > a,
nav ul li.open > a b {
  color: #fff !important; }

/* First level: Icon */
/* line 11569, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li > a b {
  position: absolute !important;
  right: 10px;
  top: 10px; }

/* line 11574, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li > a > i {
  /*font-size: 121%; fa-lg overrides this so..  */
  margin-right: 5px;
  width: 15px;
  display: inline-block;
  text-align: center;
  position: relative; }

/* First level icon */
/* line 11583, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li > a > i > em {
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  top: -8px;
  right: -6px;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #ffffff;
  min-width: 13px;
  border-radius: 50%;
  max-height: 13px;
  line-height: 8px;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1); }

/* Second level switched to relative */
/* line 11605, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul li li {
  border-bottom: none;
  position: relative; }

/* Second level: UL */
/* line 11610, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li > ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #7A7A7A; }

/* Second level: UL LI */
/* line 11621, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  left: 23px;
  top: 16px;
  border-top: 1px solid #7A7A7A;
  z-index: 1; }

/* Third level: UL LI */
/* line 11632, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  left: 10px;
  top: 17px;
  border-top: 1px solid transparent; }

/* Second level and onwards > */
/* line 11642, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul ul li a i {
  font-size: 14px !important;
  width: 18px !important;
  text-align: center !important;
  vertical-align: 0 !important;
  line-height: 1 !important; }

/* Second and Third level line color */
/* line 11650, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
  border-color: #ACACAC !important; }

/* Second Level: UL */
/* line 11655, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul {
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(69, 69, 69, 0.6); }

/* line 11661, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul {
  padding: 7px 0; }

/* Third Level: UL */
/* line 11665, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul ul {
  background: transparent;
  padding: 0; }

/* Third Level: LI */
/* line 11670, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul li {
  margin: 0;
  padding: 0; }

/* Second Level: A */
/* line 11675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul li > a {
  padding-left: 42px;
  font-size: 14px;
  font-weight: normal;
  outline: 0; }

/* Second Level: A:hover */
/* line 11682, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul li > a:hover {
  background-color: rgba(69, 69, 69, 0.8);
  color: #ffffff; }

/* Third Level: A */
/* line 11687, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul ul li a {
  color: #bfbfbf;
  padding: 8px 10px 8px 60px;
  font-size: 14px; }

/* Third Level: A:hover */
/* line 11693, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul ul li a:hover {
  color: #ffffff; }

/* Fourth Level: A */
/* line 11697, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul ul ul li a {
  padding-left: 80px; }

/* Fifth Level: A */
/* line 11701, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul ul ul ul li a {
  padding-left: 100px; }

/* Sixth Level: A */
/* line 11705, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul ul ul ul ul li a {
  padding-left: 120px; }

/* Second level: B */
/* line 11709, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul b {
  color: #B3B3B3; }

/* Second level: LI:hover B */
/* line 11713, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
nav ul ul > li:hover b {
  color: #D5D9E2; }

/*
 * HEADER NAV DROPDOWN LIST
 */
/* line 11719, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-dropdown-list {
  list-style: none;
  float: right;
  position: relative;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px; }

/* line 11727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-dropdown-list > li {
  display: inline-block;
  padding-right: 5px; }

/* line 11731, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-dropdown-list > li > .dropdown-toggle {
  margin-top: 16px;
  display: block; }

/*
 * ***************************************************
 * MAIN LAYOUT END
 * ***************************************************
 */
/*
 * ACCORDIONS
 */
/* line 11743, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default.panel-group {
  margin-bottom: 0px; }

/* line 11746, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default.panel-group .panel + .panel {
  margin-top: -1px; }

/* line 11749, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default.panel-group .panel-heading {
  padding: 0px; }

/* line 11752, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default.panel-group .panel-title a {
  display: block;
  padding: 10px 15px;
  text-decoration: none !important; }

/* line 11757, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default .panel-heading,
.panel-group .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

/* line 11763, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default .panel-default > .panel-heading {
  background-color: #fcfcfc; }

/* line 11766, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default .panel-default {
  border-color: #c3c3c3; }

/* line 11769, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default .panel-title > a > :first-child {
  display: none; }

/* line 11772, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default .panel-title > a.collapsed > .fa {
  display: none; }

/* line 11775, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-accordion-default .panel-title > a.collapsed > :first-child {
  display: inline-block; }

/* line 11778, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .smart-accordion-default > div {
  border-left: none !important;
  border-right: none !important; }

/* line 11782, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .smart-accordion-default > div:first-child {
  border-top: none !important; }

/* line 11785, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .smart-accordion-default > div:last-child {
  border-bottom: none !important; }

/*
 * ON OFF SWITCHES
 */
/* http://proto.io/freebies/onoff/ */
/* line 11792, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-container {
  margin-top: 4px;
  margin-left: 7px;
  display: inline-block; }

/* line 11797, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

/* line 11809, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox {
  display: none; }

/* line 11812, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #626262;
  border-radius: 50px;
  border-color: #adadad #b3b3b3 #9e9e9e;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 11823, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  display: block; }

/* line 11828, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  line-height: 15px;
  font-size: 10px;
  color: #ffffff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11843, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-inner:before {
  content: attr(data-swchon-text);
  text-shadow: 0 -1px 0 #333333;
  padding-left: 7px;
  background-color: #3276b1;
  color: #ffffff;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: left; }

/* line 11852, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-inner:after {
  content: attr(data-swchoff-text);
  padding-right: 7px;
  text-shadow: 0 -1px 0 #ffffff;
  background-color: #ffffff;
  color: #555555;
  text-align: right;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 11861, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-switch {
  width: 19px;
  height: 19px;
  margin: -2px;
  background: white;
  border: 1px solid #9a9a9a;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3); }

/* line 11885, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "\f00d";
  color: #a90329;
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 10px;
  text-shadow: 0 -1px 0 #ffffff;
  font-weight: bold;
  font-family: FontAwesome; }

/* checked */
/* line 11898, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "\f00c";
  color: #57889c; }

/* line 11902, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block; }

/* line 11906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* line 11909, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-switch:hover {
  background-color: #eeeeee; }

/* line 11912, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-switch:active {
  background-color: #eeeeee;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/*
 * Disabled state
 */
/* line 11919, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
  text-shadow: 0 1px 0 #ffffff;
  background: #bfbfbf;
  color: #333333; }

/* line 11925, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
  box-shadow: none !important; }

/* line 11935, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
  border-color: #ababab #999999 #878787 !important; }

/* line 11939, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #3276b1 #2a6395 #255681; }

/* line 11942, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.onoffswitch + span,
.onoffswitch-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px; }

/*
 * FORMS
 */
/* line 11951, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form-control {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

/* line 11956, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form hr {
  margin-left: -13px;
  margin-right: -13px;
  border-color: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 11963, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form fieldset {
  display: block;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative; }

/* line 11969, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
fieldset {
  position: relative; }

/* line 11972, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form-actions {
  display: block;
  padding: 13px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(249, 249, 249, 0.9);
  margin-top: 25px;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: -13px;
  text-align: right; }

/* line 11983, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well .form-actions {
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: -19px; }

/* line 11988, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.well-lg .form-actions {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px; }

/* line 11993, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.well-sm .form-actions {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -9px; }

/* line 11998, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.popover-content .form-actions {
  margin: 0 -14px -9px;
  border-radius: 0 0 3px 3px;
  padding: 9px 14px; }

/* line 12003, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .form .form-actions {
  margin: 0;
  display: block;
  padding: 13px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9);
  text-align: right;
  margin-top: 25px; }

/* line 12012, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form header,
legend,
.bootstrap-duallistbox-container label {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  margin: 25px 0px 20px; }

/* line 12024, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .form header {
  margin: 25px 14px 0; }

/* line 12027, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form header:first-child {
  margin-top: 10px; }

/* line 12030, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
legend {
  font-weight: 400;
  margin-top: 0px;
  background: none; }

/* line 12035, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

/* line 12041, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon {
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s; }

/* line 12053, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon .fa {
  font-size: 14px; }

/* line 12056, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon .fa-lg,
.input-group-addon .fa-2x {
  font-size: 2em; }

/* line 12060, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon .fa-3x,
.input-group-addon .fa-4x,
.input-group-addon .fa-5x {
  font-size: 30px; }

/* line 12065, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
input[type="text"]:focus + .input-group-addon {
  border-color: #0091d9;
  background-color: #72a0ce;
  color: #ffffff; }

/* line 12070, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-warning input[type="text"],
.has-warning input[type="text"] + .input-group-addon {
  border-color: #dbab57; }

/* line 12074, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-warning input[type="text"] + .input-group-addon {
  background-color: #faf2cc;
  color: #c09853; }

/* line 12078, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-warning input[type="text"]:focus,
.has-warning input[type="text"]:focus + .input-group-addon {
  border-color: #dbab57; }

/* line 12082, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-warning input[type="text"]:focus + .input-group-addon {
  background-color: #e1c118;
  color: #ffffff; }

/* line 12086, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-error .input-group-addon {
  border-color: #b94a48;
  background: #f2dede;
  color: #b94a48; }

/* line 12091, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-error input[type="text"],
.has-error input[type="text"] + .input-group-addon {
  border-color: #b94a48; }

/* line 12095, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-error input[type="text"] + .input-group-addon {
  background-color: #f2dede;
  color: #b94a48; }

/* line 12099, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-error input[type="text"]:focus,
.has-error input[type="text"]:focus + .input-group-addon {
  border-color: #c05e5e; }

/* line 12103, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-error input[type="text"]:focus + .input-group-addon {
  background-color: #c05e5e;
  color: #ffffff; }

/* line 12107, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-success input[type="text"]:focus + .input-group-addon {
  border-color: #468847;
  background-color: #468847;
  color: #ffffff; }

/* line 12112, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form fieldset .form-group:last-child,
.form fieldset .form-group:last-child .note,
.form .form-group:last-child,
.form .form-group:last-child .note {
  margin-bottom: 0; }

/* line 12118, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999999; }

/*
 * WITH ICON
 */
/* line 12128, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-icon-right {
  position: relative; }

/* line 12131, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-icon-right > i,
.input-icon-left > i {
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 16px;
  color: #bfbfbf; }

/* line 12139, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-icon-left > i {
  right: auto;
  left: 24px; }

/* line 12143, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-icon-right .form-control {
  padding-right: 27px; }

/* line 12146, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-icon-left .form-control {
  padding-left: 29px; }

/* line 12149, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
input[type="text"].ui-autocomplete-loading,
input[type="password"].ui-autocomplete-loading,
input[type="datetime"].ui-autocomplete-loading,
input[type="datetime-local"].ui-autocomplete-loading,
input[type="date"].ui-autocomplete-loading,
input[type="month"].ui-autocomplete-loading,
input[type="time"].ui-autocomplete-loading,
input[type="week"].ui-autocomplete-loading,
input[type="number"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading,
input[type="url"].ui-autocomplete-loading,
input[type="search"].ui-autocomplete-loading,
input[type="tel"].ui-autocomplete-loading,
input[type="color"].ui-autocomplete-loading {
  background-image: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) !important;
  background-repeat: no-repeat;
  background-position: 99% 50%;
  padding-right: 27px; }

/* line 12168, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon .checkbox,
.input-group-addon .radio {
  min-height: 0px;
  margin-right: 0px !important;
  padding-top: 0; }

/* line 12174, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon label input[type="checkbox"].checkbox + span,
.input-group-addon label input[type="radio"].radiobox + span,
.input-group-addon label input[type="radio"].radiobox + span:before,
.input-group-addon label input[type="checkbox"].checkbox + span:before {
  margin-right: 0px; }

/* line 12180, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-addon .onoffswitch,
.input-group-addon .onoffswitch-label {
  margin: 0; }

/*
 * Timeline Seperator
 */
/* line 12187, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.timeline-seperator {
  display: block;
  text-align: center;
  color: #999999;
  margin: 20px 0 0; }

/* line 12193, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.timeline-seperator > :first-child {
  padding: 4px 5px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-size: 11px;
  border-radius: 4px; }

/* line 12200, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.timeline-seperator .btn,
.timeline-seperator .btn + .dropdown-menu {
  margin-right: 15px; }

/* line 12204, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.timeline-seperator:after {
  display: block;
  content: " ";
  margin: 0 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-top: -8px; }

/*
 * Alerts
 */
/* line 12214, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 5px 15px 5px 34px;
  color: #675100;
  border-width: 0px;
  border-left-width: 5px;
  padding: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

/* line 12226, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert .close {
  top: 0px;
  right: -5px;
  line-height: 20px; }

/* line 12231, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert-heading {
  font-weight: 600; }

/* line 12234, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert-danger {
  border-color: #953b39;
  color: #ffffff;
  background-color: #c26565;
  text-shadow: none; }

/* line 12240, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert-warning {
  border-color: #dfb56c;
  color: #826430;
  background-color: #efe1b3; }

/* line 12245, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert-success {
  border-color: #8ac38b;
  color: #356635;
  background-color: #cde0c4; }

/* line 12250, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.alert-info {
  border-color: #9cb4c5;
  color: #305d8c;
  background-color: #d6dde7; }

/*
 * WELLS
 */
/* line 12258, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well {
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  -moz-box-shadow: 0 1px 1px #ececec;
  position: relative; }

/* line 12266, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.well-clean {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent; }

/* line 12272, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.well-glass {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff; }

/* line 12280, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.well-light {
  background: #ffffff;
  border: 1px solid #e2e2e2; }

/* line 12284, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.widget-body .well {
  margin-bottom: 0px; }

/* line 12287, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well.transparent {
  border: none !important;
  background: none !important; }

/* line 12291, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget.well.transparent > div,
.jarviswidget.well.transparent > div .widget-body {
  padding: 0px !important; }

/* any wells with custom bg the border will be darkened */
/* line 12296, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.well[class^="bg-"],
.well[class*=" bg-"] {
  border: 1px solid #555555 !important; }

/*
 * TABS
 */
/* line 12303, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs > li > a .badge {
  font-size: 11px;
  padding: 3px 5px 3px 5px;
  opacity: .5;
  margin-left: 5px;
  min-width: 17px;
  font-weight: normal; }

/* line 12311, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs > li > a > .fa {
  opacity: .5; }

/* line 12314, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left .nav-tabs > li > a .badge {
  margin-right: 5px;
  margin-left: 0px; }

/* line 12318, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs > li > a .label {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  opacity: .5; }

/* line 12324, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .label,
.nav-tabs > li.active > a > .fa {
  opacity: 1; }

/* line 12329, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs > li > a {
  border-radius: 0px;
  color: #333333; }

/* line 12333, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs > li.active > a {
  -webkit-box-shadow: 0 -2px 0 #57889c;
  -moz-box-shadow: 0 -2px 0 #57889c;
  box-shadow: 0 -2px 0 #57889c;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  font-weight: bold; }

/* line 12341, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left .nav-tabs > li.active > a {
  -webkit-box-shadow: -2px 0 0 #57889c;
  -moz-box-shadow: -2px 0 0 #57889c;
  box-shadow: -2px 0 0 #57889c;
  border-top-width: 1px !important;
  border-left: none !important;
  margin-left: 1px !important; }

/* line 12349, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left .nav-pills > li.active > a {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

/* line 12355, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-right .nav-tabs > li.active > a {
  -webkit-box-shadow: 2px 0 0 #57889c;
  -moz-box-shadow: 2px 0 0 #57889c;
  box-shadow: 2px 0 0 #57889c;
  border-top-width: 1px !important;
  border-right: none !important;
  margin-right: 1px !important; }

/* line 12363, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below .nav-tabs > li.active > a {
  -webkit-box-shadow: 0 2px 0 #57889c;
  -moz-box-shadow: 0 2px 0 #57889c;
  box-shadow: 0 2px 0 #57889c;
  border-bottom-width: 0px !important;
  border-top: none !important;
  margin-top: 0px !important; }

/* line 12371, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 12376, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 12380, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 12384, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

/* line 12387, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 12391, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-pills > li,
.tabs-right > .nav-pills > li {
  float: none; }

/* line 12397, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-pills > li > a,
.tabs-right > .nav-pills > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

/* line 12405, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-tabs,
.tabs-left > .nav-pills {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd; }

/* line 12411, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-pills {
  border-right: none; }

/* line 12414, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px; }

/* line 12417, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #d5d5d5 #eeeeee #eeeeee; }

/* line 12421, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #d5d5d5 transparent #d5d5d5 #dddddd;
  *border-right-color: #ffffff; }

/* line 12427, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-left > .tab-content {
  margin-left: 109px; }

/* line 12430, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
  /* DDD */ }

/* line 12436, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px; }

/* line 12439, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

/* line 12443, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff; }

/* line 12449, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 12454, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 12458, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 12462, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

/* line 12465, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 12469, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent; }

/* line 12474, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
  /* tabs */ }

/* bordered tabs */
/* line 12481, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs.bordered {
  background: #ffffff;
  border: 1px solid #dddddd; }

/* line 12485, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs.bordered > :first-child a {
  border-left-width: 0px !important; }

/* line 12488, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-tabs.bordered + .tab-content {
  border: 1px solid #dddddd;
  border-top: none; }

/* bordered tabs top right */
/* line 12493, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-pull-right.nav-tabs > li,
.tabs-pull-right.nav-pills > li {
  float: right; }

/* line 12497, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-pull-right.nav-tabs > li:first-child > a,
.tabs-pull-right.nav-pills > li:first-child > a {
  margin-right: 1px; }

/* line 12501, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tabs-pull-right.bordered.nav-tabs > li:first-child > a,
.tabs-pull-right.bordered.nav-pills > li:first-child > a {
  border-left-width: 1px !important;
  margin-right: 0px;
  border-right-width: 0px; }

/* jarviswidget header first child is tab */
/* line 12508, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
  border-left-width: 0px !important; }

/*
 * WEBKIT IOS HIGHLIGHT COLOR
 *
 */
/* line 12515, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
a:link,
.btn,
button {
  -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5); }

/* line 12520, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info,
.login-info *,
#logo-group *,
.minified .menu-item-parent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * BS2 useful classes
 * these classes and its importance was overlooked in BS3
 */
/* line 12532, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-desktop {
  display: none !important; }

/*
 * DROPDOWN MENU
 */
/* line 12538, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-xs {
  min-width: 37px; }

/* line 12541, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-xs > li > a {
  padding: 3px 10px; }

/* line 12544, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-xs > li > a:hover i {
  color: #fff !important; }

/* Dropdown menu extended */
/* line 12548, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu {
  position: relative; }

/* line 12551, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

/* line 12557, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 12560, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #bfbfbf;
  margin-top: 5px;
  margin-right: -10px; }

/* line 12573, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

/* line 12576, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu.pull-left {
  float: none; }

/* line 12579, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

/*
 * Table
 */
/* line 12586, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table.has-tickbox thead tr th:first-child {
  width: 18px; }

/* line 12589, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table.has-tickbox.smart-form thead tr th:first-child .radio,
.table.has-tickbox.smart-form thead tr th:first-child .checkbox,
.table.has-tickbox.smart-form tbody tr td:first-child .radio,
.table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
  padding: 0px !important; }

/* line 12595, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table thead tr,
.fc-head-container thead tr {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px; }

/* line 12606, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fc-head-container thead tr th {
  padding: 4px;
  line-height: 1.428571429; }

/* line 12610, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-width: 1px; }

/* line 12614, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > .table-bordered,
.no-padding > .table-responsive > .table-bordered {
  border: none !important; }

/* line 12618, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > .table-bordered thead tr th:first-child,
.no-padding > .table-bordered thead tr td:first-child,
.no-padding > .table-bordered tbody tr td:first-child,
.no-padding > .table-responsive > .table-bordered thead tr th:first-child,
.no-padding > .table-responsive > .table-bordered thead tr td:first-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
  border-left-width: 0px !important; }

/* line 12626, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > .table-bordered thead tr th:last-child,
.no-padding > .table-bordered tbody tr td:last-child,
.no-padding > .table-responsive > .table-bordered thead tr th:last-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
  border-right-width: 0px !important; }

/* line 12632, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > .table-bordered tbody tr:last-child td,
.no-padding > .table-responsive > .table-bordered tbody tr:last-child td {
  border-bottom-width: 0px !important; }

/* line 12636, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .table-responsive .table {
  margin-bottom: 0; }

/* line 12639, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .note-editable .table-bordered {
  border: 1px solid #dddddd !important; }

/* line 12642, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smart-form.table td .radio i,
.smart-form.table td .checkbox i,
.smart-form.table th .radio i,
.smart-form.table th .checkbox i {
  top: 0px !important; }

/* condenced table */
/* line 12649, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.table-condensed.table > tbody > tr > td,
.table-condensed.table > tbody > tr > th,
.table-condensed.table > tfoot > tr > td,
.table-condensed.table > tfoot > tr > th,
.table-condensed.table > thead > tr > td,
.table-condensed.table > thead > tr > th {
  padding: 5px 10px !important; }

/*
 * small stats
 */
/* line 12660, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stats .progress {
  height: 7px;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 15px; }

/* line 12666, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stats {
  padding-top: 6px !important; }

/* line 12669, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stat-buttons {
  float: left;
  width: 100%; }

/* line 12673, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stats .show-stat-buttons > :first-child {
  padding-right: 5px; }

/* line 12676, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stats .show-stat-buttons > :last-child {
  padding-left: 5px; }

/* line 12679, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stat-microcharts {
  margin-left: -10px;
  margin-right: -10px; }

/* line 12683, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stat-microcharts > div {
  border-right: 1px solid #DADADA !important;
  border-top: 1px solid #DADADA !important;
  margin-top: 10px !important;
  height: 65px;
  overflow: hidden;
  padding: 7px 9px; }

/* line 12691, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stat-microcharts > :last-child {
  border-right: none !important; }

/* line 12694, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stat-microcharts .sparkline {
  margin-top: 10px;
  margin-right: 8px;
  opacity: .7; }

/* line 12699, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.show-stat-microcharts .sparkline:hover {
  opacity: 1; }

/* line 12702, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smaller-stat {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 12707, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smaller-stat li {
  margin-top: 3px;
  margin-right: 0px; }

/* line 12711, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smaller-stat li:first-child {
  margin-top: 8px; }

/* line 12714, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smaller-stat span.label {
  width: 40px;
  display: block;
  text-align: left;
  opacity: .5;
  cursor: default; }

/* line 12721, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.smaller-stat span.label:hover {
  opacity: 1; }

/*
 * Login info
 */
/* line 12727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info {
  border-bottom: 1px solid #D8D4D4;
  display: block;
  font-size: 12px;
  height: 39px;
  color: #ffffff;
  border: solid transparent;
  border-width: 1px 0px 1px 0px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: 0px !important;
  border-bottom: 1px solid #525151; }

/* line 12740, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info a {
  text-decoration: none !important;
  color: #c0bbb7;
  display: inline-block;
  margin-top: 6px; }

/* line 12746, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info a span {
  text-transform: capitalize;
  font-size: 14px;
  /* 14px~ */
  display: inline-block;
  text-decoration: none;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

/* line 12758, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info a span + i {
  vertical-align: middle; }

/* line 12761, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info a:hover {
  color: #ffffff; }

/* line 12764, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info > span {
  height: 38px;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #1A1817; }

/* line 12770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.login-info img {
  width: 25px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 0px;
  border-left: 3px solid #ffffff; }

/* line 12780, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
img.online,
img.busy,
img.offline,
img.away {
  border-left: 3px solid #fff; }

/* line 12786, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
img.online {
  border-left-color: #40ac2b !important; }

/* line 12789, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
img.busy {
  border-left-color: #ed1c24 !important; }

/* line 12792, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
img.offline {
  border-left-color: #dddddd !important; }

/* line 12795, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
img.away {
  border-left-color: #ffc40d !important; }

/*
 * Client page forms
 */
/* line 12801, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.client-form header {
  padding: 15px 13px;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.9); }

/*
 * MINIFIED MENU
 */
/* line 12811, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .inbox-badge {
  border-radius: 50%;
  font-size: 9px;
  padding: 2px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ED1C24;
  min-width: 13px; }

/* line 12821, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minifyme {
  border-bottom: 1px solid #302F2F;
  background: #454545;
  color: #A8A8A8;
  text-align: center;
  padding: 0;
  width: 36px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
  margin-top: 7px;
  font-size: 19px;
  transition: all 0.1s linear 0s; }

/* line 12838, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minifyme:hover {
  background: #646464;
  color: #E4E4E4;
  right: 0px;
  width: 40px;
  padding-right: 5px; }

/* line 12845, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .minifyme {
  right: 0px;
  color: #A8A8A8;
  position: relative;
  width: 100%;
  border-radius: 0px;
  margin: 0;
  height: 34px;
  font-size: 23px; }

/* line 12855, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .minifyme .fa:before {
  content: "\f0a9"; }

/* line 12858, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .login-info a span,
.minified .login-info a i {
  display: none; }

/* line 12862, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .login-info span {
  padding: 0px 5px;
  text-align: center; }

/* line 12866, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .login-info img {
  margin: -2px 0 0;
  width: 30px; }

/* line 12870, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .login-info {
  height: 38px;
  border-bottom: 1px solid #181818; }

/* line 12874, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified #left-panel {
  width: 45px; }

/* line 12877, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified #main {
  margin-left: 45px; }

/*
 * Minified NAV
 */
/* line 12883, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified #left-panel,
.minified nav > ul > li {
  overflow: visible; }

/* line 12887, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > ul {
  min-height: 100px !important;
  max-height: 180px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ed1c24 !important; }

/* line 12894, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li,
.minified nav > ul > li a {
  position: relative; }

/* line 12898, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul > li > a {
  padding: 10px 11px;
  display: block; }

/* line 12902, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > a .fa.fa-fw {
  display: block;
  width: auto;
  text-align: center;
  padding: 0; }

/* line 12908, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > a > i {
  text-align: center;
  margin: 0;
  display: block; }

/* line 12913, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li.active > a::before {
  content: "\f0d9"; }

/* line 12916, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul ul li a {
  padding-left: 14px; }

/* line 12919, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul ul li li a {
  padding-left: 25px; }

/* line 12922, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul ul li::before {
  left: 12px; }

/* line 12925, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul::before {
  left: 12px; }

/* line 12928, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > a .menu-item-parent,
.minified nav > ul > li > a > b {
  display: none; }

/* line 12932, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > a > .menu-item-parent {
  display: none;
  position: absolute;
  left: 40px;
  top: -3px;
  width: 186px;
  height: 38px;
  line-height: 38px;
  background-color: whiteSmoke;
  color: #333333;
  z-index: 3;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #D8D4D4;
  border-bottom: 1px solid #ffffff;
  padding-left: 12px; }

/* line 12951, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul {
  display: none !important;
  position: absolute;
  left: 40px;
  width: 199px;
  z-index: 5;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #454545;
  margin-top: -3px;
  overflow: hidden; }

/* line 12966, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul > li > ul > li > ul {
  position: relative;
  left: 13px;
  border: none;
  width: auto;
  margin-left: -12px;
  width: 197px; }

/* line 12974, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li:hover > a > .menu-item-parent,
.minified nav > ul > li:hover > ul {
  display: block !important; }

/* line 12978, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul > li {
  background-color: rgba(69, 69, 69, 0.9); }

/* line 12981, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul > li > ul > li {
  background-color: #484B50; }

/* line 12984, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li {
  border-bottom: 1px solid #1A1817;
  border-top: 1px solid #525151; }

/* line 12988, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul::before {
  border-left: none; }

/* line 12991, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul ul li::before {
  border: none; }

/* line 12994, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.slimScrollDiv,
.slimScrollDiv > :first-child {
  overflow: hidden; }

/* line 12998, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .slimScrollDiv,
.minified .slimScrollDiv > :first-child {
  overflow: visible !important; }

/* line 13002, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .slimScrollBar,
.minified .slimScrollRail {
  display: none; }

/* line 13006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px; }

/* line 13010, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px; }

/* line 13014, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav > ul > li > ul > li > ul > li a {
  padding-top: 6px;
  padding-bottom: 6px; }

/* Fourth Level: A */
/* line 13019, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul ul ul ul li a {
  padding-left: 45px; }

/* Fifth Level: A */
/* line 13023, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul ul ul ul ul li a {
  padding-left: 62px; }

/* Sixth Level: A */
/* line 13027, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified nav ul ul ul ul ul ul li a {
  padding-left: 82px; }

/*
 * ALTERNATIVE PAGING
 */
/* line 13033, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pagination.pagination-alt > li > a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin-left: -1px; }

/* line 13040, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pagination.pagination-alt > li:first-child > a {
  padding-left: 0px; }

/*
 * CUSTOM BUTTON
 */
/* line 13046, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pagination > li > a,
.pagination > li > span {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05); }

/* line 13052, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.disabled {
  color: #ffffff; }

/* line 13055, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-default.disabled {
  color: #999999; }

/* line 13058, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05); }

/* line 13066, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn:active {
  position: relative;
  top: 1px;
  left: 1px; }

/* line 13071, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn.btn-ribbon {
  background-color: #707070;
  background-image: -moz-linear-gradient(top, #777777, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777777), to(#666666));
  background-image: -webkit-linear-gradient(top, #777777, #666666);
  background-image: -o-linear-gradient(top, #777777, #666666);
  background-image: linear-gradient(to bottom, #777777, #666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
  color: white;
  padding: 0 5px;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
  display: block;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer; }

/* line 13091, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn.btn-ribbon > i {
  font-size: 111%; }

/* line 13094, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ribbon-button-alignment {
  padding-top: 10px;
  display: inline-block; }

/* line 13098, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ribbon-button-alignment.pull-right > .btn.btn-ribbon {
  margin: 0 0 0 8px; }

/*
 * Panels
 */
/* line 13104, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-purple {
  border-color: #6e587a; }

/* line 13107, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-purple > .panel-heading {
  color: #ffffff;
  background-color: #6e587a;
  border-color: #6e587a; }

/* line 13112, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-greenLight {
  border-color: #71843f; }

/* line 13115, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-greenLight > .panel-heading {
  color: #ffffff;
  background-color: #71843f;
  border-color: #71843f; }

/* line 13120, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-greenDark {
  border-color: #496949; }

/* line 13123, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-greenDark > .panel-heading {
  color: #ffffff;
  background-color: #496949;
  border-color: #496949; }

/* line 13128, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-darken {
  border-color: #333333; }

/* line 13131, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-darken > .panel-heading {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040; }

/* line 13136, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-pink {
  border-color: #ac5287; }

/* line 13139, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-pink > .panel-heading {
  color: #ffffff;
  background-color: #ac5287;
  border-color: #ac5287; }

/* line 13144, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-green {
  border-color: #356e35; }

/* line 13147, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-green > .panel-heading {
  color: #ffffff;
  background-color: #356e35;
  border-color: #356e35; }

/* line 13152, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-blueLight {
  border-color: #92a2a8; }

/* line 13155, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-blueLight > .panel-heading {
  color: #ffffff;
  background-color: #92a2a8;
  border-color: #92a2a8; }

/* line 13160, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-pinkDark {
  border-color: #a8829f; }

/* line 13163, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-pinkDark > .panel-heading {
  color: #ffffff;
  background-color: #a8829f;
  border-color: #a8829f; }

/* line 13168, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-redLight {
  border-color: #a65858; }

/* line 13171, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-redLight > .panel-heading {
  color: #ffffff;
  background-color: #a65858;
  border-color: #a65858; }

/* line 13176, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-red {
  border-color: #a90329; }

/* line 13179, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-red > .panel-heading {
  color: #ffffff;
  background-color: #a90329;
  border-color: #a90329; }

/* line 13184, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-teal {
  border-color: #568a89; }

/* line 13187, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-teal > .panel-heading {
  color: #ffffff;
  background-color: #568a89;
  border-color: #568a89; }

/* line 13192, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-orange {
  border-color: #c79121; }

/* line 13195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-orange > .panel-heading {
  color: #ffffff;
  background-color: #c79121;
  border-color: #c79121; }

/* line 13200, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-blueDark {
  border-color: #4c4f53; }

/* line 13203, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-blueDark > .panel-heading {
  color: #ffffff;
  background-color: #4c4f53;
  border-color: #4c4f53; }

/* line 13208, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-magenta {
  border-color: #6e3671; }

/* line 13211, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-magenta > .panel-heading {
  color: #ffffff;
  background-color: #6e3671;
  border-color: #6e3671; }

/* line 13216, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-blue {
  border-color: #57889c; }

/* line 13219, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-blue > .panel-heading {
  color: #ffffff;
  background-color: #57889c;
  border-color: #57889c; }

/* line 13224, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.panel-footer > .btn-block {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom: none;
  border-left: none;
  border-right: none; }

/*
 * Circle Buttons
 */
/* line 13235, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

/* line 13246, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

/* line 13256, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

/*
 * Big Metro Buttons
 */
/* line 13269, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-metro {
  margin: 0 0 20px;
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 13274, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-metro > span {
  display: block;
  vertical-align: bottom;
  margin-top: 10px;
  text-transform: uppercase; }

/* line 13280, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-metro > span.label {
  position: absolute;
  top: 0px;
  right: 0px; }

/*
 * buttons with labels
 */
/* line 13288, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px; }

/* line 13296, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0; }

/* line 13300, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-link {
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 14px; }

/*
 * nav-demo-btn
 */
/* line 13308, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-demo-btn {
  background-color: rgba(77, 118, 134, 0.5);
  border-color: #3a7775; }

/* line 13312, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.nav-demo-btn:hover,
.nav-demo-btn:active {
  background-color: rgba(77, 118, 134, 0.7);
  border-color: #3a7775; }

/*
 * ANIMATION
 */
/* line 13320, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#left-panel {
  -webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transform: translate(0px, 0px) translateZ(0px); }

/* removed as it was too jerky */
/*#main {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}*/
/*
 * CHARTS
 */
/* line 13333, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chart-small,
.chart-large,
.chart-xl {
  overflow: hidden; }

/* line 13338, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chart-small {
  height: 100px;
  width: 100%; }

/* line 13342, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chart-large {
  height: 235px;
  width: 100%; }

/* line 13346, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chart-xl {
  height: 297px;
  width: 100%; }

/*
 * Flot Tool tips
 */
/* line 13353, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#flotTip {
  padding: 3px 5px;
  background-color: #ffffff;
  z-index: 9999;
  color: #333333;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border: 1px solid #C1C1C1;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 13368, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#flotTip span {
  color: #38812D;
  font-weight: bold; }

/* line 13372, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.legendLabel span {
  display: block;
  margin: 0 5px; }

/* line 13376, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.legendColorBox {
  padding-left: 10px;
  vertical-align: top;
  padding-top: 5px; }

/* line 13381, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.legendColorBox div > div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
 * Morris Charts
 */
/* line 13394, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

/* line 13404, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

/* line 13408, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

/* line 13412, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.morris-hover {
  position: absolute;
  z-index: 903; }

/* line 13416, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-page-footer .morris-hover {
  z-index: 900; }

/*
 * Flot Chart
 */
/* line 13422, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.chart {
  overflow: hidden;
  /*- disabled for widget chrome bug */
  height: 220px;
  margin: 20px 5px 10px 10px; }

/* line 13428, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-legend {
  margin-top: 30px !important; }

/* line 13431, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.has-legend-unique {
  margin-top: 19px !important; }

/*
 * Carren colors
 */
/* line 13437, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-color-good {
  color: #40ac2b; }

/* line 13440, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-color-bad {
  color: #ed1c24; }

/*
 * SIGNS
 */
/* line 13446, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.percent-sign:after,
.degree-sign:after {
  content: " %";
  line-height: normal; }

/* line 13451, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.degree-sign:after {
  content: "°F"; }

/*
 * HIDDEN MENU
 */
/* line 13457, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu #left-panel {
  left: -210px;
  z-index: 903; }

/* line 13461, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu #main {
  margin-left: 10px; }

/* line 13464, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu #left-panel:hover {
  left: 0px; }

/* line 13467, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu .minifyme {
  display: none; }

/* line 13470, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified #hide-menu {
  display: none; }

/* line 13473, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-header.pull-right {
  margin-left: 6px; }

/* line 13476, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-header a > span {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  display: inline-block; }

/* line 13483, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-header > :first-child > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 24px;
  min-width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  color: #6D6A69;
  font-size: 17px;
  margin: 10px 0 0 0; }

/* line 13510, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-header > :first-child > a:hover {
  border: 1px solid #bfbfbf;
  color: #222;
  transition: all 0.0s;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08); }

/* line 13518, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-header > :first-child > a:active {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15); }

/* line 13530, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu #hide-menu > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-color: #494949; }

/* line 13544, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu #hide-menu > :first-child > a:active,
.full-screen #fullscreen > :first-child > a:active {
  -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }

/*
 * AJAX DROPDOWN
 */
/* line 13552, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown > :first-child {
  margin: 0 0 3px 0;
  padding: 0 0 9px 0; }

/* line 13556, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown {
  position: absolute;
  display: none;
  z-index: 905;
  background: white;
  top: 48px;
  left: 16px;
  width: 344px;
  height: 435px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  padding: 10px;
  background: #ffffff;
  border: 1px solid #b3b3b3; }

/* line 13575, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown:after,
.ajax-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 13585, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px; }

/* line 13592, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

/* line 13599, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown .btn-group .btn {
  font-weight: bold;
  text-transform: capitalize; }

/* better for 3 childs*/
/* line 13604, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown .btn-group > :nth-child(2) {
  border-right-width: 0px;
  border-left-width: 0px; }

/* line 13608, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown .btn-group > :last-child {
  border-right-width: 1px !important; }

/* better for 4+ childs
 .ajax-dropdown .btn-group >:first-child {
 border-right-width:1px;
 }

 .ajax-dropdown .btn-group >:nth-child(n+2) {
 border-left-width:0px;
 }

 .ajax-dropdown .btn-group >:last-child {
 border-right-width:1px !important;
 }	*/
/* line 13623, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown .btn-group .btn:active {
  top: 0px;
  left: 0px; }

/* line 13627, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-notifications {
  height: 365px;
  display: block;
  overflow: auto;
  margin-right: -10px;
  margin-left: -10px;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  background: #E9E9E9; }

/* line 13637, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-notifications .alert.alert-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #757575;
  margin: 13px 10px; }

/* line 13643, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-notifications .alert > :first-child {
  margin-bottom: 10px;
  font-weight: 400; }

/* line 13647, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown > :last-child {
  font-size: 13px;
  display: block;
  padding: 5px 0;
  line-height: 22px;
  font-weight: 400; }

/* line 13654, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ajax-dropdown .fa-4x.fa-border {
  border-width: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 46px;
  text-align: center;
  color: #D1D1D1;
  border-color: #D1D1D1; }

/*
 * LARGE DROPDOWNS
 */
/* line 13669, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-large {
  position: static !important; }

/* line 13672, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px; }

/* line 13677, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0; }

/* line 13681, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large > li > ul > li {
  list-style: none; }

/* line 13684, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal; }

/* line 13693, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

/* line 13699, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999; }

/* line 13704, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

/* line 13712, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px; }

@media (max-width: 768px) {
  /* line 13717, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0; }

  /* line 13721, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dropdown-menu-large > li {
    margin-bottom: 30px; }

  /* line 13724, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0; }

  /* line 13727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important; } }
/*
 * PAGING
 */
/* line 13734, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 4px 9px;
  font-size: 12px; }

/*
 * NOTIFICATIONS : MAIL
 */
/* line 13742, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body *,
.notification-body:before *,
.notification-body:after * {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important; }

/* line 13749, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body {
  padding: 0 0 0 3px;
  margin: 0;
  list-style: none; }

/* line 13754, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative; }

/* line 13758, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li > span {
  background: #ffffff;
  display: block;
  min-height: 25px;
  overflow: hidden;
  padding: 8px 10px 13px;
  white-space: normal; }

/* line 13766, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li > span:hover {
  background: #F0F4F7;
  color: #667F8F; }

/* line 13770, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li a.msg {
  padding-left: 50px !important; }

/* line 13773, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li a,
.notification-body > li a:hover {
  text-decoration: none; }

/* line 13777, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li a,
.notification-body > li a span {
  display: block;
  position: relative;
  overflow: hidden; }

/* line 13783, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li a,
.notification-body > li a:hover {
  text-decoration: none; }

/* line 13787, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li:hover .progress {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #a7a7a7 inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #cccccc inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #ffffff inset; }

/* line 13793, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body > li:hover .text-muted {
  color: #333333; }

/* line 13796, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body .from {
  font-size: 14px;
  line-height: normal;
  color: #333333;
  font-weight: normal;
  margin-right: 60px;
  margin-bottom: 6px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* line 13808, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body .unread .from {
  font-weight: bold; }

/* line 13811, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body .unread {
  background: #FFFFE0; }

/* line 13814, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body time {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
  color: #058dc7; }

/* line 13822, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body .msg-body,
.notification-body .subject {
  font-size: 13px;
  color: #A0A0A0;
  max-height: 35px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* line 13832, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.notification-body .subject {
  font-size: 13px;
  color: #333333;
  max-height: 22px; }

/*
 * WIZARDS
 */
/* line 13840, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%; }

/* line 13847, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard a:hover,
.bootstrapWizard a:active,
.bootstrapWizard a:focus {
  text-decoration: none; }

/* line 13852, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  padding-left: 0; }

/* line 13859, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li:before {
  border-top: 3px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 11px;
  right: 1px;
  width: 100%;
  z-index: 1; }

/* line 13871, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li:first-child:before {
  left: 50%;
  max-width: 50%; }

/* line 13875, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li:last-child:before {
  max-width: 50%;
  width: 50%; }

/* line 13879, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li.complete .step {
  background: #0aa66e;
  padding: 1px 6px;
  border: 3px solid #55606E; }

/* line 13884, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px; }

/* line 13890, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li .step {
  background: #B2B5B9;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 7px 13px;
  border: 3px solid transparent;
  border-radius: 50%;
  line-height: normal;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.1s linear 0s; }

/* line 13906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step {
  background: #0091d9;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 13px;
  font-size: 15px;
  border-radius: 50%;
  border: 3px solid #55606E; }

/* line 13916, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li.complete .title,
.bootstrapWizard li.active .title {
  color: #2B3D53; }

/* line 13920, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bootstrapWizard li .title {
  color: #bfbfbf;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104; }

/* line 13933, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wizard-actions {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%; }

/* line 13940, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.wizard-actions li {
  display: inline; }

/* line 13943, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tab-content.transparent {
  background-color: transparent; }

/*
 * FUELUX WIZARD
 */
/* line 13949, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); }

/* line 13962, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  line-height: 0;
  content: ""; }

/* line 13968, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard:after {
  clear: both; }

/* line 13971, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none; }

/* line 13977, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul.previous-disabled li.complete {
  cursor: default; }

/* line 13980, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul.previous-disabled li.complete:hover {
  color: #356e35;
  cursor: default;
  background: #f3f4f5; }

/* line 13985, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5; }

/* line 13988, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed; }

/* line 14000, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4; }

/* line 14010, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: ""; }

/* line 14020, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li.complete {
  color: #468847;
  background: #f3f4f5; }

/* line 14024, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li.complete:hover {
  cursor: pointer;
  background: #e7eff8; }

/* line 14028, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8; }

/* line 14031, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5; }

/* line 14034, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc; }

/* line 14038, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc; }

/* line 14041, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li .badge {
  margin-right: 8px; }

/* line 14044, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px; }

/* line 14048, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard .actions {
  position: absolute;
  right: 0;
  z-index: 2;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #eeeeee;
  border-left: 1px solid #d4d4d4; }

/* line 14060, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px; }

/* line 14065, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard .actions .btn-prev i {
  margin-right: 5px; }

/* line 14068, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .wizard .actions .btn-next i {
  margin-left: 5px; }

/* line 14071, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .step-content .step-pane {
  display: none; }

/* line 14074, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .step-content .active {
  display: block; }

/* line 14077, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fuelux .step-content .active .btn-group .active {
  display: inline-block; }

/*
 * jarvismetro TILE
 */
/* line 14083, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile {
  float: left;
  display: block;
  background-color: #ffffff;
  width: 100px;
  height: 70px;
  cursor: pointer;
  box-shadow: inset 0px 0px 1px #FFFFCC;
  border: 1px dotted #C5C5C5;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-smooth: always;
  margin: 0 10px 20px 0;
  padding: 5px;
  position: relative; }

/* line 14100, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile:hover {
  z-index: 10;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07); }

/* line 14105, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile.big-cubes {
  width: 120px;
  height: 120px; }

/* line 14109, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile.double {
  width: 249px; }

/* line 14112, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile:active {
  top: 1px;
  left: 1px; }

/* line 14116, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile .iconbox {
  text-align: center; }

/* line 14119, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile .iconbox i {
  display: block;
  margin: 15px auto 0;
  height: 75px; }

/* line 14124, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile .iconbox span {
  display: block;
  text-align: left; }

/* line 14128, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.jarvismetro-tile .iconbox span > span {
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 5px 5px;
  border: 1px solid #ffffff; }

/* line 14136, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut .selected {
  border: 1px solid #0091d9 !important; }

/* line 14139, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut .selected {
  position: relative; }

/* line 14142, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut .selected:before {
  display: block;
  position: absolute;
  content: "\f00c";
  color: #ffffff;
  right: 4px;
  top: 3px;
  font-family: FontAwesome;
  z-index: 2; }

/* line 14152, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut .selected:after {
  width: 0;
  height: 0;
  border-top: 35px solid #0091d9;
  border-left: 35px solid rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  right: 0;
  content: "";
  top: 0;
  z-index: 1; }

/*
 * SHORT CUT
 */
/* line 14167, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #33302F;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 907;
  display: none;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 14183, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut ul {
  padding: 15px 20px 10px;
  list-style: none;
  margin: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #423F3F; }

/* line 14191, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut ul li {
  display: inline-block;
  width: auto; }

/* line 14195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut ul li .jarvismetro-tile {
  margin: 0px 3px 3px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

/* line 14202, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut ul li .jarvismetro-tile:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 14206, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#shortcut ul li .jarvismetro-tile:active,
#shortcut ul li .jarvismetro-tile:focus {
  left: 0;
  top: 0; }

/* line 14211, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.shortcut-on #response-btn {
  display: none !important; }

/* line 14214, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.shortcut-on #main .navbar,
.shortcut-on #left-bar .navbar {
  border: none !important; }

/*
 * ARROW BOX
 */
/* line 14221, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.arrow-box-up:after,
.arrow-box-up:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 14231, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.arrow-box-up:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px; }

/* line 14238, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.arrow-box-up:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

/*
 * right
 */
/* line 14248, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.arrow-box-up-right:after,
.arrow-box-up-right:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 14258, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.arrow-box-up-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  right: 10px;
  margin-left: -7px; }

/* line 14265, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.arrow-box-up-right:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  right: 9px;
  margin-left: -8px; }

/*
 * BOOTSTRAP TOOLTIP
 */
/* line 14275, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tooltip-inner {
  padding: 5px 10px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 0px; }

/*
 * WEBKIT SCROLLING CSS
 * Reference: http://stackoverflow.com/questions/10592657/scrollbar-stylesheet
 * GitHub Source: https://gist.github.com/jambu/2004633
 */
/* line 14287, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  height: 10px;
  width: 10px; }

/* line 14292, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar:hover {
  background-color: #E9E9E9;
  border: 1px solid #dbdbdb; }

/* line 14296, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-button:start:decrement,
.custom-scroll::-webkit-scrollbar-button:end:increment {
  background: transparent;
  display: block;
  height: 0; }

/* line 14302, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-track {
  background-clip: padding-box;
  border-width: 0 0 0 4px;
  border: solid transparent; }

/* line 14307, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-track-piece {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0; }

/* line 14315, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border-width: 0;
  border: none;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

/* line 14324, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scroll::-webkit-scrollbar-thumb:horizontal {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #bfbfbf;
  border-radius: 0; }

/* line 14333, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-thumb:active {
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
  background-color: rgba(0, 0, 0, 0.44);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33); }

/* line 14339, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #959595; }

/*
 * Typehead
 */
/* line 14345, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  height: 32px;
  padding: 6px 12px; }

/* line 14351, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

/* line 14367, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tt-suggestion {
  display: block;
  padding: 3px 20px; }

/* line 14371, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #0081c2; }

/* line 14375, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tt-suggestion.tt-is-under-cursor a {
  color: #ffffff; }

/* line 14378, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.tt-suggestion p {
  margin: 0; }

/*
 * Google Maps
 */
/* line 14384, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.google_maps {
  width: 100%;
  height: 350px;
  position: relative; }

/* line 14389, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.google_maps * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

/* line 14394, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.google_maps img {
  max-width: none;
  /* needed for google map popup*/ }

/*
 * Header btn
 */
/* line 14401, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.header-btn {
  margin-top: 5px; }

/*
 * CKEDITOR
 */
/* line 14407, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cke_top {
  background: rgba(248, 248, 248, 0.9) !important;
  background-image: none !important; }

/*
 * BS Multiselect
 * TODO:
 */
/* line 14415, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 14421, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container .input-group {
  margin: 5px; }

/* line 14424, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container > li {
  padding: 0; }

/* line 14427, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold; }

/* line 14430, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold; }

/* line 14436, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal; }

/* line 14442, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0; }

/* line 14446, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px; }

/* line 14449, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/*
 * FORMS: INPUT WITH ICONS
 */
/* line 14456, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group .icon-addon .form-control {
  border-radius: 0; }

/* line 14459, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon {
  position: relative;
  color: #555;
  display: block; }

/* line 14464, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " "; }

/* line 14469, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon:after {
  clear: both; }

/* line 14472, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

/* line 14485, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px; }

/* line 14491, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.input-group-lg .icon-addon.addon-lg + .input-group-btn > .btn {
  height: 46px; }

/* line 14494, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5; }

/* line 14500, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px; }

/* line 14507, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal; }

/* line 14513, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px; }

/* line 14520, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #2580db; }

/* line 14526, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.icon-addon input:disabled + .glyphicon,
.icon-addon select:disabled + .glyphicon,
.icon-addon input:disabled + .fa,
.icon-addon select:disabled + .fa {
  color: #ccc; }

/* line 14532, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress {
  position: relative; }

/* line 14535, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 18px; }

/* line 14540, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

/* line 14548, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

/* line 14555, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.right .progress-bar {
  right: 0; }

/* line 14558, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0; }

/* line 14562, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical {
  width: 18px;
  height: 100%;
  float: left;
  margin-right: 18px; }

/* line 14568, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical.bottom {
  position: relative; }

/* line 14571, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0; }

/* line 14575, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  -webkit-transition: all height 0.6s ease ease-out;
  -moz-transition: all height 0.6s ease ease-out;
  -o-transition: all height 0.6s ease ease-out;
  transition: all height 0.6s ease ease-out; }

/* line 14586, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0; }

/*
 * PROGRESS BARS
 */
/* line 14593, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-micro {
  height: 3px !important;
  line-height: 3px !important; }

/* line 14597, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-xs {
  height: 7px !important;
  line-height: 7px !important; }

/* line 14601, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-sm {
  height: 14px !important;
  line-height: 14px !important; }

/* line 14605, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-lg {
  height: 30px !important;
  line-height: 30px !important; }

/* line 14609, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px; }

/* line 14614, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center; }

/* line 14622, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center; }

/* line 14629, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.right .progress-bar {
  right: 0; }

/* line 14632, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0; }

/* line 14636, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical {
  width: 25px;
  height: 100%;
  min-height: 150px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0px; }

/* line 14644, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.wide-bar {
  width: 40px; }

/* line 14647, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical.bottom {
  position: relative; }

/* line 14650, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0; }

/* line 14654, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease; }

/* line 14660, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0; }

/* line 14664, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 22px;
  background: #eeeeee;
  box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

/* line 14677, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  background-color: #57889c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: url(/assets/pattern/overlay-pattern-5c7acaac29e28a2ca53e3d336a6c5090b567115f1b7e28f6895d272b23e8a89b.png); }

/* line 14691, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

/* line 14698, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 14705, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-bar-danger {
  background-color: #a90329; }

/* line 14708, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 14714, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-bar-success {
  background-color: #739e73; }

/* line 14717, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 14723, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-bar-warning {
  background-color: #c79121; }

/* line 14726, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 14732, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-bar-info {
  background-color: #57889c; }

/* line 14735, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 14741, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.progress-info .bar,
.progress .bar-info {
  background: #57889c; }

/* line 14745, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.vertical-bars {
  padding: 0;
  margin: 0; }

/* line 14749, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.vertical-bars:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

/* line 14755, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.vertical-bars li {
  padding: 14px 0;
  width: 25%;
  display: block;
  float: left;
  text-align: center; }

/* line 14762, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.vertical-bars li:first-child {
  border-left: none; }

/* line 14765, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.vertical-bars > li > .progress.vertical:first-child {
  margin-left: auto; }

/* line 14768, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.vertical-bars > li > .progress.vertical {
  margin: 0 auto;
  float: none; }

/*
 * BAR HOLDER
 */
/* line 14775, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bar-holder:first-child {
  border-top: none; }

/* line 14778, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bar-holder {
  padding: 18px 15px; }

/* line 14781, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bar-holder .progress {
  margin: 0; }

/* progress bar colors */
/* line 14785, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value] {
  margin-top: 15px !important;
  overflow: visible;
  margin-bottom: 0px; }

/* line 14790, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.dataTable [data-progressbar-value] {
  min-width: 70px; }

/* line 14793, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="100"]:before,
[data-progressbar-value="100"]:after,
[data-progressbar-value]:before,
[data-progressbar-value]:after {
  position: absolute;
  background: none;
  font-size: 11px;
  top: -12px; }

/* line 14802, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value]:before {
  content: attr(data-progressbar-value);
  left: attr(data-progressbar-value) px; }

/* line 14806, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value]:after {
  content: "%";
  left: 13px; }

/* line 14810, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="1"] > .progress-bar {
  width: 1%;
  background: #a90329; }

/* line 14814, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="2"] > .progress-bar {
  width: 2%;
  background: #a90329; }

/* line 14818, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="3"] > .progress-bar {
  width: 3%;
  background: #a90329; }

/* line 14822, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="4"] > .progress-bar {
  width: 4%;
  background: #a90329; }

/* line 14826, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="5"] > .progress-bar {
  width: 5%;
  background: #a90329; }

/* line 14830, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="6"] > .progress-bar {
  width: 6%;
  background: #a90329; }

/* line 14834, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="7"] > .progress-bar {
  width: 7%;
  background: #a90329; }

/* line 14838, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="8"] > .progress-bar {
  width: 8%;
  background: #a90329; }

/* line 14842, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="9"] > .progress-bar {
  width: 9%;
  background: #a90329; }

/* line 14846, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="10"] > .progress-bar {
  width: 10%;
  background: #db0435; }

/* line 14850, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="11"] > .progress-bar {
  width: 11%;
  background: #c79121; }

/* line 14854, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="12"] > .progress-bar {
  width: 12%;
  background: #c79121; }

/* line 14858, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="13"] > .progress-bar {
  width: 13%;
  background: #c79121; }

/* line 14862, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="14"] > .progress-bar {
  width: 14%;
  background: #c79121; }

/* line 14866, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="15"] > .progress-bar {
  width: 15%;
  background: #c79121; }

/* line 14870, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="16"] > .progress-bar {
  width: 16%;
  background: #c79121; }

/* line 14874, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="17"] > .progress-bar {
  width: 17%;
  background: #c79121; }

/* line 14878, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="18"] > .progress-bar {
  width: 18%;
  background: #c79121; }

/* line 14882, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="19"] > .progress-bar {
  width: 19%;
  background: #c79121; }

/* line 14886, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="20"] > .progress-bar {
  width: 20%;
  background: #c79121; }

/* line 14890, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="21"] > .progress-bar {
  width: 21%;
  background: #c79121; }

/* line 14894, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="22"] > .progress-bar {
  width: 22%;
  background: #c79121; }

/* line 14898, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="23"] > .progress-bar {
  width: 23%;
  background: #c79121; }

/* line 14902, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="24"] > .progress-bar {
  width: 24%;
  background: #c79121; }

/* line 14906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="25"] > .progress-bar {
  width: 25%;
  background: #c79121; }

/* line 14910, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="26"] > .progress-bar {
  width: 26%;
  background: #c79121; }

/* line 14914, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="27"] > .progress-bar {
  width: 27%;
  background: #c79121; }

/* line 14918, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="28"] > .progress-bar {
  width: 28%;
  background: #c79121; }

/* line 14922, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="29"] > .progress-bar {
  width: 29%;
  background: #c79121; }

/* line 14926, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="30"] > .progress-bar {
  width: 30%;
  background: #c79121; }

/* line 14930, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="31"] > .progress-bar {
  width: 31%;
  background: #c79121; }

/* line 14934, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="32"] > .progress-bar {
  width: 32%;
  background: #c79121; }

/* line 14938, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="33"] > .progress-bar {
  width: 33%;
  background: #c79121; }

/* line 14942, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="34"] > .progress-bar {
  width: 34%;
  background: #c79121; }

/* line 14946, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="35"] > .progress-bar {
  width: 35%;
  background: #c79121; }

/* line 14950, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="36"] > .progress-bar {
  width: 36%;
  background: #c79121; }

/* line 14954, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="37"] > .progress-bar {
  width: 37%;
  background: #c79121; }

/* line 14958, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="38"] > .progress-bar {
  width: 38%;
  background: #c79121; }

/* line 14962, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="39"] > .progress-bar {
  width: 39%;
  background: #c79121; }

/* line 14966, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="40"] > .progress-bar {
  width: 40%;
  background: #c79121; }

/* line 14970, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="41"] > .progress-bar {
  width: 41%;
  background: #404040; }

/* line 14974, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="42"] > .progress-bar {
  width: 42%;
  background: #404040; }

/* line 14978, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="43"] > .progress-bar {
  width: 43%;
  background: #404040; }

/* line 14982, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="44"] > .progress-bar {
  width: 44%;
  background: #404040; }

/* line 14986, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="45"] > .progress-bar {
  width: 45%;
  background: #404040; }

/* line 14990, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="46"] > .progress-bar {
  width: 46%;
  background: #404040; }

/* line 14994, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="47"] > .progress-bar {
  width: 47%;
  background: #404040; }

/* line 14998, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="48"] > .progress-bar {
  width: 48%;
  background: #404040; }

/* line 15002, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="49"] > .progress-bar {
  width: 49%;
  background: #404040; }

/* line 15006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="50"] > .progress-bar {
  width: 50%;
  background: #404040; }

/* line 15010, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="51"] > .progress-bar {
  width: 51%;
  background: #404040; }

/* line 15014, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="52"] > .progress-bar {
  width: 52%;
  background: #404040; }

/* line 15018, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="53"] > .progress-bar {
  width: 53%;
  background: #404040; }

/* line 15022, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="54"] > .progress-bar {
  width: 54%;
  background: #404040; }

/* line 15026, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="55"] > .progress-bar {
  width: 55%;
  background: #404040; }

/* line 15030, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="56"] > .progress-bar {
  width: 56%;
  background: #404040; }

/* line 15034, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="57"] > .progress-bar {
  width: 57%;
  background: #404040; }

/* line 15038, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="58"] > .progress-bar {
  width: 58%;
  background: #404040; }

/* line 15042, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="59"] > .progress-bar {
  width: 59%;
  background: #404040; }

/* line 15046, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="60"] > .progress-bar {
  width: 60%;
  background: #404040; }

/* line 15050, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="61"] > .progress-bar {
  width: 61%;
  background: #3276b1; }

/* line 15054, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="62"] > .progress-bar {
  width: 62%;
  background: #3276b1; }

/* line 15058, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="63"] > .progress-bar {
  width: 63%;
  background: #3276b1; }

/* line 15062, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="64"] > .progress-bar {
  width: 64%;
  background: #404040; }

/* line 15066, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="65"] > .progress-bar {
  width: 65%;
  background: #3276b1; }

/* line 15070, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="66"] > .progress-bar {
  width: 66%;
  background: #3276b1; }

/* line 15074, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="67"] > .progress-bar {
  width: 67%;
  background: #3276b1; }

/* line 15078, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="68"] > .progress-bar {
  width: 68%;
  background: #3276b1; }

/* line 15082, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="69"] > .progress-bar {
  width: 69%;
  background: #3276b1; }

/* line 15086, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="70"] > .progress-bar {
  width: 70%;
  background: #3276b1; }

/* line 15090, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="71"] > .progress-bar {
  width: 71%;
  background: #3276b1; }

/* line 15094, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="72"] > .progress-bar {
  width: 72%;
  background: #3276b1; }

/* line 15098, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="73"] > .progress-bar {
  width: 73%;
  background: #3276b1; }

/* line 15102, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="74"] > .progress-bar {
  width: 74%;
  background: #3276b1; }

/* line 15106, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="75"] > .progress-bar {
  width: 75%;
  background: #3276b1; }

/* line 15110, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="76"] > .progress-bar {
  width: 76%;
  background: #3276b1; }

/* line 15114, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="77"] > .progress-bar {
  width: 77%;
  background: #3276b1; }

/* line 15118, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="78"] > .progress-bar {
  width: 78%;
  background: #3276b1; }

/* line 15122, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="79"] > .progress-bar {
  width: 79%;
  background: #3276b1; }

/* line 15126, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="80"] > .progress-bar {
  width: 80%;
  background: #3276b1; }

/* line 15130, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="81"] > .progress-bar {
  width: 81%;
  background: #a0bda0; }

/* line 15134, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="82"] > .progress-bar {
  width: 82%;
  background: #a0bda0; }

/* line 15138, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="83"] > .progress-bar {
  width: 83%;
  background: #a0bda0; }

/* line 15142, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="84"] > .progress-bar {
  width: 84%;
  background: #9dbb9d; }

/* line 15146, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="85"] > .progress-bar {
  width: 85%;
  background: #9dbb9d; }

/* line 15150, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="86"] > .progress-bar {
  width: 86%;
  background: #9dbb9d; }

/* line 15154, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="87"] > .progress-bar {
  width: 87%;
  background: #97b797; }

/* line 15158, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="88"] > .progress-bar {
  width: 88%;
  background: #97b797; }

/* line 15162, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="89"] > .progress-bar {
  width: 89%;
  background: #91b391; }

/* line 15166, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="90"] > .progress-bar {
  width: 90%;
  background: #91b391; }

/* line 15170, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="91"] > .progress-bar {
  width: 91%;
  background: #91b391; }

/* line 15174, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="92"] > .progress-bar {
  width: 92%;
  background: #8eb18e; }

/* line 15178, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="93"] > .progress-bar {
  width: 93%;
  background: #8baf8b; }

/* line 15182, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="94"] > .progress-bar {
  width: 94%;
  background: #88ad88; }

/* line 15186, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="95"] > .progress-bar {
  width: 95%;
  background: #85ab85; }

/* line 15190, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="96"] > .progress-bar {
  width: 96%;
  background: #82a882; }

/* line 15194, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="97"] > .progress-bar {
  width: 97%;
  background: #7fa67f; }

/* line 15198, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="98"] > .progress-bar {
  width: 98%;
  background: #7ca47c; }

/* line 15202, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="99"] > .progress-bar {
  width: 99%;
  background: #79a279; }

/* line 15206, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="100"] > .progress-bar {
  width: 100%;
  background: #739e73;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  background-image: none !important; }

/* line 15216, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="100"]:before {
  content: attr(data-progressbar-value) "%";
  top: -12px;
  left: attr(data-progressbar-value) px; }

/* line 15221, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[data-progressbar-value="100"]:after {
  content: "complete";
  left: auto;
  right: 0px;
  color: #739e73; }

/* This issue relates to container + toggle menu with a result of overflow. */
/* line 15228, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
html.hidden-menu-mobile-lock {
  overflow-x: hidden; }

/*
 * No Padding
 */
/* line 15234, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-content-padding {
  margin: -10px -14px 0 -14px;
  /*used with content >:first-child */ }

/* line 15238, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding {
  padding: 0px !important; }

/* line 15241, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > pre {
  margin: 30px; }

/* line 15244, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > table,
.no-padding .dataTables_wrapper table {
  border: none !important;
  margin-bottom: 0px !important;
  border-bottom-width: 0px !important; }

/* line 15250, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding-bottom {
  padding-bottom: 0px !important; }

/* line 15253, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-5 {
  padding: 5px !important; }

/* line 15256, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-7 {
  padding: 7px !important; }

/* line 15259, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-10 {
  padding: 10px !important; }

/* line 15262, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-gutter {
  padding: 13px !important; }

/* line 15265, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-top-10 {
  padding-top: 10px !important; }

/* line 15268, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-top-15 {
  padding-top: 15px !important; }

/* line 15271, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-bottom-10 {
  padding-bottom: 10px !important; }

/* line 15274, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-bottom-0 {
  padding-bottom: 0px !important; }

/* line 15277, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.padding-top-0 {
  padding-top: 0px !important; }

/* line 15280, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > table tr td:last-child,
.no-padding > table tr th:last-child,
.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child {
  border-right: none !important; }

/* line 15286, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding > table tr td:first-child,
.no-padding > table tr th:first-child,
.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child {
  border-left: none !important; }

/* line 15292, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-padding .dataTables_wrapper table tbody tr:last-child td {
  border-bottom: 0; }

/*
 * Font Weights
 */
/* line 15298, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.semi-bold {
  font-weight: 400 !important; }

/* line 15301, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.ultra-light {
  font-weight: 300 !important; }

/*
 * Font Sizes
 */
/* line 15307, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.font-xs {
  font-size: 85% !important; }

/* line 15310, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.font-sm {
  font-size: 95% !important; }

/* line 15313, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.font-md {
  font-size: 130% !important; }

/* line 15316, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.font-lg {
  font-size: 160% !important; }

/* line 15319, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.font-xl {
  font-size: 200% !important; }

/* line 15322, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.font-400 {
  font-size: 400% !important; }

/*
 * Margins
 */
/* line 15328, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-margin {
  margin: 0px !important; }

/* line 15331, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-top-5 {
  margin-top: 5px !important; }

/* line 15334, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-top-10 {
  margin-top: 10px !important; }

/* line 15337, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-bottom-5 {
  margin-bottom: 5px !important; }

/* line 15340, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important; }

/* line 15343, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-right-5 {
  margin-right: 5px !important; }

/* line 15346, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-top-0 {
  margin-top: 0px !important; }

/* line 15349, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.margin-bottom-0 {
  margin-bottom: 0px !important; }

/*
 * No border
 */
/* line 15355, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-border,
.well[class*=" bg-"].no-border {
  border-width: 0px !important; }

/* line 15359, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-border-transparent {
  border-color: transparent !important; }

/* line 15362, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-border-radius {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

/*
 * Inlines
 */
/* line 15370, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.display-inline {
  display: inline-block !important; }

/* line 15373, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.display-normal {
  display: inline !important; }

/*
 * CURSORS
 */
/* line 15379, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.cursor-pointer {
  cursor: pointer; }

/*
 * Images
 */
/* line 15385, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hover-transparent {
  opacity: .5; }

/* line 15388, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hover-transparent:hover {
  opacity: 1; }

/*
 * Forced text alignments
 */
/* line 15394, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.text-align-center,
.text-center {
  text-align: center !important; }

/* line 15398, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.text-align-left,
.text-left {
  text-align: left !important; }

/* line 15402, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.text-align-right,
.text-right {
  text-align: right !important; }

/*
 * HR
 */
/* line 15409, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
hr.simple {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: dashed; }

/*
 * SHORT CUTS
 */
/* line 15417, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pull-right {
  float: right !Important; }

/* line 15420, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.pull-left {
  float: left !Important; }

/*
 * Air fields
 * Description: absolute positioned objects
 */
/* line 15427, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air {
  position: absolute;
  z-index: 5; }

/* line 15431, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air-bottom {
  bottom: 0px; }

/* line 15434, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air-top {
  top: 0px; }

/* line 15437, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air-top-right {
  top: 0px;
  right: 0px; }

/* line 15441, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air-top-left {
  top: 0px;
  left: 0px; }

/* line 15445, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air-bottom-left {
  bottom: 0px;
  left: 0px; }

/* line 15449, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.air-bottom-right {
  bottom: 0px;
  right: 0px; }

/*
 * Display none
 */
/* line 15456, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.display-none {
  display: none !important; }

/*
 * Custom Radio and Input
 * SETUP
 */
/* line 15463, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.checkbox input[type="checkbox"].checkbox + span,
.checkbox-inline input[type="checkbox"].checkbox + span,
.radiobox-inline input[type="radio"].radiobox + span,
.radio input[type="radio"].radiobox + span {
  margin-left: -20px; }

/* line 15469, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form-inline .checkbox input[type="checkbox"].checkbox + span,
.form-inline .radiobox input[type="radio"].radiobox + span {
  margin-left: 0px; }

/* line 15473, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.form-inline .checkbox,
.form-inline .radiobox {
  padding-left: 0px; }

/* line 15477, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox + span,
input[type="checkbox"].checkbox + span {
  vertical-align: middle;
  line-height: 20px; }

/* line 15482, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
input[type="checkbox"].checkbox + span,
input[type="checkbox"].checkbox + span:after,
input[type="checkbox"].checkbox + span:before,
input[type="radio"].radiobox + span,
input[type="radio"].radiobox + span:after,
input[type="radio"].radiobox + span:before {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important; }

/* line 15492, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
input[type="checkbox"].checkbox,
input[type="radio"].radiobox {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 18px;
  height: 18px; }

/* line 15500, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox + span,
label input[type="radio"].radiobox + span {
  position: relative;
  z-index: 19;
  display: inline-block;
  margin: 0;
  line-height: 17px;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px; }

/* line 15511, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox + span:hover,
label input[type="radio"].radiobox + span:hover {
  cursor: pointer; }

/* line 15515, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox + span:before,
label input[type="checkbox"].checkbox + span:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  border-radius: 0;
  content: "\a0";
  /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  height: 12px;
  line-height: 12px;
  min-width: 12px;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
  font-weight: normal;
  margin-top: -1px; }

/*
 * RADIO
 */
/* line 15538, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox + span:before {
  content: "\a0";
  /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2); }

/* line 15546, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox:checked + span {
  font-weight: bold; }

/* DEFAULT COLOR */
/* line 15550, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox:checked + span:before {
  content: "\f111";
  /* circle */
  color: #2E7BCC; }

/* ORANGE COLOR */
/* line 15556, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox.style-3:checked + span:before {
  color: #a90329;
  border-color: #a90329; }

/* CHROME COLOR */
/* line 15561, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox.style-2:checked + span:before {
  color: #66665e;
  border-color: #4d90fe;
  font-size: 9px; }

/* line 15566, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox.style-2:checked + span {
  font-weight: normal; }

/* Style 1 Radio */
/* line 15570, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox.style-1 + span:before {
  font-size: 9px;
  background: #ffffff;
  text-shadow: none;
  box-shadow: none !important;
  border-width: 1px;
  height: 13px;
  line-height: 13px;
  min-width: 13px; }

/* line 15580, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox.style-1:checked + span:before {
  font-size: 10px;
  color: #333333;
  border-color: #333333;
  background: #ffffff; }

/* line 15586, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"].radiobox.style-1:checked + span {
  font-weight: normal; }

/*
 * RADIO:HOVER & ACTIVE STATES
 */
/* DEFAULT:HOVER radio content --> 2022 */
/* line 15593, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="radio"].radiobox + span:before,
label:hover input[type="radio"].radiobox:checked + span:before {
  color: #2E7BCC;
  border-color: #2E7BCC; }

/* ORANGE:HOVER */
/* line 15599, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="radio"].radiobox.style-3 + span:before,
label:hover input[type="radio"].radiobox.style-3:checked + span:before {
  color: #a90329;
  border-color: #a90329; }

/* CHROME:HOVER */
/* line 15605, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="radio"].radiobox.style-2:checked + span:before {
  color: #66665e;
  border-color: #4d90fe; }

/* METRO:HOVER */
/* line 15610, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="radio"].radiobox.style-1:checked + span:before {
  color: #333333;
  border-color: #333333;
  background: #ffffff; }

/* line 15615, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="radio"].radiobox.style-1 + span:before {
  color: #333333;
  border-color: #333333;
  background: #ffffff; }

/* DEFAULT:ACTIVE */
/* line 15621, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="radio"].radiobox + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }

/*
 * RADIO:DISABLE STATES
 */
/* GLOBAL */
/* line 15628, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"][disabled].radiobox + span,
label input[type="radio"][disabled].radiobox:checked + span,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
  color: #A7A7A7;
  cursor: not-allowed; }

/* line 15634, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"][disabled].radiobox:checked + span:before {
  content: "\f111"; }

/* line 15637, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="radio"][disabled].radiobox:checked + span:before,
label input[type="radio"][disabled].radiobox + span:before,
label:active input[type="radio"][disabled].radiobox:checked + span:before,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
  background: #eee !important;
  border-color: #CCC !important;
  box-shadow: none;
  color: #A7A7A7; }

/*
 * CHECKBOX
 */
/* line 15649, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox + span:before {
  content: "\a0";
  /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */ }

/* line 15653, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox:checked + span:before {
  content: "\f00c"; }

/* line 15656, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox:checked + span {
  font-weight: bold; }

/* DEFAULT COLOR */
/* line 15660, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox:checked + span:before {
  color: #2E7BCC; }

/* RED COLOR */
/* line 15664, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-3:checked + span:before {
  color: #ffffff;
  border-color: #a90329;
  background: #a90329; }

/* CHROME */
/* line 15670, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-2 + span:before {
  background: transparent;
  border-color: #c1c1c1;
  box-shadow: none; }

/* line 15675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-2:checked + span:before {
  content: "\f00c";
  color: #66665e;
  border-color: #4d90fe;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #ffffff;
  /*#fefeec*/ }

/* line 15682, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-2:checked + span {
  font-weight: normal; }

/* METRO COLOR */
/* line 15686, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-1 + span:before {
  color: #333333;
  background: #ffffff;
  text-shadow: none;
  box-shadow: none !important;
  border-width: 1px;
  height: 12px;
  line-height: 13px;
  min-width: 12px; }

/* line 15696, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-1:checked + span:before {
  color: #333333;
  border-color: #333333; }

/* line 15700, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"].checkbox.style-1:checked + span {
  font-weight: normal; }

/*
 * CHECKBOX:HOVER & ACTIVE STATES
 */
/* line 15706, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="checkbox"].checkbox + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }

/* DEFAULT:HOVER */
/* line 15710, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="checkbox"].checkbox + span:before {
  color: #2E7BCC;
  border-color: #2E7BCC; }

/* RED:HOVER*/
/* line 15715, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="checkbox"].checkbox.style-3 + span:before {
  color: #ffffff;
  border-color: #A90327; }

/* CHROME:HOVER*/
/* line 15720, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="checkbox"].checkbox.style-2 + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2); }

/* line 15723, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="checkbox"].checkbox.style-2:checked + span:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }

/* METRO:HOVER*/
/* line 15727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:hover input[type="checkbox"].checkbox.style-1 + span:before {
  border-color: #333333; }

/* DEFAULT:ACTIVE */
/* line 15731, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="checkbox"].checkbox:checked + span:before {
  color: #ffffff;
  background: #2E7BCC;
  border-color: #2E7BCC; }

/* RED:ACTIVE */
/* line 15737, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="checkbox"].checkbox.style-3:checked + span:before {
  color: #a90329;
  background: #ffffff;
  border-color: #a90329; }

/* CHROME:ACTIVE */
/* line 15743, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="checkbox"].checkbox.style-2:checked + span:before {
  color: #66665e;
  background: transparent;
  border-color: #c1c1c1;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }

/* line 15749, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="checkbox"].checkbox.style-2 + span:before {
  color: #66665e;
  background: transparent;
  border-color: #c1c1c1;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }

/* METRO:ACTIVE */
/* line 15756, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label:active input[type="checkbox"].checkbox.style-1:checked + span:before {
  color: #ffffff;
  background: #333333;
  border-color: #333333; }

/*
 * CHECKBOX:DISABLE STATES
 */
/* GLOBAL */
/* line 15765, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"][disabled].checkbox + span,
label input[type="checkbox"][disabled].checkbox:checked + span,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
  color: #A7A7A7;
  cursor: not-allowed; }

/* line 15771, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"][disabled].checkbox:checked + span:before {
  content: "\f00c";
  color: #A7A7A7; }

/* line 15775, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"][disabled].checkbox.style-2:checked + span:before {
  content: "\f00c"; }

/* line 15778, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
label input[type="checkbox"][disabled].checkbox:checked + span:before,
label input[type="checkbox"][disabled].checkbox + span:before,
label:active input[type="checkbox"][disabled].checkbox:checked + span:before,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
  background: #eee !important;
  border-color: #CCC !important;
  box-shadow: none;
  color: #A7A7A7;
  box-shadow: none !important; }

/*
 * ANIMATED
 */
/* Navigation icon first level
.desktop-detected nav > ul > li > a:hover i {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}

.desktop-detected nav > ul > li > a:hover i {
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}*/
/* All dropdowns */
/* line 15810, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.open > .dropdown-menu {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 15824, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.active + .ajax-dropdown {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/*
	 * USED WITH DEMO
	 */
/* line 15841, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.square {
  display: block;
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 20px; }

/*
	 * RESET BOOTSTRAP DEFAULT IE FILTER
	 */
/* line 15851, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
[class^="bg-"],
[class*=" bg-"] {
  filter: none !important; }

/*
	 * TEXT COLOR
	 */
/* line 15858, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-blue {
  color: #57889c !important; }

/* line 15861, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-blueLight {
  color: #92a2a8 !important; }

/* line 15864, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-blueDark {
  color: #4c4f53 !important; }

/* line 15867, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-green {
  color: #356e35 !important; }

/* line 15870, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-greenLight {
  color: #71843f !important; }

/* line 15873, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-greenDark {
  color: #496949 !important; }

/* line 15876, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-red {
  color: #a90329 !important; }

/* line 15879, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-yellow {
  color: #b09b5b !important; }

/* line 15882, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-orange {
  color: #b19a6b !important; }

/* line 15885, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-orangeDark {
  color: #a57225 !important; }

/* line 15888, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-pink {
  color: #ac5287 !important; }

/* line 15891, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-pinkDark {
  color: #a8829f !important; }

/* line 15894, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-purple {
  color: #6e587a !important; }

/* line 15897, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-darken {
  color: #404040 !important; }

/* line 15900, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-lighten {
  color: #d5e7ec !important; }

/* line 15903, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-white {
  color: #ffffff !important; }

/* line 15906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-grayDark {
  color: #525252 !important; }

/* line 15909, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-magenta {
  color: #6e3671 !important; }

/* line 15912, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-teal {
  color: #568a89 !important; }

/* line 15915, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.txt-color-redLight {
  color: #a65858 !important; }

/*
	 * BACKGROUNDS
	 */
/* line 15921, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-blue {
  background-color: #57889c !important; }

/* line 15924, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-blueLight {
  background-color: #92a2a8 !important; }

/* line 15927, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-blueDark {
  background-color: #4c4f53 !important; }

/* line 15930, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-green {
  background-color: #356e35 !important; }

/* line 15933, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-greenLight {
  background-color: #71843f !important; }

/* line 15936, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-greenDark {
  background-color: #496949 !important; }

/* line 15939, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-red {
  background-color: #a90329 !important; }

/* line 15942, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-yellow {
  background-color: #b09b5b !important; }

/* line 15945, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-orange {
  background-color: #c79121 !important; }

/* line 15948, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-orangeDark {
  background-color: #a57225 !important; }

/* line 15951, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-pink {
  background-color: #ac5287 !important; }

/* line 15954, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-pinkDark {
  background-color: #a8829f !important; }

/* line 15957, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-purple {
  background-color: #6e587a !important; }

/* line 15960, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-darken {
  background-color: #404040 !important; }

/* line 15963, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-lighten {
  background-color: #d5e7ec !important; }

/* line 15966, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-white {
  background-color: #ffffff !important; }

/* line 15969, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-grayDark {
  background-color: #525252 !important; }

/* line 15972, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-magenta {
  background-color: #6e3671 !important; }

/* line 15975, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-teal {
  background-color: #568a89 !important; }

/* line 15978, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.bg-color-redLight {
  background-color: #a65858 !important; }

/*
 * SmartAdmin Colorblind CSS
 * Description: This is an experimental CSS based on
 * several design factors and pointers derived from
 * http://blog.templatemonster.com/2012/03/21/designing-colorblind-friendly-website/
 *
 * While this may not be 100% accurate, but makes
 * SmartAdmin's components much more accessable
 * for the colorblind
 */
/* line 15991, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .alert,
.colorblind-friendly .btn-primary {
  color: #FFFFFF; }

/* line 15995, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .btn:hover {
  background: #fff;
  color: #333;
  border-color: #333; }

/* line 16000, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .alert-danger,
.colorblind-friendly .btn-danger {
  background-image: url(/assets/colorblind-friendly/pt1-cfc3ae9e1f7c93e89be9f05f57259051192e69beae78fec1c5c0baff8e080c18.png);
  border-color: #272727;
  background-color: #303030; }

/* line 16006, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .alert-success,
.colorblind-friendly .btn-success {
  background-image: url(/assets/colorblind-friendly/pt2-5374f99f9981a03e013e37c8ad0b6cbb5902aa7dd4fd3620f2c47297e9378c18.png);
  border-color: #FF00EB;
  background-color: #1E5E00; }

/* line 16012, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .alert-warning,
.colorblind-friendly .btn-warning {
  background-image: url(/assets/colorblind-friendly/pt3-92b0a8f132d476c17f3d85f76385f33ac062e15e60bc50215372f6f0e4cdd283.png);
  border-color: #5F4415;
  background-color: #A07A00; }

/* line 16018, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .alert-info,
.colorblind-friendly .btn-info {
  border-color: #FF9900;
  background-color: #002E70; }

/*
 * WIDGETs
 */
/* line 16026, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .jarviswidget-ctrls .button-icon:hover {
  background-color: #333;
  color: #fff !important; }

/* line 16030, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .jarviswidget-color-blueDark .jarviswidget-ctrls .button-icon:hover,
.colorblind-friendly .jarviswidget-color-darken .jarviswidget-ctrls .button-icon:hover,
.colorblind-friendly .jarviswidget-color-blue .jarviswidget-ctrls .button-icon:hover {
  background-color: #fff;
  color: #333 !important; }

/* line 16036, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .jarviswidget {
  position: relative; }

/* line 16039, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .jarviswidget:hover:before {
  position: absolute;
  top: -3px;
  left: -5px;
  right: -5px;
  bottom: 0;
  border: 6px solid #333;
  visibility: visible;
  overflow: visible;
  height: 103%;
  z-index: 0;
  border-bottom-width: 10px; }

/*
 * TABS
 */
/* line 16055, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.colorblind-friendly .nav > li:not(.active) > a:focus,
.colorblind-friendly .nav > li:not(.active) > a:hover {
  background-color: #303030;
  color: #fff !important; }

/* line 16060, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.page-footer {
  height: 52px;
  padding: 15px 13px 0;
  padding-left: 233px;
  border-top: 1px solid #CECECE;
  background: #2a2725;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0px; }

/* line 16071, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.fixed-page-footer .page-footer {
  position: fixed;
  z-index: 901; }

/* line 16075, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.minified .page-footer {
  padding-left: 58px; }

/* line 16078, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.container.fixed-page-footer .page-footer {
  max-width: 1164px; }

/* line 16081, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.hidden-menu .page-footer {
  padding-left: 20px; }

/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
  /* mobile lock x-scroll for menu */
  /* line 16089, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  html.hidden-menu-mobile-lock {
    overflow-x: hidden; }

  /* Force content to spread 100% */
  /* line 16093, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main {
    width: 100% !important; }

  /* Footer */
  /* line 16097, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .page-footer {
    padding: 15px 14px 0; }

  /* Profile Page */
  /* line 16101, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic > img {
    width: 110px; }

  /* Profile Page */
  /* line 16105, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic {
    float: left; }

  /* line 16108, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic > img {
    margin-right: 10px; }

  /* line 16111, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic + div,
  .profile-pic + div + div {
    padding-left: 30px;
    padding-right: 30px; }

  /* added new class per version 1.3
	html, body {
		overflow-x: hidden !important;
	}*/
  /* line 16120, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #fullscreen > :first-child > a {
    display: none !important; }

  /* line 16123, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  body.container {
    border: none !important;
    width: 100% !important; }

  /* line 16127, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-data-message > :first-child {
    height: 50px;
    overflow: hidden; }

  /* line 16131, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stats .show-stat-buttons > :first-child {
    padding-right: 13px; }

  /* line 16134, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stats .show-stat-buttons > :last-child {
    padding-left: 13px; }

  /* line 16137, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-checkbox-triggered > .btn-group .btn {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 16141, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-body .table-wrap {
    padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }

  /* line 16146, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-nav-bar {
    padding-left: 5px;
    padding-right: 5px; }

  /* line 16150, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-data-message > :first-child > :first-child {
    display: block !important;
    font-size: 14px; }

  /* line 16154, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-table-icon > :first-child {
    margin-top: 12px; }

  /* line 16157, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #inbox-table .inbox-table-icon {
    padding-left: 10px !important; }

  /* search header */
  /* line 16161, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .header-search.pull-right {
    margin-left: 0px; }

  /* Visibility */
  /* line 16165, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .visible-tablet {
    display: inline-block !important; }

  /* line 16168, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-tablet,
  .display-inline.hidden-tablet {
    display: none !important; }

  /* line 16172, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .jarviswidget header h2 {
    width: 310px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

  /* dropzone image fix */
  /* line 16179, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .dropzone .dz-default.dz-message {
    background-size: 100%;
    width: 200px;
    height: 43px;
    margin-left: -112px;
    margin-top: -23.5px; } }
/* MOBILE LAYOUT STARTS HERE */
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 16192, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main::after {
    /*content: "IPAD HORIZONTAL";*/ }

  /* line 16195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main {
    margin-left: 0; }

  /* line 16198, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #left-panel {
    left: -220px; }

  /* minified adjustment counter */
  /* line 16202, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .minified #left-panel {
    left: 0px; }

  /* responsive menu button */
  /* line 16206, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a {
    margin-top: 9px;
    width: 40px; }

  /* line 16210, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header a {
    margin-top: 9px !important;
    width: 40px !important; }

  /* line 16214, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i {
    color: #6D6A69;
    font-size: 100%; }

  /* line 16218, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #hide-menu i {
    color: #ffffff; }

  /* line 16221, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i::before {
    content: "\f0c9"; }

  /* line 16224, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #left-panel {
    left: 0; }

  /* line 16227, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #main {
    position: relative;
    left: 210px; }

  /* line 16231, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%; }

  /* line 16235, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .fixed-ribbon #ribbon {
    left: 0px; }

  /* line 16238, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .jarviswidget header h2 {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

  /*
	 * Header search
	 */
  /* line 16247, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .header-search > input[type="text"] {
    margin-top: 9px; } }
/*
 * IPAD VERTICAL
 */
@media (min-width: 768px) and (max-width: 880px) {
  /* line 16255, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main::after {
    /*content: "IPAD VERTICAL";*/ }

  /* line 16258, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main {
    margin-left: 0;
    overflow-x: hidden; }

  /* line 16262, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #left-panel {
    left: -220px; }

  /* line 16265, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .no-content-padding {
    margin: 0 -14px !important; }

  /* line 16268, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important; }

  /* minified adjustment counter */
  /* line 16272, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .minified #left-panel {
    left: 0px; }

  /* responsive menu button */
  /* line 16276, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important; }

  /* line 16283, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-top: 10px; }

  /* line 16286, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo img {
    width: 127px; }

  /* transparent header button */
  /* line 16290, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important; }

  /* line 16297, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a:hover {
    color: #a90329; }

  /* line 16300, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%; }

  /* line 16304, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #hide-menu i {
    color: #ffffff; }

  /* line 16307, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i::before {
    content: "\f0c9"; }

  /* line 16310, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #left-panel {
    left: 0px; }

  /* line 16313, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #main {
    position: relative;
    left: 210px; }

  /* line 16317, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%; }

  /* line 16321, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .fixed-ribbon #ribbon {
    left: 0px; }

  /* line 16324, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .jarviswidget header h2 {
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

  /*
	 * Header search
	 */
  /* line 16333, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .header-search > input[type="text"] {
    margin-top: 9px; } }
/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
  /* Profile Page */
  /* line 16342, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic > img {
    width: 100px; }

  /* line 16345, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main::after {
    /*content: "OTHER DEVICES";*/ }

  /* line 16348, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main {
    margin-left: 0px;
    overflow-x: hidden; }

  /* line 16352, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #left-panel {
    left: -220px; }

  /* dashboard microcharts */
  /* line 16356, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stat-microcharts > div {
    margin-top: 0px !important;
    border-right: none !important; }

  /* line 16360, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stat-buttons {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  /* padding adjustment */
  /* line 16365, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #content,
  #ribbon {
    padding-left: 5px;
    padding-right: 5px; }

  /* line 16370, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #header {
    padding-right: 5px; }

  /* line 16373, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-left: 4px; }

  /* line 16376, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .no-content-padding {
    margin: 0 -5px !important; }

  /* line 16379, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important; }

  /* minified adjustment counter */
  /* line 16383, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .minified #left-panel {
    left: 0px; }

  /* transparent header button */
  /* line 16387, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important; }

  /* line 16394, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a:hover {
    color: #a90329; }

  /* responsive menu button */
  /* line 16398, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important; }

  /* line 16405, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a {
    width: 50px !important; }

  /* line 16408, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-top: 10px; }

  /* line 16411, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo img {
    width: 127px; }

  /* line 16414, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%; }

  /* line 16418, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #hide-menu i {
    color: #ffffff; }

  /* line 16421, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i::before {
    content: "\f0c9"; }

  /* line 16424, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #left-panel {
    left: 0px; }

  /* line 16427, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #main {
    position: relative;
    left: 210px; }

  /* line 16431, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%; }

  /* line 16435, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .fixed-ribbon #ribbon {
    left: 0px; }

  /*.fixed-navigation #left-panel {
		position:absolute !important;
	}*/
  /* line 16441, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  body.fixed-navigation.hidden-menu {
    overflow: hidden !important; }

  /*
	 * fixed ribbon
	 */
  /* line 16447, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .fixed-ribbon #content {
    padding-top: 52px; }

  /*
	 * header search
	 */
  /* line 16453, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .header-search {
    display: none; }

  /* line 16456, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #search-mobile {
    display: block; }

  /* line 16459, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 49px;
    background: #333;
    padding: 0 2px;
    box-sizing: border-box;
    left: 0px; }

  /* line 16470, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > input[type="text"] {
    margin-top: 2px;
    height: 45px;
    border-color: #333;
    padding-right: 75px; }

  /* line 16476, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > button {
    height: 29px;
    line-height: 29px;
    background: #DDDDDD; }

  /* line 16481, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > button {
    right: 44px; }

  /* line 16484, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile #search-mobile {
    display: none; }

  /* line 16487, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile #cancel-search-js {
    display: block; }

  /* line 16490, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .jarviswidget header h2 {
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }
/*
 * ANDROID
 */
@media only screen and (min-width: 0px) and (max-width: 679px) {
  /* Profile Page */
  /* line 16502, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic > img {
    width: 90px; }

  /* line 16505, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main::after {
    /*content: "ANDROID";*/ }

  /* line 16508, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main {
    margin-left: 0;
    overflow-x: hidden; }

  /* line 16512, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #left-panel {
    left: -220px; }

  /* dashboard microcharts */
  /* line 16516, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stat-microcharts > div {
    margin-top: 0px !important;
    border-right: none !important; }

  /* line 16520, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stat-buttons {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  /* padding adjustment */
  /* line 16525, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #content,
  #ribbon {
    padding-left: 5px;
    padding-right: 5px; }

  /* line 16530, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #header {
    padding-right: 5px; }

  /* line 16533, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-left: 4px; }

  /* line 16536, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .no-content-padding {
    margin: 0 -5px !important; }

  /* line 16539, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important; }

  /* minified adjustment counter */
  /* line 16543, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .minified #left-panel {
    left: 0px; }

  /* header color altered and adjusted for mobile view & contrast */
  /* line 16547, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #header {
    background: #ffffff; }

  /* line 16550, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #ribbon {
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #E6E6E6;
    background: #F5F5F5; }

  /* line 16555, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #ribbon .breadcrumb a,
  #ribbon .breadcrumb {
    color: #6D6C6C !important; }

  /* line 16559, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #ribbon .breadcrumb > .active,
  #ribbon .breadcrumb li:last-child {
    color: #333 !important; }

  /* responsive menu button */
  /* line 16564, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important; }

  /* line 16571, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a {
    width: 50px !important; }

  /* line 16574, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-top: 10px; }

  /* line 16577, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo img {
    width: 127px; }

  /* transparent header button */
  /* line 16581, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important; }

  /* line 16588, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a:hover {
    color: #a90329; }

  /* menu btn cont... */
  /* line 16592, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%; }

  /* line 16596, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #hide-menu i {
    color: #ffffff; }

  /* line 16599, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i::before {
    content: "\f0c9"; }

  /* line 16602, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #left-panel {
    left: 0; }

  /* line 16605, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #main {
    position: relative;
    left: 210px; }

  /* line 16609, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%; }

  /* line 16613, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .fixed-ribbon #ribbon {
    left: 0px; }

  /*
	 * header search
	 */
  /* line 16619, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .header-search {
    display: none; }

  /* line 16622, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #search-mobile {
    display: block; }

  /* line 16625, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 49px;
    background: #333;
    padding: 0 2px;
    box-sizing: border-box;
    left: 0px; }

  /* line 16636, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > input[type="text"] {
    margin-top: 2px;
    height: 45px;
    border-color: #333;
    padding-right: 75px; }

  /* line 16642, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > button {
    height: 29px;
    line-height: 29px;
    background: #DDDDDD; }

  /* line 16647, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > button {
    right: 44px; }

  /* line 16650, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile #search-mobile {
    display: none; }

  /* line 16653, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile #cancel-search-js {
    display: block; }

  /* line 16656, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-tablet {
    display: none !important; }

  /* line 16659, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .jarviswidget header h2 {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }
/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* Hide headings on phones as its not needed*/
  /* line 16671, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .page-title {
    display: none; }

  /* Profile Page */
  /* line 16675, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic {
    text-align: left; }

  /* line 16678, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic > img {
    width: 90px;
    margin-left: 0px;
    top: -25px;
    margin-right: 0px; }

  /* line 16684, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic + div > h1 {
    font-size: 20px; }

  /* line 16687, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-pic + div > h1 small {
    font-size: 16px; }

  /* line 16690, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .profile-carousel .carousel-indicators {
    top: 10px; }

  /* line 16693, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main::after {
    /*content: "IPHONE";*/ }

  /* line 16696, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #main {
    margin-left: 0;
    overflow-x: hidden; }

  /* line 16700, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #left-panel {
    left: -220px; }

  /* dashboard microcharts */
  /* line 16704, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stat-microcharts > div {
    margin-top: 0px !important;
    border-right: none !important; }

  /* line 16708, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .show-stat-buttons {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  /* padding adjustment */
  /* line 16713, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #content,
  #ribbon {
    padding-left: 5px;
    padding-right: 5px; }

  /* line 16718, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #header {
    padding-right: 5px; }

  /* line 16721, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-left: 4px; }

  /* line 16724, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .no-content-padding {
    margin: 0 -5px !important; }

  /* line 16727, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .inbox-nav-bar.no-content-padding {
    margin-top: -10px !important; }

  /* minified adjustment counter */
  /* line 16731, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .minified #left-panel {
    left: 0px; }

  /* header color altered and adjusted for mobile view & contrast */
  /* line 16735, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #header {
    background: #ffffff; }

  /* line 16738, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #ribbon {
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #E6E6E6;
    background: #F5F5F5; }

  /* line 16743, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #ribbon .breadcrumb a,
  #ribbon .breadcrumb {
    color: #6D6C6C !important; }

  /* line 16747, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #ribbon .breadcrumb > .active,
  #ribbon .breadcrumb li:last-child {
    color: #333 !important; }

  /* lego width adjustment */
  /* line 16752, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    width: 135px; }

  /* line 16755, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo-group {
    width: 169px !important; }

  /* spark line top */
  /* line 16759, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #sparks {
    text-align: center;
    background: #E0E0E0;
    padding: 10px 0;
    margin-bottom: 15px; }

  /* line 16765, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #sparks li {
    padding: 0 10px 0 20px; }

  /* responsive menu button */
  /* line 16769, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a,
  .btn-header a {
    margin-top: 5px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important; }

  /* line 16776, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo {
    margin-top: 10px; }

  /* line 16779, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #logo img {
    width: 127px; }

  /* transparent header button */
  /* line 16783, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a {
    border: none !important;
    background: none;
    margin-left: 0;
    width: 25px !important;
    box-shadow: none !important; }

  /* line 16790, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .btn-header.transparent a:hover {
    color: #a90329; }

  /* line 16793, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu > :first-child > a {
    width: 46px !important; }

  /* line 16796, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i {
    color: #6D6A69;
    font-size: 121%; }

  /* line 16800, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #hide-menu i {
    color: #ffffff; }

  /* line 16803, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #hide-menu i::before {
    content: "\f0c9"; }

  /* line 16806, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #left-panel {
    left: 0px; }

  /* line 16809, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu #main {
    position: relative;
    left: 210px; }

  /* line 16813, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-menu.fixed-ribbon #ribbon {
    left: 220px;
    width: 100%; }

  /* line 16817, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .fixed-ribbon #ribbon {
    left: 0px; }

  /* #*$^& Bootstrap 3 ! */
  /* line 16821, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .hidden-mobile {
    display: none !important; }

  /* line 16824, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .visible-mobile {
    display: inline-block !important; }

  /* activity panel */
  /* line 16828, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .ajax-notifications {
    height: 250px; }

  /* line 16831, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .ajax-dropdown {
    width: 299px;
    height: 320px;
    left: 0;
    top: 49px; }

  /* line 16837, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .ajax-dropdown:before {
    margin-left: -14px; }

  /* line 16840, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .ajax-dropdown:after {
    margin-left: -13px; }

  /*
	 * header search
	 */
  /* line 16846, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .header-search {
    display: none; }

  /* line 16849, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  #search-mobile {
    display: block;
    margin-left: 0; }

  /* line 16853, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 49px;
    background: #333;
    padding: 0 2px;
    box-sizing: border-box;
    left: 0px; }

  /* line 16864, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > input[type="text"] {
    margin-top: 2px;
    height: 45px;
    border-color: #333;
    padding-right: 75px; }

  /* line 16870, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > button {
    height: 29px;
    line-height: 29px;
    background: #DDDDDD; }

  /* line 16875, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile .header-search > button {
    right: 44px; }

  /* line 16878, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile #search-mobile {
    display: none; }

  /* line 16881, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .search-mobile #cancel-search-js {
    display: block; }

  /* widget headers width */
  /* line 16885, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .jarviswidget header h2 {
    width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }
@-ms-viewport {}
/* line 16895, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#extr-page #main {
  margin-top: 0px !important; }

/* line 16898, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#mobile-profile-img {
  display: none !important;
  padding-right: 2px !important;
  padding-left: 2px !important; }

/* line 16903, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top #mobile-profile-img {
  display: block !important; }

/* line 16906, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
#mobile-profile-img a.userdropdown img {
  width: 30px;
  margin-top: 5px;
  margin-left: 2px;
  border-radius: 3px;
  border: 1px solid #797979 !important; }

/* line 16913, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .page-footer {
  padding: 15px 13px 0; }

/* line 16916, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top.hidden-menu #left-panel {
  left: 0px; }

/* line 16919, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top #main {
  margin-left: 0px !important;
  margin-top: 69px !important; }

/* line 16923, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .minifyme,
.menu-on-top #hide-menu,
.menu-on-top #logout {
  display: none !important; }

/* line 16928, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel {
  width: 100% !important;
  min-height: 0 !important;
  height: auto;
  overflow: visible;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #222;
  border-top: 1px solid #333; }

/* line 16938, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul {
  display: block;
  width: 100%; }

/* line 16942, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li:first-child {
  margin-left: 0px; }

/* line 16945, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li {
  display: block;
  position: relative;
  height: auto !important;
  padding: 0px !important;
  display: inline-block;
  float: left;
  border-right: 1px solid #222;
  border-left: 1px solid #4E4E4E;
  overflow: visible; }

/* line 16956, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li > a {
  display: inline-block;
  height: 68px;
  line-height: 17px;
  text-shadow: none !important;
  font-size: 13px;
  text-decoration: none;
  line-height: 22px;
  padding: 10px 9px !important; }

/* line 16966, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top li.active > a {
  font-weight: bold !important; }

/* line 16969, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .login-info,
.menu-on-top nav > ul > li > a b {
  display: none; }

/* line 16973, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li > a > i {
  display: block !important;
  margin: 1px 0 4px;
  line-height: inherit;
  width: auto;
  /*vertical-align: sub;*/
  text-align: center;
  font-size: 24px;
  margin-bottom: 2px;
  width: 100%; }

/* line 16984, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .menu-item-parent {
  max-width: 72px;
  min-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 13px; }

/* line 16993, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .menu-item-parent + span {
  float: none !important;
  top: 5px;
  right: 5px;
  position: absolute; }

/* line 16999, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul li a {
  padding-left: 10px !important;
  font-size: 13px; }

/* Hover state */
/* line 17004, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #cfcfcf));
  background: -ms-linear-gradient(bottom, #ffffff, #cfcfcf);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #cfcfcf 100%);
  background: -o-linear-gradient(#cfcfcf, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#ffffff', GradientType=0); }

/* line 17012, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li:hover > a {
  color: #333 !important;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding-left: 8px !important;
  padding-right: 8px !important; }

/* line 17019, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li > ul {
  position: absolute !important;
  background: #3a3633; }

/* line 17023, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav > ul > li:hover > ul {
  display: block !important; }

/* line 17026, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top aside#left-panel nav ul li.active > a:before {
  content: "" !important; }

/* line 17029, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav > ul ul li::before,
.menu-on-top nav > ul > li > ul::before {
  border: none; }

/* hover state universal */
/* line 17034, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul li a,
.menu-on-top nav ul ul ul li a {
  color: #4C4F53; }

/* line 17038, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul li a:hover,
.menu-on-top nav ul ul ul li a:hover {
  color: #fff;
  background-color: #4C4F53; }

/* line 17043, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul li:hover > a {
  color: #fff;
  background-color: #4C4F53; }

/* line 17047, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav > ul ul ul {
  border-top: 1px solid #c7c7c7 !important; }

/* Hover state second level */
/* line 17051, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul li {
  overflow: visible; }

/* line 17054, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul,
.menu-on-top nav ul ul ul {
  display: none !important;
  background: #ffffff !important;
  box-shadow: none;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: inset 0px -4px 0px 0px #bd2a2a;
  -moz-box-shadow: inset 0px -4px 0px 0px #bd2a2a;
  box-shadow: inset 0px -4px 0px 0px #bd2a2a;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid #BD2A2A;
  border-top: none;
  width: 200px;
  border-radius: 0;
  padding: 3px;
  margin-left: 0px; }

/* line 17072, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav > ul ul li:hover > ul {
  display: block !important;
  position: absolute;
  z-index: 999;
  left: 100%;
  top: -8px;
  background: #333; }

/*
 * Child Arrow
 */
/* top level childs */
/* line 17084, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav > ul > li > a:after {
  content: "\f0dd" !important;
  top: 76% !important;
  color: #636363 !important;
  left: 46%; }

/* next level childs */
/* line 17091, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav > ul > li > a:after,
.menu-on-top nav > ul ul > li a:after,
.menu-on-top nav ul ul li:hover > a:after,
.menu-on-top nav > ul ul > li a:hover:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  display: block !important;
  position: absolute;
  top: 9px;
  right: 4px;
  color: #333; }

/* line 17109, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul li:hover > a:after,
.menu-on-top nav > ul ul > li a:hover:after {
  color: #fff; }

/* line 17113, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav > ul ul > li a:only-child:after,
.menu-on-top nav > ul > li > a:only-child:after {
  content: "" !important; }

/*
 * Active Child
 */
/* line 17120, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul .active > a {
  color: #333 !important; }

/* line 17123, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top nav ul ul .active > a:hover,
.menu-on-top nav ul ul li.active:hover > a {
  color: #fff !important; }

/*
 * SLIMSCROLL CSS CHANGE
 */
/* line 17130, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .slimScrollDiv,
.menu-on-top nav {
  overflow: visible !important; }

/*
 * FIXED TOP HEADER
 */
/* line 17137, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.menu-on-top.fixed-header {
  padding-top: 49px; }

/*
 * FIXED TOP HEADER + NAV
 */
/* line 17143, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.menu-on-top.fixed-header.fixed-navigation nav > ul {
  padding-right: 0px;
  /**/
  position: relative;
  /**/
  height: auto;
  /**/
  width: auto;
  /**/
  overflow: visible;
  /**/ }

/*
 * FIXED TOP HEADER + NAV + RIBBON
 */
/* line 17158, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
  left: 0px;
  top: 118px; }

/*
 * RESPONSIVE
 */
/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
  /* line 17169, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top #mobile-profile-img a.userdropdown img {
    width: 39px;
    margin-top: 0px;
    margin-left: 2px;
    border-radius: 3px;
    margin-right: -3px; }

  /* line 17176, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top .btn-header.pull-right {
    margin-left: 0px !important; }

  /* line 17179, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top #main {
    margin-top: 0px !important; }

  /* line 17182, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top #left-panel {
    left: 0px;
    display: none; }

  /* line 17186, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
    top: 49px; }

  /* line 17189, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top.hidden-menu #left-panel {
    display: block; }

  /* line 17192, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top.hidden-menu #main {
    left: 0px !important; }

  /* line 17195, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top #hide-menu {
    display: block !important; }

  /* line 17198, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top aside#left-panel nav {
    height: 300px !important;
    overflow: scroll;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch; }

  /* line 17204, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top .menu-item-parent {
    white-space: inherit;
    overflow: visible;
    text-overflow: inherit;
    text-align: left;
    min-width: 85%;
    max-width: 85%;
    padding-left: 5px; }

  /* line 17213, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top .menu-item-parent + span {
    top: 50%;
    margin-top: -8px; }

  /* line 17217, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav li.active > ul {
    display: block; }

  /* line 17220, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav > ul > li.active {
    background: #fff;
    background: -moz-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(66%, #ffffff));
    background: -webkit-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
    background: -o-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
    background: -ms-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
    background: linear-gradient(to bottom, #cfcfcf 0, #ffffff 66%); }

  /* line 17229, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav > ul > li.active > a {
    color: #333 !important; }

  /* line 17232, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav ul ul li:hover > a:after,
  .menu-on-top nav > ul ul > li a:after,
  .menu-on-top nav > ul ul > li a:hover:after,
  .menu-on-top nav > ul > li > a:after {
    top: 50%;
    right: 15px;
    font-size: 15px;
    margin-top: -8px;
    content: "\f0dd" !important; }

  /* line 17242, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav > ul ul > li a:only-child:after,
  .menu-on-top nav > ul > li > a:only-child:after {
    content: "" !important; }

  /* line 17246, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav > ul > li > a:after {
    top: 50% !important;
    left: auto;
    margin-top: -14px;
    font-size: 20px; }

  /* line 17252, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav ul ul,
  .menu-on-top nav ul ul ul {
    padding: 0px;
    border: none; }

  /* line 17257, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav ul ul ul {
    border-bottom: 2px solid #333; }

  /* line 17260, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top aside#left-panel nav > ul > li {
    width: 100%; }

  /* line 17263, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top aside#left-panel nav > ul > li > a {
    height: auto;
    display: block;
    padding: 8px 9px !important;
    border-bottom: 1px dotted #585858; }

  /* line 17269, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top nav > ul > li > ul > li > a,
  .menu-on-top nav > ul > li > ul > li > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  /* line 17274, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top aside#left-panel nav > ul > li > a > i {
    display: inline !important; }

  /* menu child */
  /* line 17278, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top aside#left-panel nav > ul li ul {
    position: relative !important;
    width: 100%;
    top: 0px;
    left: 0px; }

  /* line 17284, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
  .menu-on-top aside#left-panel nav > ul > li:active > ul,
  .menu-on-top aside#left-panel nav > ul > li:focus > ul {
    display: block !important; } }
/*
 * Menu on top invisible
 * applying this class will make these elements invisible
 * when menu on top is enabled
 */
/* line 17294, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.menu-on-top .top-menu-invisible {
  display: none !important; }

/* line 17297, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-menu #left-panel,
.no-menu #hide-menu,
.no-menu #logout {
  display: none !important; }

/* line 17302, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-menu #main {
  margin: 0px !important; }

/* line 17305, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-menu #mobile-profile-img {
  display: block !important; }

/* line 17308, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.no-menu #mobile-profile-img a.userdropdown img {
  width: 30px;
  margin-top: 5px;
  margin-left: 2px;
  border-radius: 3px;
  border: 1px solid #797979 !important; }

/* line 17316, /mnt/ebs/application/staging/releases/20230422220518/app/assets/stylesheets/smartadmin-production.scss */
.superbox-imageinfo em {
  display: block;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
