@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,900,900i&subset=latin-ext);@charset "UTF-8";
:root {
  --active-accordion-height: 0px;
  --active-dt-hidden-row-height: 0px
; }

/*! * animate.css -http://daneden.me/animate * Version - 3.5.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT ** Copyright (c) 2017 Daniel Eden */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.fa-icon::before, .fa-pull-left.select::before, .fa-pull-left.input.combine::before, .fa-pull-left.combine.sylect-search::before, .fa-pull-left.combine.ss-search::before, .fa-pull-left.sylect::before, .fa-pull-left.search-select-wrapper::before, .fa-pull-left.image-preview::before, .sylect-drop > ul > li.fa-pull-left.active::before, .ss-drop > ul > li.fa-pull-left.active::before, .fa-pull-left.chip-button::before, .sv-multi-select-search i.fa-pull-left::before, .fa-pull-left.fa-icon::after, .fa-pull-left.select::after, .fa-pull-left.input.combine::after, .fa-pull-left.combine.sylect-search::after, .fa-pull-left.combine.ss-search::after, .fa-pull-left.sylect::after, .fa-pull-left.search-select-wrapper::after, .fa-pull-left.image-preview::after, .sylect-drop > ul > li.fa-pull-left.active::after, .ss-drop > ul > li.fa-pull-left.active::after, .fa-pull-left.chip-button::after, .sv-multi-select-search i.fa-pull-left::after, .file > [type="file"] + label.fa-pull-left::before, .choose > input + label.fa-pull-left:before, .fa-pull-left.mod-close-icon:before {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.fa-icon::before, .fa-pull-right.select::before, .fa-pull-right.input.combine::before, .fa-pull-right.combine.sylect-search::before, .fa-pull-right.combine.ss-search::before, .fa-pull-right.sylect::before, .fa-pull-right.search-select-wrapper::before, .fa-pull-right.image-preview::before, .sylect-drop > ul > li.fa-pull-right.active::before, .ss-drop > ul > li.fa-pull-right.active::before, .fa-pull-right.chip-button::before, .sv-multi-select-search i.fa-pull-right::before, .fa-pull-right.fa-icon::after, .fa-pull-right.select::after, .fa-pull-right.input.combine::after, .fa-pull-right.combine.sylect-search::after, .fa-pull-right.combine.ss-search::after, .fa-pull-right.sylect::after, .fa-pull-right.search-select-wrapper::after, .fa-pull-right.image-preview::after, .sylect-drop > ul > li.fa-pull-right.active::after, .ss-drop > ul > li.fa-pull-right.active::after, .fa-pull-right.chip-button::after, .sv-multi-select-search i.fa-pull-right::after, .file > [type="file"] + label.fa-pull-right::before, .choose > input + label.fa-pull-right:before, .fa-pull-right.mod-close-icon:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .pull-left.fa-icon::before, .pull-left.select::before, .pull-left.input.combine::before, .pull-left.combine.sylect-search::before, .pull-left.combine.ss-search::before, .pull-left.sylect::before, .pull-left.search-select-wrapper::before, .pull-left.image-preview::before, .sylect-drop > ul > li.pull-left.active::before, .ss-drop > ul > li.pull-left.active::before, .pull-left.chip-button::before, .sv-multi-select-search i.pull-left::before, .pull-left.fa-icon::after, .pull-left.select::after, .pull-left.input.combine::after, .pull-left.combine.sylect-search::after, .pull-left.combine.ss-search::after, .pull-left.sylect::after, .pull-left.search-select-wrapper::after, .pull-left.image-preview::after, .sylect-drop > ul > li.pull-left.active::after, .ss-drop > ul > li.pull-left.active::after, .pull-left.chip-button::after, .sv-multi-select-search i.pull-left::after, .file > [type="file"] + label.pull-left::before, .choose > input + label.pull-left:before, .pull-left.mod-close-icon:before {
  margin-right: .3em; }

.fa.pull-right, .pull-right.fa-icon::before, .pull-right.select::before, .pull-right.input.combine::before, .pull-right.combine.sylect-search::before, .pull-right.combine.ss-search::before, .pull-right.sylect::before, .pull-right.search-select-wrapper::before, .pull-right.image-preview::before, .sylect-drop > ul > li.pull-right.active::before, .ss-drop > ul > li.pull-right.active::before, .pull-right.chip-button::before, .sv-multi-select-search i.pull-right::before, .pull-right.fa-icon::after, .pull-right.select::after, .pull-right.input.combine::after, .pull-right.combine.sylect-search::after, .pull-right.combine.ss-search::after, .pull-right.sylect::after, .pull-right.search-select-wrapper::after, .pull-right.image-preview::after, .sylect-drop > ul > li.pull-right.active::after, .ss-drop > ul > li.pull-right.active::after, .pull-right.chip-button::after, .sv-multi-select-search i.pull-right::after, .file > [type="file"] + label.pull-right::before, .choose > input + label.pull-right:before, .pull-right.mod-close-icon:before {
  margin-left: .3em; }

.fa, .fa-icon::before, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .image-preview::before, .sylect-drop > ul > li.active::before, .ss-drop > ul > li.active::before, .chip-button::before, .sv-multi-select-search i::before, .fa-icon::after, .select::after, .input.combine::after, .combine.sylect-search::after, .combine.ss-search::after, .sylect::after, .search-select-wrapper::after, .image-preview::after, .sylect-drop > ul > li.active::after, .ss-drop > ul > li.active::after, .chip-button::after, .sv-multi-select-search i::after, .file > [type="file"] + label::before, .choose > input + label:before, .mod-close-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before, .sv-multi-select-search i:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before, .choose > input + label:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.choose > input:disabled + label:before,
.sylect-drop > ul > li.active:before,
.ss-drop > ul > li.active:before,
.chip-button:before,
.mod-close-icon:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.image-preview:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before, .select:before, .input.combine:before, .combine.sylect-search:before, .combine.ss-search:before, .sylect:before, .search-select-wrapper:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(font/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(font/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(font/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(font/fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(font/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(img/760bd83ee04dff470e0277f3eb7deebe.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* *** Core Files *** */
.flex-items, .align-start-x, .align-start, .dt-cell-hidden-group > .dt-cell, .mod-header, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner, .align-center-x, .align-center, .btn-icon, .input.icon > label, .sylect-search > label, .ss-search > label, .file-block > [type="file"] + label::before, .file-photo > [type="file"] + label::before, .choose > input + label, .chip, .chip-button, .tnb-mob-nav-content h1, #login-theme-1, #login-theme-1 .content-side, .ControlPanel .tnb-logo, .form-load-wrap, .Modal, #login-theme-1 #copy-right-bar, .align-end-x, .align-end, .dt-cell-manage-buttons, .dash-info-box .info-box-inner .info-box-total .result div, .align-between-x, .form-headbar, #login-theme-1 .form-side .form-footer, .dash-total-box .total-box-inner, .align-around-x, .align-start-y, .horrizontal-form .field-group, .align-center-y, .dropdown > a, .sylect > a, .search-select-wrapper > a, .v-dropdown > a, .sylect-input, .ss-input, .sylect-drop > ul > li, .ss-drop > ul > li, .sv-multi-select-bar, #snb-mob-row, .TopNavBar, .tnb-nav, .tnb-mng > :first-child, .dt-row, .dt-cell-group, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data, .align-end-y, .input.combine, .combine.sylect-search, .combine.ss-search, .choose-accordion .choose, .sv-multi-select, .Tab .tab-buttons, #login-theme-1 .login-box, #login-theme-1 #form-side-inner, .ControlPanel > main {
  display: flex;
  flex-wrap: wrap; }
  .flex-items.inline, .inline.align-start-x, .inline.align-start, .align-start.chip, .dt-cell-hidden-group > .chip.dt-cell, .align-start.chip-button, .dt-cell-hidden-group > .chip-button.dt-cell, .dt-cell-hidden-group > .inline.dt-cell, .align-start-x.chip, .chip.mod-header, .dash-info-box .info-box-inner .info-box-real .chip.info-box-real-inner, .align-start-x.chip-button, .chip-button.mod-header, .dash-info-box .info-box-inner .info-box-real .chip-button.info-box-real-inner, .inline.mod-header, .dash-info-box .info-box-inner .info-box-real .inline.info-box-real-inner, .inline.align-center-x, .inline.align-center, .inline.btn-icon, .input.icon > label.inline, .sylect-search > label.inline, .ss-search > label.inline, .input.icon > label.chip, .sylect-search > label.chip, .ss-search > label.chip, .input.icon > label.chip-button, .sylect-search > label.chip-button, .ss-search > label.chip-button, .file-block > [type="file"] + label.inline::before, .file-block > [type="file"] + label.chip::before, .file-block > [type="file"] + label.chip-button::before, .file-photo > [type="file"] + label.inline::before, .file-photo > [type="file"] + label.chip::before, .file-photo > [type="file"] + label.chip-button::before, .choose > input + label.inline, .choose > input + label.chip, .choose > input + label.chip-button, .chip, .chip-button, .tnb-mob-nav-content h1.inline, .tnb-mob-nav-content h1.chip, .tnb-mob-nav-content h1.chip-button, .inline#login-theme-1, #login-theme-1.chip, #login-theme-1.chip-button, #login-theme-1 .inline.content-side, #login-theme-1 .content-side.chip, #login-theme-1 .content-side.chip-button, .ControlPanel .inline.tnb-logo, .ControlPanel .tnb-logo.chip, .ControlPanel .tnb-logo.chip-button, .inline.form-load-wrap, #login-theme-1 .chip#copy-right-bar, #login-theme-1 .chip-button#copy-right-bar, .inline.Modal, #login-theme-1 .inline#copy-right-bar, .inline.align-end-x, .inline.align-end, .align-end.chip, .align-end.chip-button, .align-end-x.chip, .chip.dt-cell-manage-buttons, .dash-info-box .info-box-inner .info-box-total .result div.chip, .align-end-x.chip-button, .chip-button.dt-cell-manage-buttons, .dash-info-box .info-box-inner .info-box-total .result div.chip-button, .inline.dt-cell-manage-buttons, .dash-info-box .info-box-inner .info-box-total .result div.inline, .inline.align-between-x, .align-between-x.chip, .chip.form-headbar, #login-theme-1 .form-side .chip.form-footer, .dash-total-box .chip.total-box-inner, .align-between-x.chip-button, .chip-button.form-headbar, #login-theme-1 .form-side .chip-button.form-footer, .dash-total-box .chip-button.total-box-inner, .inline.form-headbar, #login-theme-1 .form-side .inline.form-footer, .dash-total-box .inline.total-box-inner, .inline.align-around-x, .align-around-x.chip, .align-around-x.chip-button, .inline.align-start-y, .align-start-y.chip, .chip.Modal, .horrizontal-form .chip.field-group, .align-start-y.chip-button, .chip-button.Modal, .horrizontal-form .chip-button.field-group, .horrizontal-form .inline.field-group, .inline.align-center-y, .dropdown > a.inline, .sylect > a.inline, .search-select-wrapper > a.inline, .dropdown > a.chip, .sylect > a.chip, .search-select-wrapper > a.chip, .dropdown > a.chip-button, .sylect > a.chip-button, .search-select-wrapper > a.chip-button, .v-dropdown > a.inline, .v-dropdown > a.chip, .v-dropdown > a.chip-button, .inline.sylect-input, .sylect-input.chip, .sylect-input.chip-button, .inline.ss-input, .ss-input.chip, .ss-input.chip-button, .sylect-drop > ul > li.inline, .sylect-drop > ul > li.chip, .sylect-drop > ul > li.chip-button, .ss-drop > ul > li.inline, .ss-drop > ul > li.chip, .ss-drop > ul > li.chip-button, .chip#snb-mob-row, .tnb-mng > .chip:first-child, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .chip.real-data, .chip-button#snb-mob-row, .tnb-mng > .chip-button:first-child, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .chip-button.real-data, .inline.sv-multi-select-bar, .sv-multi-select-bar.chip, .sv-multi-select-bar.chip-button, .inline#snb-mob-row, .inline.TopNavBar, .TopNavBar.chip, .TopNavBar.chip-button, .inline.tnb-nav, .tnb-nav.chip, .tnb-nav.chip-button, .tnb-mng > .inline:first-child, .inline.dt-row, .dt-row.chip, .dt-row.chip-button, .inline.dt-cell-group, .dt-cell-group.chip, .dt-cell-group.chip-button, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .inline.real-data, .inline.align-end-y, .align-end-y.chip, .align-end-y.chip-button, .inline.input.combine, .inline.combine.sylect-search, .combine.sylect-search.chip, .combine.sylect-search.chip-button, .inline.combine.ss-search, .combine.ss-search.chip, .combine.ss-search.chip-button, .input.combine.chip, .input.combine.chip-button, .choose-accordion .inline.choose, .choose-accordion .choose.chip, .choose-accordion .choose.chip-button, .Tab .chip.tab-buttons, #login-theme-1 .chip.login-box, #login-theme-1 .chip#form-side-inner, .ControlPanel > main.chip, .Tab .chip-button.tab-buttons, #login-theme-1 .chip-button.login-box, #login-theme-1 .chip-button#form-side-inner, .ControlPanel > main.chip-button, .inline.sv-multi-select, .sv-multi-select.chip, .sv-multi-select.chip-button, .Tab .inline.tab-buttons, #login-theme-1 .inline.login-box, #login-theme-1 .inline#form-side-inner, .ControlPanel > main.inline {
    display: inline-flex; }

.nowrap-items, .Tab .tab-buttons, #login-theme-1 #form-side-inner, .ControlPanel .TopNavBar {
  flex-wrap: nowrap; }

.direction-y, .file-block > [type="file"] + label, .form-load-wrap {
  flex-direction: column; }

.direction-reverse-x {
  flex-direction: row; }

.direction-reverse-y {
  flex-direction: column-reverse; }

.direction-reverse-x {
  flex-direction: row-reverse; }

.align-start-x, .align-start, .dt-cell-hidden-group > .dt-cell, .mod-header, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner {
  justify-content: flex-start; }

.align-center-x, .align-center, .btn-icon, .input.icon > label, .sylect-search > label, .ss-search > label, .file-block > [type="file"] + label::before, .file-photo > [type="file"] + label::before, .choose > input + label, .chip, .chip-button, .tnb-mob-nav-content h1, #login-theme-1, #login-theme-1 .content-side, .ControlPanel .tnb-logo, .form-load-wrap, .Modal, #login-theme-1 #copy-right-bar {
  justify-content: center; }

.align-end-x, .align-end, .dt-cell-manage-buttons, .dash-info-box .info-box-inner .info-box-total .result div {
  justify-content: flex-end; }

.align-between-x, .form-headbar, #login-theme-1 .form-side .form-footer, .dash-total-box .total-box-inner {
  justify-content: space-between; }

.align-around-x {
  justify-content: space-around; }

.align-start-y, .align-start, .dt-cell-hidden-group > .dt-cell, .Modal, .horrizontal-form .field-group {
  align-items: flex-start; }

.align-center-y, .align-center, .btn-icon, .input.icon > label, .sylect-search > label, .ss-search > label, .file-block > [type="file"] + label::before, .file-photo > [type="file"] + label::before, .choose > input + label, .chip, .chip-button, .tnb-mob-nav-content h1, #login-theme-1, #login-theme-1 .content-side, .ControlPanel .tnb-logo, .form-load-wrap, .dropdown > a, .sylect > a, .search-select-wrapper > a, .v-dropdown > a, .sylect-input, .ss-input, .sylect-drop > ul > li, .ss-drop > ul > li, .sv-multi-select-bar, #snb-mob-row, .TopNavBar, .tnb-nav, .tnb-mng > :first-child, .mod-header, .dt-row, .dt-cell-group, .form-headbar, #login-theme-1 .form-side .form-footer, .dash-total-box .total-box-inner, .dash-info-box .info-box-inner .info-box-total .result div, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data {
  align-items: center; }

.align-end-y, .align-end {
  align-items: flex-end; }

.block-item, .file-photo > [type="file"] + label::after, .dash-total-box .total-box-inner .dash-count .count, .dash-total-box .total-box-inner .dash-count .text {
  display: block; }

.inline-block-item, .dt-cell-head span {
  display: inline-block; }

.block-items > *, .sylect-drop > ul > *, .ss-drop > ul > * {
  display: block; }

.inline-block-items > * {
  display: inline-block; }

.text-center, .btn-block, .file-photo > [type="file"] + label, #login-theme-1 .content-side {
  text-align: center; }

.text-left, .field-message.align-left {
  text-align: left; }

.text-right, .field-message.align-right, .dash-total-box .total-box-inner .dash-count, .dash-info-box .info-box-inner .info-box-total .result header {
  text-align: right; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-icon:before {
  margin-right: 10px; }

.family-secondary {
  Font-Family: 'Ubuntu', 'Roboto', Arial; }

.family-base {
  Font-Family: 'Roboto', 'Ubuntu', Arial; }

.view-height-100, #login-theme-1, .form-load-wrap {
  height: 100vh; }

.view-width-100 {
  width: 100vw; }

.width-100, .btn-block, .input textarea, .sylect-search textarea, .ss-search textarea, .input input, .sylect-search input, .ss-search input, .input select, .sylect-search select, .ss-search select, .sylect-input, .ss-input, .file-photo, .file-photo > [type="file"] + label::after, .choose-accordion .choose, .sylect-search, .ss-search, .sylect-drop, .ss-drop, .sv-multi-select, .sv-multi-select-search input, .TopNavBar, .tnb-mob-nav, .Tab, .dt-cell-group, .dt-cell-hidden-group, .dt-cell-search, #login-theme-1, #login-theme-1 .login-box, #login-theme-1 .form-side .form-footer, #login-theme-1 #copy-right-bar, .form-load-wrap, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-pic img {
  width: 100%; }

.height-100, .input.icon > label, .sylect-search > label, .ss-search > label, .snb-item:before, .tnb-mob-nav-content, .mod-transparent-layer, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-pic img {
  height: 100%; }

.width-50, .tnb-nav-item.active > .tnb-nav-link:after {
  width: 50%; }

.height-50 {
  height: 50%; }

.mar-80-t, .mar-80-y, .mar-80, #dash-report {
  margin-top: 80px; }

.mar-80-r, .mar-80-x, .mar-80 {
  margin-right: 80px; }

.mar-80-b, .mar-80-y, .mar-80 {
  margin-bottom: 80px; }

.mar-80-l, .mar-80-x, .mar-80 {
  margin-left: 80px; }

.mar-75-t, .mar-75-y, .mar-75 {
  margin-top: 75px; }

.mar-75-r, .mar-75-x, .mar-75 {
  margin-right: 75px; }

.mar-75-b, .mar-75-y, .mar-75 {
  margin-bottom: 75px; }

.mar-75-l, .mar-75-x, .mar-75 {
  margin-left: 75px; }

.mar-70-t, .mar-70-y, .mar-70 {
  margin-top: 70px; }

.mar-70-r, .mar-70-x, .mar-70 {
  margin-right: 70px; }

.mar-70-b, .mar-70-y, .mar-70 {
  margin-bottom: 70px; }

.mar-70-l, .mar-70-x, .mar-70 {
  margin-left: 70px; }

.mar-65-t, .mar-65-y, .mar-65 {
  margin-top: 65px; }

.mar-65-r, .mar-65-x, .mar-65 {
  margin-right: 65px; }

.mar-65-b, .mar-65-y, .mar-65 {
  margin-bottom: 65px; }

.mar-65-l, .mar-65-x, .mar-65 {
  margin-left: 65px; }

.mar-60-t, .mar-60-y, .mar-60, #login-theme-1 .form-side .form-footer {
  margin-top: 60px; }

.mar-60-r, .mar-60-x, .mar-60 {
  margin-right: 60px; }

.mar-60-b, .mar-60-y, .mar-60, #login-theme-1 .form-side .title {
  margin-bottom: 60px; }

.mar-60-l, .mar-60-x, .mar-60 {
  margin-left: 60px; }

.mar-55-t, .mar-55-y, .mar-55 {
  margin-top: 55px; }

.mar-55-r, .mar-55-x, .mar-55 {
  margin-right: 55px; }

.mar-55-b, .mar-55-y, .mar-55 {
  margin-bottom: 55px; }

.mar-55-l, .mar-55-x, .mar-55 {
  margin-left: 55px; }

.mar-50-t, .mar-50-y, .mar-50, .dash-info-box .info-box-inner .info-box-real {
  margin-top: 50px; }

.mar-50-r, .mar-50-x, .mar-50 {
  margin-right: 50px; }

.mar-50-b, .mar-50-y, .mar-50 {
  margin-bottom: 50px; }

.mar-50-l, .mar-50-x, .mar-50 {
  margin-left: 50px; }

.mar-45-t, .mar-45-y, .mar-45 {
  margin-top: 45px; }

.mar-45-r, .mar-45-x, .mar-45 {
  margin-right: 45px; }

.mar-45-b, .mar-45-y, .mar-45, .form-container > .form-headbar {
  margin-bottom: 45px; }

.mar-45-l, .mar-45-x, .mar-45 {
  margin-left: 45px; }

.mar-40-t, .mar-40-y, .mar-40 {
  margin-top: 40px; }

.mar-40-r, .mar-40-x, .mar-40 {
  margin-right: 40px; }

.mar-40-b, .mar-40-y, .mar-40 {
  margin-bottom: 40px; }

.mar-40-l, .mar-40-x, .mar-40 {
  margin-left: 40px; }

.mar-35-t, .mar-35-y, .mar-35 {
  margin-top: 35px; }

.mar-35-r, .mar-35-x, .mar-35 {
  margin-right: 35px; }

.mar-35-b, .mar-35-y, .mar-35 {
  margin-bottom: 35px; }

.mar-35-l, .mar-35-x, .mar-35 {
  margin-left: 35px; }

.mar-30-t, .mar-30-y, .mar-30 {
  margin-top: 30px; }

.mar-30-r, .mar-30-x, .mar-30 {
  margin-right: 30px; }

.mar-30-b, .mar-30-y, .mar-30, .form-headbar, #login-theme-1 .form-side .form-field, .form-load-wrap > i, .form-load-wrap > .load-text {
  margin-bottom: 30px; }

.mar-30-l, .mar-30-x, .mar-30, .ControlPanel .tnb-nav {
  margin-left: 30px; }

.mar-25-t, .mar-25-y, .mar-25 {
  margin-top: 25px; }

.mar-25-r, .mar-25-x, .mar-25, .tnb-nav-item {
  margin-right: 25px; }

.mar-25-b, .mar-25-y, .mar-25 {
  margin-bottom: 25px; }

.mar-25-l, .mar-25-x, .mar-25 {
  margin-left: 25px; }

.mar-20-t, .mar-20-y, .mar-20 {
  margin-top: 20px; }

.mar-20-r, .mar-20-x, .mar-20 {
  margin-right: 20px; }

.mar-20-b, .mar-20-y, .mar-20 {
  margin-bottom: 20px; }

.mar-20-l, .mar-20-x, .mar-20 {
  margin-left: 20px; }

.mar-15-t, .mar-15-y, .mar-15 {
  margin-top: 15px; }

.mar-15-r, .mar-15-x, .mar-15, .mod-box, .Tab.type-2 .tab-buttons, .sv-multi-select-search i {
  margin-right: 15px; }

.mar-15-b, .mar-15-y, .mar-15, .choose, .field-group, .dash-info-box .info-box-inner .info-box-total .result {
  margin-bottom: 15px; }

.mar-15-l, .mar-15-x, .mar-15, .mod-box, .Tab.type-2 .tab-buttons, .tnb-nav {
  margin-left: 15px; }

.mar-10-t, .mar-10-y, .mar-10, .btn-block, .dt-img, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner {
  margin-top: 10px; }

.mar-10-r, .mar-10-x, .mar-10, .fa-icon.gap-2x.left::before, .gap-2x.left.select::before, .gap-2x.left.input.combine::before, .gap-2x.left.combine.sylect-search::before, .gap-2x.left.combine.ss-search::before, .gap-2x.left.sylect::before, .gap-2x.left.search-select-wrapper::before, .gap-2x.left.image-preview::before, .sylect-drop > ul > li.gap-2x.left.active::before, .ss-drop > ul > li.gap-2x.left.active::before, .gap-2x.left.chip-button::before, .sv-multi-select-search i.gap-2x.left::before, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .file, .file > [type="file"] + label::before, .chip, #snb-mob-row > h5 > i, .tnb-mng > :first-child span, .choose-group > .choose, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data:first-child {
  margin-right: 10px; }

.mar-10-b, .mar-10-y, .mar-10, .btn-block, .dt-img, .file-block > [type="file"] + label::before, .choose-accordion, .choose-accordion > ul > li, .snackbar.top > .snackbar-item {
  margin-bottom: 10px; }

.mar-10-l, .mar-10-x, .mar-10, .fa-icon.gap-2x.right::before, .gap-2x.right.select::before, .gap-2x.right.input.combine::before, .gap-2x.combine.sylect-search::before, .gap-2x.combine.ss-search::before, .gap-2x.right.sylect::before, .gap-2x.sylect.sylect-search::before, .gap-2x.sylect.ss-search::before, .gap-2x.right.search-select-wrapper::before, .gap-2x.search-select-wrapper.sylect-search::before, .gap-2x.search-select-wrapper.ss-search::before, .gap-2x.select.sylect-search::before, .gap-2x.select.ss-search::before, .gap-2x.right.image-preview::before, .gap-2x.image-preview.sylect-search::before, .gap-2x.image-preview.ss-search::before, .fa-icon.gap-2x.sylect-search::before, .sylect-drop > ul > li.gap-2x.sylect-search.active::before, .ss-drop > ul > li.gap-2x.sylect-search.active::before, .gap-2x.sylect-search.chip-button::before, .sv-multi-select-search i.gap-2x.sylect-search::before, .fa-icon.gap-2x.ss-search::before, .sylect-drop > ul > li.gap-2x.ss-search.active::before, .ss-drop > ul > li.gap-2x.ss-search.active::before, .gap-2x.ss-search.chip-button::before, .sv-multi-select-search i.gap-2x.ss-search::before, .sylect-drop > ul > li.gap-2x.right.active::before, .ss-drop > ul > li.gap-2x.right.active::before, .gap-2x.right.chip-button::before, .sv-multi-select-search i.gap-2x.right::before, .chip-button, .dt-cell-hidden-group > .dt-cell > .dt-img {
  margin-left: 10px; }

.mar-5-t, .mar-5-y, .mar-5, .sylect-input > .chip, .ss-input > .chip, .field-group .input + .field-message, .field-group .sylect-search + .field-message, .field-group .ss-search + .field-message {
  margin-top: 5px; }

.mar-5-r, .mar-5-x, .mar-5, .fa-icon.left::before, .left.select::before, .left.input.combine::before, .left.combine.sylect-search::before, .left.combine.ss-search::before, .left.sylect::before, .left.search-select-wrapper::before, .left.image-preview::before, .sylect-drop > ul > li.left.active::before, .ss-drop > ul > li.left.active::before, .left.chip-button::before, .sv-multi-select-search i.left::before, .dt-btn {
  margin-right: 5px; }

.mar-5-b, .mar-5-y, .mar-5, .sylect-input > .chip, .ss-input > .chip, .field-group > label {
  margin-bottom: 5px; }

.mar-5-l, .mar-5-x, .mar-5, .fa-icon.right::before, .right.select::before, .right.input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .right.sylect::before, .sylect.sylect-search::before, .sylect.ss-search::before, .right.search-select-wrapper::before, .search-select-wrapper.sylect-search::before, .search-select-wrapper.ss-search::before, .select.sylect-search::before, .select.ss-search::before, .right.image-preview::before, .image-preview.sylect-search::before, .image-preview.ss-search::before, .fa-icon.sylect-search::before, .sylect-drop > ul > li.sylect-search.active::before, .ss-drop > ul > li.sylect-search.active::before, .sylect-search.chip-button::before, .sv-multi-select-search i.sylect-search::before, .fa-icon.ss-search::before, .sylect-drop > ul > li.ss-search.active::before, .ss-drop > ul > li.ss-search.active::before, .ss-search.chip-button::before, .sv-multi-select-search i.ss-search::before, .sylect-drop > ul > li.right.active::before, .ss-drop > ul > li.right.active::before, .right.chip-button::before, .sv-multi-select-search i.right::before, .dropdown > a::after, .sylect > a::after, .search-select-wrapper > a::after, .v-dropdown > a::after {
  margin-left: 5px; }

.mar-0-t, .mar-0-y, .mar-0, .file-photo > [type="file"] + label::before, .dt-cell-hidden-group > .dt-cell > .dt-img, .form-container > .form-headbar {
  margin-top: 0px; }

.mar-0-r, .mar-0-x, .mar-0, .file-photo > [type="file"] + label::before, .file-block > [type="file"] + label::before {
  margin-right: 0px; }

.mar-0-b, .mar-0-y, .mar-0, .file-photo > [type="file"] + label::before, .dt-cell-hidden-group > .dt-cell > .dt-img, .choose-accordion .choose, #login-theme-1 .form-side .form-field:last-of-type, .dash-info-box .info-box-inner .info-box-total .result div:last-of-type {
  margin-bottom: 0px; }

.mar-0-l, .mar-0-x, .mar-0, .file-photo > [type="file"] + label::before {
  margin-left: 0px; }

.mar-auto-l, .mar-auto-x, .container, .container-xl, .snackbar.center > .snackbar-item, .ControlPanel .tnb-logo > img, .snackbar.right > .snackbar-item, .snackbar.sylect-search > .snackbar-item, .snackbar.ss-search > .snackbar-item, .tnb-mng {
  margin-left: auto; }

.mar-auto-r, .mar-auto-x, .container, .container-xl, .snackbar.center > .snackbar-item, .ControlPanel .tnb-logo > img, .snackbar.left > .snackbar-item {
  margin-right: auto; }

.mar-0-last:last-child, .choose-accordion:last-child, .choose-accordion > ul > li:last-child, .tnb-nav-item:last-child {
  margin: 0 !important; }

.mar-0-first:last-child {
  margin: 0 !important; }

.pad-80-t, .pad-80-y, .pad-80, .dash-totals {
  padding-top: 80px; }

.pad-80-r, .pad-80-x, .pad-80 {
  padding-right: 80px; }

.pad-80-b, .pad-80-y, .pad-80 {
  padding-bottom: 80px; }

.pad-80-l, .pad-80-x, .pad-80 {
  padding-left: 80px; }

.pad-75-t, .pad-75-y, .pad-75 {
  padding-top: 75px; }

.pad-75-r, .pad-75-x, .pad-75 {
  padding-right: 75px; }

.pad-75-b, .pad-75-y, .pad-75 {
  padding-bottom: 75px; }

.pad-75-l, .pad-75-x, .pad-75 {
  padding-left: 75px; }

.pad-70-t, .pad-70-y, .pad-70 {
  padding-top: 70px; }

.pad-70-r, .pad-70-x, .pad-70 {
  padding-right: 70px; }

.pad-70-b, .pad-70-y, .pad-70 {
  padding-bottom: 70px; }

.pad-70-l, .pad-70-x, .pad-70 {
  padding-left: 70px; }

.pad-65-t, .pad-65-y, .pad-65 {
  padding-top: 65px; }

.pad-65-r, .pad-65-x, .pad-65 {
  padding-right: 65px; }

.pad-65-b, .pad-65-y, .pad-65 {
  padding-bottom: 65px; }

.pad-65-l, .pad-65-x, .pad-65 {
  padding-left: 65px; }

.pad-60-t, .pad-60-y, .pad-60 {
  padding-top: 60px; }

.pad-60-r, .pad-60-x, .pad-60 {
  padding-right: 60px; }

.pad-60-b, .pad-60-y, .pad-60 {
  padding-bottom: 60px; }

.pad-60-l, .pad-60-x, .pad-60 {
  padding-left: 60px; }

.pad-55-t, .pad-55-y, .pad-55 {
  padding-top: 55px; }

.pad-55-r, .pad-55-x, .pad-55 {
  padding-right: 55px; }

.pad-55-b, .pad-55-y, .pad-55 {
  padding-bottom: 55px; }

.pad-55-l, .pad-55-x, .pad-55 {
  padding-left: 55px; }

.pad-50-t, .pad-50-y, .pad-50 {
  padding-top: 50px; }

.pad-50-r, .pad-50-x, .pad-50 {
  padding-right: 50px; }

.pad-50-b, .pad-50-y, .pad-50 {
  padding-bottom: 50px; }

.pad-50-l, .pad-50-x, .pad-50 {
  padding-left: 50px; }

.pad-45-t, .pad-45-y, .pad-45 {
  padding-top: 45px; }

.pad-45-r, .pad-45-x, .pad-45 {
  padding-right: 45px; }

.pad-45-b, .pad-45-y, .pad-45 {
  padding-bottom: 45px; }

.pad-45-l, .pad-45-x, .pad-45 {
  padding-left: 45px; }

.pad-40-t, .pad-40-y, .pad-40 {
  padding-top: 40px; }

.pad-40-r, .pad-40-x, .pad-40 {
  padding-right: 40px; }

.pad-40-b, .pad-40-y, .pad-40 {
  padding-bottom: 40px; }

.pad-40-l, .pad-40-x, .pad-40, .snb-drop-list {
  padding-left: 40px; }

.pad-35-t, .pad-35-y, .pad-35 {
  padding-top: 35px; }

.pad-35-r, .pad-35-x, .pad-35, .sylect-search, .ss-search {
  padding-right: 35px; }

.pad-35-b, .pad-35-y, .pad-35 {
  padding-bottom: 35px; }

.pad-35-l, .pad-35-x, .pad-35 {
  padding-left: 35px; }

.pad-30-t, .pad-30-y, .pad-30, .form-container, #login-theme-1 #form-side-inner > * {
  padding-top: 30px; }

.pad-30-r, .pad-30-x, .pad-30, .form-container, .input.underline > input, .underline.sylect-search > input, .underline.ss-search > input, .sylect-input, .ss-input, .sv-multi-select-search, .ControlPanel .TopNavBar {
  padding-right: 30px; }

.pad-30-b, .pad-30-y, .pad-30, .form-container, #login-theme-1 #form-side-inner > * {
  padding-bottom: 30px; }

.pad-30-l, .pad-30-x, .pad-30, .form-container {
  padding-left: 30px; }

.pad-25-t, .pad-25-y, .pad-25, .Tab .tab-content, .Datatable, .tnb-mob-nav-content h1, .mod-header, .mod-body, .mod-footer, .dash-total-box .total-box-inner {
  padding-top: 25px; }

.pad-25-r, .pad-25-x, .pad-25, .Tab .tab-content, .Datatable, .Tab .tab-button, .form-headbar, .dash-info-box .info-box-inner, .dash-info-box .info-box-inner .info-box-total {
  padding-right: 25px; }

.pad-25-b, .pad-25-y, .pad-25, .Tab .tab-content, .Datatable, .tnb-mob-nav-content h1, .mod-header, .mod-body, .mod-footer, .dash-total-box .total-box-inner {
  padding-bottom: 25px; }

.pad-25-l, .pad-25-x, .pad-25, .Tab .tab-content, .Datatable, .Tab .tab-button, .form-headbar, .dash-info-box .info-box-inner {
  padding-left: 25px; }

.pad-20-t, .pad-20-y, .pad-20, .tnb-mob-nav-item a, #login-theme-1 #copy-right-bar, .dash-info-box .info-box-inner, .dt-cell-hidden-group > .dt-cell:first-child, .dash-info-box .info-box-inner .info-box-total {
  padding-top: 20px; }

.pad-20-r, .pad-20-x, .pad-20, .drop-box > ul > li > a, .sylect-drop > ul > li > a, .ss-drop > ul > li > a, .snb-title, .snb-link, #snb-mob-row, .mod-header, .mod-body, .mod-footer, #login-theme-1 #form-side-inner > *, .dash-total-box .total-box-inner, .tnb-mob-nav-item.is-plus > a:before {
  padding-right: 20px; }

.pad-20-b, .pad-20-y, .pad-20, .tnb-mob-nav-item a, #login-theme-1 #copy-right-bar, .dash-info-box .info-box-inner {
  padding-bottom: 20px; }

.pad-20-l, .pad-20-x, .pad-20, .drop-box > ul > li > a, .sylect-drop > ul > li > a, .ss-drop > ul > li > a, .snb-title, .snb-link, #snb-mob-row, .mod-header, .mod-body, .mod-footer, #login-theme-1 #form-side-inner > *, .dash-total-box .total-box-inner {
  padding-left: 20px; }

.pad-15-t, .pad-15-y, .pad-15, .sv-multi-select-list, .ControlPanel .tnb-logo, #cp-content, .tnb-mob-nav-item > ul a, .Tab .tab-button, .form-headbar, .choose-accordion > ul {
  padding-top: 15px; }

.pad-15-r, .pad-15-x, .pad-15, .sv-multi-select-list, .ControlPanel .tnb-logo, #cp-content, .choose-accordion, .sylect-drop > ul > li, .ss-drop > ul > li, .sv-multi-select-bar, .TopNavBar, .tnb-mob-nav-item a, .dt-cell-head input {
  padding-right: 15px; }

.pad-15-b, .pad-15-y, .pad-15, .sv-multi-select-list, .ControlPanel .tnb-logo, #cp-content, .tnb-mob-nav-item > ul a, .Tab .tab-button, .form-headbar {
  padding-bottom: 15px; }

.pad-15-l, .pad-15-x, .pad-15, .sv-multi-select-list, .ControlPanel .tnb-logo, #cp-content, .choose-accordion, .sylect-drop > ul > li, .ss-drop > ul > li, .sv-multi-select-bar, .TopNavBar, .tnb-mob-nav-item a, .gr-row > *, .full-grids-xl > *, .half-grids-xl > *, .quarter-grids-xl > *, .quad-grids-xl > *, .shared-grids-xl > *, .full-grids-lg > *, .half-grids-lg > *, .quarter-grids-lg > *, .quad-grids-lg > *, .shared-grids-lg > *, .full-grids-md > *, .half-grids-md > *, .quarter-grids-md > *, .quad-grids-md > *, .shared-grids-md > *, .full-grids-sm > *, .half-grids-sm > *, .quarter-grids-sm > *, .quad-grids-sm > *, .shared-grids-sm > *, .full-grids-xs > *, .half-grids-xs > *, .quarter-grids-xs > *, .quad-grids-xs > *, .shared-grids-xs > *, .sylect-input, .ss-input, .sv-multi-select-search, .tnb-mob-nav-item > ul {
  padding-left: 15px; }

.pad-10-t, .pad-10-y, .pad-10, .input textarea, .sylect-search textarea, .ss-search textarea, .tnb-mob-btn.active, .drop-box > ul > li > a, .sylect-drop > ul > li > a, .ss-drop > ul > li > a, .choose-accordion, .sylect-drop > ul > li, .ss-drop > ul > li, .snb-title, .snb-link, .snb-drop-link, #snb-mob-row, .dt-cell-hidden-group > .dt-cell, .sv-multi-select-list li, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner {
  padding-top: 10px; }

.pad-10-r, .pad-10-x, .pad-10, .input textarea, .sylect-search textarea, .ss-search textarea, .tnb-mob-btn.active, .tnb-mob-nav-content h1, .snb-icon, .dt-cell-manage-buttons, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data:first-child {
  padding-right: 10px; }

.pad-10-b, .pad-10-y, .pad-10, .input textarea, .sylect-search textarea, .ss-search textarea, .tnb-mob-btn.active, .drop-box > ul > li > a, .sylect-drop > ul > li > a, .ss-drop > ul > li > a, .choose-accordion, .sylect-drop > ul > li, .ss-drop > ul > li, .snb-title, .snb-link, .snb-drop-link, #snb-mob-row, .dt-cell-hidden-group > .dt-cell, .SideNavBar, .form-container > .form-headbar h1, .form-container > .form-headbar h2, .form-container > .form-headbar h3, .form-container > .form-headbar h4, .form-container > .form-headbar h5 {
  padding-bottom: 10px; }

.pad-10-l, .pad-10-x, .pad-10, .input textarea, .sylect-search textarea, .ss-search textarea, .tnb-mob-btn.active, .tnb-mob-nav-content h1, .chip, .dt-cell {
  padding-left: 10px; }

.pad-5-t, .pad-5-y, .pad-5, .drop-box, .sylect-drop, .ss-drop, .dt-row {
  padding-top: 5px; }

.pad-5-r, .pad-5-x, .pad-5, .dash-info-box .info-box-inner .info-box-total .result div i, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data i {
  padding-right: 5px; }

.pad-5-b, .pad-5-y, .pad-5, .drop-box, .sylect-drop, .ss-drop, .dt-row, .underline-effect, .input.underline, .underline.sylect-search, .underline.ss-search, .tnb-nav.underline-items .tnb-nav-item, .dash-total-box .total-box-inner .dash-count .count, .dash-info-box .info-box-inner .info-box-total .result header {
  padding-bottom: 5px; }

.pad-5-l, .pad-5-x, .pad-5, .choose > .text {
  padding-left: 5px; }

.pad-0-t, .pad-0-y, .pad-0, .sylect-drop, .ss-drop, .form-container > .form-headbar {
  padding-top: 0px; }

.pad-0-r, .pad-0-x, .pad-0, .sylect-drop, .ss-drop, .form-container > .form-headbar {
  padding-right: 0px; }

.pad-0-b, .pad-0-y, .pad-0, .sylect-drop, .ss-drop, .form-container > .form-headbar {
  padding-bottom: 0px; }

.pad-0-l, .pad-0-x, .pad-0, .sylect-drop, .ss-drop, .form-container > .form-headbar {
  padding-left: 0px; }

.pad-0-last:last-child {
  padding: 0 !important; }

.pad-0-first:last-child {
  padding: 0 !important; }

.absolute, .underline-effect:before, .input.underline:before, .underline.sylect-search:before, .underline.ss-search:before, .tnb-nav.underline-items .tnb-nav-item:before, .wrap-out-x, .wrap-out, .file-photo > [type="file"] + label::before, .snb-item:before, .dt-cell-head input, .dt-cell-search, #login-theme-1:before, #login-theme-1:after, #login-theme-1 .content-side:before, #login-theme-1 .content-side:after, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-brand, .wrap-out-y, .transform-center-x, .transform-center-y, .input.underline > label, .underline.sylect-search > label, .underline.ss-search > label, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .sv-multi-select-search i, .tnb-mob-nav-item.is-plus > a:before, .transform-center, .image-preview::before, .dropdown.center .drop-box:before, .center.sylect .drop-box:before, .center.search-select-wrapper .drop-box:before, .dropdown.center .sylect-drop:before, .center.sylect .sylect-drop:before, .center.search-select-wrapper .sylect-drop:before, .dropdown.center .ss-drop:before, .center.sylect .ss-drop:before, .center.search-select-wrapper .ss-drop:before, .v-dropdown.center .drop-box:before, .v-dropdown.center .sylect-drop:before, .v-dropdown.center .ss-drop:before, .drop-box, .sylect-drop, .ss-drop, .input.icon > label, .sylect-search > label, .ss-search > label, .input.underline:after, .underline.sylect-search:after, .underline.ss-search:after, .choose-accordion .choose::after, .choose-accordion .choose::before, .sylect-drop > ul > li.active::before, .ss-drop > ul > li.active::before, .snb-link:after, .snb-arrow, .tnb-mob-btn, .tnb-mob-nav, .tnb-mob-nav-content, .mod-close-icon, .form-container > .form-headbar h1::before, .form-container > .form-headbar h2::before, .form-container > .form-headbar h3::before, .form-container > .form-headbar h4::before, .form-container > .form-headbar h5::before, .dash-info-box .info-box-inner .info-box-total {
  position: absolute; }

.relative, .dropdown, .sylect, .search-select-wrapper, .v-dropdown, .input.icon, .sylect-search, .ss-search, .input.underline, .underline.sylect-search, .underline.ss-search, .select, .input.combine, .combine.sylect-search, .combine.ss-search, .file-photo > [type="file"] + label, .image-preview, .choose-accordion .choose, .sylect-drop > ul > li.active, .ss-drop > ul > li.active, .sv-multi-select-search, .snb-item, .snb-link, .tnb-nav-item, .tnb-mob-nav-item.is-plus > a, .dt-cell-head, .field-group > label:first-of-type, .field-group > label:first-of-type::after, .form-container > .form-headbar h1, .form-container > .form-headbar h2, .form-container > .form-headbar h3, .form-container > .form-headbar h4, .form-container > .form-headbar h5, #login-theme-1 .content-side, #login-theme-1 .form-side .title, .dash-info-box .info-box-inner {
  position: relative; }

.fixed, .snackbar, .mod-transparent-layer, .mod-box, .form-load-wrap {
  position: fixed; }

.static {
  position: static; }

.left-0, .pos-0-x, .wrap-out-x, .wrap-out, .file-photo > [type="file"] + label::before, .snb-item:before, .dt-cell-head input, .dt-cell-search, #login-theme-1:before, #login-theme-1:after, #login-theme-1 .content-side:before, #login-theme-1 .content-side:after, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-brand, .drop-box, .sylect-drop, .ss-drop, .input.icon > label, .sylect-search > label, .ss-search > label, .input.underline:after, .underline.sylect-search:after, .underline.ss-search:after, .tnb-mob-nav, .mod-transparent-layer, .form-load-wrap {
  left: 0; }

.left-50, .transform-center-x, .transform-center, .image-preview::before, .dropdown.center .drop-box:before, .center.sylect .drop-box:before, .center.search-select-wrapper .drop-box:before, .dropdown.center .sylect-drop:before, .center.sylect .sylect-drop:before, .center.search-select-wrapper .sylect-drop:before, .dropdown.center .ss-drop:before, .center.sylect .ss-drop:before, .center.search-select-wrapper .ss-drop:before, .v-dropdown.center .drop-box:before, .v-dropdown.center .sylect-drop:before, .v-dropdown.center .ss-drop:before {
  left: 50%; }

.left-100 {
  left: 100%; }

.right-0, .pos-0-x, .wrap-out-x, .wrap-out, .file-photo > [type="file"] + label::before, .snb-item:before, .dt-cell-head input, .dt-cell-search, #login-theme-1:before, #login-theme-1:after, #login-theme-1 .content-side:before, #login-theme-1 .content-side:after, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-brand, .input.icon.right > label, .sylect-search > label, .ss-search > label, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .choose-accordion .choose::after, .choose-accordion .choose::before, .sv-multi-select-search i, .tnb-mob-nav-content, .tnb-mob-nav-item.is-plus > a:before, .mod-transparent-layer, .mod-close-icon, .dash-info-box .info-box-inner .info-box-total {
  right: 0; }

.top-0, .pos-0-y, .wrap-out-y, .wrap-out, .file-photo > [type="file"] + label::before, .snb-item:before, .dt-cell-head input, .dt-cell-search, #login-theme-1:before, #login-theme-1:after, #login-theme-1 .content-side:before, #login-theme-1 .content-side:after, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-brand, .dropdown.center .drop-box:before, .center.sylect .drop-box:before, .center.search-select-wrapper .drop-box:before, .dropdown.center .sylect-drop:before, .center.sylect .sylect-drop:before, .center.search-select-wrapper .sylect-drop:before, .dropdown.center .ss-drop:before, .center.sylect .ss-drop:before, .center.search-select-wrapper .ss-drop:before, .v-dropdown.center .drop-box:before, .v-dropdown.center .sylect-drop:before, .v-dropdown.center .ss-drop:before, .input.icon > label, .sylect-search > label, .ss-search > label, .input.underline.focus:after, .underline.focus.sylect-search:after, .underline.focus.ss-search:after, .tnb-mob-nav, .mod-transparent-layer, .mod-box, .mod-close-icon, .form-load-wrap, .dash-info-box .info-box-inner .info-box-total {
  top: 0; }

.top-50, .transform-center-y, .input.underline > label, .underline.sylect-search > label, .underline.ss-search > label, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .sv-multi-select-search i, .tnb-mob-nav-item.is-plus > a:before, .transform-center, .image-preview::before, .input.underline:after, .underline.sylect-search:after, .underline.ss-search:after {
  top: 50%; }

.top-100 {
  top: 100%; }

.bottom-0, .pos-0-y, .wrap-out-y, .wrap-out, .file-photo > [type="file"] + label::before, .snb-item:before, .dt-cell-head input, .dt-cell-search, #login-theme-1:before, #login-theme-1:after, #login-theme-1 .content-side:before, #login-theme-1 .content-side:after, .dash-info-box .info-box-inner .bg-pic, .dash-info-box .info-box-inner .bg-brand, .underline-effect:before, .input.underline:before, .underline.sylect-search:before, .underline.ss-search:before, .tnb-nav.underline-items .tnb-nav-item:before, .mod-transparent-layer, .form-container > .form-headbar h1::before, .form-container > .form-headbar h2::before, .form-container > .form-headbar h3::before, .form-container > .form-headbar h4::before, .form-container > .form-headbar h5::before {
  bottom: 0; }

.fc-black, .file-link > [type="file"] + label:hover, .file-block > [type="file"] + label:hover, .dt-cell-head {
  color: #111; }

.bg-black, .ControlPanel .tnb-logo {
  background-color: #111; }

.fc-black-light, *, .dropdown > a::after, .sylect > a::after, .search-select-wrapper > a::after, .v-dropdown > a::after, [class*="btn-"], .btn, .file > [type="file"] + label, .dt-btn, #login-theme-1 .form-side .form-footer button, .input textarea, .sylect-search textarea, .ss-search textarea, .input input, .sylect-search input, .ss-search input, .input select, .sylect-search select, .ss-search select, .sylect-input, .ss-input, .Tab .tab-button, #login-theme-1 .form-side .title {
  color: #333; }

.bg-black-light, .snb-title {
  background-color: #333; }

.fc-black-lighten, .input.underline:after, .underline.sylect-search:after, .underline.ss-search:after, .chip, .tnb-nav-item {
  color: #555; }

.bg-black-lighten, .choose-accordion .choose::after, .choose-accordion .choose::before, .snackbar-item, .tnb-mob-btn.active, .tnb-mob-nav-content h1, .tnb-mob-nav-item:hover {
  background-color: #555; }

.fc-black-lightest, .chip-button {
  color: #777; }

.bg-black-lightest {
  background-color: #777; }

.fc-black-lightness, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .choose > input + label:before {
  color: #999; }

.bg-black-lightness {
  background-color: #999; }

.fc-white, .btn-primary, #login-theme-1 .form-side .form-footer button, .btn-secondary, .btn-secondary:hover, .btn-success, .btn-success:hover, .btn-danger, .btn-danger:hover, .btn-warning, .btn-warning:hover, .btn-info, .btn-info:hover, .input.icon > input:focus + label, .sylect-search > input:focus + label, .ss-search > input:focus + label, .input.icon > select:focus + label, .sylect-search > select:focus + label, .ss-search > select:focus + label, .choose-primary > input + label:before, .choose-success > input + label:before, .choose-danger > input + label:before, .choose-info > input + label:before, .choose-warning > input + label:before, .snackbar-item, #snb-mob-row > h5, .tnb-mob-btn.active > i, .tnb-mob-nav-content h1, .tnb-mob-nav-item a, .mod-header, .mod-close-icon:hover, #login-theme-1 .title, #login-theme-1 #copy-right-bar a, .ControlPanel .tnb-logo, .form-load-wrap > i, .form-load-wrap > .load-value > :first-child, .form-load-wrap > .load-value > :last-child, .dash-total-box .total-box-inner .dash-count .count, .dash-total-box .total-box-inner .dash-count .text, .dash-info-box .info-box-inner .info-box-title header, .dash-info-box .info-box-inner .info-box-total .result header, .dash-info-box .info-box-inner .info-box-total .result div i, .dash-info-box .info-box-inner .info-box-total .result div span, .dash-info-box .info-box-inner .info-box-real header, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data i, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data span {
  color: #ffffff; }

.bg-white, .drop-box, .sylect-drop, .ss-drop, [class*="btn-"], .btn, .file > [type="file"] + label, .dt-btn, #login-theme-1 .form-side .form-footer button, .input textarea, .sylect-search textarea, .ss-search textarea, .input input, .sylect-search input, .ss-search input, .input select, .sylect-search select, .ss-search select, .sylect-input, .ss-input, .file-block > [type="file"] + label::before, .choose > input + label, .choose-accordion, .sv-multi-select-box, .TopNavBar, .mod-box, .Tab, .Tab .tab-button.active, .Datatable, .form-headbar, .form-container, #login-theme-1 .form-side, .ControlPanel .TopNavBar {
  background-color: #ffffff; }

.fc-white-dark, .choose > input:disabled + label::before, .snb-title, #login-theme-1 #copy-right-bar span {
  color: #f6f6f6; }

.bg-white-dark, body, .drop-box > ul > li:hover, .sylect-drop > ul > li:hover, .ss-drop > ul > li:hover, .sylect-search, .ss-search, .dt-row-body:nth-child(even) {
  background-color: #f6f6f6; }

.fc-white-darken {
  color: #ececec; }

.bg-white-darken, .sylect-drop > ul > li:hover, .ss-drop > ul > li:hover {
  background-color: #ececec; }

.fc-white-darkest, .mod-close-icon {
  color: #e1e1e1; }

.bg-white-darkest, .chip-button {
  background-color: #e1e1e1; }

.fc-white-darkness, .image-preview::before {
  color: #d0d0d0; }

.bg-white-darkness, .choose > input:disabled + label {
  background-color: #d0d0d0; }

.fc-success, .btn-outline.btn-success, .file-outline > [type="file"] + label.btn-success, #login-theme-1 .form-side .form-footer button.btn-success, .field-group.success label, .field-group.success input, .field-group.success select, .field-group.success textarea, .field-group.success .field-msg {
  color: #6ad781; }

.bg-success, .btn-success {
  background-color: #6ad781; }

.fc-danger, .btn-outline.btn-danger, .file-outline > [type="file"] + label.btn-danger, #login-theme-1 .form-side .form-footer button.btn-danger, .field-group.error label, .field-group.error input, .field-group.error select, .field-group.error textarea, .field-group.error .field-msg {
  color: #d72b35; }

.bg-danger, .btn-danger {
  background-color: #d72b35; }

.fc-warning, .btn-outline.btn-warning, .file-outline > [type="file"] + label.btn-warning, #login-theme-1 .form-side .form-footer button.btn-warning, .field-group.warning label, .field-group.warning input, .field-group.warning select, .field-group.warning textarea, .field-group.warning .field-msg {
  color: #ebbd15; }

.bg-warning, .btn-warning {
  background-color: #ebbd15; }

.fc-info, .btn-outline.btn-info, .file-outline > [type="file"] + label.btn-info, #login-theme-1 .form-side .form-footer button.btn-info, .field-group.info label, .field-group.info input, .field-group.info select, .field-group.info textarea, .field-group.info .field-msg {
  color: #32b5d7; }

.bg-info, .btn-info {
  background-color: #32b5d7; }

.fc-first, .btn-outline.btn-primary, .file-outline > [type="file"] + label.btn-primary, #login-theme-1 .form-side .form-footer button, .sv-multi-select-search input:focus + i, .tnb-mob-nav-item > ul a:hover, .Tab .tab-button.active {
  color: #be1f24; }

.bg-first, .btn-primary, #login-theme-1 .form-side .form-footer button, .choose-primary > input:checked + label, .choose-success > input:checked + label, .choose-danger > input:checked + label, .choose-info > input:checked + label, .choose-warning > input:checked + label, .sylect-drop > ul > li.active, .ss-drop > ul > li.active, .chip-primary > .chip-button, .mod-header, .form-container > .form-headbar h1::before, .form-container > .form-headbar h2::before, .form-container > .form-headbar h3::before, .form-container > .form-headbar h4::before, .form-container > .form-headbar h5::before {
  background-color: #be1f24; }

.fc-second, .btn-outline.btn-secondary, .file-outline > [type="file"] + label.btn-secondary, #login-theme-1 .form-side .form-footer button.btn-secondary, #login-theme-1 .form-side .form-footer a, .dash-total-box .total-box-inner .dash-icon i {
  color: #f15a24; }

.bg-second, .btn-secondary, .chip-secondary > .chip-button {
  background-color: #f15a24; }

.fc-third {
  color: #0071bc; }

.bg-third {
  background-color: #0071bc; }

.hs-xs, h5 {
  font-size: 18px; }

.hs-sm, h4, .btn-huge, .choose-huge > input + label {
  font-size: 24px; }

.hs-md, h3, .btn-massive, .input.huge, .huge.sylect-search, .huge.ss-search, .choose-massive > input + label {
  font-size: 28px; }

.hs-lg, h2, .input.massive, .massive.sylect-search, .massive.ss-search {
  font-size: 36px; }

.hs-xl, h1 {
  font-size: 48px; }

.fs-xs, .btn-tiny, .input.tiny, .tiny.sylect-search, .tiny.ss-search, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .choose-tiny > input + label, .choose-big > input + label, .chip-xs {
  font-size: 12px; }

.fs-sm, .btn-small, .dt-btn, .input.underline.focus:after, .underline.focus.sylect-search:after, .underline.focus.ss-search:after, .input.small, .small.sylect-search, .small.ss-search, .choose-small > input + label, .chip-sm, .snb-title, .snb-link:after, .snb-drop-link {
  font-size: 13px; }

.fs-md, *, .input, .sylect-search, .ss-search, .choose > input + label, .snackbar-item, .chip-md, .tnb-mob-nav-item a, #login-theme-1 .form-side .form-footer a, #login-theme-1 #copy-right-bar span, #login-theme-1 #copy-right-bar a {
  font-size: 14px; }

.fs-lg, .btn-large, #login-theme-1 .form-side .form-footer button, .input.large, .large.sylect-search, .large.ss-search, .choose-large > input + label, .chip-lg, .tnb-mob-nav-item.is-plus > a:before {
  font-size: 15px; }

.fs-xl, .btn-big, .input.big, .big.sylect-search, .big.ss-search, .image-preview::before, .chip-xl {
  font-size: 16px; }

.fw-300, .dt-cell-body, #login-theme-1 #copy-right-bar span, .dash-info-box .info-box-inner .info-box-total .result div i, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data i {
  font-weight: 300; }

.fw-400, *, .dropdown > a::after, .sylect > a::after, .search-select-wrapper > a::after, .v-dropdown > a::after, .snackbar-item, .tnb-mob-nav-item a, .dash-total-box .total-box-inner .dash-icon i, .dash-total-box .total-box-inner .dash-count .text {
  font-weight: 400; }

.fw-500, .dash-info-box .info-box-inner .info-box-total .result div span, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data span {
  font-weight: 500; }

.fw-600, .dt-cell-head, #login-theme-1 #copy-right-bar a, .dash-total-box .total-box-inner .dash-count .count {
  font-weight: 600; }

.fw-700, .tnb-mob-nav-item.is-plus > a:before, #login-theme-1 .title, #login-theme-1 .form-side .form-footer a, .dash-info-box .info-box-inner .info-box-title header, .dash-info-box .info-box-inner .info-box-total .result header, .dash-info-box .info-box-inner .info-box-real header {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.ff-first, *, .tnb-mob-nav-item a, #login-theme-1 .title, #login-theme-1 .form-side .form-footer a {
  font-family: "Noto Sans", Arial; }

.ff-second, .dash-info-box .info-box-inner .info-box-title header, .dash-info-box .info-box-inner .info-box-total .result header, .dash-info-box .info-box-inner .info-box-real header, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data span {
  font-family: "Noto Sans", Arial; }

@keyframes rotateY-360 {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(359deg); } }

.rotateY-360 {
  animation: rotateY-360 1s linear infinite; }
  .rotateY-360.slow {
    animation-duration: 2s; }

.underline-effect:before, .input.underline:before, .underline.sylect-search:before, .underline.ss-search:before, .tnb-nav.underline-items .tnb-nav-item:before {
  content: '';
  left: 50%;
  transform: translateX(-50%);
  transition: 200ms width ease-in;
  width: 0;
  height: 2px;
  background-color: #be1f24; }

.underline-effect.start-l:before, .start-l.input.underline:before, .start-l.underline.sylect-search:before, .start-l.underline.ss-search:before, .tnb-nav.underline-items .start-l.tnb-nav-item:before {
  left: 0;
  transform: translateX(0); }

.underline-effect.start-r:before, .start-r.input.underline:before, .start-r.underline.sylect-search:before, .start-r.underline.ss-search:before, .tnb-nav.underline-items .start-r.tnb-nav-item:before {
  left: auto;
  right: 0;
  transform: translateX(0); }

.underline-effect.hover:hover:before, .hover.input.underline:hover:before, .hover.underline.sylect-search:hover:before, .hover.underline.ss-search:hover:before, .tnb-nav.underline-items .tnb-nav-item:hover:before {
  width: 100%; }

.underline-effect.focus:before, .focus.input.underline:before, .focus.underline.sylect-search:before, .focus.underline.ss-search:before, .tnb-nav.underline-items .focus.tnb-nav-item:before {
  width: 100%; }

.text-elipsis, .sylect-drop > ul > li, .ss-drop > ul > li, .dt-cell-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.clear-gap-x {
  margin-right: -15px;
  margin-left: -15px; }

.transform-center-x {
  transform: translate3d(-50%, 0, 0); }

.transform-center-y, .input.underline > label, .underline.sylect-search > label, .underline.ss-search > label, .select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before, .sv-multi-select-search i, .tnb-mob-nav-item.is-plus > a:before {
  transform: translate3d(0, -50%, 0); }

.transform-center, .image-preview::before {
  transform: translate3d(-50%, -50%, 0); }

.circle-shape, .file-block > [type="file"] + label::before, .choose-circle > input + label {
  border-radius: 50%; }

.curved-shape {
  border-radius: 15px; }

.hidden {
  display: none !important; }

.background-prop, .file-photo > [type="file"] + label {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.container {
  width: 1170px; }

.container-xl {
  width: 1370px; }

.gr-row, .full-grids-xl, .half-grids-xl, .quarter-grids-xl, .quad-grids-xl, .shared-grids-xl, .full-grids-lg, .half-grids-lg, .quarter-grids-lg, .quad-grids-lg, .shared-grids-lg, .full-grids-md, .half-grids-md, .quarter-grids-md, .quad-grids-md, .shared-grids-md, .full-grids-sm, .half-grids-sm, .quarter-grids-sm, .quad-grids-sm, .shared-grids-sm, .full-grids-xs, .half-grids-xs, .quarter-grids-xs, .quad-grids-xs, .shared-grids-xs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  flex: 1; }
  .gr-row.height-prefix > * > *, .full-grids-xl.height-prefix > * > *, .half-grids-xl.height-prefix > * > *, .quarter-grids-xl.height-prefix > * > *, .quad-grids-xl.height-prefix > * > *, .shared-grids-xl.height-prefix > * > *, .full-grids-lg.height-prefix > * > *, .half-grids-lg.height-prefix > * > *, .quarter-grids-lg.height-prefix > * > *, .quad-grids-lg.height-prefix > * > *, .shared-grids-lg.height-prefix > * > *, .full-grids-md.height-prefix > * > *, .half-grids-md.height-prefix > * > *, .quarter-grids-md.height-prefix > * > *, .quad-grids-md.height-prefix > * > *, .shared-grids-md.height-prefix > * > *, .full-grids-sm.height-prefix > * > *, .half-grids-sm.height-prefix > * > *, .quarter-grids-sm.height-prefix > * > *, .quad-grids-sm.height-prefix > * > *, .shared-grids-sm.height-prefix > * > *, .full-grids-xs.height-prefix > * > *, .half-grids-xs.height-prefix > * > *, .quarter-grids-xs.height-prefix > * > *, .quad-grids-xs.height-prefix > * > *, .shared-grids-xs.height-prefix > * > * {
    height: 100%; }
  .gr-row > .gr, .input.combine .gr-row > input, .combine.sylect-search .gr-row > input, .combine.ss-search .gr-row > input, .search-select-combine .gr-row > .search-select-wrapper, .gr-row > .sv-multi-select-box, .gr-row > .mod-body, .Tab.wrap-buttons .gr-row > .tab-button, .gr-row > .dt-cell, #login-theme-1 .gr-row > .form-side, .gr-row > #cp-content, .full-grids-xl > .gr, .input.combine .full-grids-xl > input, .combine.sylect-search .full-grids-xl > input, .combine.ss-search .full-grids-xl > input, .search-select-combine .full-grids-xl > .search-select-wrapper, .full-grids-xl > .sv-multi-select-box, .full-grids-xl > .mod-body, .Tab.wrap-buttons .full-grids-xl > .tab-button, .full-grids-xl > .dt-cell, #login-theme-1 .full-grids-xl > .form-side, .full-grids-xl > #cp-content, .half-grids-xl > .gr, .input.combine .half-grids-xl > input, .combine.sylect-search .half-grids-xl > input, .combine.ss-search .half-grids-xl > input, .search-select-combine .half-grids-xl > .search-select-wrapper, .half-grids-xl > .sv-multi-select-box, .half-grids-xl > .mod-body, .Tab.wrap-buttons .half-grids-xl > .tab-button, .half-grids-xl > .dt-cell, #login-theme-1 .half-grids-xl > .form-side, .half-grids-xl > #cp-content, .quarter-grids-xl > .gr, .input.combine .quarter-grids-xl > input, .combine.sylect-search .quarter-grids-xl > input, .combine.ss-search .quarter-grids-xl > input, .search-select-combine .quarter-grids-xl > .search-select-wrapper, .quarter-grids-xl > .sv-multi-select-box, .quarter-grids-xl > .mod-body, .Tab.wrap-buttons .quarter-grids-xl > .tab-button, .quarter-grids-xl > .dt-cell, #login-theme-1 .quarter-grids-xl > .form-side, .quarter-grids-xl > #cp-content, .quad-grids-xl > .gr, .input.combine .quad-grids-xl > input, .combine.sylect-search .quad-grids-xl > input, .combine.ss-search .quad-grids-xl > input, .search-select-combine .quad-grids-xl > .search-select-wrapper, .quad-grids-xl > .sv-multi-select-box, .quad-grids-xl > .mod-body, .Tab.wrap-buttons .quad-grids-xl > .tab-button, .quad-grids-xl > .dt-cell, #login-theme-1 .quad-grids-xl > .form-side, .quad-grids-xl > #cp-content, .shared-grids-xl > .gr, .input.combine .shared-grids-xl > input, .combine.sylect-search .shared-grids-xl > input, .combine.ss-search .shared-grids-xl > input, .search-select-combine .shared-grids-xl > .search-select-wrapper, .shared-grids-xl > .sv-multi-select-box, .shared-grids-xl > .mod-body, .Tab.wrap-buttons .shared-grids-xl > .tab-button, .shared-grids-xl > .dt-cell, #login-theme-1 .shared-grids-xl > .form-side, .shared-grids-xl > #cp-content, .full-grids-lg > .gr, .input.combine .full-grids-lg > input, .combine.sylect-search .full-grids-lg > input, .combine.ss-search .full-grids-lg > input, .search-select-combine .full-grids-lg > .search-select-wrapper, .full-grids-lg > .sv-multi-select-box, .full-grids-lg > .mod-body, .Tab.wrap-buttons .full-grids-lg > .tab-button, .full-grids-lg > .dt-cell, #login-theme-1 .full-grids-lg > .form-side, .full-grids-lg > #cp-content, .half-grids-lg > .gr, .input.combine .half-grids-lg > input, .combine.sylect-search .half-grids-lg > input, .combine.ss-search .half-grids-lg > input, .search-select-combine .half-grids-lg > .search-select-wrapper, .half-grids-lg > .sv-multi-select-box, .half-grids-lg > .mod-body, .Tab.wrap-buttons .half-grids-lg > .tab-button, .half-grids-lg > .dt-cell, #login-theme-1 .half-grids-lg > .form-side, .half-grids-lg > #cp-content, .quarter-grids-lg > .gr, .input.combine .quarter-grids-lg > input, .combine.sylect-search .quarter-grids-lg > input, .combine.ss-search .quarter-grids-lg > input, .search-select-combine .quarter-grids-lg > .search-select-wrapper, .quarter-grids-lg > .sv-multi-select-box, .quarter-grids-lg > .mod-body, .Tab.wrap-buttons .quarter-grids-lg > .tab-button, .quarter-grids-lg > .dt-cell, #login-theme-1 .quarter-grids-lg > .form-side, .quarter-grids-lg > #cp-content, .quad-grids-lg > .gr, .input.combine .quad-grids-lg > input, .combine.sylect-search .quad-grids-lg > input, .combine.ss-search .quad-grids-lg > input, .search-select-combine .quad-grids-lg > .search-select-wrapper, .quad-grids-lg > .sv-multi-select-box, .quad-grids-lg > .mod-body, .Tab.wrap-buttons .quad-grids-lg > .tab-button, .quad-grids-lg > .dt-cell, #login-theme-1 .quad-grids-lg > .form-side, .quad-grids-lg > #cp-content, .shared-grids-lg > .gr, .input.combine .shared-grids-lg > input, .combine.sylect-search .shared-grids-lg > input, .combine.ss-search .shared-grids-lg > input, .search-select-combine .shared-grids-lg > .search-select-wrapper, .shared-grids-lg > .sv-multi-select-box, .shared-grids-lg > .mod-body, .Tab.wrap-buttons .shared-grids-lg > .tab-button, .shared-grids-lg > .dt-cell, #login-theme-1 .shared-grids-lg > .form-side, .shared-grids-lg > #cp-content, .full-grids-md > .gr, .input.combine .full-grids-md > input, .combine.sylect-search .full-grids-md > input, .combine.ss-search .full-grids-md > input, .search-select-combine .full-grids-md > .search-select-wrapper, .full-grids-md > .sv-multi-select-box, .full-grids-md > .mod-body, .Tab.wrap-buttons .full-grids-md > .tab-button, .full-grids-md > .dt-cell, #login-theme-1 .full-grids-md > .form-side, .full-grids-md > #cp-content, .half-grids-md > .gr, .input.combine .half-grids-md > input, .combine.sylect-search .half-grids-md > input, .combine.ss-search .half-grids-md > input, .search-select-combine .half-grids-md > .search-select-wrapper, .half-grids-md > .sv-multi-select-box, .half-grids-md > .mod-body, .Tab.wrap-buttons .half-grids-md > .tab-button, .half-grids-md > .dt-cell, #login-theme-1 .half-grids-md > .form-side, .half-grids-md > #cp-content, .quarter-grids-md > .gr, .input.combine .quarter-grids-md > input, .combine.sylect-search .quarter-grids-md > input, .combine.ss-search .quarter-grids-md > input, .search-select-combine .quarter-grids-md > .search-select-wrapper, .quarter-grids-md > .sv-multi-select-box, .quarter-grids-md > .mod-body, .Tab.wrap-buttons .quarter-grids-md > .tab-button, .quarter-grids-md > .dt-cell, #login-theme-1 .quarter-grids-md > .form-side, .quarter-grids-md > #cp-content, .quad-grids-md > .gr, .input.combine .quad-grids-md > input, .combine.sylect-search .quad-grids-md > input, .combine.ss-search .quad-grids-md > input, .search-select-combine .quad-grids-md > .search-select-wrapper, .quad-grids-md > .sv-multi-select-box, .quad-grids-md > .mod-body, .Tab.wrap-buttons .quad-grids-md > .tab-button, .quad-grids-md > .dt-cell, #login-theme-1 .quad-grids-md > .form-side, .quad-grids-md > #cp-content, .shared-grids-md > .gr, .input.combine .shared-grids-md > input, .combine.sylect-search .shared-grids-md > input, .combine.ss-search .shared-grids-md > input, .search-select-combine .shared-grids-md > .search-select-wrapper, .shared-grids-md > .sv-multi-select-box, .shared-grids-md > .mod-body, .Tab.wrap-buttons .shared-grids-md > .tab-button, .shared-grids-md > .dt-cell, #login-theme-1 .shared-grids-md > .form-side, .shared-grids-md > #cp-content, .full-grids-sm > .gr, .input.combine .full-grids-sm > input, .combine.sylect-search .full-grids-sm > input, .combine.ss-search .full-grids-sm > input, .search-select-combine .full-grids-sm > .search-select-wrapper, .full-grids-sm > .sv-multi-select-box, .full-grids-sm > .mod-body, .Tab.wrap-buttons .full-grids-sm > .tab-button, .full-grids-sm > .dt-cell, #login-theme-1 .full-grids-sm > .form-side, .full-grids-sm > #cp-content, .half-grids-sm > .gr, .input.combine .half-grids-sm > input, .combine.sylect-search .half-grids-sm > input, .combine.ss-search .half-grids-sm > input, .search-select-combine .half-grids-sm > .search-select-wrapper, .half-grids-sm > .sv-multi-select-box, .half-grids-sm > .mod-body, .Tab.wrap-buttons .half-grids-sm > .tab-button, .half-grids-sm > .dt-cell, #login-theme-1 .half-grids-sm > .form-side, .half-grids-sm > #cp-content, .quarter-grids-sm > .gr, .input.combine .quarter-grids-sm > input, .combine.sylect-search .quarter-grids-sm > input, .combine.ss-search .quarter-grids-sm > input, .search-select-combine .quarter-grids-sm > .search-select-wrapper, .quarter-grids-sm > .sv-multi-select-box, .quarter-grids-sm > .mod-body, .Tab.wrap-buttons .quarter-grids-sm > .tab-button, .quarter-grids-sm > .dt-cell, #login-theme-1 .quarter-grids-sm > .form-side, .quarter-grids-sm > #cp-content, .quad-grids-sm > .gr, .input.combine .quad-grids-sm > input, .combine.sylect-search .quad-grids-sm > input, .combine.ss-search .quad-grids-sm > input, .search-select-combine .quad-grids-sm > .search-select-wrapper, .quad-grids-sm > .sv-multi-select-box, .quad-grids-sm > .mod-body, .Tab.wrap-buttons .quad-grids-sm > .tab-button, .quad-grids-sm > .dt-cell, #login-theme-1 .quad-grids-sm > .form-side, .quad-grids-sm > #cp-content, .shared-grids-sm > .gr, .input.combine .shared-grids-sm > input, .combine.sylect-search .shared-grids-sm > input, .combine.ss-search .shared-grids-sm > input, .search-select-combine .shared-grids-sm > .search-select-wrapper, .shared-grids-sm > .sv-multi-select-box, .shared-grids-sm > .mod-body, .Tab.wrap-buttons .shared-grids-sm > .tab-button, .shared-grids-sm > .dt-cell, #login-theme-1 .shared-grids-sm > .form-side, .shared-grids-sm > #cp-content, .full-grids-xs > .gr, .input.combine .full-grids-xs > input, .combine.sylect-search .full-grids-xs > input, .combine.ss-search .full-grids-xs > input, .search-select-combine .full-grids-xs > .search-select-wrapper, .full-grids-xs > .sv-multi-select-box, .full-grids-xs > .mod-body, .Tab.wrap-buttons .full-grids-xs > .tab-button, .full-grids-xs > .dt-cell, #login-theme-1 .full-grids-xs > .form-side, .full-grids-xs > #cp-content, .half-grids-xs > .gr, .input.combine .half-grids-xs > input, .combine.sylect-search .half-grids-xs > input, .combine.ss-search .half-grids-xs > input, .search-select-combine .half-grids-xs > .search-select-wrapper, .half-grids-xs > .sv-multi-select-box, .half-grids-xs > .mod-body, .Tab.wrap-buttons .half-grids-xs > .tab-button, .half-grids-xs > .dt-cell, #login-theme-1 .half-grids-xs > .form-side, .half-grids-xs > #cp-content, .quarter-grids-xs > .gr, .input.combine .quarter-grids-xs > input, .combine.sylect-search .quarter-grids-xs > input, .combine.ss-search .quarter-grids-xs > input, .search-select-combine .quarter-grids-xs > .search-select-wrapper, .quarter-grids-xs > .sv-multi-select-box, .quarter-grids-xs > .mod-body, .Tab.wrap-buttons .quarter-grids-xs > .tab-button, .quarter-grids-xs > .dt-cell, #login-theme-1 .quarter-grids-xs > .form-side, .quarter-grids-xs > #cp-content, .quad-grids-xs > .gr, .input.combine .quad-grids-xs > input, .combine.sylect-search .quad-grids-xs > input, .combine.ss-search .quad-grids-xs > input, .search-select-combine .quad-grids-xs > .search-select-wrapper, .quad-grids-xs > .sv-multi-select-box, .quad-grids-xs > .mod-body, .Tab.wrap-buttons .quad-grids-xs > .tab-button, .quad-grids-xs > .dt-cell, #login-theme-1 .quad-grids-xs > .form-side, .quad-grids-xs > #cp-content, .shared-grids-xs > .gr, .input.combine .shared-grids-xs > input, .combine.sylect-search .shared-grids-xs > input, .combine.ss-search .shared-grids-xs > input, .search-select-combine .shared-grids-xs > .search-select-wrapper, .shared-grids-xs > .sv-multi-select-box, .shared-grids-xs > .mod-body, .Tab.wrap-buttons .shared-grids-xs > .tab-button, .shared-grids-xs > .dt-cell, #login-theme-1 .shared-grids-xs > .form-side, .shared-grids-xs > #cp-content {
    flex: 1;
    max-width: unset; }

.gr, .input.combine input, .combine.sylect-search input, .combine.ss-search input, .search-select-combine .search-select-wrapper, .sv-multi-select-box, .mod-body, .Tab.wrap-buttons .tab-button, .dt-cell, #login-theme-1 .form-side, #cp-content {
  flex: 1; }

[class*="-grids-"] input, [class*="-grids-"] select {
  min-width: initial;
  width: 100%; }

@media only screen and (min-width: 1px) {
  .full-grids-xs > * {
    flex-basis: 100%;
    max-width: 100%; }
  .full-grids-xs > [class*="-grids-"] {
    max-width: unset; }
  .half-grids-xs > * {
    flex-basis: 50%;
    max-width: 50%; }
  .half-grids-xs > [class*="-grids-"] {
    max-width: unset; }
  .quarter-grids-xs > * {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .quarter-grids-xs > [class*="-grids-"] {
    max-width: unset; }
  .quad-grids-xs > * {
    flex-basis: 25%;
    max-width: 25%; }
  .quad-grids-xs > [class*="-grids-"] {
    max-width: unset; }
  .shared-grids-xs > * {
    flex: 1; } }

@media only screen and (min-width: 770px) {
  .full-grids-sm > * {
    flex-basis: 100%;
    max-width: 100%; }
  .full-grids-sm > [class*="-grids-"] {
    max-width: unset; }
  .half-grids-sm > * {
    flex-basis: 50%;
    max-width: 50%; }
  .half-grids-sm > [class*="-grids-"] {
    max-width: unset; }
  .quarter-grids-sm > * {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .quarter-grids-sm > [class*="-grids-"] {
    max-width: unset; }
  .quad-grids-sm > * {
    flex-basis: 25%;
    max-width: 25%; }
  .quad-grids-sm > [class*="-grids-"] {
    max-width: unset; }
  .shared-grids-sm > * {
    flex: 1; } }

@media only screen and (min-width: 960px) {
  .full-grids-md > * {
    flex-basis: 100%;
    max-width: 100%; }
  .full-grids-md > [class*="-grids-"] {
    max-width: unset; }
  .half-grids-md > * {
    flex-basis: 50%;
    max-width: 50%; }
  .half-grids-md > [class*="-grids-"] {
    max-width: unset; }
  .quarter-grids-md > * {
    flex-basis: 33.33%;
    max-width: 33%; }
  .quarter-grids-md > [class*="-grids-"] {
    max-width: unset; }
  .quad-grids-md > * {
    flex-basis: 25%;
    max-width: 25%; }
  .quad-grids-md > [class*="-grids-"] {
    max-width: unset; }
  .shared-grids-md > * {
    flex: 1; } }

@media only screen and (min-width: 1200px) {
  .full-grids-lg > * {
    flex-basis: 100%;
    max-width: 100%; }
  .full-grids-lg > [class*="-grids-"] {
    max-width: unset; }
  .half-grids-lg > * {
    flex-basis: 50%;
    max-width: 50%; }
  .half-grids-lg > [class*="-grids-"] {
    max-width: unset; }
  .quarter-grids-lg > * {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .quarter-grids-lg > [class*="-grids-"] {
    max-width: unset; }
  .quad-grids-lg {
    flex-grow: 1;
    flex-shrink: 1; }
    .quad-grids-lg > * {
      flex-basis: 25%;
      max-width: 25%; }
    .quad-grids-lg > [class*="-grids-"] {
      max-width: unset; }
  .shared-grids-lg > * {
    flex: 1; } }

@media only screen and (min-width: 1400px) {
  .full-grids-xl > * {
    flex-basis: 100%;
    max-width: 100%; }
  .full-grids-xl > [class*="-grids-"] {
    max-width: unset; }
  .half-grids-xl > * {
    flex-basis: 50%;
    max-width: 50%; }
  .half-grids-xl > [class*="-grids-"] {
    max-width: unset; }
  .quarter-grids-xl > * {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .quarter-grids-xl > [class*="-grids-"] {
    max-width: unset; }
  .quad-grids-xl > * {
    flex-basis: 25%;
    max-width: 25%; }
  .quad-grids-xl > [class*="-grids-"] {
    max-width: unset; }
  .shared-grids-xl > * {
    flex: 1; } }

@media only screen and (max-width: 1400px) {
  .container-xl {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 1200px) {
  .container, .container-xl {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .mob-items-lg {
    display: block;
    margin-left: 0;
    padding-left: 0; }
    .mob-items-lg.start > * {
      text-align: left; }
    .mob-items-lg.end > * {
      text-align: right; }
    .mob-items-lg > * {
      text-align: center;
      display: block;
      width: 100% !important;
      margin-bottom: 15px; }
    .mob-items-lg[class*="-grids-"] {
      margin-left: 0; }
      .mob-items-lg[class*="-grids-"] > * {
        padding-left: 0; }
    .mob-items-lg > [class*="-grids-"] {
      margin-left: 0;
      display: block; }
      .mob-items-lg > [class*="-grids-"] > * {
        padding-left: 0; } }

@media only screen and (max-width: 960px) {
  .mob-items-md {
    display: block;
    margin-left: 0;
    padding-left: 0; }
    .mob-items-md.start > * {
      text-align: left; }
    .mob-items-md.end > * {
      text-align: right; }
    .mob-items-md > * {
      text-align: center;
      display: block;
      width: 100% !important;
      margin-bottom: 15px; }
    .mob-items-md[class*="-grids-"] {
      margin-left: 0; }
      .mob-items-md[class*="-grids-"] > * {
        padding-left: 0; }
    .mob-items-md > [class*="-grids-"] {
      margin-left: 0;
      display: block; }
      .mob-items-md > [class*="-grids-"] > * {
        padding-left: 0; } }

@media only screen and (max-width: 770px) {
  .mob-items-sm, #login-theme-1 .login-box {
    display: block;
    margin-left: 0;
    padding-left: 0; }
    .mob-items-sm.start > *, #login-theme-1 .start.login-box > * {
      text-align: left; }
    .mob-items-sm.end > *, #login-theme-1 .end.login-box > * {
      text-align: right; }
    .mob-items-sm > *, #login-theme-1 .login-box > * {
      text-align: center;
      width: 100% !important;
      margin-bottom: 15px;
      display: block; }
    .mob-items-sm[class*="-grids-"], #login-theme-1 .login-box[class*="-grids-"] {
      margin-left: 0; }
      .mob-items-sm[class*="-grids-"] > *, #login-theme-1 .login-box[class*="-grids-"] > * {
        padding-left: 0; }
    .mob-items-sm > [class*="-grids-"], #login-theme-1 .login-box > [class*="-grids-"] {
      margin-left: 0;
      display: block; }
      .mob-items-sm > [class*="-grids-"] > *, #login-theme-1 .login-box > [class*="-grids-"] > * {
        padding-left: 0; } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  display: block; }

ul {
  list-style: none; }

img {
  display: block; }

input {
  border-style: solid; }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="number"] {
    -moz-appearance: textfield; }

button::-moz-focus-inner {
  border: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

form * {
  -webkit-appearance: none; }

.dropdown > a::after, .sylect > a::after, .search-select-wrapper > a::after, .v-dropdown > a::after {
  font-family: FontAwesome;
  content: '\F078';
  font-size: 10px;
  height: 10px;
  cursor: pointer;
  pointer-events: none;
  transition: 300ms all ease-in; }

.dropdown.no-arrow > a::after, .no-arrow.sylect > a::after, .no-arrow.search-select-wrapper > a::after, .v-dropdown.no-arrow > a::after {
  content: unset;
  display: none; }

.dropdown.center .drop-box, .center.sylect .drop-box, .center.search-select-wrapper .drop-box, .dropdown.center .sylect-drop, .center.sylect .sylect-drop, .center.search-select-wrapper .sylect-drop, .dropdown.center .ss-drop, .center.sylect .ss-drop, .center.search-select-wrapper .ss-drop, .v-dropdown.center .drop-box, .v-dropdown.center .sylect-drop, .v-dropdown.center .ss-drop {
  left: 50%;
  transform: translateX(-50%) translateY(15px); }
  .dropdown.center .drop-box:before, .center.sylect .drop-box:before, .center.search-select-wrapper .drop-box:before, .dropdown.center .sylect-drop:before, .center.sylect .sylect-drop:before, .center.search-select-wrapper .sylect-drop:before, .dropdown.center .ss-drop:before, .center.sylect .ss-drop:before, .center.search-select-wrapper .ss-drop:before, .v-dropdown.center .drop-box:before, .v-dropdown.center .sylect-drop:before, .v-dropdown.center .ss-drop:before {
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    z-index: -1; }

.dropdown.center.active .drop-box, .center.active.sylect .drop-box, .center.active.search-select-wrapper .drop-box, .dropdown.center.active .sylect-drop, .center.active.sylect .sylect-drop, .center.active.search-select-wrapper .sylect-drop, .dropdown.center.active .ss-drop, .center.active.sylect .ss-drop, .center.active.search-select-wrapper .ss-drop, .v-dropdown.center.active .drop-box, .v-dropdown.center.active .sylect-drop, .v-dropdown.center.active .ss-drop {
  z-index: 1;
  transform: translateX(-50%) translateY(0);
  opacity: 1; }

.dropdown.center.leave .drop-box, .center.leave.sylect .drop-box, .center.leave.search-select-wrapper .drop-box, .dropdown.center.leave .sylect-drop, .center.leave.sylect .sylect-drop, .center.leave.search-select-wrapper .sylect-drop, .dropdown.center.leave .ss-drop, .center.leave.sylect .ss-drop, .center.leave.search-select-wrapper .ss-drop, .v-dropdown.center.leave .drop-box, .v-dropdown.center.leave .sylect-drop, .v-dropdown.center.leave .ss-drop {
  z-index: 1;
  transform: translateX(-50%) translateY(15px);
  opacity: 0;
  transition: 300ms all ease-out; }

.dropdown.active .drop-box, .active.sylect .drop-box, .active.search-select-wrapper .drop-box, .dropdown.active .sylect-drop, .active.sylect .sylect-drop, .active.search-select-wrapper .sylect-drop, .dropdown.active .ss-drop, .active.sylect .ss-drop, .active.search-select-wrapper .ss-drop, .v-dropdown.active .drop-box, .v-dropdown.active .sylect-drop, .v-dropdown.active .ss-drop {
  z-index: 1;
  transform: translateY(0);
  opacity: 1; }

.dropdown.leave .drop-box, .leave.sylect .drop-box, .leave.search-select-wrapper .drop-box, .dropdown.leave .sylect-drop, .leave.sylect .sylect-drop, .leave.search-select-wrapper .sylect-drop, .dropdown.leave .ss-drop, .leave.sylect .ss-drop, .leave.search-select-wrapper .ss-drop, .v-dropdown.leave .drop-box, .v-dropdown.leave .sylect-drop, .v-dropdown.leave .ss-drop {
  z-index: 1;
  transform: translateY(15px);
  opacity: 0;
  transition: 300ms all ease-out; }

.drop-box, .sylect-drop, .ss-drop {
  top: calc(100% + 10px);
  border: 1px solid #e1e1e1;
  z-index: -1;
  opacity: 0;
  transform: translateY(15px);
  will-change: opacity, transform;
  transition: 300ms all ease-in; }
  .drop-box > ul, .sylect-drop > ul, .ss-drop > ul {
    width: max-content;
    min-width: 100%; }
    .drop-box > ul > li, .sylect-drop > ul > li, .ss-drop > ul > li {
      transition: 300ms all ease-in; }
      .drop-box > ul > li > a, .sylect-drop > ul > li > a, .ss-drop > ul > li > a {
        min-width: 125px; }

[class*="btn-"], .btn, .file > [type="file"] + label, .dt-btn, #login-theme-1 .form-side .form-footer button {
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  transition: 250ms all ease-out;
  cursor: pointer;
  padding: 0.5em 1em;
  border-radius: 1px;
  display: inline-block;
  user-select: none;
  outline: none; }
  [class*="btn-"] *, .btn *, .file > [type="file"] + label *, .dt-btn *, #login-theme-1 .form-side .form-footer button * {
    font-size: inherit;
    color: inherit; }
  [class*="btn-"]:hover, .btn:hover, .file > [type="file"] + label:hover, .dt-btn:hover, #login-theme-1 .form-side .form-footer button:hover {
    background-color: #f0f0f0; }

.btn-tiny.btn-icon {
  width: 1.75em;
  height: 1.75em;
  max-width: 1.75em; }

.btn-small.btn-icon, .btn-icon.dt-btn {
  width: 2em;
  height: 2em;
  max-width: 2em; }

.btn-large.btn-icon, #login-theme-1 .form-side .form-footer button.btn-icon {
  width: 2.25em;
  height: 2.25em;
  max-width: 2.25em; }

.btn-big.btn-icon {
  width: 2.5em;
  height: 2.5em;
  max-width: 2.5em; }

.btn-huge.btn-icon {
  width: 3em;
  height: 3em;
  max-width: 3em; }

.btn-massive.btn-icon {
  width: 3.5em;
  height: 3.5em;
  max-width: 3.5em; }

.btn-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
  flex-basis: 100%; }

.btn-icon {
  padding: 0;
  width: 2.25em;
  height: 2.25em;
  max-width: 2.25em;
  display: inline-flex; }
  .btn-icon > i {
    outline: none; }

.btn-primary, #login-theme-1 .form-side .form-footer button {
  border-color: #a41b1f; }
  .btn-primary:hover, #login-theme-1 .form-side .form-footer button:hover {
    background-color: #a41b1f;
    border-color: #89161a; }

.btn-secondary {
  border-color: #e8480f; }
  .btn-secondary:hover {
    background-color: #e8480f;
    border-color: #cb3f0d; }

.btn-success {
  border-color: #52d16d; }
  .btn-success:hover {
    background-color: #52d16d;
    border-color: #3aca58; }

.btn-danger {
  border-color: #bf242d; }
  .btn-danger:hover {
    background-color: #bf242d;
    border-color: #a61f27; }

.btn-warning {
  border-color: #d0a712; }
  .btn-warning:hover {
    background-color: #d0a712;
    border-color: #b3900f; }

.btn-info {
  border-color: #26a4c4; }
  .btn-info:hover {
    background-color: #26a4c4;
    border-color: #218eab; }

.btn-outline, .file-outline > [type="file"] + label, #login-theme-1 .form-side .form-footer button {
  background-color: transparent; }
  .btn-outline:hover, .file-outline > [type="file"] + label:hover, #login-theme-1 .form-side .form-footer button:hover {
    background-color: #f0f0f0; }
  .btn-outline.btn-primary, .file-outline > [type="file"] + label.btn-primary, #login-theme-1 .form-side .form-footer button {
    border-color: #be1f24; }
    .btn-outline.btn-primary:hover, .file-outline > [type="file"] + label.btn-primary:hover, #login-theme-1 .form-side .form-footer button:hover {
      background-color: #a41b1f;
      color: #ffffff; }
  .btn-outline.btn-secondary, .file-outline > [type="file"] + label.btn-secondary, #login-theme-1 .form-side .form-footer button.btn-secondary {
    border-color: #f15a24; }
    .btn-outline.btn-secondary:hover, .file-outline > [type="file"] + label.btn-secondary:hover, #login-theme-1 .form-side .form-footer button.btn-secondary:hover {
      background-color: #e8480f;
      color: #ffffff; }
  .btn-outline.btn-success, .file-outline > [type="file"] + label.btn-success, #login-theme-1 .form-side .form-footer button.btn-success {
    border-color: #6ad781; }
    .btn-outline.btn-success:hover, .file-outline > [type="file"] + label.btn-success:hover, #login-theme-1 .form-side .form-footer button.btn-success:hover {
      background-color: #52d16d;
      color: #ffffff; }
  .btn-outline.btn-danger, .file-outline > [type="file"] + label.btn-danger, #login-theme-1 .form-side .form-footer button.btn-danger {
    border-color: #d72b35; }
    .btn-outline.btn-danger:hover, .file-outline > [type="file"] + label.btn-danger:hover, #login-theme-1 .form-side .form-footer button.btn-danger:hover {
      background-color: #bf242d;
      color: #ffffff; }
  .btn-outline.btn-warning, .file-outline > [type="file"] + label.btn-warning, #login-theme-1 .form-side .form-footer button.btn-warning {
    border-color: #ebbd15; }
    .btn-outline.btn-warning:hover, .file-outline > [type="file"] + label.btn-warning:hover, #login-theme-1 .form-side .form-footer button.btn-warning:hover {
      background-color: #d0a712;
      color: #ffffff; }
  .btn-outline.btn-info, .file-outline > [type="file"] + label.btn-info, #login-theme-1 .form-side .form-footer button.btn-info {
    border-color: #32b5d7; }
    .btn-outline.btn-info:hover, .file-outline > [type="file"] + label.btn-info:hover, #login-theme-1 .form-side .form-footer button.btn-info:hover {
      background-color: #26a4c4;
      color: #ffffff; }

.input textarea, .sylect-search textarea, .ss-search textarea, .input input, .sylect-search input, .ss-search input, .input select, .sylect-search select, .ss-search select, .sylect-input, .ss-input {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: 200ms ease-in border;
  font-size: inherit; }
  .input textarea:focus, .sylect-search textarea:focus, .ss-search textarea:focus, .input input:focus, .sylect-search input:focus, .ss-search input:focus, .input select:focus, .sylect-search select:focus, .ss-search select:focus, .sylect-input:focus, .ss-input:focus, .input textarea.focus, .sylect-search textarea.focus, .ss-search textarea.focus, .input input.focus, .sylect-search input.focus, .ss-search input.focus, .input select.focus, .sylect-search select.focus, .ss-search select.focus, .focus.sylect-input, .focus.ss-input {
    border-color: #be1f24; }

.input textarea, .sylect-search textarea, .ss-search textarea {
  resize: none;
  height: 10em; }

.input input, .sylect-search input, .ss-search input, .input select, .sylect-search select, .ss-search select {
  display: block;
  height: 2.5em;
  padding: 0 0.7em;
  min-width: 280px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.input.icon > label, .sylect-search > label, .ss-search > label {
  width: 2.5em;
  background-color: #e1e1e1;
  border-radius: 4px 0 0 4px;
  transition: 200ms ease-in background; }
  .input.icon > label:before, .sylect-search > label:before, .ss-search > label:before {
    transition: 200ms ease-in color; }

.input.icon > input, .sylect-search > input, .ss-search > input, .input.icon > select, .sylect-search > select, .ss-search > select {
  padding: 0 0.7em 0 calc(0.7em + 2.5em); }
  .input.icon > input:focus + label, .sylect-search > input:focus + label, .ss-search > input:focus + label, .input.icon > select:focus + label, .sylect-search > select:focus + label, .ss-search > select:focus + label {
    background-color: #be1f24; }
    .input.icon > input:focus + label:before, .sylect-search > input:focus + label:before, .ss-search > input:focus + label:before, .input.icon > select:focus + label:before, .sylect-search > select:focus + label:before, .ss-search > select:focus + label:before {
      color: inherit; }

.input.icon.right > label, .sylect-search > label, .ss-search > label {
  border-radius: 0 4px 4px 0;
  left: auto; }

.input.icon.right > input, .sylect-search > input, .ss-search > input, .input.icon.right > select, .sylect-search > select, .ss-search > select {
  padding: 0 calc(0.7em + 2.5em) 0 0.7em; }

.input.combine input, .combine.sylect-search input, .combine.ss-search input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .input.combine input:focus + select, .combine.sylect-search input:focus + select, .combine.ss-search input:focus + select {
    border-color: #be1f24; }
  .input.combine input:focus + label + select, .combine.sylect-search input:focus + label + select, .combine.ss-search input:focus + label + select {
    border-color: #be1f24; }
  .input.combine input + select, .combine.sylect-search input + select, .combine.ss-search input + select, .input.combine input + label + select, .combine.sylect-search input + label + select, .combine.ss-search input + label + select {
    width: fit-content;
    min-width: unset;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0px;
    padding-left: 15px;
    padding-right: 30px; }
    .input.combine input + select:focus, .combine.sylect-search input + select:focus, .combine.ss-search input + select:focus, .input.combine input + label + select:focus, .combine.sylect-search input + label + select:focus, .combine.ss-search input + label + select:focus {
      border-color: #e1e1e1; }

.input.underline, .underline.sylect-search, .underline.ss-search {
  padding: 0; }
  .input.underline:before, .underline.sylect-search:before, .underline.ss-search:before {
    z-index: 1; }
  .input.underline > input, .underline.sylect-search > input, .underline.ss-search > input {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-radius: 0 !important;
    transition: border 200ms ease-in;
    padding-left: 0 !important;
    background-color: transparent;
    box-shadow: unset; }
  .input.underline > label, .underline.sylect-search > label, .underline.ss-search > label {
    background-color: transparent;
    width: unset;
    right: 15px; }
  .input.underline:after, .underline.sylect-search:after, .underline.ss-search:after {
    content: attr(data-placeholder);
    transform: translateY(-50%);
    display: inline-block;
    pointer-events: none;
    transition: 200ms all ease-in; }
  .input.underline.focus:after, .underline.focus.sylect-search:after, .underline.focus.ss-search:after {
    color: #be1f24;
    transform: translateY(-75%); }
  .input.underline.focus > label, .underline.focus.sylect-search > label, .underline.focus.ss-search > label {
    background-color: transparent !important; }
    .input.underline.focus > label:before, .underline.focus.sylect-search > label:before, .underline.focus.ss-search > label:before {
      color: #be1f24 !important; }
  .input.underline.focus > input, .underline.focus.sylect-search > input, .underline.focus.ss-search > input {
    border-bottom-color: transparent; }

.input.curved > input, .curved.sylect-search > input, .curved.ss-search > input, .input.curved select, .curved.sylect-search select, .curved.ss-search select {
  border-radius: 20px;
  padding: 0 0.75em; }

.input.success, .success.sylect-search, .success.ss-search {
  border-color: #6ad781; }

.input.danger, .danger.sylect-search, .danger.ss-search {
  border-color: #d72b35; }

.input.warning, .warning.sylect-search, .warning.ss-search {
  border-color: #ebbd15; }

.input.info, .info.sylect-search, .info.ss-search {
  border-color: #32b5d7; }

/* SELECT CUSTOM PROPERTY */
.select::before, .input.combine::before, .combine.sylect-search::before, .combine.ss-search::before, .sylect::before, .search-select-wrapper::before {
  pointer-events: none;
  background-color: transparent;
  transition: 250ms ease-out transform;
  will-change: transform; }

.select select, .input.combine select, .combine.sylect-search select, .combine.ss-search select, .sylect select, .search-select-wrapper select {
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.file {
  display: inline-block;
  max-width: 100%; }
  .file > [type="file"] {
    display: none; }
    .file > [type="file"] + label::before {
      content: '\F093'; }
  .file.no-icon > [type="file"] + label::before {
    display: none; }

.file-link > [type="file"] + label, .file-block > [type="file"] + label {
  background-color: transparent;
  border-width: 0;
  transition: 150ms color linear;
  will-change: color;
  box-shadow: unset; }
  .file-link > [type="file"] + label:hover, .file-block > [type="file"] + label:hover {
    background-color: transparent; }

.file-block > [type="file"] + label {
  display: flex;
  align-items: center; }
  .file-block > [type="file"] + label::before {
    width: 2.25em;
    height: 2.25em; }

.file-photo > [type="file"] + label {
  width: 50%;
  padding: 0; }
  .file-photo > [type="file"] + label::after {
    content: '';
    padding-top: 45%; }
  .file-photo > [type="file"] + label::before {
    opacity: 0;
    transition: 400ms opacity ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
  .file-photo > [type="file"] + label:hover::before {
    opacity: 1; }

.image-preview {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 3px 2px 25px -4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 240px;
  height: 10rem;
  overflow: hidden; }
  .image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1; }
  .image-preview::before {
    margin: 0; }

.choose {
  font-size: 0;
  display: inline-flex;
  align-items: center; }
  .choose > input {
    display: none; }
    .choose > input + label {
      cursor: pointer;
      border: 1px solid #e1e1e1;
      transition: 300ms ease-out all; }
      .choose > input + label:before {
        display: block;
        transition: 300ms ease-out transform;
        transform: scale(0, 0);
        font-size: inherit; }
    .choose > input:disabled + label::before {
      transform: scale(1, 1); }
    .choose > input:checked + label::before {
      transform: scale(1, 1);
      content: "\F00C"; }
  .choose > .text {
    user-select: none;
    cursor: pointer;
    line-height: 1;
    transition: 300ms ease-out color; }

.choose-rectangle > input + label {
  width: 1.35em;
  height: 1.35em;
  border-radius: 1px; }

.choose-circle > input + label {
  width: 1.50em;
  height: 1.50em; }

.choose-primary > input:checked + label {
  border: 1px solid #a41b1f; }
  .choose-primary > input:checked + label + .text {
    color: #be1f24; }

.choose-success > input:checked + label {
  border: 1px solid #52d16d; }
  .choose-success > input:checked + label + .text {
    color: #6ad781; }

.choose-danger > input:checked + label {
  border: 1px solid #bf242d; }
  .choose-danger > input:checked + label + .text {
    color: #d72b35; }

.choose-info > input:checked + label {
  border: 1px solid #26a4c4; }
  .choose-info > input:checked + label + .text {
    color: #32b5d7; }

.choose-warning > input:checked + label {
  border: 1px solid #d0a712; }
  .choose-warning > input:checked + label + .text {
    color: #ebbd15; }

.choose-accordion {
  cursor: pointer;
  box-shadow: 5px 3px 15px -2px rgba(0, 0, 0, 0.25);
  transition: 300ms ease-out max-height;
  max-height: 40px;
  overflow: hidden; }
  .choose-accordion .choose::after {
    content: '';
    pointer-events: none;
    width: 3px;
    height: 10px;
    border-radius: 1px;
    transition: 300ms ease-out all; }
  .choose-accordion .choose::before {
    content: '';
    pointer-events: none;
    width: 3px;
    height: 10px;
    border-radius: 1px;
    transform: rotate(90deg);
    transition: 300ms ease-out all; }
  .choose-accordion.active {
    max-height: var(--active-accordion-height); }
    .choose-accordion.active > ul {
      opacity: 1; }
    .choose-accordion.active .choose::before {
      transform: rotate(120deg);
      opacity: 0; }
    .choose-accordion.active .choose::after {
      transform: rotate(90deg); }
  .choose-accordion > ul {
    opacity: 0;
    transition: 300ms ease-out opacity; }

.snackbar {
  z-index: 9999; }
  .snackbar.top {
    top: 15px; }
  .snackbar.middle {
    top: 50%;
    transform: translate(0, -50%); }
    .snackbar.middle.center {
      transform: translate(-50%, -50%); }
  .snackbar.bottom {
    bottom: 15px; }
  .snackbar.left {
    left: 15px; }
  .snackbar.center {
    left: 50%;
    transform: translate(-50%, 0); }
  .snackbar.right, .snackbar.sylect-search, .snackbar.ss-search {
    right: 15px; }

.snackbar-item {
  display: block;
  padding: .5em 1em;
  visibility: hidden;
  transition: ease-out all;
  opacity: 0;
  width: max-content;
  max-width: 400px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transform: translateY(-15px); }
  .snackbar-item.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); }
  .snackbar-item.leave {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px); }
  .snackbar-item.success {
    background-color: rgba(106, 215, 129, 0.95);
    border: 1px solid #52d16d; }
  .snackbar-item.danger {
    background-color: rgba(215, 43, 53, 0.95);
    border: 1px solid #bf242d; }
  .snackbar-item.warning {
    background-color: rgba(235, 189, 21, 0.95);
    border: 1px solid #d0a712; }
  .snackbar-item.info {
    background-color: rgba(50, 181, 215, 0.95);
    border: 1px solid #26a4c4; }

.sylect.active::before, .search-select-wrapper.active::before {
  transform: translateY(-50%) rotate(90deg); }

.sylect-input, .ss-input {
  min-height: 2.5em;
  cursor: pointer; }
  .sylect-input > .chip, .ss-input > .chip {
    position: relative;
    z-index: 1; }

.sylect-search, .ss-search {
  border-bottom: 1px solid #e1e1e1;
  padding-left: 15px !important; }
  .sylect-search input, .ss-search input {
    padding: 0 !important;
    border: 0 !important;
    height: 2.5em;
    background-color: transparent;
    box-shadow: unset; }
  .sylect-search label, .ss-search label {
    background-color: transparent; }

.sylect-drop, .ss-drop {
  top: 100%;
  max-height: 254px;
  overflow-x: hidden;
  overflow-y: auto; }
  .sylect-drop::-webkit-scrollbar, .ss-drop::-webkit-scrollbar {
    width: 3px; }
  .sylect-drop::-webkit-scrollbar-track, .ss-drop::-webkit-scrollbar-track {
    background-color: rgba(190, 31, 36, 0.2);
    border-radius: 5px; }
  .sylect-drop::-webkit-scrollbar-thumb, .ss-drop::-webkit-scrollbar-thumb {
    background: #be1f24;
    border-radius: 15%; }
  .sylect-drop > ul, .ss-drop > ul {
    overflow-y: auto;
    overflow-x: hidden; }
    .sylect-drop > ul > li, .ss-drop > ul > li {
      cursor: pointer; }
      .sylect-drop > ul > li.active, .ss-drop > ul > li.active {
        color: #ffffff;
        padding-right: 30px; }
        .sylect-drop > ul > li.active:hover::before, .ss-drop > ul > li.active:hover::before {
          transition: 300ms all ease-out;
          opacity: 1; }
        .sylect-drop > ul > li.active::before, .ss-drop > ul > li.active::before {
          right: 15px;
          height: 11px;
          top: calc(50% - 5.5px);
          opacity: 0;
          transition: 300ms all ease-in;
          pointer-events: none; }

.search-select-combine {
  display: flex;
  width: 30em; }
  .search-select-combine .ss-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0; }
  .search-select-combine .search-select-wrapper + * {
    border-radius: 0 5px 5px 0;
    background-color: #ececec; }
    .search-select-combine .search-select-wrapper + *:hover {
      background-color: #e1e1e1; }

.chip {
  border: 1px solid #e1e1e1;
  border-radius: 5px; }

.chip-button {
  height: 2em;
  width: 2em;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: inherit; }
  .chip-button:before {
    font-size: inherit; }

/* Chip Sizes */
/* Chip Colors */
.chip-gray {
  border-color: #e1e1e1; }
  .chip-gray > .chip-button {
    background-color: #e1e1e1; }

.chip-primary {
  border-color: #be1f24; }

.chip-secondary {
  border-color: #f15a24; }

.sv-multi-select-bar i {
  cursor: pointer; }

.sv-multi-select-box {
  border: 1px solid #ececec;
  box-shadow: 3px 5px 15px -5px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.sv-multi-select-list {
  height: 15em;
  overflow-y: auto; }
  .sv-multi-select-list::-webkit-scrollbar {
    width: 3px; }
  .sv-multi-select-list::-webkit-scrollbar-track {
    background-color: rgba(190, 31, 36, 0.1);
    border-radius: 5px; }
  .sv-multi-select-list::-webkit-scrollbar-thumb {
    background: #be1f24;
    border-radius: 15%; }
  .sv-multi-select-list li {
    cursor: pointer; }
    .sv-multi-select-list li:first-child {
      padding-top: 0; }

.sv-multi-select-search {
  border-bottom: 1px solid #ececec; }
  .sv-multi-select-search input {
    border: none;
    min-height: 2.5em; }
  .sv-multi-select-search i {
    transition: 250ms all linear; }

.SideNavBar {
  width: 260px;
  background-color: #111;
  min-height: 100vh; }
  .SideNavBar a, .SideNavBar i {
    color: #f6f6f6; }

.snb-item {
  z-index: 1;
  margin: 2.5px 0;
  background: linear-gradient(to left, rgba(51, 51, 51, 0.08) 0%, rgba(119, 119, 119, 0.08) 100%); }
  .snb-item:before {
    content: '';
    background-color: #333;
    opacity: 0;
    z-index: -1;
    border-left: 3px solid #be1f24;
    border-right: 3px solid transparent;
    transition: all ease-in 250ms; }
  .snb-item.active:before, .snb-item:hover:before, .snb-item.snb-dropper.show:before {
    opacity: 1; }

.snb-dropper {
  overflow: hidden; }
  .snb-dropper > .snb-link:after {
    display: inline-block; }
  .snb-dropper.show > .snb-drop-list {
    opacity: 1;
    max-height: 400px;
    transition: all ease-in 350ms; }
  .snb-dropper.show > a::after {
    transform: rotate(180deg); }

.snb-link {
  display: block;
  line-height: 1; }
  .snb-link > * {
    font-size: inherit;
    color: inherit; }
  .snb-link:after {
    display: none;
    font-family: "FontAwesome";
    content: '\F107';
    right: 20px;
    transition: 0.2s;
    backface-visibility: hidden; }

.snb-arrow {
  right: 30px; }

.snb-drop-list {
  max-height: 0;
  opacity: 0;
  transition: all ease-out 350ms; }

.snb-drop-link {
  transition: 200ms ease-in all; }
  .snb-drop-link:hover {
    transform: translateX(5px);
    color: #ffffff; }

#snb-mob-row {
  display: none; }
  #snb-mob-row > h5 {
    display: inline-block;
    cursor: pointer; }

.snb-content {
  transition: max-height 500ms ease-out;
  overflow: hidden; }
  .snb-content.show {
    transition: max-height 500ms ease-in;
    max-height: 2000px; }

.tnb-nav-link {
  color: inherit; }

.tnb-mng > :first-child img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  vertical-align: middle; }

.tnb-mob-btn {
  display: none;
  top: 40px;
  transform: translateY(-50%);
  left: 15px;
  z-index: 9999;
  transition: all 300ms ease-out; }
  .tnb-mob-btn.active {
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%); }
    .tnb-mob-btn.active > i:before {
      content: '\F00D'; }
  .tnb-mob-btn > i {
    font-size: 24px; }

.tnb-mob-nav {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  overflow: hidden; }
  .tnb-mob-nav.active {
    opacity: 1;
    z-index: 9998;
    transition: all 300ms linear; }
    .tnb-mob-nav.active > .tnb-mob-nav-content {
      transform: translateX(0);
      transition: all 300ms ease-out; }
  .tnb-mob-nav.leave {
    opacity: 0;
    transition: all 300ms linear;
    z-index: 9999; }

.tnb-mob-nav-content {
  width: 85%;
  background-color: #e1e1e1;
  transform: translateX(100%);
  transition: all 150ms ease-in;
  overflow-y: auto;
  overflow-x: hidden; }
  .tnb-mob-nav-content h1 {
    border-bottom: 1px solid #e1e1e1; }

.tnb-mob-nav-item {
  border-left: 3px solid #e1e1e1; }
  .tnb-mob-nav-item a {
    display: block;
    transition: 250ms all linear; }
  .tnb-mob-nav-item > ul {
    display: none; }
    .tnb-mob-nav-item > ul a:hover {
      text-indent: 5px; }
  .tnb-mob-nav-item.is-plus > a:before {
    content: '+';
    color: "lightest"; }
  .tnb-mob-nav-item.is-plus.active > a:before {
    content: '-'; }
  .tnb-mob-nav-item:hover {
    border-left: 3px solid #be1f24; }
    .tnb-mob-nav-item:hover > a {
      text-indent: 5px; }

.tnb-mob-active-body {
  height: 100vh !important;
  overflow: hidden !important; }

.Modal.large .mod-box {
  width: 1200px;
  left: calc(50% - 1200px / 2); }

.mod-transparent-layer {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998; }

.mod-box {
  display: flex;
  flex-direction: column;
  z-index: 9999;
  margin-top: 8vh;
  margin-bottom: 8vh;
  left: calc(50% - 770px / 2);
  width: 770px;
  max-height: calc(100vh - 16vh);
  box-shadow: 5px 3px 15px -2px rgba(17, 17, 17, 0.5); }

.mod-header {
  text-transform: capitalize; }

.mod-close-icon {
  z-index: 9999;
  transform: translateX(125%); }
  .mod-close-icon:before {
    font-size: 24px;
    cursor: pointer;
    line-height: 0.75; }

.mod-body {
  overflow-x: hidden;
  overflow-y: auto; }
  .mod-body::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(246, 246, 246, 0.5); }
  .mod-body::-webkit-scrollbar-thumb {
    background-color: #be1f24; }

.mod-footer {
  border-top: 1px solid #ececec; }

.Tab {
  border-radius: 5px; }
  .Tab .tab-buttons {
    background-color: #e6e6e6; }
  .Tab .tab-button {
    text-align: center;
    cursor: pointer;
    transition: 300ms ease-out all;
    border-top: 2px solid #e6e6e6;
    border-right: 1px solid gainsboro; }
    .Tab .tab-button:last-child {
      border-right-width: 0; }
    .Tab .tab-button.active {
      border-top: 2px solid #be1f24; }
  .Tab .tab-content {
    display: none; }
    .Tab .tab-content.active {
      display: block; }
  .Tab.type-2 {
    border: 1px solid #e6e6e6;
    box-shadow: 3px 5px 15px -5px rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
    .Tab.type-2 .tab-buttons {
      background-color: transparent;
      padding: 1px;
      overflow: hidden; }
    .Tab.type-2 .tab-button {
      border-right-width: 0px;
      border-top-width: 0px;
      border-bottom: 1px solid #fff; }
      .Tab.type-2 .tab-button.active {
        border-bottom-color: #be1f24; }
    .Tab.type-2 .Datatable {
      padding: 0;
      box-shadow: unset;
      background-color: unset; }

.dt-row {
  margin-left: -10px; }

.dt-row-head {
  padding: 0; }

.dt-cell-hidden-group {
  max-height: 0;
  overflow: hidden;
  transition: 200ms linear max-height;
  will-change: max-height; }

.dt-cell-head {
  padding-top: 10px;
  padding-bottom: 10px; }
  .dt-cell-head span {
    cursor: pointer;
    color: inherit;
    font-weight: inherit;
    font-size: inherit; }
  .dt-cell-head i {
    cursor: pointer; }
  .dt-cell-head > .fa-times, .choose.dt-cell-head > input:disabled + label, .sylect-drop > ul.dt-cell-head > li.active, .ss-drop > ul.dt-cell-head > li.active, .dt-cell-head > .chip-button, .dt-cell-head > .mod-close-icon {
    transition: 250ms ease-out all;
    transform: scale(0);
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 1; }
  .dt-cell-head input {
    background-color: #fff;
    border: none;
    transform: scale(0, 1);
    transition: 250ms ease-out all;
    border-bottom: 1px solid #be1f24;
    transform-origin: left center;
    width: calc(100% - 15px);
    opacity: 0; }
  .dt-cell-head.focused input {
    transform: scale(1);
    opacity: 1; }
  .dt-cell-head.focused > .fa-times, .choose.dt-cell-head.focused > input:disabled + label, .sylect-drop > ul.dt-cell-head.focused > li.active, .ss-drop > ul.dt-cell-head.focused > li.active, .dt-cell-head.focused > .chip-button, .dt-cell-head.focused > .mod-close-icon {
    color: #be1f24;
    transform: scale(1); }

.dt-cell-search {
  position: absolute;
  transform: scale(0); }

.dt-cell-x2 {
  flex: 2; }

.dt-cell-x3 {
  flex: 3; }

.dt-cell-body > span::before {
  content: attr(data-before); }

.dt-cell-body > span::after {
  content: attr(data-after); }

.dt-img {
  width: 85%;
  max-height: 100px;
  object-fit: contain;
  object-position: left; }

.dt-cell-manage-buttons {
  flex: 2;
  cursor: auto; }

.dt-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: .4em .6em;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  min-width: fit-content; }
  .dt-btn.v-dropdown, .dt-btn .dropdown, .dt-btn .sylect, .dt-btn .search-select-wrapper {
    padding: 0; }
    .dt-btn.v-dropdown > a, .dt-btn .dropdown > a, .dt-btn .sylect > a, .dt-btn .search-select-wrapper > a {
      padding: .4em .6em; }
  .dt-btn:last-child {
    margin-right: 0; }

.dt-btn-circle {
  border-radius: 50%; }

.dt-btn-no-text > i {
  margin: 0;
  color: #333; }

.choose-group > .choose:last-child {
  margin-right: 0; }

.field-group .choose {
  margin-bottom: 0; }

.field-group.warning input, .field-group.warning select, .field-group.warning textarea {
  border-color: #ebbd15; }

.field-group.info input, .field-group.info select, .field-group.info textarea {
  border-color: #32b5d7; }

.field-group.success input, .field-group.success select, .field-group.success textarea {
  border-color: #6ad781; }

.field-group.error input, .field-group.error select, .field-group.error textarea {
  border-color: #d72b35; }

.field-group > label {
  display: block; }
  .field-group > label:first-of-type::after {
    content: '*';
    top: -2px;
    right: -2px; }

.field-group .field-message {
  display: block;
  padding-left: 2px; }

.field-group.optional > label:first-of-type::after {
  content: ''; }

.field-message {
  display: block; }

.form-container {
  border-radius: 4px;
  border: 1px solid #ececec;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1); }
  .form-container > .form-headbar {
    box-shadow: unset;
    border-radius: 0; }
    .form-container > .form-headbar h1::before, .form-container > .form-headbar h2::before, .form-container > .form-headbar h3::before, .form-container > .form-headbar h4::before, .form-container > .form-headbar h5::before {
      content: '';
      height: 3px;
      width: 35%;
      border-radius: 4px; }

.horrizontal-form .field-group {
  margin-bottom: 20px;
  display: flex; }
  .horrizontal-form .field-group > :not(label) {
    flex: 2;
    max-width: unset; }
  .horrizontal-form .field-group > label {
    flex: 1;
    margin-bottom: 0;
    padding-top: 2px; }

.horrizontal-form [class*="-grids-"] .field-group:nth-child(odd) {
  margin-right: 5%; }

.horrizontal-form [class*="-grids-"] .field-group:nth-child(even) {
  margin-left: 5%; }

#login-theme-1:before {
  content: '';
  background-image: url(img/de3eafa91a542961de0b9263f48836a5.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 78.4px 46.1px;
  z-index: -2;
  opacity: .3; }

#login-theme-1:after {
  content: '';
  background: linear-gradient(to right, #243946, #1f3d50);
  z-index: -1;
  opacity: .9; }

#login-theme-1 > .container {
  transform: translateY(-25px); }

#login-theme-1 .title {
  font-size: 2.25rem; }

#login-theme-1 .login-box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background: transparent !important; }

#login-theme-1 .content-side {
  flex: 0 0 33.33%;
  z-index: 1; }
  #login-theme-1 .content-side:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  #login-theme-1 .content-side:after {
    content: '';
    z-index: -2;
    background-image: url(img/2a6fd9402cc3f6b858c3d1d4c2f38467.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #login-theme-1 .content-side > * {
    user-select: none;
    -webkit-user-drag: none; }

#login-theme-1 .form-side {
  overflow: hidden; }
  #login-theme-1 .form-side .title > .snackbar {
    position: absolute;
    right: 0;
    top: 0; }
  #login-theme-1 .form-side .form-footer a {
    display: inline; }
  #login-theme-1 .form-side .form-footer button {
    border-radius: 25px;
    padding: .5em 2em; }

#login-theme-1 #form-side-inner {
  transition: 500ms ease-out all;
  will-change: opacity, transform;
  backface-visibility: hidden; }
  #login-theme-1 #form-side-inner > * {
    flex-basis: 100%;
    min-width: 100%; }

#login-theme-1 #copy-right-bar * {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.06);
  user-select: none; }

#login-theme-1 #copy-right-bar a {
  display: inline; }

.ControlPanel {
  position: relative;
  min-height: 100vh; }
  .ControlPanel .TopNavBar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 90px; }
  .ControlPanel .SideNavBar {
    min-height: calc(100vh - 90px); }
  .ControlPanel .tnb-logo {
    width: 260px;
    align-self: stretch;
    font-size: 32px;
    margin: 0 !important; }
    .ControlPanel .tnb-logo > img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

#cp-content {
  min-height: calc(100vh - 90px); }

.form-load-wrap > i, .form-load-wrap > .load-text, .form-load-wrap > .load-value > :last-child {
  font-size: calc(12px + calc(8vmax - 12vmin)); }

.form-load-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .form-load-wrap > .load-text {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background-color: #ffffff;
    color: transparent;
    transition: 300ms background ease-in; }
  .form-load-wrap > .load-value > :first-child {
    font-size: calc(12px + calc(8vmax - 8vmin)); }

@media only screen and (max-width: 1200px) {
  .mob-btn-lg {
    display: block;
    width: 100% !important;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: unset !important; }
  .horrizontal-form .half-grids-lg .field-group:nth-child(odd) {
    margin-right: 0; }
  .horrizontal-form .half-grids-lg .field-group:nth-child(even) {
    margin-left: 0; }
  .Modal.large .mod-box {
    width: calc(100% - 30px);
    left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: calc(100vh - 30px); }
  .Modal.large .mod-close-icon {
    top: 10px;
    right: 10px;
    transform: unset; } }

@media only screen and (max-width: 960px) {
  .mob-btn-md {
    display: block;
    width: 100% !important;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: unset !important; }
  .SideNavBar {
    min-width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    height: auto !important;
    min-height: unset !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px; }
  #snb-mob-row {
    display: flex; }
  .snb-content {
    max-height: 0; }
  #fca-control-panel > main {
    height: auto !important;
    align-items: flex-start; }
  .tnb-nav {
    display: none; }
  .tnb-logo {
    display: none !important; }
  .tnb-mob-btn {
    display: block; }
  .horrizontal-form .half-grids-md .field-group:nth-child(odd) {
    margin-right: 0; }
  .horrizontal-form .half-grids-md .field-group:nth-child(even) {
    margin-left: 0; }
  .hidden-md {
    display: none !important; } }

@media only screen and (max-width: 770px) {
  .mob-btn-sm {
    display: block;
    width: 100% !important;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: unset !important; }
  #login-theme-1 {
    height: auto; }
    #login-theme-1 .container {
      transform: unset; }
    #login-theme-1 .login-box {
      margin: 20px 0; }
      #login-theme-1 .login-box > * {
        margin-bottom: 0; }
      #login-theme-1 .login-box .content-side {
        padding: 30px 20px; }
        #login-theme-1 .login-box .content-side ul {
          margin-top: 40px; }
        #login-theme-1 .login-box .content-side li {
          text-align: center; }
          #login-theme-1 .login-box .content-side li:before {
            display: none; }
      #login-theme-1 .login-box .form-side {
        padding: 0; }
        #login-theme-1 .login-box .form-side > * {
          padding: 30px 20px;
          bottom: unset; }
        #login-theme-1 .login-box .form-side form {
          padding-bottom: 0; }
          #login-theme-1 .login-box .form-side form > .title {
            margin-bottom: 20px; }
        #login-theme-1 .login-box .form-side .form-footer {
          justify-content: center;
          position: static;
          margin-top: 30px; }
          #login-theme-1 .login-box .form-side .form-footer > a {
            margin-top: 30px; }
    #login-theme-1 #copy-right-bar {
      padding-top: 0;
      text-align: center; }
      #login-theme-1 #copy-right-bar span, #login-theme-1 #copy-right-bar a {
        font-size: 13px; }
  .horrizontal-form .field-group {
    display: block; }
    .horrizontal-form .field-group > label:first-of-type {
      display: block;
      padding-bottom: 5px; }
  .horrizontal-form .half-grids-lg .field-group:nth-child(odd) {
    margin-right: 0; }
  .horrizontal-form .half-grids-lg .field-group:nth-child(even) {
    margin-left: 0; }
  .hidden-sm {
    display: none !important; }
  .Modal .mod-box {
    width: calc(100% - 30px);
    left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: calc(100vh - 30px); }
  .Modal .mod-close-icon {
    top: 10px;
    right: 10px;
    transform: unset; }
  .dt-btn::before, .dt-btn i::before {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .dt-btn span {
    display: none; }
  .dt-cell-manage-buttons {
    flex: 1; } }

@media only screen and (min-width: 960px) {
  .tnb-mob-nav {
    display: none !important; } }

.dash-total-box .total-box-inner .dash-count .count, .dash-total-box .total-box-inner .dash-count .text, .dash-info-box .info-box-inner .info-box-total .result header, .dash-info-box .info-box-inner .info-box-total .result div span, .dash-info-box .info-box-inner .info-box-real header, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data span {
  line-height: 1; }

.dash-info-box .info-box-inner .info-box-total .result div i, .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data i {
  line-height: .9; }

.dash-total-box .total-box-inner .dash-count .text {
  text-transform: uppercase; }

body::-webkit-scrollbar {
  width: .3em;
  height: .3em; }

body::-webkit-scrollbar-button {
  background: #f6f6f6; }

body::-webkit-scrollbar-track-piece {
  background: #f6f6f6; }

body::-webkit-scrollbar-thumb {
  background: #f15a24; }

form * {
  -webkit-appearance: none; }

.editr {
  border: 1px solid #e4e4e4 !important;
  width: 100% !important; }

.editr--toolbar {
  background: #f6f6f6 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  position: relative !important;
  display: flex !important;
  height: 32px !important; }

.editr--toolbar a {
  display: inline-block !important;
  width: 8vw !important;
  max-width: 32px !important;
  height: 32px !important;
  color: #333 !important;
  fill: #333 !important;
  cursor: pointer !important;
  text-align: center !important;
  line-height: 1 !important; }

.editr--toolbar a:hover {
  background: rgba(0, 0, 0, 0.1) !important; }

.editr--toolbar a:active {
  background: rgba(0, 0, 0, 0.2) !important; }

.editr--toolbar a svg {
  width: 16px !important;
  height: 16px !important;
  margin: 8px auto !important; }

.editr--toolbar a svg path {
  fill: inherit !important; }

.editr--toolbar a.vw-btn-separator {
  width: 1px !important;
  margin: 0 8px !important; }

.editr--toolbar a.vw-btn-separator:hover {
  background: initial !important;
  cursor: default !important; }

.editr--toolbar a.vw-btn-separator i.vw-separator {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 100% !important;
  position: absolute !important;
  width: 1px !important; }

.editr--toolbar .dashboard {
  width: 100% !important;
  position: absolute !important;
  top: 32px !important;
  left: 0 !important;
  text-align: left !important;
  padding: 8px 16px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid #f6f6f6 !important; }

.editr--content {
  min-height: 150px !important;
  padding: 12px 8px 16px 8px !important;
  line-height: 1.33 !important;
  font-family: inherit !important;
  color: inherit !important;
  overflow-y: auto !important; }

.editr--content[contenteditable=true]:empty:before {
  content: attr(placeholder) !important;
  color: rgba(0, 0, 0, 0.3) !important;
  display: block;
  /* For Firefox */ }

.editr--content img {
  max-width: 100% !important; }

.editr--content table {
  width: 100% !important;
  border-collapse: collapse !important; }

.editr--content table th {
  text-align: left !important; }

.editr--content table th,
.editr--content table td {
  border: 1px solid #ddd !important;
  padding: 2px !important; }

.editr--content:focus {
  outline: 0 !important; }

.editr--content ul li,
.editr--content ol li {
  list-style-position: inside !important; }

@media screen and (max-width: 320px) {
  .editr--toolbar a {
    margin: 0 2px !important; }
  .editr--toolbar a.vw-btn-separator {
    display: none; } }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.vue-dropzone {
  border: 2px solid #E5E5E5;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.2px;
  color: #777;
  transition: background-color 0.2s linear; }

.vue-dropzone:hover {
  background-color: #F6F6F6; }

.vue-dropzone i {
  color: #CCC; }

.vue-dropzone .dz-preview .dz-image {
  border-radius: 0;
  width: 100%;
  height: 100%; }

.vue-dropzone .dz-preview .dz-image img:not([src]) {
  width: 200px;
  height: 200px; }

.vue-dropzone .dz-preview .dz-image:hover img {
  transform: none;
  -webkit-filter: none; }

.vue-dropzone .dz-preview .dz-details {
  bottom: 0;
  top: 0;
  color: white;
  background-color: rgba(33, 150, 243, 0.8);
  transition: opacity .2s linear;
  text-align: left; }

.vue-dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden; }

.vue-dropzone .dz-preview .dz-details .dz-filename span,
.vue-dropzone .dz-preview .dz-details .dz-size span {
  background-color: transparent; }

.vue-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: none; }

.vue-dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: none; }

.vue-dropzone .dz-preview .dz-progress .dz-upload {
  background: #cccccc; }

.vue-dropzone .dz-preview .dz-remove {
  position: absolute;
  z-index: 30;
  color: white;
  margin-left: 15px;
  padding: 10px;
  top: inherit;
  bottom: 15px;
  border: 2px white solid;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  opacity: 0; }

.vue-dropzone .dz-preview:hover .dz-remove {
  opacity: 1; }

.vue-dropzone .dz-preview .dz-success-mark,
.vue-dropzone .dz-preview .dz-error-mark {
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  top: 35%;
  left: 0; }

.vue-dropzone .dz-preview .dz-success-mark svg,
.vue-dropzone .dz-preview .dz-error-mark svg {
  margin-left: auto;
  margin-right: auto; }

.vue-dropzone .dz-preview .dz-error-message {
  top: calc(15%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  width: 100%; }

.vue-dropzone .dz-preview .dz-error-message:after {
  bottom: -6px;
  top: initial;
  border-top: 6px solid #a92222;
  border-bottom: none; }

.form[data-v-ebce4d12] {
  display: flex;
  align-content: flex-end; }

.form label[data-v-ebce4d12] {
  margin-right: 1rem; }

.invoice-box {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  color: #7c7c7c;
  background-color: #c7c7c7; }

.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left; }

.invoice-box table td {
  padding: 5px;
  vertical-align: top; }

.invoice-box table tr td:nth-child(4) {
  text-align: right; }

.invoice-box table tr.top table td {
  padding-bottom: 20px; }

.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333; }

.invoice-box table tr.information table td {
  padding-bottom: 40px; }

.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold; }

.invoice-box table tr.details td {
  padding-bottom: 20px; }

.invoice-box table tr.item td {
  border-bottom: 1px solid #eee; }

.invoice-box table tr.item.last td {
  border-bottom: none; }

.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold; }

@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center; }
  .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center; } }

.dash-total-box .total-box-inner {
  box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.5); }
  .dash-total-box .total-box-inner .dash-icon i {
    font-size: 48px; }
  .dash-total-box .total-box-inner .dash-count .count {
    font-size: 38px; }
  .dash-total-box .total-box-inner .dash-count .text {
    font-size: 14px; }

.dash-total-box:nth-child(1) .total-box-inner {
  background: linear-gradient(135deg, #2095f3 0, #26c6da 100%) !important; }

.dash-total-box:nth-child(2) .total-box-inner {
  background: linear-gradient(135deg, #26c6da 0, #9ccc65 100%) !important; }

.dash-total-box:nth-child(3) .total-box-inner {
  background: linear-gradient(135deg, #6eab4d 0, #2facb2 100%) !important; }

.dash-total-box:nth-child(4) .total-box-inner {
  background: linear-gradient(135deg, #1f7275 0, #34bfc6 100%) !important; }

.dash-info-box .info-box-inner {
  cursor: pointer;
  box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.5); }
  .dash-info-box .info-box-inner:hover .bg-brand {
    background-color: rgba(17, 17, 17, 0.8); }
  .dash-info-box .info-box-inner .bg-pic {
    z-index: -1; }
  .dash-info-box .info-box-inner .bg-brand {
    z-index: -1;
    background-color: #333; }
  .dash-info-box .info-box-inner .info-box-title header {
    font-size: 22px; }
  .dash-info-box .info-box-inner .info-box-total .result header {
    font-size: 16px; }
  .dash-info-box .info-box-inner .info-box-total .result div i {
    font-size: 16px; }
  .dash-info-box .info-box-inner .info-box-total .result div span {
    font-size: 14px; }
  .dash-info-box .info-box-inner .info-box-real {
    display: inline-block; }
    .dash-info-box .info-box-inner .info-box-real header {
      display: inline-block;
      font-size: 22px; }
    .dash-info-box .info-box-inner .info-box-real .info-box-real-inner {
      border-top: 1px solid #ffffff; }
      .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data i {
        font-size: 22px; }
      .dash-info-box .info-box-inner .info-box-real .info-box-real-inner .real-data span {
        font-size: 18px; }

.tnb-logo {
  background-color: #79853d !important; }
