@charset "UTF-8";
/*------------------------------------------------------------------

    [Master stylesheet]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18


    [Table of contents]
    
    1. Import google fonts
    2. Third-party plugins vendors
    3. Import config and template variables
    4. Import other vendors (using variables)
    5. Import template helpers
    6. Import main template components and features
    7. Right to left support
    8. Import invert template skin

-------------------------------------------------------------------*/
/*-----
    [Import google fonts] 
    
    Imported: Roboto, Oswald
-----*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Oswald:400,500,600,700");
/*-----
    [Third-party plugins vendors] 
    
    1. Animate.css
    2. Bootstrap 4.*
    3. Linearicons
    4. FontAwesome icons
    5. mCustomScrollbar custom content scroller
    6. Codemirror
    7. Lightbox
-----*/
.animated {
  animation-duration: 500ms;
  animation-fill-mode: both; }

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

.animated.slow {
  animation-duration: 200ms; }

.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.39063deg) skewY(0.39063deg); }
  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; }

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

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

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: 'linearicons';
  src: url("fonts/linearicons.eot?8ny2i2");
  src: url("fonts/linearicons.eot?8ny2i2#iefix") format("embedded-opentype"), url("fonts/linearicons.ttf?8ny2i2") format("truetype"), url("fonts/linearicons.woff?8ny2i2") format("woff"), url("fonts/linearicons.svg?8ny2i2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="li-"], [class*=" li-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.li-home:before {
  content: "\e600"; }

.li-home2:before {
  content: "\e601"; }

.li-home3:before {
  content: "\e602"; }

.li-home4:before {
  content: "\e603"; }

.li-home5:before {
  content: "\e604"; }

.li-home6:before {
  content: "\e605"; }

.li-bathtub:before {
  content: "\e606"; }

.li-toothbrush:before {
  content: "\e607"; }

.li-bed:before {
  content: "\e608"; }

.li-couch:before {
  content: "\e609"; }

.li-chair:before {
  content: "\e60a"; }

.li-city:before {
  content: "\e60b"; }

.li-apartment:before {
  content: "\e60c"; }

.li-pencil:before {
  content: "\e60d"; }

.li-pencil2:before {
  content: "\e60e"; }

.li-pen:before {
  content: "\e60f"; }

.li-pencil3:before {
  content: "\e610"; }

.li-eraser:before {
  content: "\e611"; }

.li-pencil4:before {
  content: "\e612"; }

.li-pencil5:before {
  content: "\e613"; }

.li-feather:before {
  content: "\e614"; }

.li-feather2:before {
  content: "\e615"; }

.li-feather3:before {
  content: "\e616"; }

.li-pen2:before {
  content: "\e617"; }

.li-pen-add:before {
  content: "\e618"; }

.li-pen-remove:before {
  content: "\e619"; }

.li-vector:before {
  content: "\e61a"; }

.li-pen3:before {
  content: "\e61b"; }

.li-blog:before {
  content: "\e61c"; }

.li-brush:before {
  content: "\e61d"; }

.li-brush2:before {
  content: "\e61e"; }

.li-spray:before {
  content: "\e61f"; }

.li-paint-roller:before {
  content: "\e620"; }

.li-stamp:before {
  content: "\e621"; }

.li-tape:before {
  content: "\e622"; }

.li-desk-tape:before {
  content: "\e623"; }

.li-texture:before {
  content: "\e624"; }

.li-eye-dropper:before {
  content: "\e625"; }

.li-palette:before {
  content: "\e626"; }

.li-color-sampler:before {
  content: "\e627"; }

.li-bucket:before {
  content: "\e628"; }

.li-gradient:before {
  content: "\e629"; }

.li-gradient2:before {
  content: "\e62a"; }

.li-magic-wand:before {
  content: "\e62b"; }

.li-magnet:before {
  content: "\e62c"; }

.li-pencil-ruler:before {
  content: "\e62d"; }

.li-pencil-ruler2:before {
  content: "\e62e"; }

.li-compass:before {
  content: "\e62f"; }

.li-aim:before {
  content: "\e630"; }

.li-gun:before {
  content: "\e631"; }

.li-bottle:before {
  content: "\e632"; }

.li-drop:before {
  content: "\e633"; }

.li-drop-crossed:before {
  content: "\e634"; }

.li-drop2:before {
  content: "\e635"; }

.li-snow:before {
  content: "\e636"; }

.li-snow2:before {
  content: "\e637"; }

.li-fire:before {
  content: "\e638"; }

.li-lighter:before {
  content: "\e639"; }

.li-knife:before {
  content: "\e63a"; }

.li-dagger:before {
  content: "\e63b"; }

.li-tissue:before {
  content: "\e63c"; }

.li-toilet-paper:before {
  content: "\e63d"; }

.li-poop:before {
  content: "\e63e"; }

.li-umbrella:before {
  content: "\e63f"; }

.li-umbrella2:before {
  content: "\e640"; }

.li-rain:before {
  content: "\e641"; }

.li-tornado:before {
  content: "\e642"; }

.li-wind:before {
  content: "\e643"; }

.li-fan:before {
  content: "\e644"; }

.li-contrast:before {
  content: "\e645"; }

.li-sun-small:before {
  content: "\e646"; }

.li-sun:before {
  content: "\e647"; }

.li-sun2:before {
  content: "\e648"; }

.li-moon:before {
  content: "\e649"; }

.li-cloud:before {
  content: "\e64a"; }

.li-cloud-upload:before {
  content: "\e64b"; }

.li-cloud-download:before {
  content: "\e64c"; }

.li-cloud-rain:before {
  content: "\e64d"; }

.li-cloud-hailstones:before {
  content: "\e64e"; }

.li-cloud-snow:before {
  content: "\e64f"; }

.li-cloud-windy:before {
  content: "\e650"; }

.li-sun-wind:before {
  content: "\e651"; }

.li-cloud-fog:before {
  content: "\e652"; }

.li-cloud-sun:before {
  content: "\e653"; }

.li-cloud-lightning:before {
  content: "\e654"; }

.li-cloud-sync:before {
  content: "\e655"; }

.li-cloud-lock:before {
  content: "\e656"; }

.li-cloud-gear:before {
  content: "\e657"; }

.li-cloud-alert:before {
  content: "\e658"; }

.li-cloud-check:before {
  content: "\e659"; }

.li-cloud-cross:before {
  content: "\e65a"; }

.li-cloud-crossed:before {
  content: "\e65b"; }

.li-cloud-database:before {
  content: "\e65c"; }

.li-database:before {
  content: "\e65d"; }

.li-database-add:before {
  content: "\e65e"; }

.li-database-remove:before {
  content: "\e65f"; }

.li-database-lock:before {
  content: "\e660"; }

.li-database-refresh:before {
  content: "\e661"; }

.li-database-check:before {
  content: "\e662"; }

.li-database-history:before {
  content: "\e663"; }

.li-database-upload:before {
  content: "\e664"; }

.li-database-download:before {
  content: "\e665"; }

.li-server:before {
  content: "\e666"; }

.li-shield:before {
  content: "\e667"; }

.li-shield-check:before {
  content: "\e668"; }

.li-shield-alert:before {
  content: "\e669"; }

.li-shield-cross:before {
  content: "\e66a"; }

.li-lock:before {
  content: "\e66b"; }

.li-rotation-lock:before {
  content: "\e66c"; }

.li-unlock:before {
  content: "\e66d"; }

.li-key:before {
  content: "\e66e"; }

.li-key-hole:before {
  content: "\e66f"; }

.li-toggle-off:before {
  content: "\e670"; }

.li-toggle-on:before {
  content: "\e671"; }

.li-cog:before {
  content: "\e672"; }

.li-cog2:before {
  content: "\e673"; }

.li-wrench:before {
  content: "\e674"; }

.li-screwdriver:before {
  content: "\e675"; }

.li-hammer-wrench:before {
  content: "\e676"; }

.li-hammer:before {
  content: "\e677"; }

.li-saw:before {
  content: "\e678"; }

.li-axe:before {
  content: "\e679"; }

.li-axe2:before {
  content: "\e67a"; }

.li-shovel:before {
  content: "\e67b"; }

.li-pickaxe:before {
  content: "\e67c"; }

.li-factory:before {
  content: "\e67d"; }

.li-factory2:before {
  content: "\e67e"; }

.li-recycle:before {
  content: "\e67f"; }

.li-trash:before {
  content: "\e680"; }

.li-trash2:before {
  content: "\e681"; }

.li-trash3:before {
  content: "\e682"; }

.li-broom:before {
  content: "\e683"; }

.li-game:before {
  content: "\e684"; }

.li-gamepad:before {
  content: "\e685"; }

.li-joystick:before {
  content: "\e686"; }

.li-dice:before {
  content: "\e687"; }

.li-spades:before {
  content: "\e688"; }

.li-diamonds:before {
  content: "\e689"; }

.li-clubs:before {
  content: "\e68a"; }

.li-hearts:before {
  content: "\e68b"; }

.li-heart:before {
  content: "\e68c"; }

.li-star:before {
  content: "\e68d"; }

.li-star-half:before {
  content: "\e68e"; }

.li-star-empty:before {
  content: "\e68f"; }

.li-flag:before {
  content: "\e690"; }

.li-flag2:before {
  content: "\e691"; }

.li-flag3:before {
  content: "\e692"; }

.li-mailbox-full:before {
  content: "\e693"; }

.li-mailbox-empty:before {
  content: "\e694"; }

.li-at-sign:before {
  content: "\e695"; }

.li-envelope:before {
  content: "\e696"; }

.li-envelope-open:before {
  content: "\e697"; }

.li-paperclip:before {
  content: "\e698"; }

.li-paper-plane:before {
  content: "\e699"; }

.li-reply:before {
  content: "\e69a"; }

.li-reply-all:before {
  content: "\e69b"; }

.li-inbox:before {
  content: "\e69c"; }

.li-inbox2:before {
  content: "\e69d"; }

.li-outbox:before {
  content: "\e69e"; }

.li-box:before {
  content: "\e69f"; }

.li-archive:before {
  content: "\e6a0"; }

.li-archive2:before {
  content: "\e6a1"; }

.li-drawers:before {
  content: "\e6a2"; }

.li-drawers2:before {
  content: "\e6a3"; }

.li-drawers3:before {
  content: "\e6a4"; }

.li-eye:before {
  content: "\e6a5"; }

.li-eye-crossed:before {
  content: "\e6a6"; }

.li-eye-plus:before {
  content: "\e6a7"; }

.li-eye-minus:before {
  content: "\e6a8"; }

.li-binoculars:before {
  content: "\e6a9"; }

.li-binoculars2:before {
  content: "\e6aa"; }

.li-hdd:before {
  content: "\e6ab"; }

.li-hdd-down:before {
  content: "\e6ac"; }

.li-hdd-up:before {
  content: "\e6ad"; }

.li-floppy-disk:before {
  content: "\e6ae"; }

.li-disc:before {
  content: "\e6af"; }

.li-tape2:before {
  content: "\e6b0"; }

.li-printer:before {
  content: "\e6b1"; }

.li-shredder:before {
  content: "\e6b2"; }

.li-file-empty:before {
  content: "\e6b3"; }

.li-file-add:before {
  content: "\e6b4"; }

.li-file-check:before {
  content: "\e6b5"; }

.li-file-lock:before {
  content: "\e6b6"; }

.li-files:before {
  content: "\e6b7"; }

.li-copy:before {
  content: "\e6b8"; }

.li-compare:before {
  content: "\e6b9"; }

.li-folder:before {
  content: "\e6ba"; }

.li-folder-search:before {
  content: "\e6bb"; }

.li-folder-plus:before {
  content: "\e6bc"; }

.li-folder-minus:before {
  content: "\e6bd"; }

.li-folder-download:before {
  content: "\e6be"; }

.li-folder-upload:before {
  content: "\e6bf"; }

.li-folder-star:before {
  content: "\e6c0"; }

.li-folder-heart:before {
  content: "\e6c1"; }

.li-folder-user:before {
  content: "\e6c2"; }

.li-folder-shared:before {
  content: "\e6c3"; }

.li-folder-music:before {
  content: "\e6c4"; }

.li-folder-picture:before {
  content: "\e6c5"; }

.li-folder-film:before {
  content: "\e6c6"; }

.li-scissors:before {
  content: "\e6c7"; }

.li-paste:before {
  content: "\e6c8"; }

.li-clipboard-empty:before {
  content: "\e6c9"; }

.li-clipboard-pencil:before {
  content: "\e6ca"; }

.li-clipboard-text:before {
  content: "\e6cb"; }

.li-clipboard-check:before {
  content: "\e6cc"; }

.li-clipboard-down:before {
  content: "\e6cd"; }

.li-clipboard-left:before {
  content: "\e6ce"; }

.li-clipboard-alert:before {
  content: "\e6cf"; }

.li-clipboard-user:before {
  content: "\e6d0"; }

.li-register:before {
  content: "\e6d1"; }

.li-enter:before {
  content: "\e6d2"; }

.li-exit:before {
  content: "\e6d3"; }

.li-papers:before {
  content: "\e6d4"; }

.li-news:before {
  content: "\e6d5"; }

.li-reading:before {
  content: "\e6d6"; }

.li-typewriter:before {
  content: "\e6d7"; }

.li-document:before {
  content: "\e6d8"; }

.li-document2:before {
  content: "\e6d9"; }

.li-graduation-hat:before {
  content: "\e6da"; }

.li-license:before {
  content: "\e6db"; }

.li-license2:before {
  content: "\e6dc"; }

.li-medal-empty:before {
  content: "\e6dd"; }

.li-medal-first:before {
  content: "\e6de"; }

.li-medal-second:before {
  content: "\e6df"; }

.li-medal-third:before {
  content: "\e6e0"; }

.li-podium:before {
  content: "\e6e1"; }

.li-trophy:before {
  content: "\e6e2"; }

.li-trophy2:before {
  content: "\e6e3"; }

.li-music-note:before {
  content: "\e6e4"; }

.li-music-note2:before {
  content: "\e6e5"; }

.li-music-note3:before {
  content: "\e6e6"; }

.li-playlist:before {
  content: "\e6e7"; }

.li-playlist-add:before {
  content: "\e6e8"; }

.li-guitar:before {
  content: "\e6e9"; }

.li-trumpet:before {
  content: "\e6ea"; }

.li-album:before {
  content: "\e6eb"; }

.li-shuffle:before {
  content: "\e6ec"; }

.li-repeat-one:before {
  content: "\e6ed"; }

.li-repeat:before {
  content: "\e6ee"; }

.li-headphones:before {
  content: "\e6ef"; }

.li-headset:before {
  content: "\e6f0"; }

.li-loudspeaker:before {
  content: "\e6f1"; }

.li-equalizer:before {
  content: "\e6f2"; }

.li-theater:before {
  content: "\e6f3"; }

.li-3d-glasses:before {
  content: "\e6f4"; }

.li-ticket:before {
  content: "\e6f5"; }

.li-presentation:before {
  content: "\e6f6"; }

.li-play:before {
  content: "\e6f7"; }

.li-film-play:before {
  content: "\e6f8"; }

.li-clapboard-play:before {
  content: "\e6f9"; }

.li-media:before {
  content: "\e6fa"; }

.li-film:before {
  content: "\e6fb"; }

.li-film2:before {
  content: "\e6fc"; }

.li-surveillance:before {
  content: "\e6fd"; }

.li-surveillance2:before {
  content: "\e6fe"; }

.li-camera:before {
  content: "\e6ff"; }

.li-camera-crossed:before {
  content: "\e700"; }

.li-camera-play:before {
  content: "\e701"; }

.li-time-lapse:before {
  content: "\e702"; }

.li-record:before {
  content: "\e703"; }

.li-camera2:before {
  content: "\e704"; }

.li-camera-flip:before {
  content: "\e705"; }

.li-panorama:before {
  content: "\e706"; }

.li-time-lapse2:before {
  content: "\e707"; }

.li-shutter:before {
  content: "\e708"; }

.li-shutter2:before {
  content: "\e709"; }

.li-face-detection:before {
  content: "\e70a"; }

.li-flare:before {
  content: "\e70b"; }

.li-convex:before {
  content: "\e70c"; }

.li-concave:before {
  content: "\e70d"; }

.li-picture:before {
  content: "\e70e"; }

.li-picture2:before {
  content: "\e70f"; }

.li-picture3:before {
  content: "\e710"; }

.li-pictures:before {
  content: "\e711"; }

.li-book:before {
  content: "\e712"; }

.li-audio-book:before {
  content: "\e713"; }

.li-book2:before {
  content: "\e714"; }

.li-bookmark:before {
  content: "\e715"; }

.li-bookmark2:before {
  content: "\e716"; }

.li-label:before {
  content: "\e717"; }

.li-library:before {
  content: "\e718"; }

.li-library2:before {
  content: "\e719"; }

.li-contacts:before {
  content: "\e71a"; }

.li-profile:before {
  content: "\e71b"; }

.li-portrait:before {
  content: "\e71c"; }

.li-portrait2:before {
  content: "\e71d"; }

.li-user:before {
  content: "\e71e"; }

.li-user-plus:before {
  content: "\e71f"; }

.li-user-minus:before {
  content: "\e720"; }

.li-user-lock:before {
  content: "\e721"; }

.li-users:before {
  content: "\e722"; }

.li-users2:before {
  content: "\e723"; }

.li-users-plus:before {
  content: "\e724"; }

.li-users-minus:before {
  content: "\e725"; }

.li-group-work:before {
  content: "\e726"; }

.li-woman:before {
  content: "\e727"; }

.li-man:before {
  content: "\e728"; }

.li-baby:before {
  content: "\e729"; }

.li-baby2:before {
  content: "\e72a"; }

.li-baby3:before {
  content: "\e72b"; }

.li-baby-bottle:before {
  content: "\e72c"; }

.li-walk:before {
  content: "\e72d"; }

.li-hand-waving:before {
  content: "\e72e"; }

.li-jump:before {
  content: "\e72f"; }

.li-run:before {
  content: "\e730"; }

.li-woman2:before {
  content: "\e731"; }

.li-man2:before {
  content: "\e732"; }

.li-man-woman:before {
  content: "\e733"; }

.li-height:before {
  content: "\e734"; }

.li-weight:before {
  content: "\e735"; }

.li-scale:before {
  content: "\e736"; }

.li-button:before {
  content: "\e737"; }

.li-bow-tie:before {
  content: "\e738"; }

.li-tie:before {
  content: "\e739"; }

.li-socks:before {
  content: "\e73a"; }

.li-shoe:before {
  content: "\e73b"; }

.li-shoes:before {
  content: "\e73c"; }

.li-hat:before {
  content: "\e73d"; }

.li-pants:before {
  content: "\e73e"; }

.li-shorts:before {
  content: "\e73f"; }

.li-flip-flops:before {
  content: "\e740"; }

.li-shirt:before {
  content: "\e741"; }

.li-hanger:before {
  content: "\e742"; }

.li-laundry:before {
  content: "\e743"; }

.li-store:before {
  content: "\e744"; }

.li-haircut:before {
  content: "\e745"; }

.li-store-24:before {
  content: "\e746"; }

.li-barcode:before {
  content: "\e747"; }

.li-barcode2:before {
  content: "\e748"; }

.li-barcode3:before {
  content: "\e749"; }

.li-cashier:before {
  content: "\e74a"; }

.li-bag:before {
  content: "\e74b"; }

.li-bag2:before {
  content: "\e74c"; }

.li-cart:before {
  content: "\e74d"; }

.li-cart-empty:before {
  content: "\e74e"; }

.li-cart-full:before {
  content: "\e74f"; }

.li-cart-plus:before {
  content: "\e750"; }

.li-cart-plus2:before {
  content: "\e751"; }

.li-cart-add:before {
  content: "\e752"; }

.li-cart-remove:before {
  content: "\e753"; }

.li-cart-exchange:before {
  content: "\e754"; }

.li-tag:before {
  content: "\e755"; }

.li-tags:before {
  content: "\e756"; }

.li-receipt:before {
  content: "\e757"; }

.li-wallet:before {
  content: "\e758"; }

.li-credit-card:before {
  content: "\e759"; }

.li-cash-dollar:before {
  content: "\e75a"; }

.li-cash-euro:before {
  content: "\e75b"; }

.li-cash-pound:before {
  content: "\e75c"; }

.li-cash-yen:before {
  content: "\e75d"; }

.li-bag-dollar:before {
  content: "\e75e"; }

.li-bag-euro:before {
  content: "\e75f"; }

.li-bag-pound:before {
  content: "\e760"; }

.li-bag-yen:before {
  content: "\e761"; }

.li-coin-dollar:before {
  content: "\e762"; }

.li-coin-euro:before {
  content: "\e763"; }

.li-coin-pound:before {
  content: "\e764"; }

.li-coin-yen:before {
  content: "\e765"; }

.li-calculator:before {
  content: "\e766"; }

.li-calculator2:before {
  content: "\e767"; }

.li-abacus:before {
  content: "\e768"; }

.li-vault:before {
  content: "\e769"; }

.li-telephone:before {
  content: "\e76a"; }

.li-phone-lock:before {
  content: "\e76b"; }

.li-phone-wave:before {
  content: "\e76c"; }

.li-phone-pause:before {
  content: "\e76d"; }

.li-phone-outgoing:before {
  content: "\e76e"; }

.li-phone-incoming:before {
  content: "\e76f"; }

.li-phone-in-out:before {
  content: "\e770"; }

.li-phone-error:before {
  content: "\e771"; }

.li-phone-sip:before {
  content: "\e772"; }

.li-phone-plus:before {
  content: "\e773"; }

.li-phone-minus:before {
  content: "\e774"; }

.li-voicemail:before {
  content: "\e775"; }

.li-dial:before {
  content: "\e776"; }

.li-telephone2:before {
  content: "\e777"; }

.li-pushpin:before {
  content: "\e778"; }

.li-pushpin2:before {
  content: "\e779"; }

.li-map-marker:before {
  content: "\e77a"; }

.li-map-marker-user:before {
  content: "\e77b"; }

.li-map-marker-down:before {
  content: "\e77c"; }

.li-map-marker-check:before {
  content: "\e77d"; }

.li-map-marker-crossed:before {
  content: "\e77e"; }

.li-radar:before {
  content: "\e77f"; }

.li-compass2:before {
  content: "\e780"; }

.li-map:before {
  content: "\e781"; }

.li-map2:before {
  content: "\e782"; }

.li-location:before {
  content: "\e783"; }

.li-road-sign:before {
  content: "\e784"; }

.li-calendar-empty:before {
  content: "\e785"; }

.li-calendar-check:before {
  content: "\e786"; }

.li-calendar-cross:before {
  content: "\e787"; }

.li-calendar-31:before {
  content: "\e788"; }

.li-calendar-full:before {
  content: "\e789"; }

.li-calendar-insert:before {
  content: "\e78a"; }

.li-calendar-text:before {
  content: "\e78b"; }

.li-calendar-user:before {
  content: "\e78c"; }

.li-mouse:before {
  content: "\e78d"; }

.li-mouse-left:before {
  content: "\e78e"; }

.li-mouse-right:before {
  content: "\e78f"; }

.li-mouse-both:before {
  content: "\e790"; }

.li-keyboard:before {
  content: "\e791"; }

.li-keyboard-up:before {
  content: "\e792"; }

.li-keyboard-down:before {
  content: "\e793"; }

.li-delete:before {
  content: "\e794"; }

.li-spell-check:before {
  content: "\e795"; }

.li-escape:before {
  content: "\e796"; }

.li-enter2:before {
  content: "\e797"; }

.li-screen:before {
  content: "\e798"; }

.li-aspect-ratio:before {
  content: "\e799"; }

.li-signal:before {
  content: "\e79a"; }

.li-signal-lock:before {
  content: "\e79b"; }

.li-signal-80:before {
  content: "\e79c"; }

.li-signal-60:before {
  content: "\e79d"; }

.li-signal-40:before {
  content: "\e79e"; }

.li-signal-20:before {
  content: "\e79f"; }

.li-signal-0:before {
  content: "\e7a0"; }

.li-signal-blocked:before {
  content: "\e7a1"; }

.li-sim:before {
  content: "\e7a2"; }

.li-flash-memory:before {
  content: "\e7a3"; }

.li-usb-drive:before {
  content: "\e7a4"; }

.li-phone:before {
  content: "\e7a5"; }

.li-smartphone:before {
  content: "\e7a6"; }

.li-smartphone-notification:before {
  content: "\e7a7"; }

.li-smartphone-vibration:before {
  content: "\e7a8"; }

.li-smartphone-embed:before {
  content: "\e7a9"; }

.li-smartphone-waves:before {
  content: "\e7aa"; }

.li-tablet:before {
  content: "\e7ab"; }

.li-tablet2:before {
  content: "\e7ac"; }

.li-laptop:before {
  content: "\e7ad"; }

.li-laptop-phone:before {
  content: "\e7ae"; }

.li-desktop:before {
  content: "\e7af"; }

.li-launch:before {
  content: "\e7b0"; }

.li-new-tab:before {
  content: "\e7b1"; }

.li-window:before {
  content: "\e7b2"; }

.li-cable:before {
  content: "\e7b3"; }

.li-cable2:before {
  content: "\e7b4"; }

.li-tv:before {
  content: "\e7b5"; }

.li-radio:before {
  content: "\e7b6"; }

.li-remote-control:before {
  content: "\e7b7"; }

.li-power-switch:before {
  content: "\e7b8"; }

.li-power:before {
  content: "\e7b9"; }

.li-power-crossed:before {
  content: "\e7ba"; }

.li-flash-auto:before {
  content: "\e7bb"; }

.li-lamp:before {
  content: "\e7bc"; }

.li-flashlight:before {
  content: "\e7bd"; }

.li-lampshade:before {
  content: "\e7be"; }

.li-cord:before {
  content: "\e7bf"; }

.li-outlet:before {
  content: "\e7c0"; }

.li-battery-power:before {
  content: "\e7c1"; }

.li-battery-empty:before {
  content: "\e7c2"; }

.li-battery-alert:before {
  content: "\e7c3"; }

.li-battery-error:before {
  content: "\e7c4"; }

.li-battery-low1:before {
  content: "\e7c5"; }

.li-battery-low2:before {
  content: "\e7c6"; }

.li-battery-low3:before {
  content: "\e7c7"; }

.li-battery-mid1:before {
  content: "\e7c8"; }

.li-battery-mid2:before {
  content: "\e7c9"; }

.li-battery-mid3:before {
  content: "\e7ca"; }

.li-battery-full:before {
  content: "\e7cb"; }

.li-battery-charging:before {
  content: "\e7cc"; }

.li-battery-charging2:before {
  content: "\e7cd"; }

.li-battery-charging3:before {
  content: "\e7ce"; }

.li-battery-charging4:before {
  content: "\e7cf"; }

.li-battery-charging5:before {
  content: "\e7d0"; }

.li-battery-charging6:before {
  content: "\e7d1"; }

.li-battery-charging7:before {
  content: "\e7d2"; }

.li-chip:before {
  content: "\e7d3"; }

.li-chip-x64:before {
  content: "\e7d4"; }

.li-chip-x86:before {
  content: "\e7d5"; }

.li-bubble:before {
  content: "\e7d6"; }

.li-bubbles:before {
  content: "\e7d7"; }

.li-bubble-dots:before {
  content: "\e7d8"; }

.li-bubble-alert:before {
  content: "\e7d9"; }

.li-bubble-question:before {
  content: "\e7da"; }

.li-bubble-text:before {
  content: "\e7db"; }

.li-bubble-pencil:before {
  content: "\e7dc"; }

.li-bubble-picture:before {
  content: "\e7dd"; }

.li-bubble-video:before {
  content: "\e7de"; }

.li-bubble-user:before {
  content: "\e7df"; }

.li-bubble-quote:before {
  content: "\e7e0"; }

.li-bubble-heart:before {
  content: "\e7e1"; }

.li-bubble-emoticon:before {
  content: "\e7e2"; }

.li-bubble-attachment:before {
  content: "\e7e3"; }

.li-phone-bubble:before {
  content: "\e7e4"; }

.li-quote-open:before {
  content: "\e7e5"; }

.li-quote-close:before {
  content: "\e7e6"; }

.li-dna:before {
  content: "\e7e7"; }

.li-heart-pulse:before {
  content: "\e7e8"; }

.li-pulse:before {
  content: "\e7e9"; }

.li-syringe:before {
  content: "\e7ea"; }

.li-pills:before {
  content: "\e7eb"; }

.li-first-aid:before {
  content: "\e7ec"; }

.li-lifebuoy:before {
  content: "\e7ed"; }

.li-bandage:before {
  content: "\e7ee"; }

.li-bandages:before {
  content: "\e7ef"; }

.li-thermometer:before {
  content: "\e7f0"; }

.li-microscope:before {
  content: "\e7f1"; }

.li-brain:before {
  content: "\e7f2"; }

.li-beaker:before {
  content: "\e7f3"; }

.li-skull:before {
  content: "\e7f4"; }

.li-bone:before {
  content: "\e7f5"; }

.li-construction:before {
  content: "\e7f6"; }

.li-construction-cone:before {
  content: "\e7f7"; }

.li-pie-chart:before {
  content: "\e7f8"; }

.li-pie-chart2:before {
  content: "\e7f9"; }

.li-graph:before {
  content: "\e7fa"; }

.li-chart-growth:before {
  content: "\e7fb"; }

.li-chart-bars:before {
  content: "\e7fc"; }

.li-chart-settings:before {
  content: "\e7fd"; }

.li-cake:before {
  content: "\e7fe"; }

.li-gift:before {
  content: "\e7ff"; }

.li-balloon:before {
  content: "\e800"; }

.li-rank:before {
  content: "\e801"; }

.li-rank2:before {
  content: "\e802"; }

.li-rank3:before {
  content: "\e803"; }

.li-crown:before {
  content: "\e804"; }

.li-lotus:before {
  content: "\e805"; }

.li-diamond:before {
  content: "\e806"; }

.li-diamond2:before {
  content: "\e807"; }

.li-diamond3:before {
  content: "\e808"; }

.li-diamond4:before {
  content: "\e809"; }

.li-linearicons:before {
  content: "\e80a"; }

.li-teacup:before {
  content: "\e80b"; }

.li-teapot:before {
  content: "\e80c"; }

.li-glass:before {
  content: "\e80d"; }

.li-bottle2:before {
  content: "\e80e"; }

.li-glass-cocktail:before {
  content: "\e80f"; }

.li-glass2:before {
  content: "\e810"; }

.li-dinner:before {
  content: "\e811"; }

.li-dinner2:before {
  content: "\e812"; }

.li-chef:before {
  content: "\e813"; }

.li-scale2:before {
  content: "\e814"; }

.li-egg:before {
  content: "\e815"; }

.li-egg2:before {
  content: "\e816"; }

.li-eggs:before {
  content: "\e817"; }

.li-platter:before {
  content: "\e818"; }

.li-steak:before {
  content: "\e819"; }

.li-hamburger:before {
  content: "\e81a"; }

.li-hotdog:before {
  content: "\e81b"; }

.li-pizza:before {
  content: "\e81c"; }

.li-sausage:before {
  content: "\e81d"; }

.li-chicken:before {
  content: "\e81e"; }

.li-fish:before {
  content: "\e81f"; }

.li-carrot:before {
  content: "\e820"; }

.li-cheese:before {
  content: "\e821"; }

.li-bread:before {
  content: "\e822"; }

.li-ice-cream:before {
  content: "\e823"; }

.li-ice-cream2:before {
  content: "\e824"; }

.li-candy:before {
  content: "\e825"; }

.li-lollipop:before {
  content: "\e826"; }

.li-coffee-bean:before {
  content: "\e827"; }

.li-coffee-cup:before {
  content: "\e828"; }

.li-cherry:before {
  content: "\e829"; }

.li-grapes:before {
  content: "\e82a"; }

.li-citrus:before {
  content: "\e82b"; }

.li-apple:before {
  content: "\e82c"; }

.li-leaf:before {
  content: "\e82d"; }

.li-landscape:before {
  content: "\e82e"; }

.li-pine-tree:before {
  content: "\e82f"; }

.li-tree:before {
  content: "\e830"; }

.li-cactus:before {
  content: "\e831"; }

.li-paw:before {
  content: "\e832"; }

.li-footprint:before {
  content: "\e833"; }

.li-speed-slow:before {
  content: "\e834"; }

.li-speed-medium:before {
  content: "\e835"; }

.li-speed-fast:before {
  content: "\e836"; }

.li-rocket:before {
  content: "\e837"; }

.li-hammer2:before {
  content: "\e838"; }

.li-balance:before {
  content: "\e839"; }

.li-briefcase:before {
  content: "\e83a"; }

.li-luggage-weight:before {
  content: "\e83b"; }

.li-dolly:before {
  content: "\e83c"; }

.li-plane:before {
  content: "\e83d"; }

.li-plane-crossed:before {
  content: "\e83e"; }

.li-helicopter:before {
  content: "\e83f"; }

.li-traffic-lights:before {
  content: "\e840"; }

.li-siren:before {
  content: "\e841"; }

.li-road:before {
  content: "\e842"; }

.li-engine:before {
  content: "\e843"; }

.li-oil-pressure:before {
  content: "\e844"; }

.li-coolant-temperature:before {
  content: "\e845"; }

.li-car-battery:before {
  content: "\e846"; }

.li-gas:before {
  content: "\e847"; }

.li-gallon:before {
  content: "\e848"; }

.li-transmission:before {
  content: "\e849"; }

.li-car:before {
  content: "\e84a"; }

.li-car-wash:before {
  content: "\e84b"; }

.li-car-wash2:before {
  content: "\e84c"; }

.li-bus:before {
  content: "\e84d"; }

.li-bus2:before {
  content: "\e84e"; }

.li-car2:before {
  content: "\e84f"; }

.li-parking:before {
  content: "\e850"; }

.li-car-lock:before {
  content: "\e851"; }

.li-taxi:before {
  content: "\e852"; }

.li-car-siren:before {
  content: "\e853"; }

.li-car-wash3:before {
  content: "\e854"; }

.li-car-wash4:before {
  content: "\e855"; }

.li-ambulance:before {
  content: "\e856"; }

.li-truck:before {
  content: "\e857"; }

.li-trailer:before {
  content: "\e858"; }

.li-scale-truck:before {
  content: "\e859"; }

.li-train:before {
  content: "\e85a"; }

.li-ship:before {
  content: "\e85b"; }

.li-ship2:before {
  content: "\e85c"; }

.li-anchor:before {
  content: "\e85d"; }

.li-boat:before {
  content: "\e85e"; }

.li-bicycle:before {
  content: "\e85f"; }

.li-bicycle2:before {
  content: "\e860"; }

.li-dumbbell:before {
  content: "\e861"; }

.li-bench-press:before {
  content: "\e862"; }

.li-swim:before {
  content: "\e863"; }

.li-football:before {
  content: "\e864"; }

.li-baseball-bat:before {
  content: "\e865"; }

.li-baseball:before {
  content: "\e866"; }

.li-tennis:before {
  content: "\e867"; }

.li-tennis2:before {
  content: "\e868"; }

.li-ping-pong:before {
  content: "\e869"; }

.li-hockey:before {
  content: "\e86a"; }

.li-8ball:before {
  content: "\e86b"; }

.li-bowling:before {
  content: "\e86c"; }

.li-bowling-pins:before {
  content: "\e86d"; }

.li-golf:before {
  content: "\e86e"; }

.li-golf2:before {
  content: "\e86f"; }

.li-archery:before {
  content: "\e870"; }

.li-slingshot:before {
  content: "\e871"; }

.li-soccer:before {
  content: "\e872"; }

.li-basketball:before {
  content: "\e873"; }

.li-cube:before {
  content: "\e874"; }

.li-3d-rotate:before {
  content: "\e875"; }

.li-puzzle:before {
  content: "\e876"; }

.li-glasses:before {
  content: "\e877"; }

.li-glasses2:before {
  content: "\e878"; }

.li-accessibility:before {
  content: "\e879"; }

.li-wheelchair:before {
  content: "\e87a"; }

.li-wall:before {
  content: "\e87b"; }

.li-fence:before {
  content: "\e87c"; }

.li-wall2:before {
  content: "\e87d"; }

.li-icons:before {
  content: "\e87e"; }

.li-resize-handle:before {
  content: "\e87f"; }

.li-icons2:before {
  content: "\e880"; }

.li-select:before {
  content: "\e881"; }

.li-select2:before {
  content: "\e882"; }

.li-site-map:before {
  content: "\e883"; }

.li-earth:before {
  content: "\e884"; }

.li-earth-lock:before {
  content: "\e885"; }

.li-network:before {
  content: "\e886"; }

.li-network-lock:before {
  content: "\e887"; }

.li-planet:before {
  content: "\e888"; }

.li-happy:before {
  content: "\e889"; }

.li-smile:before {
  content: "\e88a"; }

.li-grin:before {
  content: "\e88b"; }

.li-tongue:before {
  content: "\e88c"; }

.li-sad:before {
  content: "\e88d"; }

.li-wink:before {
  content: "\e88e"; }

.li-dream:before {
  content: "\e88f"; }

.li-shocked:before {
  content: "\e890"; }

.li-shocked2:before {
  content: "\e891"; }

.li-tongue2:before {
  content: "\e892"; }

.li-neutral:before {
  content: "\e893"; }

.li-happy-grin:before {
  content: "\e894"; }

.li-cool:before {
  content: "\e895"; }

.li-mad:before {
  content: "\e896"; }

.li-grin-evil:before {
  content: "\e897"; }

.li-evil:before {
  content: "\e898"; }

.li-wow:before {
  content: "\e899"; }

.li-annoyed:before {
  content: "\e89a"; }

.li-wondering:before {
  content: "\e89b"; }

.li-confused:before {
  content: "\e89c"; }

.li-zipped:before {
  content: "\e89d"; }

.li-grumpy:before {
  content: "\e89e"; }

.li-mustache:before {
  content: "\e89f"; }

.li-tombstone-hipster:before {
  content: "\e8a0"; }

.li-tombstone:before {
  content: "\e8a1"; }

.li-ghost:before {
  content: "\e8a2"; }

.li-ghost-hipster:before {
  content: "\e8a3"; }

.li-halloween:before {
  content: "\e8a4"; }

.li-christmas:before {
  content: "\e8a5"; }

.li-easter-egg:before {
  content: "\e8a6"; }

.li-mustache2:before {
  content: "\e8a7"; }

.li-mustache-glasses:before {
  content: "\e8a8"; }

.li-pipe:before {
  content: "\e8a9"; }

.li-alarm:before {
  content: "\e8aa"; }

.li-alarm-add:before {
  content: "\e8ab"; }

.li-alarm-snooze:before {
  content: "\e8ac"; }

.li-alarm-ringing:before {
  content: "\e8ad"; }

.li-bullhorn:before {
  content: "\e8ae"; }

.li-hearing:before {
  content: "\e8af"; }

.li-volume-high:before {
  content: "\e8b0"; }

.li-volume-medium:before {
  content: "\e8b1"; }

.li-volume-low:before {
  content: "\e8b2"; }

.li-volume:before {
  content: "\e8b3"; }

.li-mute:before {
  content: "\e8b4"; }

.li-lan:before {
  content: "\e8b5"; }

.li-lan2:before {
  content: "\e8b6"; }

.li-wifi:before {
  content: "\e8b7"; }

.li-wifi-lock:before {
  content: "\e8b8"; }

.li-wifi-blocked:before {
  content: "\e8b9"; }

.li-wifi-mid:before {
  content: "\e8ba"; }

.li-wifi-low:before {
  content: "\e8bb"; }

.li-wifi-low2:before {
  content: "\e8bc"; }

.li-wifi-alert:before {
  content: "\e8bd"; }

.li-wifi-alert-mid:before {
  content: "\e8be"; }

.li-wifi-alert-low:before {
  content: "\e8bf"; }

.li-wifi-alert-low2:before {
  content: "\e8c0"; }

.li-stream:before {
  content: "\e8c1"; }

.li-stream-check:before {
  content: "\e8c2"; }

.li-stream-error:before {
  content: "\e8c3"; }

.li-stream-alert:before {
  content: "\e8c4"; }

.li-communication:before {
  content: "\e8c5"; }

.li-communication-crossed:before {
  content: "\e8c6"; }

.li-broadcast:before {
  content: "\e8c7"; }

.li-antenna:before {
  content: "\e8c8"; }

.li-satellite:before {
  content: "\e8c9"; }

.li-satellite2:before {
  content: "\e8ca"; }

.li-mic:before {
  content: "\e8cb"; }

.li-mic-mute:before {
  content: "\e8cc"; }

.li-mic2:before {
  content: "\e8cd"; }

.li-spotlights:before {
  content: "\e8ce"; }

.li-hourglass:before {
  content: "\e8cf"; }

.li-loading:before {
  content: "\e8d0"; }

.li-loading2:before {
  content: "\e8d1"; }

.li-loading3:before {
  content: "\e8d2"; }

.li-refresh:before {
  content: "\e8d3"; }

.li-refresh2:before {
  content: "\e8d4"; }

.li-undo:before {
  content: "\e8d5"; }

.li-redo:before {
  content: "\e8d6"; }

.li-jump2:before {
  content: "\e8d7"; }

.li-undo2:before {
  content: "\e8d8"; }

.li-redo2:before {
  content: "\e8d9"; }

.li-sync:before {
  content: "\e8da"; }

.li-repeat-one2:before {
  content: "\e8db"; }

.li-sync-crossed:before {
  content: "\e8dc"; }

.li-sync2:before {
  content: "\e8dd"; }

.li-repeat-one3:before {
  content: "\e8de"; }

.li-sync-crossed2:before {
  content: "\e8df"; }

.li-return:before {
  content: "\e8e0"; }

.li-return2:before {
  content: "\e8e1"; }

.li-refund:before {
  content: "\e8e2"; }

.li-history:before {
  content: "\e8e3"; }

.li-history2:before {
  content: "\e8e4"; }

.li-self-timer:before {
  content: "\e8e5"; }

.li-clock:before {
  content: "\e8e6"; }

.li-clock2:before {
  content: "\e8e7"; }

.li-clock3:before {
  content: "\e8e8"; }

.li-watch:before {
  content: "\e8e9"; }

.li-alarm2:before {
  content: "\e8ea"; }

.li-alarm-add2:before {
  content: "\e8eb"; }

.li-alarm-remove:before {
  content: "\e8ec"; }

.li-alarm-check:before {
  content: "\e8ed"; }

.li-alarm-error:before {
  content: "\e8ee"; }

.li-timer:before {
  content: "\e8ef"; }

.li-timer-crossed:before {
  content: "\e8f0"; }

.li-timer2:before {
  content: "\e8f1"; }

.li-timer-crossed2:before {
  content: "\e8f2"; }

.li-download:before {
  content: "\e8f3"; }

.li-upload:before {
  content: "\e8f4"; }

.li-download2:before {
  content: "\e8f5"; }

.li-upload2:before {
  content: "\e8f6"; }

.li-enter-up:before {
  content: "\e8f7"; }

.li-enter-down:before {
  content: "\e8f8"; }

.li-enter-left:before {
  content: "\e8f9"; }

.li-enter-right:before {
  content: "\e8fa"; }

.li-exit-up:before {
  content: "\e8fb"; }

.li-exit-down:before {
  content: "\e8fc"; }

.li-exit-left:before {
  content: "\e8fd"; }

.li-exit-right:before {
  content: "\e8fe"; }

.li-enter-up2:before {
  content: "\e8ff"; }

.li-enter-down2:before {
  content: "\e900"; }

.li-enter-vertical:before {
  content: "\e901"; }

.li-enter-left2:before {
  content: "\e902"; }

.li-enter-right2:before {
  content: "\e903"; }

.li-enter-horizontal:before {
  content: "\e904"; }

.li-exit-up2:before {
  content: "\e905"; }

.li-exit-down2:before {
  content: "\e906"; }

.li-exit-left2:before {
  content: "\e907"; }

.li-exit-right2:before {
  content: "\e908"; }

.li-cli:before {
  content: "\e909"; }

.li-bug:before {
  content: "\e90a"; }

.li-code:before {
  content: "\e90b"; }

.li-file-code:before {
  content: "\e90c"; }

.li-file-image:before {
  content: "\e90d"; }

.li-file-zip:before {
  content: "\e90e"; }

.li-file-audio:before {
  content: "\e90f"; }

.li-file-video:before {
  content: "\e910"; }

.li-file-preview:before {
  content: "\e911"; }

.li-file-charts:before {
  content: "\e912"; }

.li-file-stats:before {
  content: "\e913"; }

.li-file-spreadsheet:before {
  content: "\e914"; }

.li-link:before {
  content: "\e915"; }

.li-unlink:before {
  content: "\e916"; }

.li-link2:before {
  content: "\e917"; }

.li-unlink2:before {
  content: "\e918"; }

.li-thumbs-up:before {
  content: "\e919"; }

.li-thumbs-down:before {
  content: "\e91a"; }

.li-thumbs-up2:before {
  content: "\e91b"; }

.li-thumbs-down2:before {
  content: "\e91c"; }

.li-thumbs-up3:before {
  content: "\e91d"; }

.li-thumbs-down3:before {
  content: "\e91e"; }

.li-share:before {
  content: "\e91f"; }

.li-share2:before {
  content: "\e920"; }

.li-share3:before {
  content: "\e921"; }

.li-magnifier:before {
  content: "\e922"; }

.li-file-search:before {
  content: "\e923"; }

.li-find-replace:before {
  content: "\e924"; }

.li-zoom-in:before {
  content: "\e925"; }

.li-zoom-out:before {
  content: "\e926"; }

.li-loupe:before {
  content: "\e927"; }

.li-loupe-zoom-in:before {
  content: "\e928"; }

.li-loupe-zoom-out:before {
  content: "\e929"; }

.li-cross:before {
  content: "\e92a"; }

.li-menu:before {
  content: "\e92b"; }

.li-list:before {
  content: "\e92c"; }

.li-list2:before {
  content: "\e92d"; }

.li-list3:before {
  content: "\e92e"; }

.li-menu2:before {
  content: "\e92f"; }

.li-list4:before {
  content: "\e930"; }

.li-menu3:before {
  content: "\e931"; }

.li-exclamation:before {
  content: "\e932"; }

.li-question:before {
  content: "\e933"; }

.li-check:before {
  content: "\e934"; }

.li-cross2:before {
  content: "\e935"; }

.li-plus:before {
  content: "\e936"; }

.li-minus:before {
  content: "\e937"; }

.li-percent:before {
  content: "\e938"; }

.li-chevron-up:before {
  content: "\e939"; }

.li-chevron-down:before {
  content: "\e93a"; }

.li-chevron-left:before {
  content: "\e93b"; }

.li-chevron-right:before {
  content: "\e93c"; }

.li-chevrons-expand-vertical:before {
  content: "\e93d"; }

.li-chevrons-expand-horizontal:before {
  content: "\e93e"; }

.li-chevrons-contract-vertical:before {
  content: "\e93f"; }

.li-chevrons-contract-horizontal:before {
  content: "\e940"; }

.li-arrow-up:before {
  content: "\e941"; }

.li-arrow-down:before {
  content: "\e942"; }

.li-arrow-left:before {
  content: "\e943"; }

.li-arrow-right:before {
  content: "\e944"; }

.li-arrow-up-right:before {
  content: "\e945"; }

.li-arrows-merge:before {
  content: "\e946"; }

.li-arrows-split:before {
  content: "\e947"; }

.li-arrow-divert:before {
  content: "\e948"; }

.li-arrow-return:before {
  content: "\e949"; }

.li-expand:before {
  content: "\e94a"; }

.li-contract:before {
  content: "\e94b"; }

.li-expand2:before {
  content: "\e94c"; }

.li-contract2:before {
  content: "\e94d"; }

.li-move:before {
  content: "\e94e"; }

.li-tab:before {
  content: "\e94f"; }

.li-arrow-wave:before {
  content: "\e950"; }

.li-expand3:before {
  content: "\e951"; }

.li-expand4:before {
  content: "\e952"; }

.li-contract3:before {
  content: "\e953"; }

.li-notification:before {
  content: "\e954"; }

.li-warning:before {
  content: "\e955"; }

.li-notification-circle:before {
  content: "\e956"; }

.li-question-circle:before {
  content: "\e957"; }

.li-menu-circle:before {
  content: "\e958"; }

.li-checkmark-circle:before {
  content: "\e959"; }

.li-cross-circle:before {
  content: "\e95a"; }

.li-plus-circle:before {
  content: "\e95b"; }

.li-circle-minus:before {
  content: "\e95c"; }

.li-percent-circle:before {
  content: "\e95d"; }

.li-arrow-up-circle:before {
  content: "\e95e"; }

.li-arrow-down-circle:before {
  content: "\e95f"; }

.li-arrow-left-circle:before {
  content: "\e960"; }

.li-arrow-right-circle:before {
  content: "\e961"; }

.li-chevron-up-circle:before {
  content: "\e962"; }

.li-chevron-down-circle:before {
  content: "\e963"; }

.li-chevron-left-circle:before {
  content: "\e964"; }

.li-chevron-right-circle:before {
  content: "\e965"; }

.li-backward-circle:before {
  content: "\e966"; }

.li-first-circle:before {
  content: "\e967"; }

.li-previous-circle:before {
  content: "\e968"; }

.li-stop-circle:before {
  content: "\e969"; }

.li-play-circle:before {
  content: "\e96a"; }

.li-pause-circle:before {
  content: "\e96b"; }

.li-next-circle:before {
  content: "\e96c"; }

.li-last-circle:before {
  content: "\e96d"; }

.li-forward-circle:before {
  content: "\e96e"; }

.li-eject-circle:before {
  content: "\e96f"; }

.li-crop:before {
  content: "\e970"; }

.li-frame-expand:before {
  content: "\e971"; }

.li-frame-contract:before {
  content: "\e972"; }

.li-focus:before {
  content: "\e973"; }

.li-transform:before {
  content: "\e974"; }

.li-grid:before {
  content: "\e975"; }

.li-grid-crossed:before {
  content: "\e976"; }

.li-layers:before {
  content: "\e977"; }

.li-layers-crossed:before {
  content: "\e978"; }

.li-toggle:before {
  content: "\e979"; }

.li-rulers:before {
  content: "\e97a"; }

.li-ruler:before {
  content: "\e97b"; }

.li-funnel:before {
  content: "\e97c"; }

.li-flip-horizontal:before {
  content: "\e97d"; }

.li-flip-vertical:before {
  content: "\e97e"; }

.li-flip-horizontal2:before {
  content: "\e97f"; }

.li-flip-vertical2:before {
  content: "\e980"; }

.li-angle:before {
  content: "\e981"; }

.li-angle2:before {
  content: "\e982"; }

.li-subtract:before {
  content: "\e983"; }

.li-combine:before {
  content: "\e984"; }

.li-intersect:before {
  content: "\e985"; }

.li-exclude:before {
  content: "\e986"; }

.li-align-center-vertical:before {
  content: "\e987"; }

.li-align-right:before {
  content: "\e988"; }

.li-align-bottom:before {
  content: "\e989"; }

.li-align-left:before {
  content: "\e98a"; }

.li-align-center-horizontal:before {
  content: "\e98b"; }

.li-align-top:before {
  content: "\e98c"; }

.li-square:before {
  content: "\e98d"; }

.li-plus-square:before {
  content: "\e98e"; }

.li-minus-square:before {
  content: "\e98f"; }

.li-percent-square:before {
  content: "\e990"; }

.li-arrow-up-square:before {
  content: "\e991"; }

.li-arrow-down-square:before {
  content: "\e992"; }

.li-arrow-left-square:before {
  content: "\e993"; }

.li-arrow-right-square:before {
  content: "\e994"; }

.li-chevron-up-square:before {
  content: "\e995"; }

.li-chevron-down-square:before {
  content: "\e996"; }

.li-chevron-left-square:before {
  content: "\e997"; }

.li-chevron-right-square:before {
  content: "\e998"; }

.li-check-square:before {
  content: "\e999"; }

.li-cross-square:before {
  content: "\e99a"; }

.li-menu-square:before {
  content: "\e99b"; }

.li-prohibited:before {
  content: "\e99c"; }

.li-circle:before {
  content: "\e99d"; }

.li-radio-button:before {
  content: "\e99e"; }

.li-ligature:before {
  content: "\e99f"; }

.li-text-format:before {
  content: "\e9a0"; }

.li-text-format-remove:before {
  content: "\e9a1"; }

.li-text-size:before {
  content: "\e9a2"; }

.li-bold:before {
  content: "\e9a3"; }

.li-italic:before {
  content: "\e9a4"; }

.li-underline:before {
  content: "\e9a5"; }

.li-strikethrough:before {
  content: "\e9a6"; }

.li-highlight:before {
  content: "\e9a7"; }

.li-text-align-left:before {
  content: "\e9a8"; }

.li-text-align-center:before {
  content: "\e9a9"; }

.li-text-align-right:before {
  content: "\e9aa"; }

.li-text-align-justify:before {
  content: "\e9ab"; }

.li-line-spacing:before {
  content: "\e9ac"; }

.li-indent-increase:before {
  content: "\e9ad"; }

.li-indent-decrease:before {
  content: "\e9ae"; }

.li-text-wrap:before {
  content: "\e9af"; }

.li-pilcrow:before {
  content: "\e9b0"; }

.li-direction-ltr:before {
  content: "\e9b1"; }

.li-direction-rtl:before {
  content: "\e9b2"; }

.li-page-break:before {
  content: "\e9b3"; }

.li-page-break2:before {
  content: "\e9b4"; }

.li-sort-alpha-asc:before {
  content: "\e9b5"; }

.li-sort-alpha-desc:before {
  content: "\e9b6"; }

.li-sort-numeric-asc:before {
  content: "\e9b7"; }

.li-sort-numeric-desc:before {
  content: "\e9b8"; }

.li-sort-amount-asc:before {
  content: "\e9b9"; }

.li-sort-amount-desc:before {
  content: "\e9ba"; }

.li-sort-time-asc:before {
  content: "\e9bb"; }

.li-sort-time-desc:before {
  content: "\e9bc"; }

.li-sigma:before {
  content: "\e9bd"; }

.li-pencil-line:before {
  content: "\e9be"; }

.li-hand:before {
  content: "\e9bf"; }

.li-pointer-up:before {
  content: "\e9c0"; }

.li-pointer-right:before {
  content: "\e9c1"; }

.li-pointer-down:before {
  content: "\e9c2"; }

.li-pointer-left:before {
  content: "\e9c3"; }

.li-finger-tap:before {
  content: "\e9c4"; }

.li-fingers-tap:before {
  content: "\e9c5"; }

.li-reminder:before {
  content: "\e9c6"; }

.li-fingers-crossed:before {
  content: "\e9c7"; }

.li-fingers-victory:before {
  content: "\e9c8"; }

.li-gesture-zoom:before {
  content: "\e9c9"; }

.li-gesture-pinch:before {
  content: "\e9ca"; }

.li-fingers-scroll-horizontal:before {
  content: "\e9cb"; }

.li-fingers-scroll-vertical:before {
  content: "\e9cc"; }

.li-fingers-scroll-left:before {
  content: "\e9cd"; }

.li-fingers-scroll-right:before {
  content: "\e9ce"; }

.li-hand2:before {
  content: "\e9cf"; }

.li-pointer-up2:before {
  content: "\e9d0"; }

.li-pointer-right2:before {
  content: "\e9d1"; }

.li-pointer-down2:before {
  content: "\e9d2"; }

.li-pointer-left2:before {
  content: "\e9d3"; }

.li-finger-tap2:before {
  content: "\e9d4"; }

.li-fingers-tap2:before {
  content: "\e9d5"; }

.li-reminder2:before {
  content: "\e9d6"; }

.li-gesture-zoom2:before {
  content: "\e9d7"; }

.li-gesture-pinch2:before {
  content: "\e9d8"; }

.li-fingers-scroll-horizontal2:before {
  content: "\e9d9"; }

.li-fingers-scroll-vertical2:before {
  content: "\e9da"; }

.li-fingers-scroll-left2:before {
  content: "\e9db"; }

.li-fingers-scroll-right2:before {
  content: "\e9dc"; }

.li-fingers-scroll-vertical3:before {
  content: "\e9dd"; }

.li-border-style:before {
  content: "\e9de"; }

.li-border-all:before {
  content: "\e9df"; }

.li-border-outer:before {
  content: "\e9e0"; }

.li-border-inner:before {
  content: "\e9e1"; }

.li-border-top:before {
  content: "\e9e2"; }

.li-border-horizontal:before {
  content: "\e9e3"; }

.li-border-bottom:before {
  content: "\e9e4"; }

.li-border-left:before {
  content: "\e9e5"; }

.li-border-vertical:before {
  content: "\e9e6"; }

.li-border-right:before {
  content: "\e9e7"; }

.li-border-none:before {
  content: "\e9e8"; }

.li-ellipsis:before {
  content: "\e9e9"; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  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; }

/* 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-fw {
  width: 1.28571em;
  text-align: center; }

.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-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 {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.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-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; }

.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; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  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; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: auto;
  color: black;
  direction: ltr; }

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */ }

.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */ }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */ }

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0; }

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7; }

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7; }

@-moz-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@-webkit-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute; }

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-s-default .cm-error {
  color: #f00; }

.cm-invalidchar {
  color: #f00; }

.CodeMirror-composing {
  border-bottom: 2px solid; }

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent; }

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important; }

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent; }

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */ }

.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */ }

.CodeMirror-rtl pre {
  direction: rtl; }

.CodeMirror-code {
  outline: none; }

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none; }

.CodeMirror-measure pre {
  position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

div.CodeMirror-dragcursors {
  visibility: visible; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4); }

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }

/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  /* Image border */
  border: 5px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  /*background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: #FFF;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*-----
    [Import config and template variables]    
-----*/
/*------------------------------------------------------------------

    [Configure and options stylesheet]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

    
    [Table of contents]

    1. Main typography variables
    2. Animation settings
    3. Header settings
    4. Aside settings
    5. Sidepanel settings
    6. Fixed panel settings
    7. Important container
    8. Other variables
    9. Boxed layout settings
    10. Indent layout settings
    11. Basic template colors
    12. Import template skin variables

-------------------------------------------------------------------*/
/*-----
    [Main typography variables] 
-----*/
/*-----
    [Animation settings]
        
    1. Set $animation: 0; to disable all template animations;
    2. $animationPanelSpeed animation speed for panel appear/disappear;
    3. Set $shadows: 1; to get shadows on elements(Not fully supported in v1.0.0);
*/
/*-----
    [Header settings]
    
    1. Basic header height;
-----*/
/*-----
    [Container settings]
    
    1. Basic container height;
-----*/
/*-----
    [Aside settings]

    1. Basic aside width;
    2. Minimized aside width;
    3. Compact aside width(Not fully supported in v1.0.0);
-----*/
/*-----
    [Sidepanel settings]
    
    1. Basic sidepanel width;
-----*/
/*-----
    [Fixed panel settings]
    
    1. Basic fixed panel width;
-----*/
/*-----
    [Important container]
    
    1. Basic container width;
-----*/
/*-----
    [Other variables]
    
    1. Default global border radius;
    2. Global border color;
    3. Template logo width;
-----*/
/*-----
    [Boxed layout settings]
    
    1. Default boxed width. You can use width in px or %;
    2. Default background for boxed layout option;
    3. Boxed layout vertical spacing;
    4. Boxed layout border radius for .page wrapper and other top level containers;
-----*/
/*-----
    [Indent layout settings]
    
    1. Indent layout spacing(around);
    2. Default background for indent layout option;
    3. Indent layout border radius for .page wrapper, and other top level containers;
-----*/
/*-----
    [Basic template colors]        
-----*/
/*-----
    [Import template skin variables]
-----*/
/* Default template skin variables */
/*------------------------------------------------------------------

    [Default skin variables]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
/* Base feature colors */
/* Content */
/* Header */
/* Container */
/* Aside */
/* Sidepanel */
/* Logo options */
/* Typography */
/* Navigation */
/* Form elements and components */
/* Invert skin variables */
/*------------------------------------------------------------------

    [Invert skin variables]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
/* Base feature colors */
/* Other important variables */
/* Content */
/* Header */
/* Container */
/* Aside */
/* Sidepanel */
/* Logo */
/* Typography */
/* Navigation */
/* Form elements and components */
/*-----
    [Import other vendors (using variables)]    
    
    1. Bootstrap datetimepicker
    2. Daterangepicker
    3. Select2
    4. Datatables
    5. ion.rangeSlider
    6. Smart Wizard
    7. Dropzone
    8. Fullcalendar
    9. Summernote
    10. Raty
-----*/
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget * {
    transition: background 200ms ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .bootstrap-datetimepicker-widget * {
        transition: none; } }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 8px 0;
    padding: 10px;
    width: 300px; }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #d7dde3;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #d7dde3;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 13px;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 40px;
        font-size: 14px;
        width: 100%; }
  .bootstrap-datetimepicker-widget .datepicker-decades td span:empty {
    display: none; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 3px; }
    .bootstrap-datetimepicker-widget table th {
      line-height: 40px;
      width: 40px; }
      .bootstrap-datetimepicker-widget table th.dow {
        font-weight: 500; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #91969a;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
        line-height: 40px;
        font-size: 14px; }
        .bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
          line-height: 40px; }
          .bootstrap-datetimepicker-widget table th.prev span:before, .bootstrap-datetimepicker-widget table th.next span:before {
            line-height: 40px; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #F0F0F0; }
    .bootstrap-datetimepicker-widget table td {
      height: 40px;
      line-height: 40px;
      width: 40px; }
      .bootstrap-datetimepicker-widget table td .btn {
        line-height: 40px;
        color: #323c47;
        padding: 0px; }
        .bootstrap-datetimepicker-widget table td .btn span {
          line-height: 40px; }
        .bootstrap-datetimepicker-widget table td .btn.btn-primary {
          color: #FFF;
          width: 40px; }
      .bootstrap-datetimepicker-widget table td .month, .bootstrap-datetimepicker-widget table td .year {
        width: 60px;
        margin: 0px 2px 2px 0px; }
      .bootstrap-datetimepicker-widget table td .decade {
        width: auto;
        padding: 0px 10px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #91969a; }
      .bootstrap-datetimepicker-widget table td.day {
        line-height: 40px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #F0F0F0;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #91969a; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #ff2d2d;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #ff2d2d;
        color: #FFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #91969a;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0px;
        cursor: pointer;
        border-radius: 3px; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #F0F0F0; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #ff2d2d;
          color: #FFF;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #91969a; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #91969a;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 3px;
  width: 278px;
  padding: 10px !important;
  margin-top: 8px !important;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #d7dde3; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -8px !important; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #d7dde3; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker .calendar.single .calendar-table {
    padding: 0px !important; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 278px;
    margin: 0px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
    .daterangepicker .calendar + .ranges {
      margin-right: 0px; }
  .daterangepicker .calendar-table {
    border: 0px solid #fff;
    padding: 0px;
    border-radius: 3px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 0px;
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: rgba(255, 45, 45, 0.1);
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 3px 0 0 3px; }
  .daterangepicker td.end-date {
    border-radius: 0 3px 3px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 3px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ff2d2d;
    border-color: transparent;
    color: #FFF; }
  .daterangepicker th {
    font-weight: 500; }
    .daterangepicker th.month {
      width: auto;
      font-weight: 700; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    height: 30px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding-left: 40px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      font-size: 14px;
      left: 14px;
      top: 12px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 40px;
    padding-left: 10px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 14px; }
  .daterangepicker .calendar-time {
    margin: 10px auto;
    line-height: 30px;
    position: relative;
    padding-left: 40px; }
    .daterangepicker .calendar-time i {
      top: 10px; }
    .daterangepicker .calendar-time select {
      border-color: #d7dde3;
      border-radius: 3px; }
      .daterangepicker .calendar-time select.disabled {
        color: #ccc;
        cursor: not-allowed; }

.ranges {
  font-size: 11px;
  margin-left: 15px;
  float: none;
  margin-right: 10px;
  text-align: left; }
  .ranges .btn {
    float: left;
    margin-left: 5px; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-bottom: 20px; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    color: #323c47;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #ff2d2d;
      border: 1px solid #ff2d2d;
      color: #fff; }
    .ranges li.active {
      background-color: #ff2d2d;
      border: 1px solid #ff2d2d;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.select2-hidden-accessible + .select2-container {
  width: 100% !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container * {
    outline: none !important; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 9px;
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 9px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 40px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      line-height: 20px;
      padding: 5px 0px 5px 4px;
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 0px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #d7dde3;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 10px;
  line-height: 20px;
  user-select: none;
  -webkit-user-select: none;
  transition: background 200ms ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .select2-results__option {
      transition: none; } }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 10px; }
  .select2-search--dropdown .select2-search__field {
    padding: 9px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field:focus {
      border-color: #2c9fdd;
      outline: none; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d7dde3;
  border-radius: 3px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #f2f2f2;
  color: #91969a;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #2c9fdd; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d7dde3;
  border-radius: 3px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 4px 5px 0px 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ff2d2d;
    color: #FFF;
    line-height: 20px;
    border-radius: 3px;
    cursor: default;
    float: left;
    padding: 5px 10px;
    margin: 0px 5px 5px 0px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #FFF; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #2c9fdd 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background: #f2f2f2;
  color: #91969a;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--disabled .select2-selection__rendered {
  background: #f2f2f2;
  color: #91969a; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d7dde3;
  transition: all 200ms ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
      transition: none; } }
  .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #2c9fdd; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #91969a; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ff2d2d;
  color: #FFF; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #ff2d2d;
    color: #FFF; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected="false"] {
  background-color: #eee;
  color: #323c47; }

.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-color: #ff2d2d;
  color: #FFF; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #d7dde3;
  border-radius: 3px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #d7dde3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #d7dde3;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d7dde3;
  border-radius: 3px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #d7dde3;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/jszip-2.5.0/pdfmake-0.1.32/dt-1.10.16/af-2.2.2/b-1.5.1/b-flash-1.5.1/b-html5-1.5.1/fh-3.1.3/r-2.2.1/sc-1.4.3
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.32, DataTables 1.10.16, AutoFill 2.2.2, Buttons 1.5.1, Flash export 1.5.1, HTML5 export 1.5.1, FixedHeader 3.1.3, Responsive 2.2.1, Scroller 1.4.3
 */
table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper {
  padding: 0px !important; }

div.dataTables_wrapper div.dataTables_length {
  margin-bottom: 10px; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 0px; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  margin: 0px 5px; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin-bottom: 10px;
  float: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0px; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 5px;
  display: inline-block;
  width: auto;
  font-weight: 500; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  float: left;
  color: #91969a; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  float: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link {
  padding: 4px 10px;
  min-width: 30px;
  font-size: 12px;
  margin-left: 5px;
  border-radius: 3px !important; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em; }

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  border: 1px solid #0275d8;
  background: #0275d8; }

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px); }

div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px; }

div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px; }

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em; }

div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

div.dt-autofill-list ul li {
  display: table-row; }

div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none; }

div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6; }

div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0; }

div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10; }

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg); } }

@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px; }

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px; }

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px; }

ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0; }

ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

ul.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

ul.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

ul.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

ul.dt-button-collection .dt-button {
  border-radius: 0; }

ul.dt-button-collection.fixed {
  max-width: none; }

ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
  display: none; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em; }
  div.dt-buttons a.btn {
    float: none; } }

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2); }

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear; }

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

table.dataTable.fixedHeader-floating {
  position: fixed !important; }

table.dataTable.fixedHeader-locked {
  position: absolute !important; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 40px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 10px;
  left: 10px;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 50%;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 18px;
  font-size: 20px;
  content: '+';
  background: transparent;
  border: 1px solid #ff2d2d;
  color: #ff2d2d; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-'; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none; }

div.DTS {
  display: block !important; }

div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap; }

div.DTS div.DTS_Loading {
  z-index: 1; }

div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px); }

div.DTS div.dataTables_scrollBody table {
  z-index: 2; }

div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none; }

div.DTS tbody tr.even {
  background-color: white; }

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg); } }

@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

div.dt-buttons.btn-group {
  margin-bottom: 10px; }
  div.dt-buttons.btn-group .btn {
    padding: 4px 10px;
    font-size: 11px; }

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px; }

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px; }

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px; }

ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0; }

ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

ul.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

ul.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

ul.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

ul.dt-button-collection .dt-button {
  border-radius: 0; }

ul.dt-button-collection.fixed {
  max-width: none; }

ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
  display: none; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em; }
  div.dt-buttons a.btn {
    float: none; } }

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2); }

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/vendors/ionrangeslider/sprite-skin-modern.png) repeat-x; }

.irs {
  height: 50px; }

.irs-with-grid {
  height: 70px; }

.irs-line {
  height: 6px;
  top: 25px; }

.irs-line-left {
  width: 9%;
  height: 6px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 6px;
  background-position: 0 0; }

.irs-line-right {
  width: 9%;
  height: 6px;
  background-position: 100% -30px; }

.irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 6px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 5px;
  top: 25px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 11px;
  height: 18px;
  top: 31px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #ff2d2d;
  color: #FFF;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #FFF;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ff2d2d;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ff2d2d; }

.irs-grid {
  height: 34px; }

.irs-grid-pol {
  background: #c0c0c0; }

.irs-grid-text {
  bottom: 12px;
  color: #c0c0c0; }

.wizard {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .wizard .anchor {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    position: relative; }
    .wizard .anchor:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 3px;
      background: #d7dde3;
      z-index: 1;
      border-radius: 3px; }
    .wizard .anchor li {
      float: left;
      display: block; }
      .wizard .anchor li a {
        color: #242437;
        text-decoration: none;
        display: block;
        padding: 10px 0px 30px 0px;
        position: relative;
        font-size: 16px; }
        .wizard .anchor li a .stepNumber {
          display: none; }
        .wizard .anchor li a .stepDesc {
          font-size: 13px;
          font-weight: 600;
          line-height: 20px;
          display: block; }
          .wizard .anchor li a .stepDesc small {
            color: #91969a;
            font-size: 13px;
            line-height: 20px; }
        .wizard .anchor li a:before {
          content: " ";
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 3px;
          background: #d7dde3;
          z-index: 2; }
        .wizard .anchor li a:after {
          content: " ";
          position: absolute;
          bottom: -15px;
          left: 0px;
          width: 35px;
          height: 35px;
          background: #FFF;
          border: 3px solid #d7dde3;
          z-index: 3;
          text-align: center;
          line-height: 28px;
          color: #242437;
          border-radius: 3px; }
        .wizard .anchor li a.done:after {
          border-color: #428c01;
          background: #428c01;
          color: #FFF;
          content: "\f00c";
          font-family: FontAwesome; }
        .wizard .anchor li a.done:before {
          background: linear-gradient(to right, #428c01, #22212f); }
        .wizard .anchor li a.done.active:before {
          background: linear-gradient(to right, #428c01, #428c01); }
        .wizard .anchor li a.error:after {
          border-color: #d7dde3;
          background: #cc3838;
          content: "\f00d";
          font-family: FontAwesome;
          color: #FFF; }
        .wizard .anchor li a.error:before {
          background: #ba3030; }
        .wizard .anchor li a.selected:after {
          border-color: #22212f;
          background: #2d2c3e;
          content: "\f0da";
          font-family: FontAwesome;
          color: #FFF;
          padding-left: 2px;
          border-width: 3px;
          line-height: 28px; }
        .wizard .anchor li a.selected:before {
          background: linear-gradient(to right, #22212f, #d7dde3); }
        .wizard .anchor li a.selected.active:after {
          border-color: rgba(0, 0, 0, 0.1);
          background: #428c01;
          color: #FFF;
          content: "\f00c";
          padding-left: 0px; }
        .wizard .anchor li a.selected.active:before {
          background: linear-gradient(to right, #428c01, #428c01); }
    .wizard .anchor.steps_1 li {
      width: 100%; }
    .wizard .anchor.steps_2 li {
      width: 50%; }
    .wizard .anchor.steps_3 li {
      width: 33.333333%; }
    .wizard .anchor.steps_4 li {
      width: 25%; }
    .wizard .anchor.steps_5 li {
      width: 20%; }
    .wizard .anchor.steps_6 li {
      width: 16.666666%; }
    .wizard .anchor.steps_7 li {
      width: 14.285714%; }
    .wizard .anchor.steps_8 li {
      width: 12.5%; }
  .wizard .stepContainer, .wizard .actionBar {
    float: left;
    width: 100%;
    margin-top: 50px; }
  .wizard .actionBar {
    margin-top: 20px; }
    .wizard .actionBar .btn.pull-right {
      margin-left: 5px; }
    .wizard .actionBar .btn-secondary {
      display: none; }
    .wizard .actionBar .loader {
      display: none; }
  .wizard.show-submit.show-submit-box > ul > li:last-child:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: #FFF;
    border: 3px solid #d7dde3;
    z-index: 3;
    text-align: center;
    line-height: 28px;
    color: #242437;
    border-radius: 3px; }
  .wizard.show-submit.show-submit-box.submited > ul > li:last-child:before {
    border-color: rgba(0, 0, 0, 0.1);
    background: #428c01;
    color: #FFF;
    content: "\f00c";
    font-family: FontAwesome; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

/*
 * 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 dashed rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  padding: 20px 20px;
  margin-bottom: 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 {
    margin-top: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    font-style: italic; }
  .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; }

/*!
 * <%= meta.title %> v<%= meta.version %> Stylesheet
 * Docs & License: <%= meta.homepage %>
 * (c) <%= meta.copyright %>
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: rgba(0, 0, 0, 0.1); }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: rgba(0, 0, 0, 0.1); }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
        "Arial", sans-serif
        "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 40px;
  padding: 0px 15px;
  line-height: 40px;
  /* text & cursor */
  font-size: 12px;
  /* normalize */
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 200ms linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fc button {
      transition: none; } }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.1);
  color: #323c47; }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  color: #323c47;
  font-weight: 500; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.invert .fc-state-default {
  background-color: #22212f;
  border-color: rgba(0, 0, 0, 0.2);
  color: #dfdfe9; }

.invert .fc-state-hover,
.invert .fc-state-down,
.invert .fc-state-active,
.invert .fc-state-disabled {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  color: #dfdfe9; }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center;
  font-weight: 700;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242437; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 3px;
  padding: 2px 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  /* default BORDER color */
  background-color: #FFF;
  /* default BACKGROUND color */
  font-weight: 500;
  color: #323c47; }

.fc-event.green {
  border-color: #367301;
  background-color: #428c01;
  color: #FFF !important; }
  .fc-event.green:hover {
    color: #FFF; }

.fc-event.blue {
  border-color: #0077a5;
  background-color: #008abe;
  color: #FFF !important; }
  .fc-event.blue:hover {
    color: #FFF !important; }

.fc-event.red {
  border-color: #a62b2b;
  background-color: #ba3030;
  color: #FFF !important; }
  .fc-event.red:hover {
    color: #FFF !important; }

.fc-event.orange {
  border-color: #e5b900;
  background-color: #fece00;
  color: #211b01 !important; }
  .fc-event.orange:hover {
    color: #211b01 !important; }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #323c47;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 3px 5px 0;
  /* spacing between events and edges */
  padding: 5px 10px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: 500; }

.fc-time {
  font-weight: 500;
  font-size: 11px; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block;
  margin-top: 5px; }

.fc-toolbar .fc-center h2 {
  font-size: 14px;
  font-weight: 500; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 5px 5px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 5px;
  padding-bottom: 5px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/summernote.eot?dbafe969167589eda84514394d126413");
  src: url("./fonts/summernote.eot?#iefix") format("embedded-opentype"), url("./fonts/summernote.woff?dbafe969167589eda84514394d126413") format("woff"), url("./fonts/summernote.ttf?dbafe969167589eda84514394d126413") format("truetype"); }

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrow-circle-down:before {
  content: "\f108"; }

.note-icon-arrow-circle-left:before {
  content: "\f109"; }

.note-icon-arrow-circle-right:before {
  content: "\f10a"; }

.note-icon-arrow-circle-up:before {
  content: "\f10b"; }

.note-icon-arrows-alt:before {
  content: "\f10c"; }

.note-icon-arrows-h:before {
  content: "\f10d"; }

.note-icon-arrows-v:before {
  content: "\f10e"; }

.note-icon-bold:before {
  content: "\f10f"; }

.note-icon-caret:before {
  content: "\f110"; }

.note-icon-chain-broken:before {
  content: "\f111"; }

.note-icon-circle:before {
  content: "\f112"; }

.note-icon-close:before {
  content: "\f113"; }

.note-icon-code:before {
  content: "\f114"; }

.note-icon-col-after:before {
  content: "\f115"; }

.note-icon-col-before:before {
  content: "\f116"; }

.note-icon-col-remove:before {
  content: "\f117"; }

.note-icon-eraser:before {
  content: "\f118"; }

.note-icon-font:before {
  content: "\f119"; }

.note-icon-frame:before {
  content: "\f11a"; }

.note-icon-italic:before {
  content: "\f11b"; }

.note-icon-link:before {
  content: "\f11c"; }

.note-icon-magic:before {
  content: "\f11d"; }

.note-icon-menu-check:before {
  content: "\f11e"; }

.note-icon-minus:before {
  content: "\f11f"; }

.note-icon-orderedlist:before {
  content: "\f120"; }

.note-icon-pencil:before {
  content: "\f121"; }

.note-icon-picture:before {
  content: "\f122"; }

.note-icon-question:before {
  content: "\f123"; }

.note-icon-redo:before {
  content: "\f124"; }

.note-icon-row-above:before {
  content: "\f125"; }

.note-icon-row-below:before {
  content: "\f126"; }

.note-icon-row-remove:before {
  content: "\f127"; }

.note-icon-special-character:before {
  content: "\f128"; }

.note-icon-square:before {
  content: "\f129"; }

.note-icon-strikethrough:before {
  content: "\f12a"; }

.note-icon-subscript:before {
  content: "\f12b"; }

.note-icon-summernote:before {
  content: "\f12c"; }

.note-icon-superscript:before {
  content: "\f12d"; }

.note-icon-table:before {
  content: "\f12e"; }

.note-icon-text-height:before {
  content: "\f12f"; }

.note-icon-trash:before {
  content: "\f130"; }

.note-icon-underline:before {
  content: "\f131"; }

.note-icon-undo:before {
  content: "\f132"; }

.note-icon-unorderedlist:before {
  content: "\f133"; }

.note-icon-video:before {
  content: "\f134"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: .95; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px; }

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px; }

.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0px; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 20px 10px 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2; }

.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent; }

.note-editor.note-frame .note-status-output .pull-right {
  float: right !important; }

.note-editor.note-frame .note-status-output .text-muted {
  color: #777; }

.note-editor.note-frame .note-status-output .text-primary {
  color: #286090; }

.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d; }

.note-editor.note-frame .note-status-output .text-info {
  color: #31708f; }

.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b; }

.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442; }

.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0; }

.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px; }

.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important; }

.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important; }

.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important; }

.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default; }

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  display: none;
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-toolbar {
  position: relative;
  z-index: 500;
  padding: 0 0 5px 5px !important; }

.note-toolbar .btn-group {
  width: auto; }

.note-popover .popover-content, .card-header.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .card-header.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .card-header.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style .dropdown-style blockquote, .card-header.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .card-header.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0; }

.note-popover .popover-content .note-style .dropdown-style h1, .card-header.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .card-header.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .card-header.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .card-header.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .card-header.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .card-header.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .card-header.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .card-header.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 337px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette, .card-header.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .card-header.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .card-header.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .card-header.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .card-header.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .card-header.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .card-header.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .card-header.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check a i, .card-header.note-toolbar .dropdown-menu.note-check a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check a.checked i, .card-header.note-toolbar .dropdown-menu.note-check a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .card-header.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .card-header.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .card-header.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .card-header.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }

.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 1.5em; }

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/raty.eot");
  src: url("./fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("./fonts/raty.svg#raty") format("svg");
  src: url("./fonts/raty.ttf") format("truetype");
  src: url("./fonts/raty.woff") format("woff"); }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

.cancel-on-png:before {
  content: "\e600"; }

.cancel-off-png:before {
  content: "\e601"; }

.star-on-png:before {
  content: "\f005"; }

.star-off-png:before {
  content: "\f006"; }

.star-half-png:before {
  content: "\f123"; }

/*-----
    [Import template helpers]    
-----*/
/*------------------------------------------------------------------

    [Mixins]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
/*------------------------------------------------------------------

    [Animations]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
@keyframes showSidepanel {
  0% {
    width: 0px; }
  50% {
    width: 250px; }
  100% {
    width: 250px; } }

@keyframes hideSidepanel {
  0% {
    width: 250px; }
  50% {
    width: 250px; }
  100% {
    width: 0px; } }

@keyframes showAside {
  0% {
    width: 0px; }
  50% {
    width: 250px; }
  100% {
    width: 250px; } }

@keyframes hideAside {
  0% {
    width: 250px; }
  50% {
    width: 250px; }
  100% {
    width: 0px; } }

@keyframes showChildrenContent {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hideChildrenContent {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  20% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4); }
  60% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes pageLoaderDefault {
  0% {
    box-shadow: 0px 0px 200px 10px rgba(32, 35, 42, 0.3); }
  50% {
    box-shadow: 0px 0px 200px 10px #20232a; }
  100% {
    box-shadow: 0px 0px 200px 10px rgba(32, 35, 42, 0.3); } }

@keyframes pageLoaderPrimary {
  0% {
    box-shadow: 0px 0px 200px 10px rgba(255, 45, 45, 0.3); }
  50% {
    box-shadow: 0px 0px 200px 10px #ff2d2d; }
  100% {
    box-shadow: 0px 0px 200px 10px rgba(255, 45, 45, 0.3); } }

.keepAttentionTo {
  animation: shadowPulse 1s; }

.spinMe {
  animation: rotate 1s infinite; }

/*------------------------------------------------------------------

    [Help classes]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.text-primary {
  color: #ff2d2d !important; }

.text-secondary {
  color: #22212f !important; }

.text-success {
  color: #428c01 !important; }

.text-info {
  color: #008abe !important; }

.text-sm {
  font-size: 11px !important; }

.text-lg {
  font-size: 14px !important; }

.text-xlg {
  font-size: 26px !important;
  line-height: 40px !important; }

.text-bold {
  font-weight: 500; }

.text-muted {
  color: #91969a; }

.margin-0 {
  margin: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-top-minus-one {
  margin-top: -1px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

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

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

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.padding-0 {
  padding: 0px !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-30 {
  padding: 30px !important; }

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

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

.padding-left-0 {
  padding-left: 0px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-hidden {
  overflow: hidden; }

.bg-primary {
  background-color: #ff2d2d !important;
  color: #FFF; }

.bg-secondary {
  background-color: #22212f !important;
  color: #FFF; }

.bg-success {
  background-color: #428c01 !important;
  color: #FFF; }

.bg-info {
  background-color: #008abe !important;
  color: #FFF; }

.bg-warning {
  background-color: #fece00 !important;
  color: #211b01; }

.bg-danger {
  background-color: #ba3030 !important;
  color: #FFF; }

.bg-higlight {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.bg-solid-pink {
  background: #ff3d9f !important; }

.bg-gradient-1 {
  background: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%) !important; }

.bg-gradient-2 {
  background: linear-gradient(to right, #108dc7, #ef8e38) !important; }

.bg-gradient-3 {
  background: linear-gradient(to top, #88d3ce 0%, #6e45e2 100%) !important; }

.bg-gradient-4 {
  background: linear-gradient(to right, #7b920a, #add100) !important; }

.bg-gradient-5 {
  background: linear-gradient(to right, #6a9113, #141517) !important; }

.bg-gradient-6 {
  background: linear-gradient(to top, #f43b47 0%, #453a94 100%) !important; }

.bg-gradient-7 {
  background: linear-gradient(to top, #ff0844 0%, #ffb199 100%) !important; }

.bg-gradient-8 {
  background: linear-gradient(to top, #f77062 0%, #fe5196 100%) !important; }

.bg-gradient-9 {
  background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%) !important; }

.bg-gradient-10 {
  background: linear-gradient(45deg, #874da2 0%, #c43a30 100%) !important; }

.bg-gradient-11 {
  background: linear-gradient(to right, #8e5c95 0%, #ff9297 100%) !important; }

.bg-gradient-12 {
  background: linear-gradient(to right, #fd75ba 0%, #ff9297 100%) !important; }

.bg-gradient-13 {
  background: linear-gradient(to right, #fc584a 0%, #f74072 100%) !important; }

.bg-gradient-14 {
  background: linear-gradient(to right, #433c89 0%, #b63263 100%) !important; }

.bg-gradient-15 {
  background: linear-gradient(to right, #5c74ff 0%, #bb7aff 100%) !important; }

.bg-story-1 {
  background: linear-gradient(to right, #0f0c29 0%, #C02425 100%) !important; }

.bg-story-2 {
  background: linear-gradient(to right, #C02425 0%, #F11712 100%) !important; }

.bg-story-3 {
  background: linear-gradient(to right, #F11712 0%, #C02425 100%) !important; }

.bg-story-4 {
  background: linear-gradient(to right, #C02425 0%, #0f0c29 100%) !important; }

/*------------------------------------------------------------------

    [Examples]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
/* colors example classes */
.color_example {
  width: 100%;
  background: #FFF;
  text-align: center;
  border: 1px solid #d7dde3; }
  .color_example .color {
    width: 100%;
    padding: 20px; }
    .color_example .color > div {
      width: 100%;
      height: 100px; }
  .color_example .caption {
    border-top: 1px solid #d7dde3;
    margin: 0px;
    font-weight: 500;
    padding: 10px 20px; }
    .color_example .caption strong {
      color: #323c47; }

/* end colors example classes */
/* Typography Example Classes */
.typography_example {
  width: 150px;
  height: 150px;
  background: #FFF;
  text-align: center;
  border: 1px solid #d7dde3; }
  .typography_example .text {
    font-size: 90px;
    line-height: 110px;
    font-weight: 700;
    color: #242437;
    border-bottom: 1px solid #d7dde3; }
  .typography_example .caption {
    line-height: 40px;
    margin: 0px; }

/* end Typography Example Classes */
/* background examples */
.bg-examples {
  width: 100%; }
  .bg-examples:after {
    content: "";
    display: table;
    clear: both; }
  .bg-examples > div {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer; }
    .bg-examples > div.active:before {
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      background: rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 100%; }
    .bg-examples > div.active:after {
      content: "\f00c";
      font-family: "FontAwesome";
      width: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 14px;
      color: #428c01;
      line-height: 40px;
      text-align: center; }

/* end background examples */
.dashboard_rating {
  width: 100%; }

.link-wrapper {
  height: 100%; }

/* icon preview */
.icons-preview {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
  text-align: center; }
  .icons-preview li {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px 1px 4px 0px;
    background: transparent;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .icons-preview li span[class^='li-'], .icons-preview li span.fa {
      line-height: 40px;
      font-size: 20px; }
    .icons-preview li span.fa {
      font-size: 14px; }
    .icons-preview li span.name {
      display: none; }
    .icons-preview li:hover {
      background: rgba(0, 0, 0, 0.05); }
  .icons-preview.extended li {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: 0px 1px 0px 0px;
    overflow: hidden; }
    .icons-preview.extended li span[class^='li-'], .icons-preview.extended li span.fa {
      line-height: 60px;
      font-size: 40px;
      display: block;
      float: left;
      width: 100%; }
    .icons-preview.extended li span.fa {
      font-size: 28px; }
    .icons-preview.extended li span.name {
      display: block;
      float: left;
      width: 100%;
      font-size: 11px;
      font-weight: 600;
      line-height: 14px; }

/* ./icon preview */
/* knob */
@media (max-width: 991.98px) {
  .knob > div {
    display: block !important; } }

/* ./knob */
/*-----
    [Import main template components and features]    
-----*/
/*------------------------------------------------------------------

    [Typography]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
html {
  box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #323c47;
  background: #eff3f6; }

body {
  float: left;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 0px;
  font-weight: 500;
  color: #242437; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 300; }

h1 {
  font-size: 24px;
  margin-bottom: 24px; }

h2 {
  font-size: 20px;
  margin-bottom: 20px; }

h3 {
  font-size: 18px;
  margin-bottom: 16px; }

h4 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 20px; }

h5 {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  margin-bottom: 10px; }

a {
  color: #ff2d2d; }
  a:hover {
    color: #f90000; }

p {
  margin-bottom: 10px; }
  p.caption {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #91969a;
    text-transform: uppercase; }
  p.subtitle {
    margin-top: -10px;
    color: #91969a; }
  p:last-child {
    margin-bottom: 0px; }

.caption {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #91969a;
  text-transform: uppercase; }

pre {
  margin: 0px 0px 10px;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 10px; }

.blockquote {
  font-size: 15px;
  margin-bottom: 20px; }
  .blockquote .blockquote-footer {
    font-size: 13px;
    font-weight: 300; }

.lead {
  font-size: 15px;
  font-weight: 400; }

ul {
  padding-left: 15px; }
  ul li {
    line-height: 20px; }
  ul > ul {
    padding-left: 30px; }

small {
  font-size: 11px; }

.styled-list {
  list-style: none;
  padding: 0px; }
  .styled-list > li {
    line-height: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
    .styled-list > li > a {
      color: #242437; }
    .styled-list > li:last-child {
      border-bottom: 0px; }

/*------------------------------------------------------------------

    [Layout options]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18


    [Table of contents]
    
    1. Boxed layout
    2. Indent layout

-------------------------------------------------------------------*/
/*-----
    [Boxed layout]
    
    Append classes to body element to change layout option and settings
    
    .boxed - boxed layout (important)
        + .boxed--vspace    - [modify] adds vertical margins
        + .boxed--rounded   - [modify] adds border-radius with support for all layout components (only with boxed--vspace)
        + .boxed--shadowed  - [modify] adds shadow to box

-----*/
body.boxed {
  background: linear-gradient(to top right, #ef5562 0%, #fec8a0 100%);
  /*-----
            [boxed--vspace layout modification with vertical margins]
        -----*/
  /*-----
            [boxed--vspace--rounded modification for boxed--vspace mode]
        -----*/
  /*-----
            [boxed--shadowed modification adds shadow to boxed layout]
        -----*/ }
  body.boxed > .page {
    width: 1400px;
    margin: 0px auto; }
  body.boxed.boxed--vspace > .page {
    margin: 50px auto; }
  body.boxed.boxed--rounded > .page {
    border-radius: 10px; }
    body.boxed.boxed--rounded > .page.page--w-header > .page__header {
      border-radius: 10px 10px 0px 0px; }
    body.boxed.boxed--rounded > .page.page--w-header > .page__container {
      border-radius: 0px; }
    body.boxed.boxed--rounded > .page.page--w-container:not(.page--w-header) > .page__container {
      border-radius: 10px 10px 0px 0px; }
    body.boxed.boxed--rounded > .page > .page__content {
      border-radius: 10px; }
      body.boxed.boxed--rounded > .page > .page__content .page__header {
        border-radius: 0px 10px 0px 0px; }
      body.boxed.boxed--rounded > .page > .page__content > .page-aside {
        border-radius: 0px 0px 0px 10px; }
        body.boxed.boxed--rounded > .page > .page__content > .page-aside > .page-aside-controls {
          border-radius: 0px 0px 0px 10px; }
        body.boxed.boxed--rounded > .page > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
          border-radius: 0px 0px 0px 10px; }
          body.boxed.boxed--rounded > .page > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden {
            width: 10px; }
    body.boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside {
      border-radius: 10px 0px 0px 10px; }
      body.boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
        border-radius: 10px 0px 0px 10px; }
    body.boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
      border-radius: 10px 10px 0px 0px; }
  body.boxed.boxed--shadowed > .page {
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.1); }

/*-----
    [Media for boxed layout]
-----*/
@media (max-width: 1199.98px) {
  body.boxed > .page {
    width: 100%; }
  body.boxed.boxed--rounded > .page {
    border-radius: 0px; }
  body.boxed.boxed--vspace > .page {
    margin: 5px auto;
    padding: 0px 5px; }
    body.boxed.boxed--vspace > .page .page__header {
      width: calc(100% - 10px); } }

/*-----
    [Indent layout]
    
    Append classes to body element to change layout option and settings
    
    .indent - indent layout (important)
        + .indent--single-header    - [modify] adds space between header & content
        + .indent--relative-header  - [modify] allows you to use page-heading below header
        + .indent--single-container - [modify] allows you to use separated page__container
        + .indent--rounded          - [modify] adds border-radius with support for all layout components
        + .indent--shadowed         - [modify] adds shadow to box

-----*/
body.indent {
  background: linear-gradient(to right, #c94b4b 0%, #4b134f 100%);
  padding: 30px;
  /*-----
            [indent--single-header adds space between header & content]
        -----*/
  /*-----
            [indent--relative-header allows you to use page-heading below header]
        -----*/
  /*-----
            [indent--single-container allows you to use separated page__container]
        -----*/
  /*-----
            [indent--rounded adds border-radius to elements]
        -----*/
  /*-----
            [indent--shadowed adds shadow to boxed layout]
        -----*/ }
  body.indent.indent--single-header .page--w-header .page__content {
    padding-top: 0px;
    margin-top: 90px; }
  body.indent.indent--single-header .page--w-header.page--w-container .page__container {
    margin-top: 90px; }
  body.indent.indent--single-header .page--w-header.page--w-container .page__content {
    margin-top: 0px; }
  body.indent.indent--relative-header .page--w-header .page__header {
    position: relative;
    left: auto;
    top: auto; }
  body.indent.indent--relative-header .page--w-header > .page-heading {
    margin-top: 30px; }
  body.indent.indent--relative-header .page--w-header .page__content {
    padding-top: 0px;
    margin-top: 30px; }
  body.indent.indent--relative-header .page--w-header.page--w-container .page__container {
    margin-top: 30px; }
  body.indent.indent--relative-header .page--w-header.page--w-container .page__content {
    padding-top: 0px;
    margin-top: 0px; }
  body.indent.indent--single-container .page.page--w-container .page__container {
    margin-bottom: 30px; }
  body.indent.indent--rounded > .page {
    border-radius: 6px; }
    body.indent.indent--rounded > .page.page--w-header > .page__header, body.indent.indent--rounded > .page.page--w-container > .page__header {
      border-radius: 6px 6px 0px 0px; }
    body.indent.indent--rounded > .page.page--w-header > .page__content, body.indent.indent--rounded > .page.page--w-container > .page__content {
      border-radius: 7px; }
      body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside, body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside {
        border-radius: 0px 0px 0px 6px; }
        body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside > .page-aside-controls, body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside > .page-aside-controls {
          border-radius: 0px 0px 0px 6px; }
        body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside.page-aside--hidden + .page-sidepanel, body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
          border-radius: 6px 0px 0px 6px; }
          body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden, body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden {
            width: 6px; }
    body.indent.indent--rounded > .page.page--w-container:not(.page--w-header) > .page__container {
      border-radius: 6px 6px 0px 0px; }
    body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content {
      border-radius: 7px; }
      body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside {
        border-radius: 6px 0px 0px 6px; }
        body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside > .page-aside-controls {
          border-radius: 0px 0px 0px 6px; }
        body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
          border-radius: 6px 0px 0px 6px; }
          body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden {
            width: 6px; }
      body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
        border-radius: 6px 6px 0px 0px; }
  body.indent.indent--rounded.indent--single-header > .page > .page__header, body.indent.indent--rounded.indent--relative-header > .page > .page__header {
    border-radius: 6px; }
  body.indent.indent--rounded.indent--single-header > .page.page--w-container > .page__container, body.indent.indent--rounded.indent--relative-header > .page.page--w-container > .page__container {
    border-radius: 6px 6px 0px 0px; }
  body.indent.indent--rounded.indent--single-header > .page:not(.page--w-container) > .page__content > .page-aside, body.indent.indent--rounded.indent--relative-header > .page:not(.page--w-container) > .page__content > .page-aside {
    border-radius: 6px 0px 0px 6px; }
  body.indent.indent--rounded.indent--single-header > .page:not(.page--w-container) > .page__content > .content > .page-heading, body.indent.indent--rounded.indent--relative-header > .page:not(.page--w-container) > .page__content > .content > .page-heading {
    border-radius: 6px 6px 0px 0px; }
  body.indent.indent--rounded.indent--single-header.indent--single-container > .page > .page__container, body.indent.indent--rounded.indent--relative-header.indent--single-container > .page > .page__container {
    border-radius: 6px; }
  body.indent.indent--rounded.indent--single-container > .page:not(.page--w-header) > .page__container {
    border-radius: 6px; }
  body.indent.indent--rounded.indent--single-container > .page > .page__content > .page-aside {
    border-radius: 6px 0px 0px 6px; }
  body.indent.indent--rounded.indent--single-container > .page > .page__content > .content > .page-heading {
    border-radius: 6px 6px 0px 0px; }
  body.indent.indent--rounded.indent--single-container:not(.indent--single-header):not(.indent--relative-header) > .page.page--w-header > .page__container {
    border-radius: 0px 0px 6px 6px; }
  body.indent.indent--shadowed.indent--single-header > .page > .page__header, body.indent.indent--shadowed.indent--relative-header > .page > .page__header {
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.1); }
  body.indent.indent--shadowed.indent--single-header.indent--single-container > .page > .page__container, body.indent.indent--shadowed.indent--relative-header.indent--single-container > .page > .page__container {
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.1); }
  body.indent.indent--shadowed > .page > .page__container {
    z-index: 5; }
  body.indent.indent--shadowed > .page > .page__content {
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.1); }

/*-----
    [Media for indent layout option]
-----*/
@media (max-width: 1199.98px) {
  body.indent {
    padding: 5px; }
    body.indent.indent--single-header .page--w-header .page__content {
      margin-top: 65px; }
    body.indent.indent--single-header .page--w-header.page--w-container .page__container {
      margin-top: 65px; }
    body.indent.indent--single-container .page.page--w-container .page__container {
      margin-bottom: 5px; } }

/*------------------------------------------------------------------

    [Template layout]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]
    

    [Table of contents]

    1. Page
    2. Page header
    3. Page container
    4. Page conten
    5. Aside
    6. Sidepanel
    7. Content
    8. Important container
    9. Fixed panel

-------------------------------------------------------------------*/
/*----- 
    [Fix body height]
-----*/
html {
  height: 100%; }
  html body {
    min-height: 100%; }
    html body > .page {
      min-height: 100vh; }

/*-----
    [Page]
    
    Main page wrapper
    
    * body
        + Page / .page
            - Page header / .page__header
            - Page container / .page__container
            - Page content / .page__content
                - Aside / .page-aside
                - Sidepanel / .page-sidepanel
                - Content / .content
                - Important container / .important-container
        - Fixed panel / .fixed-panel
-----*/
.page {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  /*-----
        [Page container / .page__container]
    -----*/
  /*-----
        [Page header / .page__header]
    -----*/
  /*-----
        [Header inside / .page.page--w-header]
    
        Modification for page. Header inside .page wrapper
    -----*/
  /*-----
        [Container inside / .page.page--w-container]
    
        Modification for page, page__container inside .page
    -----*/
  /*-----
        [Fixed header option / .page.page--w-fixed-header]
    
        Modification for page, fixed position of page__header
    -----*/
  /*-----
        [Header inside / .page.page--w-header-inside]
    
        Modification for page, header inside .page-content wrapper
    -----*/
  /*-----
        [Page content / .page__content]
    -----*/ }
  .page__container {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 50;
    flex: 0 0 auto;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d7dde3; }
  .page__header {
    position: absolute;
    top: 0px;
    z-index: 50;
    width: 100%;
    height: 60px;
    background: #fff;
    color: #323c47;
    border-bottom: 1px solid #d7dde3; }
  .page--w-header .page__content {
    padding-top: 60px; }
    .page--w-header .page__content.page__content--w-aside-fixed > .page-aside {
      padding-top: 60px; }
    .page--w-header .page__content.page__content--w-aside-fixed.page-aside-scrolled > .page-aside {
      padding-top: 0px; }
  .page--w-container.page--w-header .page__container {
    margin-top: 60px; }
  .page--w-container.page--w-header .page__content.page__content--w-aside-fixed > .page-aside {
    padding-top: 120px; }
  .page--w-container.page--w-header .page__content.page__content--w-aside-fixed.page-aside-scrolled > .page-aside {
    padding-top: 0px; }
  .page--w-container .page__content {
    padding-top: 0px; }
  .page--w-fixed-header .page__header {
    position: fixed; }
  .page--w-fixed-header .page__content.page__content--w-aside-fixed > .page-aside {
    padding-top: 60px; }
  .page--w-fixed-header .page__content.page__content--w-aside-fixed.page-aside-scrolled > .page-aside {
    padding-top: 60px; }
  .page--w-header-inside .page__content > .page-sidepanel > .page-sidepanel-button {
    top: 80px; }
  .page--w-header-inside .page__content .page-content-container {
    position: relative;
    padding-top: 60px; }
  .page__content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    background: #f6f6f6;
    -moz-transition: padding 200ms ease-in-out;
    -o-transition: padding 200ms ease-in-out;
    -webkit-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;
    /*-----
            [Aside / .page-aside]
        -----*/
    /*-----
            [Fixed Aside / .page__content--w-aside-fixed]
        -----*/
    /*-----
            [Sidepanel / .page-sidepanel]
        -----*/
    /*-----
            [Content / .content]
        -----*/
    /*-----
            [Important container / .important-container]
        -----*/ }
    .page__content .page-aside {
      position: relative;
      background-color: #fff;
      color: #323c47;
      flex: 0 0 auto;
      width: 250px;
      border-right: 1px solid #d7dde3;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      /*-----
                [Aside controls / .page-aside--w-controls]
            -----*/
      /*-----
                [Aside minimized state / .page-aside--minimized]
            -----*/
      /*-----
                [Aside hidden state / .page-aside--hidden]
            -----*/ }
      .page__content .page-aside .page-aside-controls {
        display: none; }
      .page__content .page-aside--w-controls {
        position: relative;
        padding-bottom: 60px; }
        .page__content .page-aside--w-controls .page-aside-controls {
          display: block;
          position: absolute;
          bottom: 0px;
          left: 0px;
          background: #fafafa;
          border-top: 1px solid #d7dde3;
          height: 60px;
          width: 100%;
          padding: 10px; }
      .page__content .page-aside--minimized {
        width: 70px; }
      .page__content .page-aside--hidden {
        width: 0px;
        border-right: 0px;
        overflow: hidden; }
      .page__content .page-aside-animation-show > div {
        animation: showChildrenContent 500ms ease-in-out; }
    .page__content--w-aside-fixed {
      padding-left: 250px; }
      .page__content--w-aside-fixed.page-aside--minimized {
        padding-left: 70px; }
      .page__content--w-aside-fixed.page-aside--hidden {
        padding-left: 0px; }
      .page__content--w-aside-fixed > .page-aside {
        position: fixed;
        z-index: 9;
        left: 0px;
        top: 0px;
        height: 100%; }
    .page__content .page-sidepanel {
      position: relative;
      background: #FFF;
      color: #323c47;
      flex: 0 0 auto;
      width: 250px;
      border-right: 1px solid #d7dde3;
      -moz-transition: width 200ms ease-in-out;
      -o-transition: width 200ms ease-in-out;
      -webkit-transition: width 200ms ease-in-out;
      transition: width 200ms ease-in-out;
      /*-----
                [Sidepanel content / .page-sidepanel__content]
            -----*/
      /*-----
                [Sidepanel button / .page-sidepanel__button]
            -----*/
      /*-----
                [Sidepanel hidden state / .page-sidepanel--hidden]
            -----*/ }
      .page__content .page-sidepanel__content {
        width: 100%; }
        .page__content .page-sidepanel__content:after {
          content: "";
          display: table;
          clear: both; }
        .page__content .page-sidepanel__content .content {
          float: left;
          width: 100%;
          padding: 20px;
          margin-bottom: 30px; }
      .page__content .page-sidepanel__button {
        position: absolute;
        z-index: 998;
        width: 10px;
        height: 30px;
        right: -10px;
        top: 20px;
        background: #FFF;
        border: 1px solid #d7dde3;
        border-left-color: #FFF;
        border-radius: 0px 3px 3px 0px;
        cursor: pointer;
        -moz-transition: width 100ms linear, right 100ms linear;
        -o-transition: width 100ms linear, right 100ms linear;
        -webkit-transition: width 100ms linear, right 100ms linear;
        transition: width 100ms linear, right 100ms linear;
        /*-----
                    [Sidepanel button lower position / .page-sidepanel__button--lower]
                -----*/ }
        .page__content .page-sidepanel__button div {
          position: relative;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 4px 3px 0;
          border-color: transparent #323c47 transparent transparent;
          margin: 11px 0px;
          opacity: 0.1;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        .page__content .page-sidepanel__button--lower {
          top: 120px; }
        .page__content .page-sidepanel__button:hover div {
          opacity: 1; }
      .page__content .page-sidepanel:hover > .page-sidepanel__button {
        width: 16px;
        right: -16px; }
        .page__content .page-sidepanel:hover > .page-sidepanel__button div {
          margin: 11px 3px; }
      .page__content .page-sidepanel--hidden {
        width: 5px; }
        .page__content .page-sidepanel--hidden > .page-sidepanel__content {
          overflow: hidden;
          display: none; }
        .page__content .page-sidepanel--hidden > .page-sidepanel__button div {
          border-width: 3px 0 3px 4px;
          border-color: transparent transparent transparent #323c47;
          opacity: 1; }
        .page__content .page-sidepanel--hidden:hover > .page-sidepanel__button div {
          margin: 11px 2px 11px 4px; }
      .page__content .page-sidepanel-animation-show > div:not(.page-sidepanel__button) {
        animation: showChildrenContent 500ms ease-in-out; }
    .page__content > .content {
      position: relative;
      flex: 1;
      overflow: hidden; }
      .page__content > .content .container, .page__content > .content .container-fluid {
        padding: 20px; }
    .page__content > .important-container {
      flex: 0 0 auto;
      width: 30%;
      background: #FFF;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .page__content > .important-container .content {
        float: left;
        width: 100%;
        padding: 20px; }
  .page .hideContainerContent > *:not(.loading) {
    display: none; }

/*-----
    [Fixed panel / .fixed-panel]
-----*/
.fixed-panel {
  position: fixed;
  width: 300px;
  height: 100%;
  z-index: 1000;
  background: #FFF;
  border-left: 1px solid #d7dde3;
  color: #20232a;
  right: -300px;
  top: 0px;
  padding-top: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: right 200ms ease-in-out;
  -o-transition: right 200ms ease-in-out;
  -webkit-transition: right 200ms ease-in-out;
  transition: right 200ms ease-in-out;
  /*-----
        [Fixed panel header / .fixed-panel__header]
    -----*/
  /*-----
        [Fixed panel content / .fixed-panel__content]
    -----*/ }
  .fixed-panel__header {
    width: 100%;
    padding: 10px 10px 9px 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fcfcfc;
    border-bottom: 1px solid #d7dde3; }
    .fixed-panel__header:after {
      content: "";
      display: table;
      clear: both; }
    .fixed-panel__header .title {
      margin: 0px;
      padding: 0px;
      float: left;
      line-height: 40px; }
    .fixed-panel__header .btn {
      float: right; }
  .fixed-panel__content {
    padding: 20px; }
  .fixed-panel.show {
    right: 0px; }

/*-----
    [Media]

    // break point
    //xs: 0,
    //sm: 576px,
    //md: 768px,
    //lg: 992px,
    //xl: 1200px
-----*/
@media (max-width: 767.98px) {
  .page__container {
    height: auto; }
  .page__content .page-aside {
    width: 100%; }
    .page__content .page-aside--hidden {
      width: 0px; }
    .page__content .page-aside:not(.page-aside--hidden) + .page-sidepanel {
      display: none; }
    .page__content .page-aside .button-minimize {
      display: none; }
  .page__content.page__content--w-aside-fixed .content.hideContainerContent .loading {
    z-index: 7; }
  .page__content.page-aside--minimized .page-aside {
    width: 70px; }
    .page__content.page-aside--minimized .page-aside--hidden {
      width: 0px; }
  .page__content .page-sidepanel {
    width: calc(100% - 21px); }
    .page__content .page-sidepanel--hidden {
      width: 5px; } }

@media (max-width: 991.98px) {
  .page__content > .important-container {
    width: 100%; } }

/*------------------------------------------------------------------

    [Header styles]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]
    
    
    [Table of contents]
    
    1. Page header
    2. Page header title
    3. Page header search
    
-------------------------------------------------------------------*/
/*-----
    [Page header]

    Universal head container

    + Page header       / .page__header
        - Logo holder   / .logo-holder 
        - Box           / .box - liquid container(width goes to 0%);
        - Container     / .container - liquid container(width goes to 100%);
    
    Page header title   / .page-header-title
    Page header search  / .page-header-search
-----*/
.page__header {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  /*-----
        [Logo holder]
    -----*/
  /*-----
        [Box]
    -----*/
  /*-----
        [Container]
    -----*/ }
  .page__header > .logo-holder {
    flex: 0 0 auto;
    width: 250px; }
  .page__header > .box {
    flex: 0 0 auto;
    padding: 10px 0px 9px; }
    .page__header > .box .btn, .page__header > .box .user {
      float: left;
      margin-left: 10px; }
    .page__header > .box .dropdown .dropdown-menu {
      width: 300px;
      padding: 0px; }
      .page__header > .box .dropdown .dropdown-menu .user .user__name {
        white-space: normal; }
      .page__header > .box .dropdown .dropdown-menu .btn {
        margin-left: 0px; }
    .page__header > .box:last-child {
      padding-right: 10px; }
  .page__header > .box-fluid {
    flex: 1;
    padding: 0px; }

/*-----
    [Page header title]
-----*/
.page-header-title {
  line-height: 20px;
  font-size: 15px;
  margin: 12px 0px 1px;
  padding: 0px; }

/*-----
    [Page header search]
-----*/
.page-header-search {
  position: relative; }
  .page-header-search .form-control {
    padding-left: 40px;
    width: 250px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .page-header-search__icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px; }
    .page-header-search__icon:after {
      content: " ";
      position: absolute;
      width: 11px;
      height: 11px;
      left: 14px;
      top: 13px;
      border: 2px solid #323c47;
      border-radius: 50%;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
    .page-header-search__icon:before {
      content: " ";
      position: absolute;
      width: 5px;
      height: 2px;
      background: #323c47;
      left: 22px;
      top: 23px;
      transform: rotate(45deg);
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
  .page-header-search--focus .page-header-search__icon {
    cursor: pointer; }
    .page-header-search--focus .page-header-search__icon:after {
      border: 0px;
      height: 2px;
      background: #323c47;
      border-radius: 0px;
      transform: rotate(-45deg);
      top: 19px;
      left: 16px; }
    .page-header-search--focus .page-header-search__icon:before {
      width: 11px;
      top: 19px;
      left: 16px; }

/*-----
    [Media for page header]
-----*/
@media (max-width: 991.98px) {
  .page-header-search .form-control {
    width: 40px;
    padding-right: 0px; }
  .page-header-search--focus .form-control {
    width: 150px; } }

/*------------------------------------------------------------------

    [Logo styles]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]    
    
    
    [Table of contents]
    
    1. Logo holder
    2. Media for logo holder

-------------------------------------------------------------------*/
/*-----
    [Logo holder]
    
    Container for logo    
    
    + .logo-holder              - wrapper
        & .logo-holder--xl      - [modify] extra large logo container
        & .logo-holder--lg      - [modify] large logo container
        & .logo-holder--wide    - [modify] wide logo container

        + .logo                 - container for image logo
        + .logo-text            - container for text logo        
-----*/
.logo-holder {
  float: left;
  width: 250px;
  height: 59px;
  position: relative;
  /*-----
        [.logo-holder--xl extra large logo container]
    -----*/
  /*-----
        [.logo-holder--lg large logo container]
    -----*/
  /*-----
        [.logo-holder--wide wide logo container]
    -----*/ }
  .logo-holder .logo, .logo-holder .logo-text {
    float: left;
    width: 250px;
    height: 59px; }
  .logo-holder .logo {
    background: url("../img/logo.png") left top no-repeat;
    background-size: 250px 60px;
    overflow: hidden;
    font-size: 0px;
    text-indent: 99999px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .logo-holder .logo {
        background-image: url("../img/logo-2x.png");
        background-size: 250px 60px;
        background-size: 25rem 6r4em; } }
  .logo-holder .logo-text {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0px 20px 20px;
    color: #242437;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .logo-holder .logo-text:hover {
      text-decoration: none;
      color: #1a1a28; }
    .logo-holder .logo-text strong {
      font-weight: 900; }
  .logo-holder--xl {
    width: 500px;
    height: 40px; }
    .logo-holder--xl .logo-text {
      width: 500px;
      height: 40px;
      padding: 0px;
      line-height: 40px;
      font-size: 32px;
      text-align: center; }
  .logo-holder--lg {
    width: 100%;
    height: 40px; }
    .logo-holder--lg .logo-text {
      width: 100%;
      height: 40px;
      padding: 0px;
      line-height: 40px;
      font-size: 24px;
      text-align: center; }
  .logo-holder--wide {
    width: 100%; }
    .logo-holder--wide .logo-text {
      width: 100%; }
  .logo-holder.text-left.logo-holder--xl .logo-text {
    text-align: left; }

/*-----
    [RW button support in logo holder]
-----*/
.page .logo-holder .rw-btn {
  position: absolute;
  right: 5px;
  top: 10px; }

/*-----
    [Media for logo holder]
-----*/
@media (max-width: 991.98px) {
  .page .logo-holder {
    width: 105px; }
    .page .logo-holder .logo, .page .logo-holder .logo-text {
      width: 60px;
      overflow: hidden; }
    .page .logo-holder--xl {
      width: 100%; }
      .page .logo-holder--xl .logo, .page .logo-holder--xl .logo-text {
        width: 100%; }
    .page .logo-holder--lg {
      width: 100%; }
      .page .logo-holder--lg .logo, .page .logo-holder--lg .logo-text {
        width: 100%; }
    .page .logo-holder--wide {
      width: 100%; }
      .page .logo-holder--wide .logo, .page .logo-holder--wide .logo-text {
        width: 100%; } }

/*------------------------------------------------------------------

    [Login/Registration]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]    
    

    [Table of contents]
    
    1. Login container

-------------------------------------------------------------------*/
/*-----
    [Login container]

    + .login-container                          - container for all stuff
        + .login-container__buttons             - container for buttons
            &.login-container__buttons--right   - right position of container
        + .content                              - container content

-----*/
.important-container.login-container {
  position: relative; }
  .important-container.login-container .login-container__buttons {
    position: absolute;
    left: 20px;
    top: 20px; }
    .important-container.login-container .login-container__buttons--right {
      left: auto;
      right: 20px; }
  .important-container.login-container > .content {
    width: 100%;
    padding: 0px 20%; }

/*-----
    [Media for login container]
-----*/
@media (max-width: 1199.98px) {
  .page__content > .important-container.login-container .content {
    padding: 0px 15%; } }

@media (max-width: 991.98px) {
  .page__content > .important-container.login-container {
    width: 100%; }
    .page__content > .important-container.login-container .content {
      padding: 0px 10%; } }

@media (max-width: 767.98px) {
  .page__content > .important-container.login-container {
    flex: none;
    display: block;
    padding-top: 80px; } }

/*------------------------------------------------------------------

    [Navigation styles]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    
    
    [Table of contents]
    
    1. Navigation settings
    2. Basic navigation
    3. Horizontal navigation
    
-------------------------------------------------------------------*/
/*-----

    [Basic navigation]

    + .navigation                       - navigation wrapper
        & .navigation--condensed        - [modify] removes horizontal paddings on elements
        & .navigation--minimized        - [modify] minimize navigation
        & .navigation--quick            - [modify] adds simple icon to each element
        & .navigation--vertical-middle  - [modify] vertical centering for all elements

        + ul                            - navigation
            + li                        - navigation element
                + a                     - navigation link

-----*/
/*-----
    [Navigation settings]
-----*/
.page__content .navigation--minimized {
  width: 70px; }

.page__content .page-sidepanel.navigation--minimized {
  width: 70px; }

.page__content .page-aside.navigation--vertical-middle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.page__content .page-aside.page-aside--minimized .navigation {
  width: 70px; }

/*-----
    [Navigation wrapper]
-----*/
.navigation {
  padding: 10px;
  float: left;
  width: 100%;
  position: relative;
  /*-----
        [Navigation list]
    -----*/
  /*-----
        [.navigation--condensed condensed navigation mode]
    -----*/
  /*-----
        [Support for file-tree as next element]
    -----*/
  /*-----
        [.navigation--quick quick navigation: + simple icon to each element]
    -----*/ }
  .navigation .icon {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
    color: #323c47; }
    .navigation .icon[class*=' li-'] {
      font-size: 20px; }
    .navigation .icon[class*=' fa-'] {
      font-size: 14px; }
    .navigation .icon:before {
      line-height: 20px; }
  .navigation .text {
    float: left;
    line-height: 18px;
    margin-top: 2px; }
  .navigation ul > li > a.no-icon {
    position: relative;
    padding-left: 40px; }
    .navigation ul > li > a.no-icon:after {
      content: " ";
      width: 3px;
      height: 3px;
      background: #323c47;
      position: absolute;
      left: 19px;
      top: 18px; }
  .navigation ul > li.active > a.no-icon:after {
    background: #ff2d2d; }
  .navigation ul > li.open > ul {
    max-height: 800px; }
  .navigation ul > li.openable {
    position: relative; }
    .navigation ul > li.openable:after {
      content: "";
      display: table;
      clear: both; }
    .navigation ul > li.openable:before {
      position: absolute;
      z-index: 1;
      right: 10px;
      top: 10px;
      font-family: "FontAwesome";
      font-size: 14px;
      content: "\f107";
      line-height: 20px; }
    .navigation ul > li.openable.open:before {
      content: "\f106"; }
  .navigation > ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .navigation > ul > li {
      float: left;
      width: 100%;
      padding-bottom: 1px; }
      .navigation > ul > li.title {
        padding: 10px 0px 0px 10px;
        font-size: 10px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #91969a;
        text-transform: uppercase; }
        .navigation > ul > li.title:not(:first-child) {
          margin-top: 10px; }
      .navigation > ul > li > a {
        float: left;
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 10px 10px 10px;
        color: #323c47;
        background: transparent;
        text-decoration: none;
        border-radius: 3px;
        -moz-transition: all 200ms ease-in-out, color 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out, color 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out, color 200ms ease-in-out;
        transition: all 200ms ease-in-out, color 200ms ease-in-out; }
        .navigation > ul > li > a:hover {
          background: rgba(0, 0, 0, 0.03);
          color: #272f38; }
      .navigation > ul > li.active > a {
        background: rgba(0, 0, 0, 0.05);
        color: #1d2329; }
        .navigation > ul > li.active > a .icon {
          color: #ff2d2d; }
      .navigation > ul > li.open > a {
        background: rgba(0, 0, 0, 0.05);
        color: #323c47; }
      .navigation > ul > li ul {
        float: left;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        list-style: none;
        padding: 0px;
        margin: 0px;
        -moz-transition: max-height 200ms ease-in-out;
        -o-transition: max-height 200ms ease-in-out;
        -webkit-transition: max-height 200ms ease-in-out;
        transition: max-height 200ms ease-in-out; }
        .navigation > ul > li ul > li {
          float: left;
          width: 100%; }
          .navigation > ul > li ul > li > a {
            float: left;
            width: 100%;
            padding: 10px 10px 10px 10px;
            line-height: 20px;
            font-size: 12px;
            color: #323c47;
            font-weight: 400;
            text-decoration: none;
            background: rgba(0, 0, 0, 0.05);
            -moz-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out; }
            .navigation > ul > li ul > li > a:hover {
              background: rgba(0, 0, 0, 0.05);
              color: #272f38; }
          .navigation > ul > li ul > li:last-child > a {
            border-radius: 0px 0px 3px 3px; }
          .navigation > ul > li ul > li.open > a {
            background: rgba(0, 0, 0, 0.07); }
          .navigation > ul > li ul > li.active > a {
            background: rgba(0, 0, 0, 0.07); }
          .navigation > ul > li ul > li > ul > li > a {
            background: rgba(0, 0, 0, 0.07); }
            .navigation > ul > li ul > li > ul > li > a:after {
              display: none; }
            .navigation > ul > li ul > li > ul > li > a:hover {
              background: rgba(0, 0, 0, 0.09); }
          .navigation > ul > li ul > li > ul > li.active > a .text {
            text-decoration: underline; }
      .navigation > ul > li.open > a {
        border-radius: 3px 3px 0px 0px; }
  .navigation:first-child:last-child {
    margin-bottom: 0px; }
  .navigation--condensed {
    padding: 0px; }
    .navigation--condensed > ul > li > a {
      border-radius: 0px !important; }
    .navigation--condensed > ul > li > ul > li > a {
      border-radius: 0px; }
    .navigation--condensed ul > li.active > a {
      position: relative; }
      .navigation--condensed ul > li.active > a:before {
        position: absolute;
        content: " ";
        width: 2px;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #ff2d2d; }
    .navigation--condensed ul > li:last-child > a {
      border-radius: 0px !important; }
  .navigation + .file-tree {
    padding-top: 0px; }
  .navigation--quick ul > li > a {
    position: relative;
    padding-left: 30px;
    font-weight: 500; }
    .navigation--quick ul > li > a:after {
      content: " ";
      width: 3px;
      height: 3px;
      background: #ff2d2d;
      position: absolute;
      left: 14px;
      top: 18px; }
  .navigation--custom ul > li.openable:before {
    opacity: 0.3;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
  .navigation--custom ul > li.openable.open:before {
    opacity: 1; }
  .navigation--custom > ul > li > a .icon {
    float: right;
    margin-right: 0px;
    margin-left: 10px; }
  .navigation--custom > ul > li.openable:before {
    right: 40px; }
  .navigation--custom > ul > li.title:not(:first-child) {
    margin-top: 30px; }

/*-----
    [.navigation--minimized minimized navigation support]
-----*/
.page__content .navigation--minimized .mCustomScrollBox, .page__content .page-aside--minimized .mCustomScrollBox {
  overflow: visible; }
  .page__content .navigation--minimized .mCustomScrollBox .mCSB_container, .page__content .page-aside--minimized .mCustomScrollBox .mCSB_container {
    overflow: visible; }

.page__content .navigation--minimized .navigation--condensed, .page__content .page-aside--minimized .navigation--condensed {
  padding: 10px; }

.page__content .navigation--minimized .navigation > ul > li, .page__content .page-aside--minimized .navigation > ul > li {
  position: relative; }
  .page__content .navigation--minimized .navigation > ul > li > a, .page__content .page-aside--minimized .navigation > ul > li > a {
    padding: 10px;
    text-align: center;
    border-radius: 3px; }
    .page__content .navigation--minimized .navigation > ul > li > a .icon, .page__content .page-aside--minimized .navigation > ul > li > a .icon {
      margin: 0px;
      float: none;
      width: auto;
      height: auto; }
      .page__content .navigation--minimized .navigation > ul > li > a .icon[class*=' dripicons-'], .page__content .page-aside--minimized .navigation > ul > li > a .icon[class*=' dripicons-'] {
        font-size: 14px; }
      .page__content .navigation--minimized .navigation > ul > li > a .icon[class*=' li-'], .page__content .page-aside--minimized .navigation > ul > li > a .icon[class*=' li-'] {
        font-size: 20px; }
      .page__content .navigation--minimized .navigation > ul > li > a .icon:before, .page__content .page-aside--minimized .navigation > ul > li > a .icon:before {
        line-height: 30px; }
    .page__content .navigation--minimized .navigation > ul > li > a .text, .page__content .page-aside--minimized .navigation > ul > li > a .text {
      display: none; }
  .page__content .navigation--minimized .navigation > ul > li > ul, .page__content .page-aside--minimized .navigation > ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    width: 250px;
    z-index: 10;
    padding-left: 5px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
    .page__content .navigation--minimized .navigation > ul > li > ul > li, .page__content .page-aside--minimized .navigation > ul > li > ul > li {
      background: #FFF;
      float: left;
      width: 100%; }
      .page__content .navigation--minimized .navigation > ul > li > ul > li:first-child, .page__content .page-aside--minimized .navigation > ul > li > ul > li:first-child {
        border-radius: 3px 3px 0px 0px; }
        .page__content .navigation--minimized .navigation > ul > li > ul > li:first-child > a, .page__content .page-aside--minimized .navigation > ul > li > ul > li:first-child > a {
          border-radius: 3px 3px 0px 0px; }
      .page__content .navigation--minimized .navigation > ul > li > ul > li:last-child, .page__content .page-aside--minimized .navigation > ul > li > ul > li:last-child {
        border-radius: 0px 0px 3px 3px; }
        .page__content .navigation--minimized .navigation > ul > li > ul > li:last-child > a, .page__content .page-aside--minimized .navigation > ul > li > ul > li:last-child > a {
          border-radius: 0px 0px 3px 3px; }
    .page__content .navigation--minimized .navigation > ul > li > ul ul, .page__content .page-aside--minimized .navigation > ul > li > ul ul {
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none; }
    .page__content .navigation--minimized .navigation > ul > li > ul.height-control, .page__content .page-aside--minimized .navigation > ul > li > ul.height-control {
      overflow-y: scroll; }
    .page__content .navigation--minimized .navigation > ul > li > ul.dropup, .page__content .page-aside--minimized .navigation > ul > li > ul.dropup {
      top: auto;
      bottom: 0px; }
  .page__content .navigation--minimized .navigation > ul > li:hover > a, .page__content .page-aside--minimized .navigation > ul > li:hover > a {
    background: rgba(0, 0, 0, 0.03);
    color: #272f38; }
  .page__content .navigation--minimized .navigation > ul > li:hover > ul, .page__content .page-aside--minimized .navigation > ul > li:hover > ul {
    max-height: 500px;
    display: block; }
  .page__content .navigation--minimized .navigation > ul > li.title, .page__content .page-aside--minimized .navigation > ul > li.title {
    display: none; }
  .page__content .navigation--minimized .navigation > ul > li.openable:before, .page__content .page-aside--minimized .navigation > ul > li.openable:before {
    display: none; }

/*-----

    [Horizontal navigation]

    + .horizontal-navigation            - navigation wrapper

        + ul                            - navigation
            + li                        - navigation element
                + a                     - navigation link

-----*/
.horizontal-navigation > button {
  margin: 10px;
  display: none; }

.horizontal-navigation > ul {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .horizontal-navigation > ul .icon {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
    color: #323c47; }
    .horizontal-navigation > ul .icon[class*=' li-'] {
      font-size: 20px; }
    .horizontal-navigation > ul .icon[class*=' fa-'] {
      font-size: 14px; }
    .horizontal-navigation > ul .icon:before {
      line-height: 20px; }
  .horizontal-navigation > ul .text {
    float: left;
    line-height: 18px;
    margin-top: 2px; }
  .horizontal-navigation > ul > li {
    float: left;
    position: relative; }
    .horizontal-navigation > ul > li > a {
      display: block;
      float: left;
      line-height: 20px;
      font-size: 12px;
      padding: 10px 15px 9px 10px;
      margin: 10px 0px 10px 10px;
      text-decoration: none;
      color: #323c47;
      background: transparent;
      border-radius: 3px;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .horizontal-navigation > ul > li > a:hover {
        color: #272f38;
        background: rgba(0, 0, 0, 0.03); }
    .horizontal-navigation > ul > li ul {
      display: none;
      padding: 0px;
      margin: 0px;
      list-style: none;
      position: absolute;
      min-width: 250px;
      left: 10px;
      top: 100%;
      margin-top: -5px;
      border: 1px solid #d7dde3;
      border-radius: 3px;
      z-index: 1000; }
      .horizontal-navigation > ul > li ul > li {
        background: #FFF;
        float: left;
        width: 100%;
        position: relative; }
        .horizontal-navigation > ul > li ul > li > a {
          float: left;
          display: block;
          color: #323c47;
          font-size: 12px;
          background: transparent;
          border-bottom: 1px dotted #d7dde3;
          line-height: 20px;
          padding: 10px;
          text-decoration: none;
          width: 100%;
          -moz-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
          .horizontal-navigation > ul > li ul > li > a:hover {
            color: #272f38;
            background: rgba(0, 0, 0, 0.03); }
        .horizontal-navigation > ul > li ul > li:first-child > a {
          border-radius: 3px 3px 0px 0px; }
        .horizontal-navigation > ul > li ul > li:last-child > a {
          border-radius: 0px 0px 3px 3px;
          border-bottom: 0px; }
        .horizontal-navigation > ul > li ul > li ul {
          top: 0px;
          left: 99%;
          margin-top: -1px; }
    .horizontal-navigation > ul > li.title {
      display: none; }
  .horizontal-navigation > ul li > a.no-icon {
    position: relative;
    padding-left: 40px; }
    .horizontal-navigation > ul li > a.no-icon:after {
      content: " ";
      width: 3px;
      height: 3px;
      background: #323c47;
      position: absolute;
      left: 19px;
      top: 18px; }
  .horizontal-navigation > ul li:hover > a {
    color: #272f38;
    background: rgba(0, 0, 0, 0.03); }
  .horizontal-navigation > ul li:hover > ul {
    display: block; }
  .horizontal-navigation > ul li.active > a {
    background: rgba(0, 0, 0, 0.05);
    color: #1d2329; }
    .horizontal-navigation > ul li.active > a .icon {
      color: #ff2d2d; }
  .horizontal-navigation > ul li.active > a.no-icon:after {
    background: #ff2d2d; }

/*-----
    [Support for horizontal navigation in page__container element]
-----*/
.page__container .horizontal-navigation > ul > li {
  border-radius: 5px; }

.page__container .horizontal-navigation > ul li {
  background: #fff; }

/*-----
    [Media for horizontal navigation]
-----*/
@media (max-width: 991.98px) {
  .horizontal-navigation {
    float: left;
    width: 100%; }
    .horizontal-navigation > button {
      display: block; }
    .horizontal-navigation > ul {
      width: 100%;
      display: none; }
      .horizontal-navigation > ul li {
        float: left;
        width: 100%; }
        .horizontal-navigation > ul li > a {
          width: 100%; }
      .horizontal-navigation > ul > li {
        border-bottom: 1px dotted #d7dde3; }
        .horizontal-navigation > ul > li:last-child {
          border-bottom: 0px; }
        .horizontal-navigation > ul > li > a {
          width: 100%;
          margin: 5px 0px;
          padding: 10px 15px; }
        .horizontal-navigation > ul > li ul {
          width: 100%;
          margin-top: 0px;
          left: 0px;
          border: 0px;
          border-bottom: 1px solid #d7dde3; }
    .horizontal-navigation--show > ul {
      display: block; } }

/*-----

    [File tree]

    + .file-tree        - file tree wrapper

        + ul            - navigation
            + li        - navigation element
                + a     - navigation link

-----*/
.file-tree {
  padding: 10px;
  margin-bottom: 30px;
  float: left;
  width: 100%; }
  .file-tree .icon {
    line-height: 20px; }
    .file-tree .icon[class*=' li-'] {
      font-size: 20px; }
    .file-tree .icon[class*=' fa-'] {
      font-size: 14px; }
  .file-tree ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    position: relative; }
    .file-tree ul > li {
      float: left;
      width: 100%;
      position: relative; }
      .file-tree ul > li > a {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        color: #323c47;
        line-height: 20px;
        padding: 3px 0px;
        overflow: hidden;
        -moz-transition: color 200ms ease-in-out;
        -o-transition: color 200ms ease-in-out;
        -webkit-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out; }
        .file-tree ul > li > a .text {
          float: left;
          line-height: 18px;
          margin-top: 2px; }
        .file-tree ul > li > a .icon {
          float: left;
          margin-right: 10px; }
        .file-tree ul > li > a:hover {
          color: #f90000; }
      .file-tree ul > li > ul {
        max-height: 0px;
        overflow: hidden;
        -moz-transition: max-height 200ms ease-in-out;
        -o-transition: max-height 200ms ease-in-out;
        -webkit-transition: max-height 200ms ease-in-out;
        transition: max-height 200ms ease-in-out; }
      .file-tree ul > li:after {
        position: absolute;
        content: " ";
        width: 10px;
        height: 1px;
        border-top: 1px dotted #d7dde3;
        left: -15px;
        top: 13px;
        z-index: 1; }
      .file-tree ul > li.folder:before {
        position: absolute;
        left: -16px;
        top: 11px;
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #323c47;
        z-index: 2; }
      .file-tree ul > li.open.folder:before {
        border-width: 4px 3px 0 3px;
        border-color: #323c47 transparent transparent transparent;
        left: -17.5px;
        top: 12px; }
      .file-tree ul > li.open > ul {
        max-height: 500px; }
    .file-tree ul:after {
      position: absolute;
      content: " ";
      width: 1px;
      height: 100%;
      top: 0px;
      left: 5px;
      border-right: 1px dotted #d7dde3; }

/*------------------------------------------------------------------

    [Page heading]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    
    
    Universal head container

    + Page heading / .page-heading
        - Container / .page-heading__container - container for content
        - Breadcrumb / .breadcrumb - bootstrap breadcrumb support
    
-------------------------------------------------------------------*/
/*-----
    [Page heading / .page-heading]
-----*/
.page-heading {
  width: 100%;
  position: relative;
  background: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*-----
        [Page heading container / .page-heading__container]
    -----*/
  /*-----
        [Bootstrap breadcrumb support / .breadcrumb]
    -----*/ }
  .page-heading:after {
    content: "";
    display: table;
    clear: both; }
  .page-heading .page-heading__container {
    display: block;
    padding: 15px 20px;
    float: left;
    position: relative;
    /*-----
            [Page heading container centralized / .page-heading__container--center]
        -----*/
    /*-----
            [Page heading container left position / .page-heading__container--left]
        -----*/
    /*-----
            [Page heading container right position / .page-heading__container--right]
        -----*/ }
    .page-heading .page-heading__container .icon {
      line-height: 40px;
      height: 40px;
      float: left;
      margin-right: 10px;
      text-align: left; }
      .page-heading .page-heading__container .icon *[class^="fa-"] {
        font-size: 28px; }
      .page-heading .page-heading__container .icon *[class^="li-"] {
        font-size: 30px;
        line-height: 40px; }
    .page-heading .page-heading__container .title {
      font-size: 15px;
      margin: 3px 0px 0px;
      padding: 0px;
      line-height: 20px;
      color: #242437;
      font-weight: 500;
      white-space: nowrap; }
      .page-heading .page-heading__container .title--sm {
        font-size: 13px;
        font-weight: 500; }
      .page-heading .page-heading__container .title > a {
        color: #242437; }
        .page-heading .page-heading__container .title > a.active {
          text-decoration: underline; }
    .page-heading .page-heading__container .caption {
      font-weight: 400;
      line-height: 15px;
      color: #91969a;
      white-space: nowrap; }
    .page-heading .page-heading__container--center {
      width: 100%;
      text-align: center; }
    .page-heading .page-heading__container--left {
      position: absolute;
      left: -5px;
      top: 0px;
      z-index: 2; }
    .page-heading .page-heading__container--right {
      position: absolute;
      right: -5px;
      top: 0px;
      z-index: 2; }
    .page-heading .page-heading__container.float-right {
      padding-right: 10px; }
  .page-heading--transparent {
    background: transparent;
    border-color: transparent; }
  .page-heading .breadcrumb {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
    margin-bottom: 0px;
    padding: 5px 20px 4px;
    width: 100%; }
    .page-heading .breadcrumb .breadcrumb-item {
      font-size: 11px; }
      .page-heading .breadcrumb .breadcrumb-item > a {
        color: #91969a; }
      .page-heading .breadcrumb .breadcrumb-item.active {
        color: #323c47; }
      .page-heading .breadcrumb .breadcrumb-item:before {
        color: #91969a; }
      .page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: "\f105";
        font-family: FontAwesome; }

/*-----
    [Bootstrap card support]
-----*/
.card .page-heading + .card-container {
  top: 20px; }

/*-----
    [Support page-heading under page__header]
-----*/
.page > .page-heading {
  background: transparent;
  border: 0px;
  margin-top: 30px;
  box-shadow: none; }
  .page > .page-heading .page-heading__container {
    padding: 0px 20px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .page > .page-heading .page-heading__container .icon {
      color: #FFF; }
    .page > .page-heading .page-heading__container .title {
      color: #FFF; }
    .page > .page-heading .page-heading__container p.caption {
      color: #f2f2f2; }
  .page > .page-heading .breadcrumb {
    background: transparent;
    border: 0px;
    padding-bottom: 0px; }
    .page > .page-heading .breadcrumb .breadcrumb-item > a {
      color: #cccccc; }
    .page > .page-heading .breadcrumb .breadcrumb-item.active {
      color: #f2f2f2; }
    .page > .page-heading .breadcrumb .breadcrumb-item:before {
      color: #cccccc; }

/*------------------------------------------------------------------

    [Template features]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]    
    
    
    [Table of contents]
    
    1. Backdrop
    2. Loading
    3. Divider
    4. Text divider
    5. Page loader
    6. Back to top
    7. Rw progress
    8. Rw informative progress
    9. Tag
    10. Form features
    11. Icon box
    12. Credit card
    13. FAQ list
    14. Timeline    

-------------------------------------------------------------------*/
/*-----
    [Backdrop]     
-----*/
.backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  /*-----
        [.backdrop--mtransparent lower transparency]     
    -----*/ }
  .backdrop--mtransparent {
    background: rgba(0, 0, 0, 0.1); }
  .backdrop.fadeOut {
    animation: fadeOut 200ms linear; }

/*-----
    [Loading]
    
    Loading layer for all containers

    .loading - wrapper
        & .loading--solid      - [modify] adds removes transparency
        & .loading--w-spinner  - [modify] adds spinner icon
        & .loading--dark       - [modify] changes to dark background
        & .loading--text       - [modify] adds container with text

    .preloading - spcial state for container before loading
    
-----*/
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  left: 0px;
  top: 0px;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  /*-----
        [.loading--solid adds removes transparency]
    -----*/
  /*-----
        [.loading--w-spinner adds spinner icon]
    -----*/
  /*-----
        [.loading--text adds container with text]
    -----*/
  /*-----
        [.loading--dark changes to dark background]
    -----*/ }
  .loading--solid {
    background: white; }
  .loading > div {
    position: relative;
    width: 20px;
    height: 20px; }
  .loading--w-spinner > div .loading-spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    animation: rotate 500ms infinite linear; }
    .loading--w-spinner > div .loading-spinner:before {
      position: absolute;
      left: 3px;
      top: 3px;
      content: " ";
      width: 14px;
      height: 14px;
      border: 2px solid #323c47;
      border-right-color: transparent;
      border-radius: 7px; }
  .loading--text.loading--w-spinner > div {
    padding-left: 25px;
    width: auto; }
  .loading--text > div {
    font-size: 11px;
    font-weight: 600;
    line-height: 22px; }
  .loading--dark {
    color: #FFF;
    background: rgba(0, 0, 0, 0.8); }
    .loading--dark.loading--w-spinner > div .loading-spinner:before {
      border-color: #FFF;
      border-right-color: transparent; }
    .loading--dark.loading--solid {
      background: black; }
  .loading.fadeOut {
    animation: fadeOut 200ms linear; }

/*-----
    [Corrections for some containers]
-----*/
.page__content > .content .loading {
  z-index: 997; }

.page-sidepanel--hidden > .loading, .page-aside--hidden > .loading {
  display: none; }

/*-----
    [.preloading state for box]
-----*/
.preloading {
  max-height: 50px;
  overflow: hidden;
  -moz-transition: max-height 200ms ease-in-out;
  -o-transition: max-height 200ms ease-in-out;
  -webkit-transition: max-height 200ms ease-in-out;
  transition: max-height 200ms ease-in-out; }
  .preloading > div:not(.loading), .preloading > ul {
    opacity: 0;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
  .preloading.loaded {
    max-height: 1000px; }
    .preloading.loaded > div:not(.loading), .preloading.loaded > ul {
      opacity: 1; }

.card.loading-process.card-inner-container--up .card-inner-container {
  z-index: 999; }

/*-----
    [Divider]
    
    Simple divider for all containers

    .divider - wrapper
        & .divider--sm      - [modify] small vertical margins
        & .divder--lg       - [modify] large vertical margins
        & .divder--dashed   - [modify] changes solid line to dashed    
-----*/
.divider {
  width: 100%;
  height: 1px;
  background: #d7dde3;
  margin: 30px 0px;
  position: relative;
  /*-----
        [.divider--sm - small vertical margins]
    -----*/
  /*-----
        [.divider--lg - large vertical margins]
    -----*/
  /*-----
        [.divder--dashed - changes solid line to dashed]
    -----*/ }
  .divider:after, .divider:before {
    position: absolute;
    content: " ";
    left: 50%;
    top: -3px;
    width: 7px;
    height: 7px;
    background: #FFF;
    border: 1px solid #d7dde3;
    margin-left: -10px; }
  .divider:before {
    margin-left: 0px;
    margin-right: -10px; }
  .divider--sm {
    margin: 10px 0px; }
  .divider--lg {
    margin: 50px 0px; }
  .divider--dashed {
    background: transparent;
    border: 1px dashed #d7dde3; }
    .divider--dashed:after, .divider--dashed:before {
      display: none; }

/*-----
    [Text divider]
    
    Divider with text for any container

    .divider-text - wrapper
        & .divider-text--sm      - [modify] small vertical margins
        & .divider-text--lg      - [modify] large vertical margins
        & .divider-text--xs      - [modify] no vertical margins
-----*/
.divider-text {
  float: left;
  width: 100%;
  border-top: 1px solid #d7dde3;
  border-bottom: 1px solid #d7dde3;
  line-height: 20px;
  color: #242437;
  padding: 5px 20px;
  margin: 30px 0px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.05);
  /*-----
        [.divider-text--lg - large vertical margins]
    -----*/
  /*-----
        [.divider-text--sm - small vertical margins]
    -----*/
  /*-----
        [.divider-text--xs - no vertical margins]
    -----*/ }
  .divider-text--lg {
    margin: 50px 0px; }
  .divider-text--sm {
    margin: 10px 0px; }
  .divider-text--xs {
    margin: 0px 0px; }

/*-----
    [Page loader]
    
    Page loader layer

    .page-loader                            - wrapper
        & .page-loader--animation           - adds animations
        & .page-loader--animation-primary   - adds animations with primary color
        + .page-loader__spinner             - spinner 
-----*/
body {
  /*-----
        [.page-loading loading state for document]
    -----*/
  /*-----
        [Page loader wrapper / .page-loader]
    -----*/ }
  body.page-loading {
    height: 100%;
    overflow: hidden; }
  body .page-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    /*-----
            [Animation / .page-loader--animation]
        -----*/
    /*-----
            [Animation primary color / .page-loader--animation-primary]
        -----*/
    /*-----
            [Spinner / .page-loader__spinner]
        -----*/ }
    body .page-loader:before {
      content: " ";
      position: absolute;
      width: 50%;
      height: 50%;
      left: 25%;
      bottom: -50%;
      border-radius: 50%;
      display: none; }
    body .page-loader--animation:before {
      display: block;
      animation: pageLoaderDefault 2s infinite ease-in-out; }
    body .page-loader--animation-primary:before {
      display: block;
      animation: pageLoaderPrimary 2s infinite ease-in-out; }
    body .page-loader__spinner {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 14px;
      width: 14px;
      border-radius: 7px;
      border: 2px solid #323c47;
      border-top-color: #FFF;
      animation: rotate 500ms infinite linear; }
    body .page-loader.fadeOut {
      animation: fadeOut 200ms linear; }

/*-----
    [Back to top]    

    Back to top button        
-----*/
.back_to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background: rgba(32, 35, 42, 0.1);
  border-radius: 3px;
  opacity: 0;
  cursor: pointer;
  display: none;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }
  .back_to_top:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
  .back_to_top.show {
    display: block;
    opacity: 1;
    animation: fadeIn 200ms ease-in; }
  .back_to_top:hover {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(32, 35, 42, 0.95); }
    .back_to_top:hover:before {
      line-height: 40px; }

/*-----
    [Rw progress]    
    
    Simple progress with sections
    
    .rw-progress                  - wrapper
        & .rw-progress--secondary - [modify] background to secondary theme color
        & .rw-progress--animation - [modify] adds apear animation
        & .rw-progress--sm        - [modify] small height
-----*/
.rw-progress {
  float: left;
  width: 100%;
  height: 20px;
  padding: 0px;
  margin: 0px;
  /*-----
        [.rw-progress--secondary - [modify] background to secondary theme color]
    -----*/
  /*-----
        [.rw-progress--animation - [modify] adds apear animation]
    -----*/
  /*-----
        [.rw-progress--sm - [modify] small height]
    -----*/ }
  .rw-progress > div {
    background: rgba(0, 0, 0, 0.05);
    width: 9%;
    height: 100%;
    margin-right: 1%;
    float: left;
    position: relative; }
    .rw-progress > div.active:after {
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #ff2d2d; }
    .rw-progress > div:first-child {
      border-radius: 3px 0px 0px 3px; }
      .rw-progress > div:first-child:after {
        border-radius: 3px 0px 0px 3px; }
    .rw-progress > div:last-child {
      border-radius: 0px 3px 3px 0px; }
      .rw-progress > div:last-child:after {
        border-radius: 0px 3px 3px 0px; }
  .rw-progress--secondary > div.active:after {
    background: #22212f; }
  .rw-progress--animation > div {
    opacity: 0; }
    .rw-progress--animation > div.animate {
      animation: fadeIn 200ms ease-in;
      opacity: 1; }
  .rw-progress--sm {
    height: 4px;
    margin: 8px 0px; }

/*-----
    [Rw informative progress]    
    
    Progress bar container with text
    
    .rw-informative-progress                    - wrapper
        & .rw-informative-progress--bordered    - [modify] adds borders
        & .rw-informative-progress--rounded     - [modify] adds border radius
        + .bar                                  - progress line
        + .text                                 - container for text        
-----*/
.rw-informative-progress {
  position: relative;
  float: left;
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.01);
  /*-----
        [.bar - progress line]
    -----*/
  /*-----
        [.text - container for text]
    -----*/
  /*-----
        [.rw-informative-progress--bordered adds borders]
    -----*/
  /*-----
        [.rw-informative-progress--rounded  adds border radius]
    -----*/ }
  .rw-informative-progress:after {
    content: "";
    display: table;
    clear: both; }
  .rw-informative-progress > .bar {
    content: " ";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 100%;
    min-width: 1%;
    background: rgba(0, 0, 0, 0.03); }
    .rw-informative-progress > .bar--primary {
      background: rgba(255, 45, 45, 0.1); }
    .rw-informative-progress > .bar--secondary {
      background: rgba(34, 33, 47, 0.1); }
    .rw-informative-progress > .bar--success {
      background: rgba(66, 140, 1, 0.1); }
    .rw-informative-progress > .bar--info {
      background: rgba(0, 138, 190, 0.1); }
    .rw-informative-progress > .bar--warning {
      background: rgba(254, 206, 0, 0.1); }
    .rw-informative-progress > .bar--danger {
      background: rgba(186, 48, 48, 0.1); }
  .rw-informative-progress > .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    line-height: 20px;
    color: #323c47;
    padding: 10px 15px;
    font-weight: 500;
    z-index: 2; }
  .rw-informative-progress--bordered {
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .rw-informative-progress--bordered > .bar {
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .rw-informative-progress--rounded {
    border-radius: 3px; }

/*-----
    [Tag]    
    
    Simple template tag
    
    .tag - wrapper
        & .tag--transparent - [modify] adds trasparent background
        & .tag--sm          - [modify] small size
        & .tag--block       - [modify] block
-----*/
.tag {
  display: inline-block;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 11px;
  background: #22212f;
  color: #FFF;
  border-radius: 3px;
  margin-right: 5px;
  font-weight: 500;
  /*-----
        [.tag--transparent adds trasparent background]
    -----*/
  /*-----
        [.tag--sm small size]
    -----*/
  /*-----
        [.tag--block tag as block]
    -----*/ }
  .tag[href]:hover {
    color: #FFF;
    text-decoration: none;
    background: #171620;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .tag--transparent {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #323c47; }
    .tag--transparent[href]:hover {
      background: rgba(0, 0, 0, 0.05);
      color: #323c47; }
  .tag--sm {
    padding: 5px 15px;
    margin-bottom: 5px; }
  .tag--block {
    float: left;
    margin-right: 5px; }

/*-----
    [Form features]
    
    Simple bootstrap extension for form elements
    
    .form-control-element                         - wrapper
        + .form-control-element__box              - absolute container for elements
            & .form-control-element__box--pretify - [modify] pretify box
        & .form-control-element--right            - [modify] right box position
        & .form-control-element--both             - [modify] both sides box
-----*/
.form-control-element {
  position: relative;
  /*-----
        [.form-control-element__box absolute container for elements]
    -----*/
  /*-----
        [.form-control-element--right right box position]
    -----*/
  /*-----
        [ .form-control-element--both both sides box]
    -----*/ }
  .form-control-element .form-control {
    padding-left: 40px; }
  .form-control-element .form-control-element__box {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 5px;
    /*-----
            [.form-control-element__box--pretify pretify box]
        -----*/ }
    .form-control-element .form-control-element__box > .fa {
      font-size: 14px;
      line-height: 30px; }
    .form-control-element .form-control-element__box .btn {
      float: left; }
    .form-control-element .form-control-element__box--pretify {
      width: 30px;
      height: 30px;
      line-height: 20px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      top: 5px;
      left: 5px;
      border-radius: 3px; }
      .form-control-element .form-control-element__box--pretify > .fa {
        line-height: 18px; }
  .form-control-element.form-control-element--right .form-control {
    padding-left: 9px;
    padding-right: 40px; }
  .form-control-element.form-control-element--right .form-control-element__box {
    left: auto;
    right: 0px; }
    .form-control-element.form-control-element--right .form-control-element__box--pretify {
      left: auto;
      right: 5px; }
  .form-control-element.form-control-element--both .form-control {
    padding-left: 40px;
    padding-right: 40px; }
  .form-control-element.form-control-element--both .form-control-element__box:last-child {
    left: auto;
    right: 0px; }
    .form-control-element.form-control-element--both .form-control-element__box:last-child.form-control-element__box--pretify {
      left: auto;
      right: 5px; }

/*-----
    [Icon box]
    
    Container for icons
    
    .icon-box                   - wrapper
        & .icon-box--inline     - [modify] inline element        
        & .icon-box--sm         - [modify] small box size
        & .icon-box--lg         - [modify] large box size
        & .icon-box--xlg        - [modify] extra large box size
        & .icon-box--bordered   - [modify] adds border
        & .icon-box--rounded    - [modify] adds rounded corners/border-radius
        & .icon-box--circle     - [modify] circle box
-----*/
.icon-box {
  float: left;
  line-height: 40px;
  min-width: 40px;
  max-height: 40px;
  text-align: center;
  margin: 0px;
  /*-----
        [.icon-box--inline inline element]
    -----*/
  /*-----
        [.icon-box--sm small box size]
    -----*/
  /*-----
        [.icon-box--lg large box size]
    -----*/
  /*-----
        [.icon-box--xlg extra large box size]
    -----*/
  /*-----
        [.icon-box--bordered  adds border]
    -----*/
  /*-----
        [.icon-box--rounded adds rounded corners/border-radius]
    -----*/
  /*-----
        [.icon-box--circle circle box]
    -----*/ }
  .icon-box > .fa {
    line-height: 40px;
    font-size: 14px; }
  .icon-box > [class^="li-"] {
    line-height: 40px;
    font-size: 20px; }
  .icon-box--inline {
    display: inline-block;
    float: none; }
  .icon-box--sm {
    line-height: 20px;
    min-width: 20px; }
    .icon-box--sm > .fa {
      line-height: 20px; }
  .icon-box--lg > .fa {
    font-size: 28px; }
  .icon-box--xlg {
    line-height: 80px;
    min-width: 80px;
    max-height: 80px; }
    .icon-box--xlg > .fa {
      line-height: 80px;
      font-size: 42px; }
    .icon-box--xlg > [class^="li-"] {
      font-size: 40px;
      line-height: 80px; }
  .icon-box--bordered {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .icon-box--rounded {
    border-radius: 3px; }
  .icon-box--circle {
    border-radius: 50%; }
  .icon-box[href] {
    text-decoration: none;
    -moz-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out; }
    .icon-box[href]:hover {
      background: rgba(0, 0, 0, 0.03); }

/*-----
    [Credit card]
    
    Credi card container
    
    .credit-card                - wrapper
        + .credit-card__number  - Container for credit card number
-----*/
.credit-card {
  float: left;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 3px;
  font-family: "Oswald";
  /*-----
        [.credit-card__number container for credit card number]
    -----*/ }
  .credit-card__number {
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0px; }
    .credit-card__number > div {
      padding: 0px;
      text-align: center; }
      .credit-card__number > div:first-child {
        text-align: left; }
      .credit-card__number > div:last-child {
        text-align: right; }

/*-----
    [FAQ list]        
    
    .list-faq                           - wrapper
        + .list-faq-item                - list item
            + .list-faq-item-title      - title
            + .list-faq-item-content    - content
-----*/
.list-faq {
  float: left;
  width: 100%;
  /*-----
        [.list-faq-item list item]
    -----*/ }
  .list-faq .list-faq-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 3px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    /*-----
            [.list-faq-item-title title]
        -----*/
    /*-----
            [.list-faq-item-content content]
        -----*/ }
    .list-faq .list-faq-item .list-faq-item-title {
      float: left;
      width: 100%;
      padding: 15px 15px 15px 45px;
      line-height: 20px;
      font-size: 13px;
      cursor: pointer;
      font-weight: 500;
      position: relative; }
      .list-faq .list-faq-item .list-faq-item-title:after {
        position: absolute;
        content: "\e996";
        font-family: 'linearicons';
        left: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #323c47; }
    .list-faq .list-faq-item .list-faq-item-content {
      float: left;
      width: 100%;
      padding: 0px;
      max-height: 0px;
      overflow: hidden; }
      .list-faq .list-faq-item .list-faq-item-content .list-faq-highlight {
        color: #428c01;
        text-decoration: underline; }
    .list-faq .list-faq-item.open {
      border-style: solid;
      background: #fafafa; }
      .list-faq .list-faq-item.open .list-faq-item-title:after {
        content: "\e995"; }
      .list-faq .list-faq-item.open .list-faq-item-content {
        padding: 5px 15px 15px;
        max-height: 500px; }
    .list-faq .list-faq-item:hover {
      background: #fafafa; }
    .list-faq .list-faq-item:last-child {
      margin-bottom: 0px; }

/*-----
    [Timeline]        
    
    .timeline               - wrapper
        & .timeline--right  - [modify] right elements position
        & .timeline--simple - [modify] simplify timeline

        + .timeline__item   - timeline item
            + .user         - user image container
            + .dot          - dot
            + .content      - content container
        + .timeline__more   - more button
        
-----*/
.timeline {
  padding: 0px 0px;
  float: left;
  width: 100%;
  /*-----
        [.timeline__item timeline item]
    -----*/
  /*-----
        [.timeline__more more button]
    -----*/
  /*-----
        [.timeline--right right elements position]
    -----*/
  /*-----
        [.timeline--simple simplify timeline]
    -----*/ }
  .timeline__item {
    float: left;
    width: 100%;
    padding-left: 70px;
    position: relative;
    padding-bottom: 30px;
    /*-----
            [.user item image container]
        -----*/
    /*-----
            [.dot dot]
        -----*/
    /*-----
            [.content content container]
        -----*/ }
    .timeline__item > .user {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 2; }
      .timeline__item > .user > img {
        width: 45px;
        height: 45px;
        padding: 2px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #FFF; }
      .timeline__item > .user--rounded > img {
        border-radius: 50%; }
    .timeline__item > .dot {
      position: absolute;
      left: 13px;
      top: 13px;
      width: 21px;
      height: 21px;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      z-index: 2; }
      .timeline__item > .dot:before {
        content: " ";
        position: absolute;
        top: 11px;
        left: 13px;
        width: 20px;
        height: 1px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.1); }
      .timeline__item > .dot:after {
        content: " ";
        position: absolute;
        width: 11px;
        height: 11px;
        background: #FFF;
        border-radius: 50%;
        top: 5px;
        left: 5px;
        z-index: 3; }
      .timeline__item > .dot.dot-primary:after {
        background: #ff2d2d; }
      .timeline__item > .dot.dot-info:after {
        background: #008abe; }
      .timeline__item > .dot.dot-success:after {
        background: #428c01; }
      .timeline__item > .dot.dot-warning:after {
        background: #fece00; }
      .timeline__item > .dot.dot-danger:after {
        background: #ba3030; }
    .timeline__item > .content {
      padding: 12px 20px 12px;
      float: left;
      width: 100%;
      background: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      .timeline__item > .content .title {
        margin-bottom: 5px;
        float: left;
        width: 100%;
        color: #323c47; }
        .timeline__item > .content .title > a {
          font-weight: 500; }
      .timeline__item > .content strong {
        font-weight: 500;
        color: #242437; }
      .timeline__item > .content .comments {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .timeline__item > .content .comments .total {
          float: left;
          width: 100%;
          line-height: 30px;
          background: rgba(0, 0, 0, 0.05);
          padding: 10px 20px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          font-weight: 500; }
        .timeline__item > .content .comments .comment {
          float: left;
          width: 100%;
          padding: 15px 20px 15px;
          background: rgba(0, 0, 0, 0.03);
          border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
          .timeline__item > .content .comments .comment:last-child {
            border-bottom: 0px; }
        .timeline__item > .content .comments .form {
          display: block;
          float: left;
          background: rgba(0, 0, 0, 0.05);
          padding: 15px 15px;
          width: 100%; }
    .timeline__item:after {
      position: absolute;
      z-index: 1;
      width: 26px;
      height: 1px;
      content: " ";
      left: 45px;
      top: 24px;
      background: rgba(0, 0, 0, 0.1); }
    .timeline__item:before {
      position: absolute;
      z-index: 1;
      width: 1px;
      height: 100%;
      content: " ";
      left: 23px;
      top: 0px;
      background: rgba(0, 0, 0, 0.1); }
  .timeline__more {
    float: left;
    width: 100%;
    height: 50px;
    position: relative; }
    .timeline__more > a {
      position: absolute;
      width: 45px;
      height: 45px;
      background: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      line-height: 32px;
      font-size: 21px;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      color: #323c47; }
      .timeline__more > a:hover {
        color: #242437;
        background: #F5F5F5; }
  .timeline--right .timeline__item {
    padding-left: 0px !important;
    padding-right: 70px; }
    .timeline--right .timeline__item > .user {
      left: auto;
      right: 0px; }
    .timeline--right .timeline__item:after {
      left: auto;
      right: 45px; }
    .timeline--right .timeline__item:before {
      left: auto;
      right: 23px; }
  .timeline--right .timeline__more > a {
    right: 0px; }
  .timeline--right.timeline--simple .timeline__item {
    padding-right: 45px; }
    .timeline--right.timeline--simple .timeline__item > .dot {
      left: auto;
      right: 13px; }
      .timeline--right.timeline--simple .timeline__item > .dot:before {
        left: auto;
        right: 13px; }
  .timeline--simple .timeline__item {
    padding-left: 45px;
    padding-bottom: 15px; }
    .timeline--simple .timeline__item:after {
      display: none; }
    .timeline--simple .timeline__item:last-child {
      padding-bottom: 0px; }

/*-----
    [Media for timeline]
-----*/
@media (max-width: 991.98px) {
  .timeline .timeline__item > .content .comments {
    overflow-x: hidden; }
    .timeline .timeline__item > .content .comments .comment {
      overflow-x: scroll; } }

/*------------------------------------------------------------------

    [Widgets]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]
    

    [Table of contents]
    
    1. Widget
    2. Informer

-------------------------------------------------------------------*/
/*-----
    [Widget]
    
    Basic template widget
    
    + .widget                       - wrapper
        & .widget--items-middle     - [modify] middle position for all elements
        & .widget--box              - [modify] box widget mode
        & .widget--button           - [modify] button widget mode

        + .widget__icon_layer       - container for background icon
            & .widget__icon_layer--middle   - middle icon position
            & .widget__icon_layer--right    - right icon position

        + .widget__container        - content container
        + .widget__line             - line container
        + .widget__icon             - widget icon
        + .widget__title            - widget title
        + .widget__subtitle         - widget subtitle
        + .widget__box              - basically container
            & .widget__box--top     - [modify] top position
            & .widget__box--left    - [modify] left position

        + .widget__informer         - widget informer box
-----*/
.widget {
  display: block;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #323c47;
  position: relative;
  /*-----
        [.widget__icon_layer]
    -----*/
  /*-----
        [.widget__icon_container]
    -----*/
  /*-----
        [.widget__line]
    -----*/
  /*-----
        [.widget__icon]
    -----*/
  /*-----
        [.widget__title]
    -----*/
  /*-----
        [.widget__subtitle]
    -----*/
  /*-----
        [.widget__box]
    -----*/
  /*-----
        [.widget__informer]
    -----*/
  /*-----
        [.widget--items-middle]
    -----*/
  /*-----
        [.widget--box]
    -----*/
  /*-----
        [.widget--button]
    -----*/ }
  .widget:after {
    content: "";
    display: table;
    clear: both; }
  .widget__icon_layer {
    width: 100%;
    text-align: left;
    padding: 10px; }
    .widget__icon_layer span {
      line-height: 80px;
      font-size: 80px;
      color: rgba(50, 60, 71, 0.05); }
    .widget__icon_layer--middle {
      text-align: center; }
    .widget__icon_layer--right {
      text-align: right; }
  .widget__container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px; }
  .widget__line {
    float: left;
    width: 100%; }
    .widget__line:after {
      content: "";
      display: table;
      clear: both; }
  .widget__icon {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 40px;
    color: #242437; }
    .widget__icon span {
      line-height: 40px; }
      .widget__icon span[class^="li-"] {
        font-size: 40px; }
  .widget__title {
    padding-left: 50px;
    line-height: 20px;
    font-weight: 700;
    color: #242437; }
  .widget__subtitle {
    padding-left: 50px;
    line-height: 20px;
    font-weight: 400;
    color: #91969a; }
  .widget__box {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .widget__box--top {
      bottom: auto;
      top: 10px; }
    .widget__box--left {
      right: auto;
      left: 10px; }
  .widget__informer {
    line-height: 20px;
    font-weight: 400;
    border-radius: 3px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.05); }
  .widget--items-middle .widget__container {
    padding: 30px 10px; }
  .widget--items-middle .widget__box {
    bottom: auto;
    top: 35px; }
  .widget--box .widget__container {
    position: relative;
    left: auto;
    top: auto; }
    .widget--box .widget__container:after {
      content: "";
      display: table;
      clear: both; }
    .widget--box .widget__container .widget__icon {
      width: 100%;
      height: auto;
      text-align: center;
      margin: 10px 0px; }
      .widget--box .widget__container .widget__icon span {
        display: block; }
    .widget--box .widget__container .widget__title,
    .widget--box .widget__container .widget__subtitle {
      padding: 0px;
      float: left;
      width: 100%;
      text-align: center; }
  .widget--button {
    border: 1px dashed #91969a;
    background: transparent;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .widget--button .widget__icon {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -20px 0px 0px -20px;
      color: #91969a;
      -moz-transition: color 200ms ease-in-out;
      -o-transition: color 200ms ease-in-out;
      -webkit-transition: color 200ms ease-in-out;
      transition: color 200ms ease-in-out; }
    .widget--button:hover {
      background: #FFF;
      border: 1px dashed #323c47; }
      .widget--button:hover .widget__icon {
        color: #323c47; }

/*-----
    [Media for widget]
-----*/
@media (max-width: 991.98px) {
  .widget {
    margin-bottom: 10px; } }

/*-----
    [Support widget in bootstrap card]
-----*/
.card > .widget .widget__title {
  font-size: 14px; }

.card > .widget .widget__container {
  padding-left: 20px;
  padding-right: 20px; }

.card > .widget .widget__box {
  right: 20px; }
  .card > .widget .widget__box.widget__box--left {
    right: auto;
    left: 20px; }

.card > .widget:first-child {
  border-radius: 3px 3px 0px 0px; }

.card > .widget:not(:first-child) {
  border-radius: 0px; }

.card > .widget:last-child {
  border-radius: 0px 0px 3px 3px; }

/*-----
    [Informer]
    
    Basic template informer
    
    + .informer                     - wrapper
        & .informer--icon           - [modify] informer with icon
        & .informer--icon-right     - [modify] right icon position

        + .informer__wrapper        - content wrapper
        + .informer__num            - container for number/info
        + .informer__title          - informer title
        + .informer__icon           - informer icon
-----*/
.informer {
  display: block;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #323c47;
  position: relative;
  height: 100%;
  /*-----
        [.informer__wrapper content wrapper]
    -----*/
  /*-----
        [.informer__num  container for number/info]
    -----*/
  /*-----
        [.informer__title informer title]
    -----*/
  /*-----
        [.informer__icon informer icon]
    -----*/
  /*-----
        [.informer--icon informer with icon]
    -----*/
  /*-----
        [.informer--icon-right right icon position]
    -----*/ }
  .informer:after {
    content: "";
    display: table;
    clear: both; }
  .informer__wrapper {
    float: left;
    width: 100%;
    text-align: center; }
  .informer__num {
    float: left;
    width: 100%;
    padding: 15px 10px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #242437; }
  .informer__title {
    float: left;
    width: 100%;
    padding: 0px 10px 15px;
    font-size: 13px;
    color: #91969a;
    font-weight: 400; }
  .informer__icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #242437; }
    .informer__icon span[class^="li-"] {
      display: block;
      line-height: 70px;
      font-size: 40px; }
  .informer--icon .informer__wrapper {
    padding-left: 70px;
    text-align: left; }
  .informer--icon-right .informer__wrapper {
    padding-left: 10px;
    padding-right: 70px; }
  .informer--icon-right .informer__icon {
    left: auto;
    right: 0px; }

/*------------------------------------------------------------------

    [User elements]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]
    
    [Table of contents]

    1. User
    2. User group

-------------------------------------------------------------------*/
/*-----

    [User]
    
    User box with image and text iformation

    + .user                 - wrapper
        & .user--lg         - [modify] large user box
        & .user--xlg        - [modify] extra large user box
        & .user--huge       - [modify] huge user box
        & .user--bordered   - [modify] bordered image
        & .user--rounded    - [modify] rounded image
        & .user--centred    - [modify] centralized elements
        & .user--controls   - [modify] allows to use controls

        + .user__name       - name container
        + .user__button     - button container
    
    .user-group             - container for user boxes    
-----*/
.user {
  /*-----
        [.user__name name container]
    -----*/
  /*-----
        [.user__button button container]
    -----*/
  /*-----
        [.user--lg large user box]
    -----*/
  /*-----
        [.user--xlg extra large user box]
    -----*/
  /*-----
        [.user--huge huge user box]
    -----*/
  /*-----
        [.user--bordered bordered user image]
    -----*/
  /*-----
        [.user--rounded rounded user image]
    -----*/
  /*-----
        [.user--centred centralized elements]
    -----*/
  /*-----
        [.user--controls allows you to use controls]
    -----*/ }
  .user:after {
    content: "";
    display: table;
    clear: both; }
  .user > img {
    width: 20px;
    height: 20px;
    float: left; }
    .user > img + .user__name {
      padding-left: 30px; }
  .user > .user__name {
    white-space: nowrap; }
    .user > .user__name strong {
      font-weight: 500; }
    .user > .user__name a {
      color: #323c47;
      text-decoration: none;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .user > .user__name a:hover {
        color: #272f38; }
  .user > .user__button {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px dashed #d7dde3;
    line-height: 20px;
    text-align: center;
    color: #323c47;
    font-size: 10px;
    background: #FFF;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .user > .user__button:hover {
      background: #fafafa;
      color: #272f38; }
    .user > .user__button + .user__title {
      padding-left: 30px; }
  .user.user--lg > img {
    width: 40px;
    height: 40px; }
    .user.user--lg > img + .user__name {
      padding-left: 50px; }
  .user.user--lg > .user__button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px; }
    .user.user--lg > .user__button + .user__title {
      padding-top: 10px;
      padding-left: 50px; }
  .user.user--xlg > img {
    width: 60px;
    height: 60px; }
    .user.user--xlg > img + .user__name {
      padding-left: 75px; }
  .user.user--xlg > .user__button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px; }
    .user.user--xlg > .user__button + .user__title {
      padding-top: 20px;
      padding-left: 70px; }
  .user.user--huge > img {
    width: 80px;
    height: 80px; }
    .user.user--huge > img + .user__name {
      padding-left: 95px; }
  .user.user--huge > .user__button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px; }
    .user.user--huge > .user__button + .user__title {
      padding-left: 90px; }
  .user.user--bordered > img {
    box-shadow: 0px 0px 0px 2px #d7dde3; }
  .user.user--rounded > img {
    border-radius: 50%; }
  .user.user--rounded > .user__button {
    border-radius: 50%; }
  .user.user--centred {
    text-align: center; }
    .user.user--centred > img {
      float: none;
      margin-bottom: 10px; }
      .user.user--centred > img + .user__name {
        padding-left: 0px; }
  .user.user--controls .user__name {
    padding-right: 30px;
    position: relative; }
    .user.user--controls .user__name .user__controls {
      position: absolute;
      right: 0px;
      top: 5px; }

/*-----
    [User group]

    .user-group - container for list of user boxes
-----*/
.user-group:after {
  content: "";
  display: table;
  clear: both; }

.user-group .user {
  float: left;
  margin-left: -5px; }
  .user-group .user--lg {
    margin-left: -15px; }
  .user-group .user--xlg {
    margin-left: -25px; }
  .user-group .user--huge {
    margin-left: -45px; }
  .user-group .user:first-child {
    margin-left: 0px; }

.user-group--bordered .user img {
  box-shadow: 0px 0px 0px 2px #FFF; }

/*-----
    [Table fix for user container]
-----*/
.table .user--lg {
  height: 40px; }

/*-----
    [Navigation support for user box]
-----*/
.navigation .user--lg {
  padding: 10px 0px 10px 10px; }

.navigation .user--huge {
  padding: 15px 0px; }

.navigation .user--w-lineunder {
  padding: 10px 0px 35px 10px;
  margin-bottom: 20px; }
  .navigation .user--w-lineunder .user__lineunder {
    height: 30px;
    width: 100%;
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 20px;
    padding: 4px 0px 4px 20px;
    position: absolute;
    left: 0px;
    top: 70px;
    font-size: 11px; }
    .navigation .user--w-lineunder .user__lineunder .text {
      color: #91969a;
      float: left;
      line-height: 20px;
      margin: 0px; }
    .navigation .user--w-lineunder .user__lineunder .buttons {
      position: absolute;
      right: 15px;
      top: 4px; }
      .navigation .user--w-lineunder .user__lineunder .buttons .dropdown {
        float: left;
        display: none; }
      .navigation .user--w-lineunder .user__lineunder .buttons .button {
        float: left;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-family: "FontAwesome";
        font-size: 14px;
        color: #91969a;
        text-align: center;
        cursor: pointer;
        margin-left: 4px;
        background: rgba(0, 0, 0, 0.03);
        border: 0px;
        padding: 0px;
        outline: none;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .navigation .user--w-lineunder .user__lineunder .buttons .button:hover {
          background: rgba(0, 0, 0, 0.05); }
        .navigation .user--w-lineunder .user__lineunder .buttons .button:first-child {
          margin-left: 0px; }
        .navigation .user--w-lineunder .user__lineunder .buttons .button.button-minimize:after {
          content: "\f104"; }
        .navigation .user--w-lineunder .user__lineunder .buttons .button.button-minimize.active:after {
          content: "\f105"; }
        .navigation .user--w-lineunder .user__lineunder .buttons .button.button-settings {
          font-size: 10px; }
          .navigation .user--w-lineunder .user__lineunder .buttons .button.button-settings:after {
            content: "\f013"; }

.navigation.navigation--condensed .user--w-lineunder {
  padding: 20px 10px 35px 10px; }
  .navigation.navigation--condensed .user--w-lineunder .user__lineunder {
    padding-left: 10px; }
    .navigation.navigation--condensed .user--w-lineunder .user__lineunder .buttons {
      right: 10px; }

/*-----
    [Support for user box inside of minimized navigation]
-----*/
.page-aside--minimized .navigation .user--lg, .navigation--minimized .navigation .user--lg {
  padding: 10px 5px 15px; }

.page-aside--minimized .navigation .user--huge, .navigation--minimized .navigation .user--huge {
  padding: 10px 5px 15px; }

.page-aside--minimized .navigation .user--w-lineunder, .navigation--minimized .navigation .user--w-lineunder {
  padding: 10px 5px 35px 5px;
  margin-bottom: 20px; }
  .page-aside--minimized .navigation .user--w-lineunder .user__lineunder, .navigation--minimized .navigation .user--w-lineunder .user__lineunder {
    width: 69px;
    padding: 4px 10px; }
    .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .buttons, .navigation--minimized .navigation .user--w-lineunder .user__lineunder .buttons {
      right: 0px;
      width: 100%;
      text-align: center; }
      .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .buttons .dropdown, .navigation--minimized .navigation .user--w-lineunder .user__lineunder .buttons .dropdown {
        float: none;
        display: inline-block;
        outline: none; }
      .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .buttons .button, .navigation--minimized .navigation .user--w-lineunder .user__lineunder .buttons .button {
        display: inline-block;
        float: none; }
    .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .text, .navigation--minimized .navigation .user--w-lineunder .user__lineunder .text {
      display: none; }

.page-aside--minimized .navigation .user > img, .navigation--minimized .navigation .user > img {
  width: 40px;
  height: 40px;
  margin-bottom: 0px; }

.page-aside--minimized .navigation .user > img + .user__name, .navigation--minimized .navigation .user > img + .user__name {
  display: none; }

/*------------------------------------------------------------------

    [Custom button styles]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]    
    

    [Table of contents]
    
    1. RW Button    

-------------------------------------------------------------------*/
/*-----
    [RW Button]
    
    Special buttons for template

    .rw-btn                 - wrapper
        & .rw-btn--nav      - [modify] navigation button
        & .rw-btn--card     - [modify] card button
            & .rw-btn--lg   - [modify] card button modify to large btn
-----*/
.rw-btn {
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  /*-----
        [rw-btn--nav  navigation button]
    -----*/
  /*-----
        [.rw-btn--card - card button]
    -----*/ }
  .rw-btn--nav span {
    float: left;
    display: block;
    position: relative;
    margin: 9px 0px;
    width: 20px;
    height: 2px;
    background: #323c47;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .rw-btn--nav span:after {
      position: absolute;
      top: -6px;
      content: " ";
      background: #323c47;
      right: 0px;
      width: 15px;
      height: 2px;
      -moz-transition: width 200ms ease-in-out;
      -o-transition: width 200ms ease-in-out;
      -webkit-transition: width 200ms ease-in-out;
      transition: width 200ms ease-in-out; }
    .rw-btn--nav span:before {
      position: absolute;
      top: 6px;
      content: " ";
      background: #323c47;
      right: 0px;
      width: 20px;
      height: 2px;
      -moz-transition: width 200ms ease-in-out;
      -o-transition: width 200ms ease-in-out;
      -webkit-transition: width 200ms ease-in-out;
      transition: width 200ms ease-in-out; }
  .rw-btn--nav:hover span:after, .rw-btn--nav.active span:after {
    width: 20px; }
  .rw-btn--card {
    width: 30px;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    position: relative;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    /*-----
            [.rw-btn--lg  card button modify to large btn]
        -----*/ }
    .rw-btn--card > div {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -1px;
      margin-top: -1px;
      width: 3px;
      height: 3px;
      border: 1px solid #91969a;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .rw-btn--card > div:after, .rw-btn--card > div:before {
        position: absolute;
        content: " ";
        left: -1px;
        top: -6px;
        width: 3px;
        height: 3px;
        border: 1px solid #91969a;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .rw-btn--card > div:after {
        top: 4px; }
    .rw-btn--card:hover {
      background: rgba(0, 0, 0, 0.05); }
    .rw-btn--card.rw-btn--lg {
      width: 40px;
      height: 40px;
      padding: 10px; }

/*-----
    [Dropdown support for rw-btn--card]
-----*/
.dropdown.show .rw-btn--card {
  background: rgba(0, 0, 0, 0.03); }
  .dropdown.show .rw-btn--card > div {
    width: 15px;
    height: 1px;
    transform: rotate(45deg);
    margin-left: -7px;
    margin-top: 0px;
    background: #323c47;
    border: 0px; }
    .dropdown.show .rw-btn--card > div:before {
      width: 15px;
      height: 1px;
      left: 0px;
      top: 0px;
      transform: rotate(90deg);
      background: #323c47;
      border: 0px; }
    .dropdown.show .rw-btn--card > div:after {
      opacity: 0; }

/*-----
    [Minimized aside support for rw-btn]
-----*/
.page-content .page-aside.page-aside-minimized .page-aside-controls .rw-btn {
  margin-right: 5px; }

/*------------------------------------------------------------------

    [Accordion]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    

    [Table of contents]
    
    1. RW Accordion

-------------------------------------------------------------------*/
/*-----
    [RW Accordion]        
-----*/
.rw-accordion {
  float: left;
  width: 100%; }
  .rw-accordion__item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #FFF; }
    .rw-accordion__item.open .rw-accordion__header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      max-height: 800px; }
    .rw-accordion__item.open .rw-accordion__pointer:after {
      content: "\f068"; }
    .rw-accordion__item.open .rw-accordion__content {
      padding: 20px;
      height: auto; }
  .rw-accordion__header {
    float: left;
    width: 100%;
    padding: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.03);
    cursor: pointer; }
  .rw-accordion__title {
    float: left;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 15px; }
  .rw-accordion__pointer {
    float: left;
    margin-right: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: relative; }
    .rw-accordion__pointer:after {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 14px;
      font-family: FontAwesome;
      content: "\f067";
      line-height: 20px;
      text-align: center;
      width: 20px; }
  .rw-accordion__content {
    float: left;
    width: 100%;
    overflow-y: hidden;
    padding: 0px 20px;
    height: 0px; }
  .rw-accordion--w-animation .rw-accordion__content {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rw-accordion--merged .rw-accordion__item {
    margin-bottom: 0px; }
    .rw-accordion--merged .rw-accordion__item:first-of-type {
      border-radius: 3px 3px 0px 0px;
      border-bottom: 0px; }
    .rw-accordion--merged .rw-accordion__item:not(:first-of-type):not(:last-of-type) {
      border-radius: 0px;
      border-bottom: 0px; }
    .rw-accordion--merged .rw-accordion__item:last-of-type {
      border-radius: 0px 0px 3px 3px; }
  .rw-accordion--flush .rw-accordion__item {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px; }
    .rw-accordion--flush .rw-accordion__item:first-of-type {
      border-radius: 0px; }
    .rw-accordion--flush .rw-accordion__item:last-of-type {
      border-radius: 0px; }
  .rw-accordion--condensed .rw-accordion__header {
    padding: 10px 20px; }
  .rw-accordion--condensed .rw-accordion__title {
    font-size: 13px; }

/*------------------------------------------------------------------

    [Compact gallery]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    

    [Table of contents]
    
    1. RW Compact gallery

-------------------------------------------------------------------*/
/*-----
    [RW Compact gallery]        
-----*/
.rw-compact-gallery {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }
  .rw-compact-gallery:after {
    content: "";
    display: table;
    clear: both; }
  .rw-compact-gallery > li {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    opacity: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
    .rw-compact-gallery > li:nth-child(1) {
      z-index: 3;
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .rw-compact-gallery > li:nth-child(2) {
      z-index: 2;
      top: -15px;
      opacity: 0.9;
      -moz-transform: scale(0.95);
      -o-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }
    .rw-compact-gallery > li:nth-child(3) {
      z-index: 1;
      top: -28px;
      opacity: 0.8;
      -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  .rw-compact-gallery--noshadow > li {
    box-shadow: none; }

.rw-compact-gallery-horizontal {
  float: left;
  width: 100%;
  padding-right: 30px; }
  .rw-compact-gallery-horizontal > .rw-compact-gallery {
    margin-top: 0px; }
    .rw-compact-gallery-horizontal > .rw-compact-gallery > li {
      top: 0px;
      left: auto;
      right: 0px; }
      .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(1) {
        right: 0px; }
      .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(2) {
        right: -24px; }
      .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(3) {
        right: -45px; }
      .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(4) {
        right: -72px; }
  .rw-compact-gallery-horizontal.dir-left {
    padding-right: 0px;
    padding-left: 30px; }
    .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li {
      left: 0px;
      right: auto; }
      .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(1) {
        left: 0px; }
      .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(2) {
        left: -24px; }
      .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(3) {
        left: -45px; }
      .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(4) {
        left: -72px; }

/*------------------------------------------------------------------

    [Custom form styles]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]    
    

    [Table of contents]

    1. Switch button

-------------------------------------------------------------------*/
/*-----
    [Switch button]
    
    Custom radio and checkbox style

    .switch                 - wrapper
        & .switch-lg        - [modify] large switch button
        & .switch-sm        - [modify] small switch button   
-----*/
.switch {
  cursor: pointer;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 5px 0px;
  /*-----
        [.switch-lg large switch button]
    -----*/
  /*-----
        [.switch-lg small switch button]
    -----*/ }
  .switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0); }
    .switch input:checked + span:after {
      left: 16px; }
    .switch input:checked + span {
      background-color: #428c01; }
    .switch input:disabled + span {
      opacity: 0.5; }
      .switch input:disabled + span:after {
        box-shadow: none;
        border: 1px solid #d7dde3; }
  .switch span {
    position: relative;
    width: 45px;
    height: 30px;
    border-radius: 30px;
    background-color: #ba3030;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    left: 0px; }
    .switch span:after {
      content: "";
      position: absolute;
      background-color: #fff;
      width: 26px;
      top: 1px;
      bottom: 1px;
      left: 1px;
      border-radius: 25px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
  .switch.switch-lg {
    margin: 0px;
    height: 35px;
    line-height: 35px;
    margin: 0px !important; }
    .switch.switch-lg input:checked + span:after {
      left: 27px; }
    .switch.switch-lg span {
      width: 60px;
      height: 35px;
      border-radius: 30px; }
      .switch.switch-lg span:after {
        width: 30px; }
  .switch.switch-sm {
    margin: 0px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0px; }
    .switch.switch-sm input:checked + span:after {
      left: 16px; }
    .switch.switch-sm span {
      width: 35px;
      height: 20px;
      border-radius: 10px; }
      .switch.switch-sm span:after {
        width: 16px; }

/* ./switch button */
/*------------------------------------------------------------------

    [Boostatrap styles changes]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    
    
    [Table of contents]
    
    1. Form elements
    2. Card
    3. Nav bar and pills
    4. List group
    5. Btn group
    6. Backgrounds
    7. Buttons
    8. Input groups
    9. Dropdowns
    10. Alerts
    11. Badges
    12. Modals
    13. Popover
    14. Validation
    15. Tables
    16. Pagination
    17. Progress
-------------------------------------------------------------------*/
/*----- 
    [Form elements]
------*/
.form-group {
  margin-bottom: 15px; }
  .form-group .col-form-legend {
    font-weight: 500;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .form-group label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #323c47; }
    .form-group label.col-form-label {
      margin-bottom: 0px;
      line-height: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .form-group .form-text {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #91969a; }
    .form-group .form-text--primary {
      background: #ff2d2d;
      color: #FFF;
      display: inline-block;
      padding: 0px 5px;
      border-radius: 3px; }
  .form-group .custom-control {
    margin-bottom: 0px; }
    .form-group .custom-control .custom-control-description {
      font-weight: 400; }

.form-control {
  line-height: 20px;
  font-size: 13px;
  padding: 9px;
  border-color: #d7dde3;
  background: #fff;
  -moz-transition: border 200ms ease-in-out;
  -o-transition: border 200ms ease-in-out;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out; }
  .form-control:focus {
    box-shadow: none;
    border-color: #2c9fdd; }
  .form-control:disabled, .form-control [readonly] {
    color: #91969a;
    background: #f2f2f2; }

legend {
  font-size: 13px; }

select.form-control:not([size]):not([multiple]) {
  height: 40px; }

select.form-control-sm, .input-group-sm > select.form-control,
.input-group-sm > .input-group-prepend > select.input-group-text,
.input-group-sm > .input-group-append > select.input-group-text,
.input-group-sm > .input-group-prepend > select.btn,
.input-group-sm > .input-group-append > select.btn {
  height: auto; }

.form-check {
  margin-bottom: 5px; }
  .form-check label {
    font-size: 12px; }

.form-inline .form-group label {
  margin-bottom: 0px; }

.form-inline .form-group .form-text {
  margin-top: 0px; }

.custom-control {
  margin-bottom: 10px;
  padding-left: 30px; }
  .custom-control .custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none; }
  .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #2c9fdd; }
  .custom-control .custom-control-input:active ~ .custom-control-label:before {
    background-color: #b0dbf2; }
  .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #f2f2f2; }
  .custom-control .custom-control-label {
    font-size: 12px;
    line-height: 20px; }
    .custom-control .custom-control-label:before {
      background-color: #f2f2f2;
      width: 20px;
      height: 20px;
      top: 0px;
      left: -30px;
      -moz-transition: background 200ms ease-in-out;
      -o-transition: background 200ms ease-in-out;
      -webkit-transition: background 200ms ease-in-out;
      transition: background 200ms ease-in-out; }
    .custom-control .custom-control-label:after {
      top: 0px;
      left: -30px;
      width: 20px;
      height: 20px; }

.custom-select {
  line-height: 20px;
  font-size: 13px;
  padding: 9px 30px 9px 9px;
  border-color: #d7dde3;
  border-radius: 3px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-file {
  height: auto; }
  .custom-file .custom-file-input {
    height: 40px; }
    .custom-file .custom-file-input:focus ~ .custom-file-label {
      box-shadow: none; }
  .custom-file .custom-file-label {
    padding: 9px;
    line-height: 20px;
    height: auto; }
    .custom-file .custom-file-label:after {
      height: auto;
      line-height: 20px;
      padding: 9px; }

/*----- 
    [Card]
------*/
.card {
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .card .card-header {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    padding: 15px 20px; }
    .card .card-header .card-title {
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 500;
      color: #242437;
      float: left; }
  .card .card-body {
    padding: 20px; }
    .card .card-body div.card-title {
      font-size: 15px;
      font-weight: 500; }
    .card .card-body .card-title {
      margin-bottom: 10px;
      color: #242437; }
    .card .card-body .card-subtitle {
      margin-top: -5px;
      margin-bottom: 10px;
      color: #91969a; }
    .card .card-body .navigation {
      padding: 0px; }
    .card .card-body .navigation--minimized .navigation {
      padding: 10px; }
    .card .card-body .card-inner-container {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      padding: 20px;
      margin-bottom: 20px;
      border: 1px dashed rgba(0, 0, 0, 0.1); }
      .card .card-body .card-inner-container--light {
        background: #FFF; }
  .card .card-footer {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    padding: 15px 20px; }
  .card > .table {
    margin-bottom: 0px; }
  .card .card-container {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1; }
  .card.card-inner-container--up {
    margin-top: 40px; }
    .card.card-inner-container--up .card-inner-container {
      position: absolute;
      top: -40px;
      width: calc(100% - 40px);
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .card.card-inner-container--up .card-body {
      padding-top: 60px; }
    .card.card-inner-container--up .card-container {
      right: 40px;
      top: -15px; }
  .card--expanded {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
    width: 100%;
    height: 100%;
    border: 0px; }
    .card--expanded .card-body {
      flex: 0; }
    .card--expanded.card-inner-container--up {
      margin-top: 0px; }
      .card--expanded.card-inner-container--up .card-body {
        padding-top: 20px; }
      .card--expanded.card-inner-container--up .card-inner-container {
        width: 100%;
        margin-top: 0px;
        position: relative;
        top: 0px;
        margin-bottom: 30px; }
      .card--expanded.card-inner-container--up .card-container {
        top: 45px; }
  .card .card-preview-holder {
    position: relative; }
    .card .card-preview-holder .card-preview-layer {
      border-radius: 3px;
      position: absolute;
      z-index: 2;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0);
      -moz-transition: background 200ms ease-in-out;
      -o-transition: background 200ms ease-in-out;
      -webkit-transition: background 200ms ease-in-out;
      transition: background 200ms ease-in-out; }
      .card .card-preview-holder .card-preview-layer div {
        float: none;
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 50%;
        margin: -20px 0px 0px -20px;
        color: #FFF;
        opacity: 0;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.8); }
    .card .card-preview-holder:hover .card-preview-layer {
      background: rgba(255, 255, 255, 0.6); }
      .card .card-preview-holder:hover .card-preview-layer div {
        opacity: 1; }

.card-img-overlay {
  padding: 15px; }

.card-group, .card-deck {
  margin-bottom: 30px; }

.card-group .card {
  box-shadow: none; }

/*----- 
    [Nav bar and pills]
------*/
.card-header-tabs {
  margin-bottom: -15px;
  margin-left: 0px;
  margin-right: 0px; }

.nav-tabs .nav-link {
  color: #323c47;
  padding: 9px 20px; }
  .nav-tabs .nav-link:hover:not(.active), .nav-tabs .nav-link:active:not(.active) {
    border-color: transparent;
    outline: none; }
  .nav-tabs .nav-link:focus:not(.active) {
    border-color: transparent; }
  .nav-tabs .nav-link.active {
    color: #323c47; }
  .nav-tabs .nav-link.disabled {
    color: #91969a; }

.nav-tabs-cardtop {
  margin-top: 70px; }
  .nav-tabs-cardtop .nav-tabs {
    margin-top: -40px;
    margin-left: -1px; }

.card-header-pills {
  margin-right: 0px;
  margin-left: 0px; }

.nav-pills .nav-link {
  border-radius: 3px;
  padding: 10px 15px;
  color: #323c47; }
  .nav-pills .nav-link.disabled {
    color: #91969a; }
  .nav-pills .nav-link.active {
    background: #ff2d2d;
    color: #FFF; }

.nav-pills .show > .nav-link {
  background: #ff2d2d;
  color: #FFF; }

/*----- 
    [List group]
------*/
.list-group .list-group-item {
  color: #323c47;
  border-color: #d7dde3;
  padding: 10px 15px;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .list-group .list-group-item > span.fa {
    font-size: 14px;
    margin-right: 5px; }
  .list-group .list-group-item.active {
    background: #ff2d2d;
    color: #FFF;
    border-color: #ff2d2d; }
    .list-group .list-group-item.active h1, .list-group .list-group-item.active h2, .list-group .list-group-item.active h3, .list-group .list-group-item.active h4, .list-group .list-group-item.active h5, .list-group .list-group-item.active h6, .list-group .list-group-item.active small {
      color: #FFF; }
  .list-group .list-group-item.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-action:hover:not(.disabled) {
    background: rgba(0, 0, 0, 0.05); }
  .list-group .list-group-item.disabled, .list-group .list-group-item:disabled {
    color: #91969a; }
  .list-group .list-group-item.list-group-item-action.active:hover, .list-group .list-group-item.list-group-item-action.active:focus {
    background: #ff2d2d; }
  .list-group .list-group-item.list-group-item-primary {
    background: #ff2d2d;
    border-color: #ff1414;
    color: #FFF; }
    .list-group .list-group-item.list-group-item-primary.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-primary.list-group-item-action:focus:not(.disabled) {
      background: #ff1414; }
  .list-group .list-group-item.list-group-item-secondary {
    background: #22212f;
    border-color: #171620;
    color: #FFF; }
    .list-group .list-group-item.list-group-item-secondary.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-secondary.list-group-item-action:focus:not(.disabled) {
      background: #171620; }
  .list-group .list-group-item.list-group-item-success {
    background: #428c01;
    border-color: #367301;
    color: #FFF; }
    .list-group .list-group-item.list-group-item-success.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-success.list-group-item-action:focus:not(.disabled) {
      background: #367301; }
  .list-group .list-group-item.list-group-item-danger {
    background: #ba3030;
    border-color: #a62b2b;
    color: #FFF; }
    .list-group .list-group-item.list-group-item-danger.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-danger.list-group-item-action:focus:not(.disabled) {
      background: #a62b2b; }
  .list-group .list-group-item.list-group-item-warning {
    background: #fece00;
    border-color: #e5b900;
    color: #211b01; }
    .list-group .list-group-item.list-group-item-warning.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-warning.list-group-item-action:focus:not(.disabled) {
      background: #e5b900; }
  .list-group .list-group-item.list-group-item-info {
    background: #008abe;
    border-color: #0077a5;
    color: #FFF; }
    .list-group .list-group-item.list-group-item-info.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-info.list-group-item-action:focus:not(.disabled) {
      background: #0077a5; }
  .list-group .list-group-item.list-group-item-light {
    background: #FFF;
    border-color: #f2f2f2;
    color: #20232a; }
    .list-group .list-group-item.list-group-item-light.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-light.list-group-item-action:focus:not(.disabled) {
      background: #f2f2f2; }
  .list-group .list-group-item.list-group-item-dark {
    background: #121119;
    border-color: #07070a;
    color: #FFF; }
    .list-group .list-group-item.list-group-item-dark.list-group-item-action:hover:not(.disabled), .list-group .list-group-item.list-group-item-dark.list-group-item-action:focus:not(.disabled) {
      background: #07070a; }

/*----- 
    [Btn group]
------*/
.btn-group {
  width: 100%; }

/*----- 
    [Backgrounds]
------*/
.bg-primary {
  background: #ff2d2d !important; }

.bg-secondary {
  background: #22212f !important; }

.bg-success {
  background: #428c01 !important; }

.bg-danger {
  background: #ba3030 !important; }

.bg-warning {
  background: #fece00 !important; }

.bg-info {
  background: #008abe !important; }

.bg-light {
  background: #FFF !important; }

.bg-dark {
  background: #121119 !important; }

/*----- 
    [Buttons]
------*/
.btn {
  padding: 9px 15px;
  line-height: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .btn.btn-primary {
    border-color: #ff1e1e;
    background: #ff2d2d;
    color: #FFF; }
    .btn.btn-primary:hover {
      border-color: #f40000;
      background: #ff1414;
      color: #FFF; }
    .btn.btn-primary:not([disabled]):not(.disabled):active, .btn.btn-primary:not([disabled]):not(.disabled).active {
      border-color: #ea0000;
      background: #ff1e1e;
      color: #FFF;
      box-shadow: 0px 0px 0px 2px rgba(255, 45, 45, 0.2); }
    .btn.btn-primary:focus, .btn.btn-primary.focus {
      border-color: #ff0e0e;
      background: #ff2323;
      color: #FFF;
      box-shadow: none; }
  .btn.btn-outline-primary {
    border-color: #ff1e1e;
    color: #ff2d2d; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-primary:active, .btn.btn-outline-primary:active:focus {
      border-color: #ff1e1e;
      background: #ff2d2d;
      color: #FFF; }
    .btn.btn-outline-primary:focus {
      border-color: #e00000;
      background: #ef0000;
      color: #FFF; }
    .btn.btn-outline-primary.disabled {
      border-color: #ff1e1e;
      background: rgba(255, 45, 45, 0.1); }
      .btn.btn-outline-primary.disabled:hover {
        border-color: #ff1e1e;
        background: rgba(255, 45, 45, 0.1);
        color: #ff2d2d; }
  .btn.btn-secondary {
    border-color: #1b1b26;
    background: #22212f;
    color: #FFF; }
    .btn.btn-secondary:hover {
      border-color: #0a0a0e;
      background: #171620;
      color: #FFF; }
    .btn.btn-secondary:not([disabled]):not(.disabled):active, .btn.btn-secondary:not([disabled]):not(.disabled).active {
      border-color: #060608;
      background: #1b1b26;
      color: #FFF;
      box-shadow: 0px 0px 0px 2px rgba(34, 33, 47, 0.2); }
    .btn.btn-secondary:focus, .btn.btn-secondary.focus {
      border-color: #15141d;
      background: #1e1d29;
      color: #FFF;
      box-shadow: none; }
  .btn.btn-outline-secondary {
    border-color: #1b1b26;
    color: #22212f; }
    .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:active:focus {
      border-color: #1b1b26;
      background: #22212f;
      color: #FFF; }
    .btn.btn-outline-secondary:focus {
      border-color: #010102;
      background: #08080b;
      color: #FFF; }
    .btn.btn-outline-secondary.disabled {
      border-color: #1b1b26;
      background: rgba(34, 33, 47, 0.1); }
      .btn.btn-outline-secondary.disabled:hover {
        border-color: #1b1b26;
        background: rgba(34, 33, 47, 0.1);
        color: #22212f; }
  .btn.btn-success {
    border-color: #3b7d01;
    background: #428c01;
    color: #FFF; }
    .btn.btn-success:hover {
      border-color: #285401;
      background: #367301;
      color: #FFF; }
    .btn.btn-success:not([disabled]):not(.disabled):active, .btn.btn-success:not([disabled]):not(.disabled).active {
      border-color: #234a01;
      background: #3b7d01;
      color: #FFF;
      box-shadow: 0px 0px 0px 2px rgba(66, 140, 1, 0.2); }
    .btn.btn-success:focus, .btn.btn-success.focus {
      border-color: #346e01;
      background: #3d8201;
      color: #FFF;
      box-shadow: none; }
  .btn.btn-outline-success {
    border-color: #3b7d01;
    color: #428c01; }
    .btn.btn-outline-success:hover, .btn.btn-outline-success.active, .btn.btn-outline-success:active, .btn.btn-outline-success:active:focus {
      border-color: #3b7d01;
      background: #428c01;
      color: #FFF; }
    .btn.btn-outline-success:focus {
      border-color: #1e4000;
      background: #254f01;
      color: #FFF; }
    .btn.btn-outline-success.disabled {
      border-color: #3b7d01;
      background: rgba(66, 140, 1, 0.1); }
      .btn.btn-outline-success.disabled:hover {
        border-color: #3b7d01;
        background: rgba(66, 140, 1, 0.1);
        color: #428c01; }
  .btn.btn-danger {
    border-color: #ae2d2d;
    background: #ba3030;
    color: #FFF; }
    .btn.btn-danger:hover {
      border-color: #8d2424;
      background: #a62b2b;
      color: #FFF; }
    .btn.btn-danger:not([disabled]):not(.disabled):active, .btn.btn-danger:not([disabled]):not(.disabled).active {
      border-color: #852222;
      background: #ae2d2d;
      color: #FFF;
      box-shadow: 0px 0px 0px 2px rgba(186, 48, 48, 0.2); }
    .btn.btn-danger:focus, .btn.btn-danger.focus {
      border-color: #a22a2a;
      background: #b22e2e;
      color: #FFF;
      box-shadow: none; }
  .btn.btn-outline-danger {
    border-color: #ae2d2d;
    color: #ba3030; }
    .btn.btn-outline-danger:hover, .btn.btn-outline-danger.active, .btn.btn-outline-danger:active, .btn.btn-outline-danger:active:focus {
      border-color: #ae2d2d;
      background: #ba3030;
      color: #FFF; }
    .btn.btn-outline-danger:focus {
      border-color: #7d2020;
      background: #892323;
      color: #FFF; }
    .btn.btn-outline-danger.disabled {
      border-color: #ae2d2d;
      background: rgba(186, 48, 48, 0.1); }
      .btn.btn-outline-danger.disabled:hover {
        border-color: #ae2d2d;
        background: rgba(186, 48, 48, 0.1);
        color: #ba3030; }
  .btn.btn-warning {
    border-color: #efc200;
    background: #fece00;
    color: #211b01; }
    .btn.btn-warning:hover {
      border-color: #c6a100;
      background: #e5b900;
      color: #211b01; }
    .btn.btn-warning:not([disabled]):not(.disabled):active, .btn.btn-warning:not([disabled]):not(.disabled).active {
      border-color: #bc9800;
      background: #efc200;
      color: #211b01;
      box-shadow: 0px 0px 0px 2px rgba(254, 206, 0, 0.2); }
    .btn.btn-warning:focus, .btn.btn-warning.focus {
      border-color: #dfb500;
      background: #f4c600;
      color: #211b01;
      box-shadow: none; }
  .btn.btn-outline-warning {
    border-color: #efc200;
    color: #211b01; }
    .btn.btn-outline-warning:hover, .btn.btn-outline-warning.active, .btn.btn-outline-warning:active, .btn.btn-outline-warning:active:focus {
      border-color: #efc200;
      background: #fece00;
      color: #211b01; }
    .btn.btn-outline-warning:focus {
      border-color: #b29000;
      background: #c19c00;
      color: #211b01; }
    .btn.btn-outline-warning.disabled {
      border-color: #efc200;
      background: rgba(254, 206, 0, 0.1); }
      .btn.btn-outline-warning.disabled:hover {
        border-color: #efc200;
        background: rgba(254, 206, 0, 0.1);
        color: #211b01; }
  .btn.btn-info {
    border-color: #007faf;
    background: #008abe;
    color: #FFF; }
    .btn.btn-info:hover {
      border-color: #006186;
      background: #0077a5;
      color: #FFF; }
    .btn.btn-info:not([disabled]):not(.disabled):active, .btn.btn-info:not([disabled]):not(.disabled).active {
      border-color: #005a7c;
      background: #007faf;
      color: #FFF;
      box-shadow: 0px 0px 0px 2px rgba(0, 138, 190, 0.2); }
    .btn.btn-info:focus, .btn.btn-info.focus {
      border-color: #00749f;
      background: #0083b4;
      color: #FFF;
      box-shadow: none; }
  .btn.btn-outline-info {
    border-color: #007faf;
    color: #008abe; }
    .btn.btn-outline-info:hover, .btn.btn-outline-info.active, .btn.btn-outline-info:active, .btn.btn-outline-info:active:focus {
      border-color: #007faf;
      background: #008abe;
      color: #FFF; }
    .btn.btn-outline-info:focus {
      border-color: #005272;
      background: #005e81;
      color: #FFF; }
    .btn.btn-outline-info.disabled {
      border-color: #007faf;
      background: rgba(0, 138, 190, 0.1); }
      .btn.btn-outline-info.disabled:hover {
        border-color: #007faf;
        background: rgba(0, 138, 190, 0.1);
        color: #008abe; }
  .btn.btn-light {
    border-color: #d7dde3;
    background: #FFF;
    color: #20232a; }
    .btn.btn-light:hover {
      border-color: #bfc9d2;
      background: #f2f2f2;
      color: #20232a; }
    .btn.btn-light:not([disabled]):not(.disabled):active, .btn.btn-light:not([disabled]):not(.disabled).active {
      border-color: #b9c4ce;
      background: #f7f7f7;
      color: #20232a;
      box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2); }
    .btn.btn-light:focus, .btn.btn-light.focus {
      border-color: #ced5dd;
      background: #fafafa;
      color: #20232a;
      box-shadow: none; }
  .btn.btn-outline-light {
    border-color: #d7dde3;
    color: #20232a; }
    .btn.btn-outline-light:hover, .btn.btn-outline-light.active, .btn.btn-outline-light:active, .btn.btn-outline-light:active:focus {
      border-color: #d7dde3;
      background: #FFF;
      color: #20232a; }
    .btn.btn-outline-light:focus {
      border-color: #b3beca;
      background: #e0e0e0;
      color: #20232a; }
    .btn.btn-outline-light.disabled {
      border-color: #d7dde3;
      background: rgba(255, 255, 255, 0.1); }
      .btn.btn-outline-light.disabled:hover {
        border-color: #d7dde3;
        background: rgba(255, 255, 255, 0.1);
        color: #20232a; }
  .btn.btn-dark {
    border-color: #0b0b10;
    background: #121119;
    color: #FFF; }
    .btn.btn-dark:hover {
      border-color: black;
      background: #07070a;
      color: #FFF; }
    .btn.btn-dark:not([disabled]):not(.disabled):active, .btn.btn-dark:not([disabled]):not(.disabled).active {
      border-color: black;
      background: #0b0b10;
      color: #FFF;
      box-shadow: 0px 0px 0px 2px rgba(18, 17, 25, 0.2); }
    .btn.btn-dark:focus, .btn.btn-dark.focus {
      border-color: #050507;
      background: #0e0d13;
      color: #FFF;
      box-shadow: none; }
  .btn.btn-outline-dark {
    border-color: #0b0b10;
    color: #121119; }
    .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-dark:active, .btn.btn-outline-dark:active:focus {
      border-color: #0b0b10;
      background: #121119;
      color: #FFF; }
    .btn.btn-outline-dark:focus {
      border-color: black;
      background: black;
      color: #FFF; }
    .btn.btn-outline-dark.disabled {
      border-color: #0b0b10;
      background: rgba(18, 17, 25, 0.1); }
      .btn.btn-outline-dark.disabled:hover {
        border-color: #0b0b10;
        background: rgba(18, 17, 25, 0.1);
        color: #121119; }
  .btn:disabled, .btn.disabled {
    cursor: default; }
  .btn [class^='li-'], .btn .fa {
    font-size: 20px;
    line-height: 20px;
    float: left;
    text-align: center; }
  .btn .fa {
    font-size: 14px; }
  .btn.btn-lg, .btn-group-lg > .btn {
    padding: 14px 20px;
    font-size: 13px; }
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 4px 10px;
    font-size: 11px; }
    .btn.btn-sm span[class^='li-'], .btn-group-sm > .btn span[class^='li-'] {
      font-size: 20px; }
    .btn.btn-sm span.fa, .btn-group-sm > .btn span.fa {
      font-size: 14px; }
  .btn.btn-xs {
    line-height: 18px;
    padding: 0px 10px;
    font-size: 10px; }
  .btn + .dropdown-toggle-split {
    padding-left: 10px;
    padding-right: 10px; }
  .btn--icon span {
    float: left;
    line-height: 19px;
    margin-right: 10px; }
    .btn--icon span.fa {
      font-size: 14px;
      line-height: 19px; }
  .btn--icon.btn-lg span, .btn-group-lg > .btn--icon.btn span {
    margin-right: 10px; }
  .btn--icon.btn--icon-stacked {
    position: relative;
    padding-left: 52px; }
    .btn--icon.btn--icon-stacked span {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: rgba(0, 0, 0, 0.05);
      text-align: center; }
      .btn--icon.btn--icon-stacked span.text {
        font-family: "Oswald";
        font-size: 13px; }
    .btn--icon.btn--icon-stacked.btn-lg, .btn-group-lg > .btn--icon.btn--icon-stacked.btn {
      padding-left: 58px; }
      .btn--icon.btn--icon-stacked.btn-lg span, .btn-group-lg > .btn--icon.btn--icon-stacked.btn span {
        width: 48px;
        height: 48px;
        line-height: 48px; }
    .btn--icon.btn--icon-stacked.btn-sm, .btn-group-sm > .btn--icon.btn--icon-stacked.btn {
      padding-left: 35px; }
      .btn--icon.btn--icon-stacked.btn-sm span, .btn-group-sm > .btn--icon.btn--icon-stacked.btn span {
        width: 28px;
        height: 28px;
        line-height: 27px; }
  .btn--icon.btn--icon-right span {
    float: right;
    margin-right: 0px;
    margin-left: 5px; }
  .btn--icon.btn--icon-right.btn-lg span, .btn-group-lg > .btn--icon.btn--icon-right.btn span {
    margin-right: 0px;
    margin-left: 10px; }
  .btn--icon.btn--icon-right.btn--icon-stacked {
    padding-left: 15px;
    padding-right: 45px; }
    .btn--icon.btn--icon-right.btn--icon-stacked span {
      float: none;
      left: auto;
      right: 0px; }
    .btn--icon.btn--icon-right.btn--icon-stacked.btn-lg, .btn-group-lg > .btn--icon.btn--icon-right.btn--icon-stacked.btn {
      padding-left: 20px;
      padding-right: 58px; }
    .btn--icon.btn--icon-right.btn--icon-stacked.btn-sm, .btn-group-sm > .btn--icon.btn--icon-right.btn--icon-stacked.btn {
      padding-left: 10px;
      padding-right: 35px; }
  .btn-icon {
    padding: 9px 0px;
    width: 40px;
    text-align: center; }
    .btn-icon span[class^='li-'], .btn-icon span.fa {
      width: 100%; }
    .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
      width: 50px;
      padding: 14px 0px; }
    .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
      width: 30px;
      padding: 4px 0px; }
    .btn-icon.btn-xs {
      width: 20px;
      padding: 0px; }
  .btn--anon {
    font-family: "Oswald";
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase; }

button.close {
  cursor: pointer; }

/*----- 
    [Input groups]
------*/
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  background: #FFF;
  border: 1px solid #d7dde3;
  color: #20232a;
  line-height: 20px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 3px; }
  .input-group-prepend .input-group-text *[class^="fa"],
  .input-group-append .input-group-text *[class^="fa"] {
    font-size: 14px; }
  .input-group-prepend .input-group-text *[class^="li-"],
  .input-group-append .input-group-text *[class^="li-"] {
    font-size: 20px; }
  .input-group-prepend .input-group-text .custom-checkbox, .input-group-prepend .input-group-text .custom-radio,
  .input-group-append .input-group-text .custom-checkbox,
  .input-group-append .input-group-text .custom-radio {
    margin: 0px;
    padding-left: 20px; }
    .input-group-prepend .input-group-text .custom-checkbox .custom-control-label, .input-group-prepend .input-group-text .custom-radio .custom-control-label,
    .input-group-append .input-group-text .custom-checkbox .custom-control-label,
    .input-group-append .input-group-text .custom-radio .custom-control-label {
      display: block; }
      .input-group-prepend .input-group-text .custom-checkbox .custom-control-label:before, .input-group-prepend .input-group-text .custom-checkbox .custom-control-label:after, .input-group-prepend .input-group-text .custom-radio .custom-control-label:before, .input-group-prepend .input-group-text .custom-radio .custom-control-label:after,
      .input-group-append .input-group-text .custom-checkbox .custom-control-label:before,
      .input-group-append .input-group-text .custom-checkbox .custom-control-label:after,
      .input-group-append .input-group-text .custom-radio .custom-control-label:before,
      .input-group-append .input-group-text .custom-radio .custom-control-label:after {
        left: -20px; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append .input-group-text,
.input-group-sm > .input-group-prepend .input-group-text {
  padding: 4px 5px;
  font-size: 11px;
  line-height: 20px;
  height: 30px !important;
  border-radius: 3px; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append .input-group-text,
.input-group-lg > .input-group-prepend .input-group-text {
  padding: 14px 15px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 3px; }

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

.form-group > .input-group {
  margin-bottom: 0px; }

/*----- 
    [Dropdowns]
------*/
.dropdown-menu {
  padding: 5px 0px;
  margin: 7px 0px 7px;
  min-width: 200px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  border-color: #d7dde3;
  color: #323c47; }
  .dropdown-menu .dropdown-item {
    padding: 10px 15px 10px 30px;
    color: #323c47;
    outline: none;
    position: relative;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .dropdown-menu .dropdown-item:after {
      content: " ";
      width: 3px;
      height: 3px;
      background: #323c47;
      position: absolute;
      left: 14px;
      top: 18px; }
    .dropdown-menu .dropdown-item span.fa {
      font-size: 14px;
      line-height: 19px;
      float: left;
      margin-right: 10px;
      width: 20px;
      text-align: center; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
      padding-left: 35px;
      background: rgba(0, 0, 0, 0.03); }
    .dropdown-menu .dropdown-item.active {
      background: #FFF; }
      .dropdown-menu .dropdown-item.active:hover {
        padding-left: 30px;
        background: rgba(0, 0, 0, 0.03); }
      .dropdown-menu .dropdown-item.active:after {
        background: #ff2d2d; }
    .dropdown-menu .dropdown-item.disabled {
      background: transparent;
      opacity: 0.5; }
  .dropdown-menu .dropdown-divider {
    border-color: #d7dde3; }
  .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px; }

/*----- 
    [Alerts]
------*/
.alert {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert .alert-heading {
    margin-top: 5px; }
  .alert.alert-primary {
    background: #ff2d2d;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-primary hr {
      border-color: rgba(0, 0, 0, 0.1); }
  .alert.alert-secondary {
    background: #22212f;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-secondary hr {
      border-color: rgba(0, 0, 0, 0.1); }
  .alert.alert-success {
    background: #428c01;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-success hr {
      border-color: rgba(0, 0, 0, 0.1); }
  .alert.alert-danger {
    background: #ba3030;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-danger hr {
      border-color: rgba(0, 0, 0, 0.1); }
  .alert.alert-warning {
    background: #fece00;
    color: #211b01;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-warning hr {
      border-color: rgba(0, 0, 0, 0.1); }
  .alert.alert-info {
    background: #008abe;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-info hr {
      border-color: rgba(0, 0, 0, 0.1); }
  .alert.alert-light {
    background: #FFF;
    color: #20232a;
    border-color: #d7dde3; }
    .alert.alert-light hr {
      border-color: #d7dde3; }
  .alert.alert-dark {
    background: #121119;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1); }
    .alert.alert-dark hr {
      border-color: rgba(0, 0, 0, 0.1); }

/*----- 
    [Badges]
------*/
.badge {
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px 0px 15px;
  line-height: inherit;
  position: relative;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out; }
  .badge:after {
    content: " ";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%; }
  .badge.badge-primary {
    background: rgba(255, 45, 45, 0.1);
    color: #ff2d2d;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-primary:after {
      background: #ff2d2d; }
    .badge.badge-primary[hover]:hover {
      background: rgba(255, 45, 45, 0.5); }
  .badge.badge-secondary {
    background: rgba(34, 33, 47, 0.1);
    color: #22212f;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-secondary:after {
      background: #22212f; }
    .badge.badge-secondary[hover]:hover {
      background: rgba(34, 33, 47, 0.5); }
  .badge.badge-success {
    background: rgba(66, 140, 1, 0.1);
    color: #428c01;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-success:after {
      background: #428c01; }
    .badge.badge-success[hover]:hover {
      background: rgba(66, 140, 1, 0.5); }
  .badge.badge-danger {
    background: rgba(186, 48, 48, 0.1);
    color: #ba3030;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-danger:after {
      background: #ba3030; }
    .badge.badge-danger[hover]:hover {
      background: rgba(186, 48, 48, 0.5); }
  .badge.badge-warning {
    background: rgba(254, 206, 0, 0.1);
    color: #fece00;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-warning:after {
      background: #fece00; }
    .badge.badge-warning[hover]:hover {
      background: rgba(254, 206, 0, 0.5); }
  .badge.badge-info {
    background: rgba(0, 138, 190, 0.1);
    color: #008abe;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-info:after {
      background: #008abe; }
    .badge.badge-info[hover]:hover {
      background: rgba(0, 138, 190, 0.5); }
  .badge.badge-light {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    border-color: #d7dde3; }
    .badge.badge-light:after {
      background: #FFF; }
    .badge.badge-light[hover]:hover {
      background: rgba(255, 255, 255, 0.5); }
  .badge.badge-dark {
    background: rgba(18, 17, 25, 0.1);
    color: #121119;
    border-color: rgba(0, 0, 0, 0.1); }
    .badge.badge-dark:after {
      background: #121119; }
    .badge.badge-dark[hover]:hover {
      background: rgba(18, 17, 25, 0.5); }
  .badge.badge-pill {
    border-radius: 1rem;
    padding: 0px 10px; }
    .badge.badge-pill:after {
      display: none; }

/*----- 
    [Modals]
------*/
.modal-content {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
  .modal-content .modal-header {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0px 0px;
    padding: 20px; }
  .modal-content .modal-footer {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 3px 3px; }
  .modal-content--bordered {
    border: 10px solid rgba(0, 0, 0, 0.1); }

/*----- 
    [Popover]
------*/
.popover {
  line-height: 20px;
  font-size: 13px;
  border-radius: 3px;
  padding: 0px; }
  .popover .popover-header {
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 3px 3px 0px 0px; }
  .popover .popover-body {
    padding: 10px 15px; }

/*----- 
    [Validation]
------*/
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #428c01; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ba3030; }

.invalid-feedback {
  color: #ba3030;
  font-size: 11px; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(186, 48, 48, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
  color: #ba3030; }

/*----- 
    [Tables]
------*/
.table {
  margin-bottom: 20px; }
  .table .custom-control {
    margin: 0px;
    padding-left: 20px; }
    .table .custom-control .custom-control-label {
      display: block; }
      .table .custom-control .custom-control-label:after, .table .custom-control .custom-control-label:before {
        left: -20px; }
  .table th {
    color: #242437; }
  .table th,
  .table td {
    padding: 10px;
    border-top: 1px solid #d7dde3;
    vertical-align: middle; }
  .table thead th {
    border-bottom: 0px;
    border-top: 0px;
    font-weight: 500; }
  .table tfoot th {
    border-top: 1px solid #d7dde3;
    border-bottom: 0px; }
  .table tbody th {
    font-weight: 500; }
  .table.table-dark {
    color: #dfdfe9;
    background-color: #201f2c; }
    .table.table-dark th {
      color: #fefeff; }
    .table.table-dark th, .table.table-dark td {
      border-color: rgba(0, 0, 0, 0.2); }
    .table.table-dark thead th {
      border-color: rgba(0, 0, 0, 0.2); }
  .table .thead-dark th {
    color: #dfdfe9;
    background-color: #201f2c;
    border-color: rgba(0, 0, 0, 0.2); }
  .table .thead-light th {
    background: #fafafa; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.02); }
  .table.table-hover tbody tr {
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .table.table-hover tbody tr:hover {
      background: rgba(0, 0, 0, 0.03); }
  .table.table-bordered {
    border-top: 1px solid #d7dde3; }
  .table.table-indent-rows {
    border-collapse: separate;
    border-spacing: 0 10px;
    border: 0px; }
    .table.table-indent-rows tbody td, .table.table-indent-rows tbody th {
      border-top: 1px solid #d7dde3;
      border-bottom: 1px solid #d7dde3; }
      .table.table-indent-rows tbody td:first-child, .table.table-indent-rows tbody th:first-child {
        border-left: 1px solid #d7dde3; }
      .table.table-indent-rows tbody td:last-child, .table.table-indent-rows tbody th:last-child {
        border-right: 1px solid #d7dde3; }

/*----- 
    [Pagination]
------*/
.pagination {
  border-radius: 3px; }
  .pagination .page-item .page-link {
    padding: 10px;
    line-height: 20px;
    min-width: 40px;
    text-align: center;
    color: #323c47;
    border-color: #d7dde3;
    outline: none;
    background: #FFF;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .pagination .page-item .page-link:hover {
      background: #f2f2f2; }
  .pagination .page-item.active .page-link {
    border-color: #f90000;
    background: #ff2d2d;
    color: #FFF; }
  .pagination .page-item.disabled .page-link {
    color: #91969a; }
  .pagination .page-item:first-child .page-link {
    border-radius: 3px 0px 0px 3px; }
  .pagination .page-item:last-child .page-link {
    border-radius: 0px 3px 3px 0px; }
  .pagination--space .page-item .page-link {
    margin-right: 5px;
    border-radius: 3px !important; }
  .pagination.pagination-lg .page-item .page-link {
    padding: 14px 15px;
    min-width: 50px;
    font-size: 13px; }
  .pagination.pagination-sm .page-item .page-link {
    padding: 4px 10px;
    min-width: 30px;
    font-size: 12px; }

/*----- 
    [Progress]
------*/
.progress {
  height: 20px;
  margin: 10px 0px;
  border-radius: 3px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.05); }
  .progress .progress-bar {
    background: #ff2d2d;
    color: #FFF; }
    .progress .progress-bar.progress-bar-striped {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
      background-size: 1rem 1rem; }

/*------------------------------------------------------------------

    [Personal styles]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    --/--/-- 

    We recommend you to use this file for your stylesheets.
    
-------------------------------------------------------------------*/
/*-----
    [Right to left support]    
-----*/
/*------------------------------------------------------------------

    [Master stylesheet for rtl mode]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18

-------------------------------------------------------------------*/
/*------------------------------------------------------------------

    [Layout changes]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18

-------------------------------------------------------------------*/
body[dir="rtl"] {
  text-align: right;
  /*-----
        [Fixed panel / .fixed-panel]
    -----*/ }
  body[dir="rtl"] > .page .page__content {
    /*----- 
                [Aside / .page-aside]
            -----*/
    /*-----
                [Sidepanel / .page-sidepanel]
            -----*/ }
    body[dir="rtl"] > .page .page__content.page__content--w-aside-fixed {
      padding-left: 0px;
      padding-right: 250px; }
      body[dir="rtl"] > .page .page__content.page__content--w-aside-fixed.page-aside--minimized {
        padding-left: 0px;
        padding-right: 70px; }
      body[dir="rtl"] > .page .page__content.page__content--w-aside-fixed.page-aside--hidden {
        padding-left: 0px;
        padding-right: 0px; }
      body[dir="rtl"] > .page .page__content.page__content--w-aside-fixed > .page-aside {
        left: auto;
        right: 0px; }
    body[dir="rtl"] > .page .page__content .page-sidepanel {
      border-right: 0px;
      border-left: 1px solid #d7dde3; }
      body[dir="rtl"] > .page .page__content .page-sidepanel .page-sidepanel__button {
        left: -10px;
        right: auto;
        border: 1px solid #d7dde3;
        border-right-color: #FFF;
        border-radius: 3px 0px 0px 3px;
        -moz-transition: width 100ms linear, left 100ms linear;
        -o-transition: width 100ms linear, left 100ms linear;
        -webkit-transition: width 100ms linear, left 100ms linear;
        transition: width 100ms linear, left 100ms linear; }
        body[dir="rtl"] > .page .page__content .page-sidepanel .page-sidepanel__button div {
          border-style: solid;
          border-width: 3px 0 3px 4px;
          border-color: transparent transparent transparent #323c47;
          margin: 11px 0px;
          float: right; }
      body[dir="rtl"] > .page .page__content .page-sidepanel:hover > .page-sidepanel__button {
        width: 16px;
        left: -16px;
        right: auto; }
      body[dir="rtl"] > .page .page__content .page-sidepanel--hidden {
        width: 5px; }
        body[dir="rtl"] > .page .page__content .page-sidepanel--hidden > .page-sidepanel__button div {
          border-width: 3px 4px 3px 0;
          border-color: transparent #323c47 transparent transparent; }
        body[dir="rtl"] > .page .page__content .page-sidepanel--hidden:hover > .page-sidepanel__button div {
          margin: 11px 2px 11px 4px; }
  body[dir="rtl"] .fixed-panel {
    right: auto;
    left: -300px;
    -moz-transition: left 200ms ease-in-out;
    -o-transition: left 200ms ease-in-out;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
    /*-----
            [Fixed panel header / .fixed-panel__header]
        -----*/ }
    body[dir="rtl"] .fixed-panel .fixed-panel__header .title {
      float: right; }
    body[dir="rtl"] .fixed-panel .fixed-panel__header .btn {
      float: left; }
    body[dir="rtl"] .fixed-panel.show {
      right: auto;
      left: 0px; }

/*------------------------------------------------------------------

    [Layout options]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18

-------------------------------------------------------------------*/
body[dir="rtl"].boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside {
  border-radius: 0px 10px 10px 0px; }
  body[dir="rtl"].boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
    border-radius: 0px 10px 10px 0px; }

body[dir="rtl"].boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
  border-radius: 10px 10px 0px 0px; }

body[dir="rtl"].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside {
  display: none;
  border-radius: 0px 6px 6px 0px; }
  body[dir="rtl"].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside > .page-aside-controls {
    border-radius: 0px 0px 6px 0px; }
  body[dir="rtl"].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
    border-radius: 0px 6px 6px 0px; }

body[dir="rtl"].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
  border-radius: 6px 6px 0px 0px; }

body[dir="rtl"].indent.indent--single-header > .page:not(.page--w-container) > .page__content > .page-aside, body[dir="rtl"].indent.indent--relative-header > .page:not(.page--w-container) > .page__content > .page-aside {
  border-radius: 0px 6px 6px 0px; }

body[dir="rtl"].indent.indent--single-header > .page:not(.page--w-container) > .page__content.page-aside--hidden .page-sidepanel, body[dir="rtl"].indent.indent--relative-header > .page:not(.page--w-container) > .page__content.page-aside--hidden .page-sidepanel {
  border-radius: 0px 6px 6px 0px; }

body[dir="rtl"].indent.indent--single-container > .page > .page__content > .page-aside {
  border-radius: 0px 6px 6px 0px; }

body[dir="rtl"].indent.indent--single-container > .page > .page__content.page-aside--hidden .page-sidepanel {
  border-radius: 0px 6px 6px 0px; }

/*------------------------------------------------------------------

    [Header styles]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18 [Release]        
    
-------------------------------------------------------------------*/
body[dir="rtl"] {
  /*-----
        [Page header search]
    -----*/ }
  body[dir="rtl"] .page-header-search .form-control {
    padding-left: 9px;
    padding-right: 40px; }
  body[dir="rtl"] .page-header-search .page-header-search__icon {
    left: auto;
    right: 0px; }

/*------------------------------------------------------------------

    [Logo]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18 [Release]

-------------------------------------------------------------------*/
body[dir="rtl"] .logo-holder {
  float: right; }
  body[dir="rtl"] .logo-holder .logo, body[dir="rtl"] .logo-holder .logo-text {
    float: right; }
  body[dir="rtl"] .logo-holder .logo-text {
    padding: 20px 20px 20px 0px; }
  body[dir="rtl"] .logo-holder.logo-holder--xl .logo-text {
    text-align: center; }
  body[dir="rtl"] .logo-holder.logo-holder--lg .logo-text {
    text-align: center; }
  body[dir="rtl"] .logo-holder.text-left.logo-holder--xl .logo-text {
    text-align: left; }

body[dir="rtl"] .page .logo-holder .rw-btn {
  right: auto;
  left: 5px; }

/*------------------------------------------------------------------

    [Page heading]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18 [Release]

-------------------------------------------------------------------*/
body[dir="rtl"] .page-heading {
  /*-----
            [Bootstrap breadcrumb support / .breadcrumb]
        -----*/ }
  body[dir="rtl"] .page-heading .page-heading__container {
    display: block;
    padding: 15px 20px;
    float: right;
    position: relative; }
    body[dir="rtl"] .page-heading .page-heading__container .icon {
      float: right;
      margin-right: 0px;
      margin-left: 10px;
      text-align: right; }
    body[dir="rtl"] .page-heading .page-heading__container.page-heading__container--center {
      text-align: center; }
    body[dir="rtl"] .page-heading .page-heading__container.float-left {
      padding-left: 10px; }
  body[dir="rtl"] .page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "\f104";
    padding-left: .5rem; }

/*------------------------------------------------------------------

    [Navigation styles]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18
       
-------------------------------------------------------------------*/
body[dir="rtl"] .navigation {
  float: right;
  /*-----
            [Navigation list]
        -----*/ }
  body[dir="rtl"] .navigation .icon {
    margin-right: 0px;
    margin-left: 10px;
    float: right; }
  body[dir="rtl"] .navigation .text {
    float: right; }
  body[dir="rtl"] .navigation ul {
    padding-right: 0px !important; }
    body[dir="rtl"] .navigation ul > li > a.no-icon {
      padding-left: 0px;
      padding-right: 40px; }
      body[dir="rtl"] .navigation ul > li > a.no-icon:after {
        left: auto;
        right: 19px; }
    body[dir="rtl"] .navigation ul > li.openable:before {
      right: auto;
      left: 10px; }
    body[dir="rtl"] .navigation ul ul {
      padding-right: 0px; }
  body[dir="rtl"] .navigation > ul {
    float: right; }
    body[dir="rtl"] .navigation > ul > li {
      float: right; }
      body[dir="rtl"] .navigation > ul > li.title {
        padding: 10px 10px 0px 0px; }
      body[dir="rtl"] .navigation > ul > li > a {
        float: right; }
      body[dir="rtl"] .navigation > ul > li ul {
        float: right; }
        body[dir="rtl"] .navigation > ul > li ul > li {
          float: right; }
          body[dir="rtl"] .navigation > ul > li ul > li > a {
            float: right; }
  body[dir="rtl"] .navigation.navigation--condensed ul > li.active > a:before {
    left: auto;
    right: 0px; }
  body[dir="rtl"] .navigation.navigation--quick ul > li > a {
    padding-left: 0px;
    padding-right: 30px; }
    body[dir="rtl"] .navigation.navigation--quick ul > li > a:after {
      left: auto;
      right: 14px; }
  body[dir="rtl"] .navigation--custom > ul > li > a .icon {
    float: left;
    margin-left: 0px;
    margin-right: 0px; }
  body[dir="rtl"] .navigation--custom > ul > li.openable:before {
    right: auto;
    left: 40px; }

/*------------------------------------------------------------------

    [Typography]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18

-------------------------------------------------------------------*/
body[dir="rtl"] ul:not([class]) {
  padding-left: 0px;
  padding-right: 15px; }
  body[dir="rtl"] ul:not([class]) > ul {
    padding-left: 0px;
    padding-right: 30px; }

/*------------------------------------------------------------------

    [User elements]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18
        
-------------------------------------------------------------------*/
body[dir="rtl"] .user > img {
  float: right; }
  body[dir="rtl"] .user > img + .user__name {
    padding-left: 0px;
    padding-right: 30px; }

body[dir="rtl"] .user > .user__button {
  float: right; }
  body[dir="rtl"] .user > .user__button + .user__title {
    padding-left: 0px;
    padding-right: 30px; }

body[dir="rtl"] .user.user--lg > img + .user__name {
  padding-left: 0px;
  padding-right: 50px; }

body[dir="rtl"] .user.user--lg > .user__button + .user__title {
  padding-left: 0px;
  padding-right: 50px; }

body[dir="rtl"] .user.user--xlg > img + .user__name {
  padding-left: 0px;
  padding-right: 75px; }

body[dir="rtl"] .user.user--xlg > .user__button + .user__title {
  padding-left: 0px;
  padding-right: 75px; }

body[dir="rtl"] .user.user--huge > img + .user__name {
  padding-left: 0px;
  padding-right: 95px; }

body[dir="rtl"] .user.user--huge > .user__button + .user__title {
  padding-left: 0px;
  padding-right: 90px; }

body[dir="rtl"] .user.user--centred {
  text-align: center; }
  body[dir="rtl"] .user.user--centred > img + .user__name {
    padding-right: 0px; }

body[dir="rtl"] .user.user--controls .user__name {
  padding-left: 30px;
  padding-right: 0px; }
  body[dir="rtl"] .user.user--controls .user__name .user__controls {
    right: auto;
    left: 0px; }

body[dir="rtl"] .user-group .user {
  float: right;
  margin-left: 0px;
  margin-right: -5px; }
  body[dir="rtl"] .user-group .user--lg {
    margin-right: -15px;
    margin-left: 0px; }
  body[dir="rtl"] .user-group .user--xlg {
    margin-right: -25px;
    margin-left: 0px; }
  body[dir="rtl"] .user-group .user--huge {
    margin-right: -45px;
    margin-left: 0px; }
  body[dir="rtl"] .user-group .user:first-child {
    margin-right: 0px; }

body[dir="rtl"] .navigation .user.user--lg {
  padding: 10px 10px 10px 0px; }

body[dir="rtl"] .navigation .user.user--w-lineunder {
  padding: 10px 5px 35px; }
  body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder {
    padding: 4px 10px;
    left: auto;
    right: 0px; }
    body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .text {
      float: right; }
    body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .buttons {
      left: 15px;
      right: auto; }
      body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .buttons .dropdown {
        float: none; }
      body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .buttons .button {
        float: none;
        margin-right: 4px;
        margin-left: 0px; }
        body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .buttons .button:first-child {
          margin-right: 0px; }
        body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .buttons .button.button-minimize:after {
          content: "\f105"; }
        body[dir="rtl"] .navigation .user.user--w-lineunder .user__lineunder .buttons .button.button-minimize.active:after {
          content: "\f104"; }

body[dir="rtl"] .navigation.navigation--condensed .user--w-lineunder {
  padding: 20px 10px 35px 10px; }
  body[dir="rtl"] .navigation.navigation--condensed .user--w-lineunder .user__lineunder {
    padding-left: 0px;
    padding-right: 10px; }
    body[dir="rtl"] .navigation.navigation--condensed .user--w-lineunder .user__lineunder .buttons {
      right: auto;
      left: 10px; }

body[dir="rtl"] .page-aside--minimized .navigation .user.user--w-lineunder .user__lineunder .buttons, body[dir="rtl"] .navigation--minimized .navigation .user.user--w-lineunder .user__lineunder .buttons {
  right: auto;
  left: 0px; }

/*------------------------------------------------------------------

    [Boostatrap styles changes]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18

-------------------------------------------------------------------*/
/*----- 
    [Form elements]
------*/
body[dir="rtl"] ul.list-group {
  padding-right: 0px; }

body[dir="rtl"] .dropdown-menu {
  text-align: right; }
  body[dir="rtl"] .dropdown-menu .dropdown-item {
    padding: 10px 30px 10px 15px; }
    body[dir="rtl"] .dropdown-menu .dropdown-item:after {
      right: 14px;
      left: auto; }
    body[dir="rtl"] .dropdown-menu .dropdown-item span.fa {
      margin-right: 0px;
      margin-left: 10px;
      float: right; }
    body[dir="rtl"] .dropdown-menu .dropdown-item:hover, body[dir="rtl"] .dropdown-menu .dropdown-item:focus {
      padding-right: 35px;
      padding-left: 15px; }
    body[dir="rtl"] .dropdown-menu .dropdown-item.active:hover {
      padding-right: 30px;
      padding-left: 0px; }

body[dir="rtl"] .custom-control {
  padding-right: 30px;
  padding-left: 0px; }
  body[dir="rtl"] .custom-control .custom-control-label:before {
    right: -30px;
    left: auto; }
  body[dir="rtl"] .custom-control .custom-control-label:after {
    right: -30px;
    left: auto; }

body[dir="rtl"] .table.table-indent-rows {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: 0px; }
  body[dir="rtl"] .table.table-indent-rows tbody td, body[dir="rtl"] .table.table-indent-rows tbody th {
    border-top: 1px solid #d7dde3;
    border-bottom: 1px solid #d7dde3; }
    body[dir="rtl"] .table.table-indent-rows tbody td:first-child, body[dir="rtl"] .table.table-indent-rows tbody th:first-child {
      border-left: 0px;
      border-right: 1px solid #d7dde3; }
    body[dir="rtl"] .table.table-indent-rows tbody td:last-child, body[dir="rtl"] .table.table-indent-rows tbody th:last-child {
      border-right: 0px;
      border-left: 1px solid #d7dde3; }

body[dir="rtl"] .form-check {
  padding-left: 0px;
  padding-right: 20px;
  margin-right: 0px;
  margin-left: 10px; }
  body[dir="rtl"] .form-check .form-check-input {
    right: 0px;
    left: auto;
    top: 0px;
    margin-top: 4px;
    position: absolute;
    margin-right: 0px; }

body[dir="rtl"] .custom-file-label:after {
  right: auto;
  left: 0px;
  border-left: 0px;
  border-right: 1px solid #ced4da;
  border-radius: 3px 0px 0px 3px; }

/*------------------------------------------------------------------

    [Widgets]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    08/06/18

-------------------------------------------------------------------*/
body[dir="rtl"] .widget .widget__icon_layer {
  text-align: right; }
  body[dir="rtl"] .widget .widget__icon_layer.widget__icon_layer--middle {
    text-align: center; }
  body[dir="rtl"] .widget .widget__icon_layer.widget__icon_layer--left {
    text-align: left; }

body[dir="rtl"] .widget .widget__container {
  right: 0px;
  left: auto; }

body[dir="rtl"] .widget .widget__line {
  float: right; }

body[dir="rtl"] .widget .widget__icon {
  float: right; }

body[dir="rtl"] .widget .widget__title {
  padding-right: 50px;
  padding-left: 0px; }

body[dir="rtl"] .widget .widget__subtitle {
  padding-right: 50px;
  padding-left: 0px; }

body[dir="rtl"] .widget .widget__box {
  left: 10px;
  right: 0px; }
  body[dir="rtl"] .widget .widget__box.widget__box--left {
    left: auto;
    right: 10px; }

body[dir="rtl"] .widget.widget--box .widget__container {
  left: auto;
  top: auto; }
  body[dir="rtl"] .widget.widget--box .widget__container .widget__title,
  body[dir="rtl"] .widget.widget--box .widget__container .widget__subtitle {
    float: right; }

body[dir="rtl"] .informer .informer__wrapper {
  float: right; }

body[dir="rtl"] .informer .informer__num {
  float: right; }

body[dir="rtl"] .informer .informer__title {
  float: right; }

body[dir="rtl"] .informer.informer--icon .informer__wrapper {
  padding-right: 70px;
  padding-left: 0px; }

body[dir="rtl"] .informer.informer--icon--icon-right .informer__wrapper {
  padding-right: 10px;
  padding-left: 70px; }

body[dir="rtl"] .informer.informer--icon--icon-right .informer__icon {
  left: 0px;
  right: auto; }

/*------------------------------------------------------------------

    [Accordion]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    

    [Table of contents]
    
    1. RW Accordion

-------------------------------------------------------------------*/
/*-----
    [RW Accordion]        
-----*/
body[dir="rtl"] .rw-accordion__title {
  float: right; }

body[dir="rtl"] .rw-accordion__pointer {
  float: right;
  margin-right: 0px;
  margin-left: 10px; }

/*-----
    [Import invert template skin]    
-----*/
/*------------------------------------------------------------------

    [Master stylesheet for invert skin]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    11/06/18

-------------------------------------------------------------------*/
/*------------------------------------------------------------------

    [Typography]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert {
  color: #dfdfe9; }
  .invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6 {
    color: #fefeff; }
  .invert p.caption {
    color: rgba(223, 223, 233, 0.9) !important; }
  .invert small {
    color: rgba(223, 223, 233, 0.9) !important; }
  .invert .text-muted {
    color: rgba(223, 223, 233, 0.9) !important; }
  .invert code {
    background: #171620;
    color: #dfdfe9; }
  .invert pre {
    color: #dfdfe9; }
  .invert .styled-list > li > a {
    color: #fefeff; }

/*------------------------------------------------------------------

    [Layout]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.page .page__header.invert {
  background: #22212f;
  color: #dfdfe9;
  border-bottom-color: rgba(0, 0, 0, 0.2); }

.page .page__container.invert {
  background: #22212f;
  color: #dfdfe9;
  border-bottom-color: rgba(0, 0, 0, 0.2); }

.page .page__content.page__content-invert {
  background: #171624; }

.page .page__content .page-aside.invert {
  background-color: #22212f;
  color: #dfdfe9;
  border-right-color: rgba(0, 0, 0, 0.2); }
  .page .page__content .page-aside.invert .page-aside-controls {
    background: #1e1d29;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

.page .page__content .page-sidepanel.invert {
  background: #201f2c;
  color: #dfdfe9;
  border-right-color: rgba(0, 0, 0, 0.2); }
  .page .page__content .page-sidepanel.invert > .page-sidepanel__button {
    background: #201f2c;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #201f2c; }
    .page .page__content .page-sidepanel.invert > .page-sidepanel__button div {
      border-color: transparent #dfdfe9 transparent transparent; }
  .page .page__content .page-sidepanel.invert.page-sidepanel--hidden > .page-sidepanel__button div {
    border-color: transparent transparent transparent #dfdfe9; }

.page .page__content .important-container.invert {
  background: #201f2c;
  color: #dfdfe9; }

/*------------------------------------------------------------------

    [Header]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .page-header-search__icon:after {
  border-color: #FFF; }

.invert .page-header-search__icon:before {
  background: #FFF; }

.invert .page-header-search--focus .page-header-search__icon:after {
  background: #FFF; }

/*------------------------------------------------------------------

    [Logo]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .logo-holder .logo {
  background-image: url("../img/logo_light-2x.png"); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invert .logo-holder .logo {
      background-image: url("../img/logo_light-2x.png");
      background-size: 250px 50px;
      background-size: 25rem 5r4em; } }

.invert .logo-holder .logo-text {
  color: #fefeff; }

/*------------------------------------------------------------------

    [Navigations]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .navigation .icon {
  color: #FFF; }

.invert .navigation ul > li > a.no-icon:after {
  background: #FFF; }

.invert .navigation ul > li.active > a.no-icon:after {
  background: #ff2d2d; }

.invert .navigation > ul > li.title {
  color: rgba(223, 223, 233, 0.9); }

.invert .navigation > ul > li > a {
  background: transparent;
  color: #ebebf5; }
  .invert .navigation > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #c6c6ce; }

.invert .navigation > ul > li.active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #fefeff; }
  .invert .navigation > ul > li.active > a .icon {
    color: #ff2d2d; }

.invert .navigation > ul > li.open > a {
  background: rgba(0, 0, 0, 0.08);
  color: #ebebf5; }

.invert .navigation > ul > li ul > li > a {
  background: rgba(0, 0, 0, 0.05);
  color: #ebebf5; }
  .invert .navigation > ul > li ul > li > a:hover {
    color: #c6c6ce;
    background: rgba(0, 0, 0, 0.1); }

.invert .navigation > ul > li ul > li.active > a {
  background: rgba(0, 0, 0, 0.12); }

.invert .navigation > ul > li ul > li.open > a {
  background: rgba(0, 0, 0, 0.12); }

.invert .navigation > ul > li ul > li > ul > li > a {
  background: rgba(0, 0, 0, 0.15); }
  .invert .navigation > ul > li ul > li > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.2); }

.invert.navigation--minimized .navigation > ul > li:hover > a, .invert.page-aside--minimized .navigation > ul > li:hover > a {
  background: rgba(0, 0, 0, 0.08);
  color: #c6c6ce; }

.invert.navigation--minimized .navigation > ul > li ul > li, .invert.page-aside--minimized .navigation > ul > li ul > li {
  background: #22212f; }

.invert .horizontal-navigation > ul .icon {
  color: #FFF; }

.invert .horizontal-navigation > ul > li > a {
  color: #ebebf5;
  background: transparent; }
  .invert .horizontal-navigation > ul > li > a:hover {
    color: #c6c6ce;
    background: rgba(0, 0, 0, 0.08); }

.invert .horizontal-navigation > ul > li ul {
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .invert .horizontal-navigation > ul > li ul > li {
    background: #22212f; }
    .invert .horizontal-navigation > ul > li ul > li > a {
      color: #ebebf5;
      background: rgba(0, 0, 0, 0.05);
      border-color: rgba(0, 0, 0, 0.2);
      color: #ebebf5; }
      .invert .horizontal-navigation > ul > li ul > li > a:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #c6c6ce; }

.invert .horizontal-navigation > ul li {
  background: #22212f; }
  .invert .horizontal-navigation > ul li > a.no-icon:after {
    background: #FFF; }
  .invert .horizontal-navigation > ul li.active > a.no-icon:after {
    background: #ff2d2d; }
  .invert .horizontal-navigation > ul li:hover > a {
    color: #c6c6ce;
    background: rgba(0, 0, 0, 0.08); }

.invert .file-tree ul > li > a {
  color: #fdfcff; }
  .invert .file-tree ul > li > a:hover {
    color: #fd0100; }

.invert .file-tree ul > li:after {
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }

.invert .file-tree ul > li.folder:before {
  border-color: transparent transparent transparent #dfdfe9; }

.invert .file-tree ul > li.open.folder:before {
  border-color: #dfdfe9 transparent transparent transparent; }

.invert .file-tree ul:after {
  border-right: 1px dotted rgba(0, 0, 0, 0.2); }

/*------------------------------------------------------------------

    [Elements]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.page-heading.invert {
  background: #13121e;
  border-bottom-color: rgba(0, 0, 0, 0.2); }
  .page-heading.invert .page-heading__container .title {
    color: #fefeff; }
  .page-heading.invert .page-heading__container p.caption {
    color: rgba(223, 223, 233, 0.9); }
  .page-heading.invert .breadcrumb {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #11101b; }
    .page-heading.invert .breadcrumb .breadcrumb-item > a {
      color: rgba(223, 223, 233, 0.9); }
    .page-heading.invert .breadcrumb .breadcrumb-item.active {
      color: #dfdfe9; }
    .page-heading.invert .breadcrumb .breadcrumb-item:before {
      color: rgba(223, 223, 233, 0.9); }

.invert .page-heading {
  background: #201f2c;
  border-bottom-color: rgba(0, 0, 0, 0.2); }
  .invert .page-heading .page-heading__container .title {
    color: #fefeff; }
  .invert .page-heading .page-heading__container p.caption {
    color: rgba(223, 223, 233, 0.9); }
  .invert .page-heading .breadcrumb {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #1e1d29; }
    .invert .page-heading .breadcrumb .breadcrumb-item > a {
      color: rgba(223, 223, 233, 0.9); }
    .invert .page-heading .breadcrumb .breadcrumb-item.active {
      color: #dfdfe9; }
    .invert .page-heading .breadcrumb .breadcrumb-item:before {
      color: rgba(223, 223, 233, 0.9); }

/*------------------------------------------------------------------

    [Features]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .divider {
  background: rgba(0, 0, 0, 0.2); }
  .invert .divider:after, .invert .divider:before {
    background: #22212f;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.invert .divider-text {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  color: #dfdfe9; }

.invert .loading {
  color: #dfdfe9;
  background: rgba(0, 0, 0, 0.8); }
  .invert .loading.loading--w-spinner > div .loading-spinner:before {
    border-color: #dfdfe9;
    border-right-color: transparent; }

.credit-card.invert {
  border: 0px; }
  .credit-card.invert .credit-card__number {
    color: #fefeff; }

.invert .list-faq .list-faq-item {
  background: #22212f; }
  .invert .list-faq .list-faq-item .list-faq-item-title:after {
    color: #dfdfe9; }
  .invert .list-faq .list-faq-item:hover {
    background: #1e1d29; }

.invert .rw-informative-progress > .bar {
  background: rgba(0, 0, 0, 0.1); }
  .invert .rw-informative-progress > .bar--primary {
    background: rgba(255, 45, 45, 0.3); }
  .invert .rw-informative-progress > .bar--secondary {
    background: rgba(0, 0, 0, 0.1); }
  .invert .rw-informative-progress > .bar--success {
    background: rgba(66, 140, 1, 0.3); }
  .invert .rw-informative-progress > .bar--info {
    background: rgba(0, 138, 190, 0.3); }
  .invert .rw-informative-progress > .bar--warning {
    background: rgba(254, 206, 0, 0.3); }
  .invert .rw-informative-progress > .bar--danger {
    background: rgba(186, 48, 48, 0.3); }

.invert .rw-informative-progress > .text {
  color: #dfdfe9; }

.invert .timeline__item > .user > img {
  background: #22212f; }

.invert .timeline__item > .dot:after {
  background: #22212f; }

.invert .timeline__item > .dot.dot-primary:after {
  background: #ff2d2d; }

.invert .timeline__item > .dot.dot-info:after {
  background: #008abe; }

.invert .timeline__item > .dot.dot-success:after {
  background: #428c01; }

.invert .timeline__item > .dot.dot-warning:after {
  background: #fece00; }

.invert .timeline__item > .dot.dot-danger:after {
  background: #ba3030; }

.invert .timeline__item > .content {
  background: #22212f; }
  .invert .timeline__item > .content .title {
    color: #dfdfe9; }
  .invert .timeline__item > .content strong {
    color: #fefeff; }

.invert .timeline__more > a {
  background: #22212f;
  color: #dfdfe9; }
  .invert .timeline__more > a:hover {
    color: #fefeff;
    background: #F5F5F5; }

/*------------------------------------------------------------------

    [Widgets]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.widget.invert {
  border: 0px;
  background: #22212f;
  color: #fefeff; }
  .widget.invert .widget__icon_layer span {
    color: rgba(223, 223, 233, 0.1); }
  .widget.invert .widget__icon {
    color: #fefeff; }
  .widget.invert .widget__title {
    color: #fefeff; }
  .widget.invert .widget__subtitle {
    color: rgba(223, 223, 233, 0.9); }
  .widget.invert .widget__informer {
    background: rgba(0, 0, 0, 0.1); }
  .widget.invert.widget--button {
    border: 1px dashed rgba(223, 223, 233, 0.9);
    background: transparent; }
    .widget.invert.widget--button .widget__icon {
      color: rgba(223, 223, 233, 0.9); }
    .widget.invert.widget--button:hover {
      background: #22212f;
      border: 1px dashed #dfdfe9; }
      .widget.invert.widget--button:hover .widget__icon {
        color: #dfdfe9; }

.informer.invert {
  border: 0px;
  background: #22212f;
  color: #dfdfe9; }
  .informer.invert .informer__num {
    color: #fefeff; }
  .informer.invert .informer__title {
    color: #dfdfe9; }
  .informer.invert .informer__icon {
    color: #fefeff; }

.invert .widget.widget--button {
  border: 1px dashed rgba(223, 223, 233, 0.9);
  background: transparent; }
  .invert .widget.widget--button .widget__icon {
    color: rgba(223, 223, 233, 0.9); }
  .invert .widget.widget--button:hover {
    background: #22212f;
    border: 1px dashed #dfdfe9; }
    .invert .widget.widget--button:hover .widget__icon {
      color: #dfdfe9; }

.invert .widget--invert-by-parent {
  border: 0px;
  background: #22212f;
  color: #fefeff; }
  .invert .widget--invert-by-parent .widget__icon_layer span {
    color: rgba(223, 223, 233, 0.1); }
  .invert .widget--invert-by-parent .widget__icon {
    color: #fefeff; }
  .invert .widget--invert-by-parent .widget__title {
    color: #fefeff; }
  .invert .widget--invert-by-parent .widget__subtitle {
    color: rgba(223, 223, 233, 0.9); }
  .invert .widget--invert-by-parent .widget__informer {
    background: rgba(0, 0, 0, 0.1); }
  .invert .widget--invert-by-parent.widget--button {
    border: 1px dashed rgba(223, 223, 233, 0.9);
    background: transparent; }
    .invert .widget--invert-by-parent.widget--button .widget__icon {
      color: rgba(223, 223, 233, 0.9); }
    .invert .widget--invert-by-parent.widget--button:hover {
      background: #22212f;
      border: 1px dashed #dfdfe9; }
      .invert .widget--invert-by-parent.widget--button:hover .widget__icon {
        color: #dfdfe9; }

/*------------------------------------------------------------------

    [User elements]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .user > .user__name a {
  color: #dfdfe9; }
  .invert .user > .user__name a:hover {
    color: #d0d0df; }

.invert .user > .user__button {
  border-color: rgba(0, 0, 0, 0.2);
  color: #dfdfe9;
  background: #22212f; }
  .invert .user > .user__button:hover {
    background: #1e1d29;
    color: #d0d0df; }

.invert .user.user--bordered > img {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2); }

.invert .user-group.user-group--bordered .user img {
  box-shadow: 0px 0px 0px 2px #22212f; }

.invert .navigation .user--w-lineunder .user__lineunder {
  background: rgba(0, 0, 0, 0.05); }
  .invert .navigation .user--w-lineunder .user__lineunder .text {
    color: rgba(223, 223, 233, 0.9); }
  .invert .navigation .user--w-lineunder .user__lineunder .buttons .button {
    color: rgba(223, 223, 233, 0.9); }
    .invert .navigation .user--w-lineunder .user__lineunder .buttons .button:hover {
      background: rgba(0, 0, 0, 0.1); }

/*------------------------------------------------------------------

    [Buttons]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .rw-btn--nav span, .invert .rw-btn--minimized span {
  background: #dfdfe9; }
  .invert .rw-btn--nav span:after, .invert .rw-btn--nav span:before, .invert .rw-btn--minimized span:after, .invert .rw-btn--minimized span:before {
    background: #dfdfe9; }

.invert .rw-btn--card {
  border-color: rgba(0, 0, 0, 0.2); }
  .invert .rw-btn--card > div {
    border-color: rgba(223, 223, 233, 0.9); }
    .invert .rw-btn--card > div:after, .invert .rw-btn--card > div:before {
      border-color: rgba(223, 223, 233, 0.9); }

.invert .dropdown.show .rw-btn--card {
  background: rgba(0, 0, 0, 0.2); }
  .invert .dropdown.show .rw-btn--card > div {
    background: #dfdfe9; }
    .invert .dropdown.show .rw-btn--card > div:before {
      background: #dfdfe9; }

/*------------------------------------------------------------------

    [Accordion]

    Project:        The Right Way
    Version:        v1.1.0
    Last change:    11/06/18
    
-------------------------------------------------------------------*/
.invert .rw-accordion__item {
  background: #22212f; }

/*------------------------------------------------------------------

    [Forms]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
/*------------------------------------------------------------------

    [Example]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
/* colors example classes */
.invert .color_example {
  background: #201f2c;
  border-color: rgba(0, 0, 0, 0.2); }
  .invert .color_example .caption {
    border-top-color: rgba(0, 0, 0, 0.2); }
    .invert .color_example .caption strong {
      color: #dfdfe9; }

/* end colors example classes */
/* Typography Example Classes */
.invert .typography_example {
  background: #201f2c;
  border-color: rgba(0, 0, 0, 0.2); }
  .invert .typography_example .text {
    color: #fefeff;
    border-bottom-color: rgba(0, 0, 0, 0.2); }

/* end Typography Example Classes */
/*------------------------------------------------------------------

    [Bootstrap changes]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert label {
  color: #fefeff; }

.invert .form-text {
  color: rgba(223, 223, 233, 0.9); }

.invert .form-control {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #dfdfe9; }
  .invert .form-control:focus {
    border-color: #2c9fdd; }
  .invert .form-control:disabled, .invert .form-control [readonly] {
    color: rgba(223, 223, 233, 0.9);
    background: rgba(0, 0, 0, 0.1); }

.invert select.form-control > option {
  color: #323c47; }

.invert .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.1); }

.invert .custom-control .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.3); }

.invert .custom-select {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.1);
  color: #dfdfe9; }

.invert .input-group-prepend .input-group-text,
.invert .input-group-append .input-group-text {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #dfdfe9; }

.invert .custom-file-control {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.1);
  color: #dfdfe9; }
  .invert .custom-file-control:before {
    color: #dfdfe9;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.1); }

.invert .list-group .list-group-item {
  color: #dfdfe9;
  border-color: rgba(0, 0, 0, 0.2);
  background: #22212f; }
  .invert .list-group .list-group-item.disabled, .invert .list-group .list-group-item:disabled {
    color: rgba(223, 223, 233, 0.9); }
  .invert .list-group .list-group-item.active {
    background: #ff2d2d; }
  .invert .list-group .list-group-item.list-group-item-action:hover, .invert .list-group .list-group-item.list-group-item-action:focus {
    background: #171620; }
  .invert .list-group .list-group-item.list-group-item-action.active {
    background: #ff2d2d;
    color: #FFF; }

.invert .btn.btn-outline-secondary {
  color: #fff; }

.invert .btn.btn-warning {
  border-color: #fece00;
  background: #22212f;
  color: #fece00; }
  .invert .btn.btn-warning:hover {
    border-color: #d5ad00;
    background: #171620;
    color: #fece00; }
  .invert .btn.btn-warning:not([disabled]):not(.disabled):active, .invert .btn.btn-warning:not([disabled]):not(.disabled).active {
    border-color: #cba500;
    background: #1b1b26;
    color: #fece00;
    box-shadow: 0px 0px 0px 2px rgba(34, 33, 47, 0.2); }
  .invert .btn.btn-warning:focus, .invert .btn.btn-warning.focus {
    border-color: #efc200;
    background: #1e1d29;
    color: #fece00;
    box-shadow: none; }

.invert .btn.btn-outline-warning {
  border-color: #fece00;
  color: #fece00; }
  .invert .btn.btn-outline-warning:hover, .invert .btn.btn-outline-warning.active, .invert .btn.btn-outline-warning:active, .invert .btn.btn-outline-warning:active:focus {
    border-color: #fece00;
    background: #22212f;
    color: #fece00; }
  .invert .btn.btn-outline-warning:focus {
    border-color: #c19c00;
    background: #08080b;
    color: #fece00; }
  .invert .btn.btn-outline-warning.disabled {
    border-color: #fece00;
    background: rgba(34, 33, 47, 0.1); }
    .invert .btn.btn-outline-warning.disabled:hover {
      border-color: #fece00;
      background: rgba(34, 33, 47, 0.1);
      color: #fece00; }

.invert .btn.btn-light {
  border-color: rgba(0, 0, 0, 0.2);
  background: #22212f;
  color: #fff; }
  .invert .btn.btn-light:hover {
    border-color: rgba(0, 0, 0, 0.2);
    background: #171620;
    color: #fff; }
  .invert .btn.btn-light:not([disabled]):not(.disabled):active, .invert .btn.btn-light:not([disabled]):not(.disabled).active {
    border-color: rgba(0, 0, 0, 0.2);
    background: #1b1b26;
    color: #fff;
    box-shadow: 0px 0px 0px 2px rgba(34, 33, 47, 0.2); }
  .invert .btn.btn-light:focus, .invert .btn.btn-light.focus {
    border-color: rgba(0, 0, 0, 0.2);
    background: #1e1d29;
    color: #fff;
    box-shadow: none; }

.invert .btn.btn-outline-light {
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff; }
  .invert .btn.btn-outline-light:hover, .invert .btn.btn-outline-light.active, .invert .btn.btn-outline-light:active, .invert .btn.btn-outline-light:active:focus {
    border-color: rgba(0, 0, 0, 0.2);
    background: #22212f;
    color: #fff; }
  .invert .btn.btn-outline-light:focus {
    border-color: rgba(0, 0, 0, 0.2);
    background: #08080b;
    color: #fff; }
  .invert .btn.btn-outline-light.disabled {
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(34, 33, 47, 0.1); }
    .invert .btn.btn-outline-light.disabled:hover {
      border-color: rgba(0, 0, 0, 0.2);
      background: rgba(34, 33, 47, 0.1);
      color: #fff; }

.modal-content.invert {
  background: #22212f;
  color: #dfdfe9; }
  .modal-content.invert .modal-header .close {
    color: #dfdfe9; }

.card.invert {
  background: #201f2c;
  color: #dfdfe9; }
  .card.invert .card-header {
    background: rgba(0, 0, 0, 0.2); }
    .card.invert .card-header .card-title {
      color: #fefeff; }
  .card.invert .card-body .card-title {
    color: #fefeff; }
  .card.invert .card-body .card-inner-container {
    background: rgba(0, 0, 0, 0.1); }
  .card.invert .card-footer {
    background: rgba(0, 0, 0, 0.2); }
  .card.invert.card-inner-container--up .card-inner-container {
    background: #201f2c; }
  .card.invert .nav-tabs .nav-link {
    color: #dfdfe9; }
    .card.invert .nav-tabs .nav-link:hover:not(.active), .card.invert .nav-tabs .nav-link:active:not(.active) {
      border-color: transparent; }
    .card.invert .nav-tabs .nav-link.active {
      color: #dfdfe9;
      background: #201f2c;
      border-color: rgba(0, 0, 0, 0.1);
      border-bottom-color: #201f2c; }
    .card.invert .nav-tabs .nav-link.disabled {
      color: rgba(223, 223, 233, 0.9); }
  .card.invert .nav-pills .nav-link {
    color: #dfdfe9; }
    .card.invert .nav-pills .nav-link.active {
      background: #ff2d2d;
      color: #FFF; }
    .card.invert .nav-pills .nav-link.disabled {
      color: rgba(223, 223, 233, 0.9); }

.invert .dropdown-menu {
  border-color: rgba(0, 0, 0, 0.2);
  background: #1b1b26;
  color: #dfdfe9; }
  .invert .dropdown-menu .dropdown-item {
    color: #dfdfe9; }
    .invert .dropdown-menu .dropdown-item:hover {
      background: rgba(0, 0, 0, 0.2); }
    .invert .dropdown-menu .dropdown-item.active {
      background: #171620; }
  .invert .dropdown-menu .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.2); }

.invert .table {
  color: #dfdfe9;
  background-color: #201f2c; }
  .invert .table th, .invert .table td {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #dfdfe9; }
  .invert .table thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #fefeff; }
  .invert .table.table-dark {
    color: #dfdfe9;
    background-color: #1b1b26; }
    .invert .table.table-dark th {
      color: #fefeff; }
    .invert .table.table-dark th, .invert .table.table-dark td {
      border-color: rgba(0, 0, 0, 0.2); }
    .invert .table.table-dark thead th {
      border-color: rgba(0, 0, 0, 0.2); }
  .invert .table .thead-dark th {
    color: #dfdfe9;
    background-color: #1b1b26;
    border-color: rgba(0, 0, 0, 0.2); }
  .invert .table .thead-light th {
    background: rgba(0, 0, 0, 0.05); }
  .invert .table.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.05); }
  .invert .table.table-bordered {
    border-color: rgba(0, 0, 0, 0.2); }
    .invert .table.table-bordered th, .invert .table.table-bordered td {
      border-color: rgba(0, 0, 0, 0.2); }
  .invert .table.table-hover tbody tr {
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .invert .table.table-hover tbody tr:hover {
      background: rgba(0, 0, 0, 0.08); }
  .invert .table.table-indent-rows td, .invert .table.table-indent-rows th {
    border-color: rgba(0, 0, 0, 0.2); }
    .invert .table.table-indent-rows td:last-child, .invert .table.table-indent-rows td:first-child, .invert .table.table-indent-rows th:last-child, .invert .table.table-indent-rows th:first-child {
      border-color: rgba(0, 0, 0, 0.2); }
  .invert .table.table-indent-rows thead th {
    border: 0px;
    color: rgba(223, 223, 233, 0.9); }
  .invert .table.table-indent-rows tbody td {
    background: rgba(0, 0, 0, 0.05); }

.table .thead-dark .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.1); }

.table .thead-dark .custom-control .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.3); }

.table.table-dark .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.1); }

.table.table-dark .custom-control .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0.3); }

.invert .pagination .page-item .page-link {
  color: #dfdfe9;
  border-color: rgba(0, 0, 0, 0.2);
  background: #22212f; }
  .invert .pagination .page-item .page-link:hover {
    background: #171620; }

.invert .pagination .page-item.disabled .page-link {
  color: rgba(223, 223, 233, 0.9); }

/*------------------------------------------------------------------

    [Vendors invert classes]

    Project:        The Right Way
    Version:        v1.0.0
    Last change:    17/05/18 [Release]

-------------------------------------------------------------------*/
.invert .bootstrap-datetimepicker-widget .dropdown-menu {
  background: #FFF; }

.invert .select2-container--default .select2-selection--single,
.invert .select2-container--default .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.3); }
  .invert .select2-container--default .select2-selection--single .select2-selection__rendered,
  .invert .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #dfdfe9; }

.invert .select2-container--default .select2-search--inline .select2-search__field {
  color: #dfdfe9; }

.invert .select2-container--default.select2-container--open .select2-selection--single,
.invert .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #2c9fdd; }

.invert .select2-container--default.select2-container--disabled .select2-selection__rendered {
  background: rgba(0, 0, 0, 0.1); }

.invert .select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.3); }
