/*! Umbootstrap by Umbler Team v1.0.0 14-08-2017 15:01 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: none
}

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        animation-duration: .75s
    }

    .animated.easing-bounce {
        transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
    }

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.forwards {
        animation-fill-mode: forwards
    }

    .animated.backwards {
        animation-fill-mode: backwards
    }

    .animated.reverse {
        animation-direction: reverse
    }

    .animated.duration-200 {
        animation-duration: .2s !important
    }

    .animated.duration-300 {
        animation-duration: .3s !important
    }

    .animated.duration-400 {
        animation-duration: .4s !important
    }

    .animated.duration-500 {
        animation-duration: .5s !important
    }

    .animated.duration-600 {
        animation-duration: .6s !important
    }

    .animated.duration-1500 {
        animation-duration: 1.5s !important
    }

@keyframes a {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: a;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@keyframes b {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: b
}

@keyframes c {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: c
}

@keyframes d {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: d
}

@keyframes e {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: e
}

@keyframes f {
    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: f
}

@keyframes g {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: g
}

@keyframes h {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: h
}

@keyframes i {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: i
}

@keyframes j {
    0%,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(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.195313deg) skewY(-.195313deg)
    }
}

.jello {
    animation-name: j;
    -ms-transform-origin: center;
    transform-origin: center
}

@keyframes k {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: k
}

@keyframes l {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.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: l
}

@keyframes m {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.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: m
}

@keyframes n {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.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
    }
}

.bounceInRight {
    animation-name: n
}

@keyframes o {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        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: translateZ(0)
    }
}

.bounceInUp {
    animation-name: o
}

@keyframes p {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: p
}

@keyframes q {
    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: q
}

@keyframes r {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: r
}

@keyframes s {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: s
}

@keyframes t {
    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: t
}

.fadeIn {
    animation-name: xb
}

@keyframes u {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: u
}

@keyframes v {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: v
}

@keyframes w {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: w
}

@keyframes x {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: x
}

@keyframes y {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: y
}

@keyframes z {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: z
}

@keyframes A {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: A
}

@keyframes B {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: B
}

@keyframes C {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: C
}

@keyframes D {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: D
}

@keyframes E {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: E
}

@keyframes F {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: F
}

@keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: G
}

@keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: H
}

@keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: I
}

@keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: J
}

@keyframes K {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: K
}

@keyframes L {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: L
}

@keyframes M {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: M
}

@keyframes N {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: N;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes O {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: O
}

@keyframes P {
    0% {
        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: P;
    animation-timing-function: ease-out
}

@keyframes Q {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: Q;
    animation-timing-function: ease-in
}

@keyframes R {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: R
}

@keyframes S {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: S
}

@keyframes T {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: T
}

@keyframes U {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: U
}

@keyframes V {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: V
}

@keyframes W {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: W
}

@keyframes X {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: X
}

@keyframes Y {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: Y
}

@keyframes Z {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: Z
}

@keyframes ab {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: ab
}

@keyframes bb {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: bb
}

@keyframes cb {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: cb
}

@keyframes db {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: db
}

@keyframes eb {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: eb
}

@keyframes fb {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: fb
}

@keyframes gb {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: gb
}

@keyframes hb {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: hb
}

@keyframes ib {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: ib
}

@keyframes jb {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: jb
}

@keyframes kb {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: kb
}

@keyframes lb {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: lb
}

@keyframes mb {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: mb
}

@keyframes nb {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: nb
}

@keyframes ob {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: ob
}

@keyframes pb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: pb
}

@keyframes qb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: qb
}

@keyframes rb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: rb
}

@keyframes sb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: sb
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body, html {
    min-height: 100%
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
        color: #0D203F
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media print {
    *, :after, :before, :first-letter, blockquote:first-line, div:first-line, li:first-line, p:first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .tag {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Montserrat,BlinkMacSystemFont,Segoe UI,Montserrat,sans-serif;
    font-size: 1rem;
    line-height: 1;
    color: #6f7380;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #b1b6c7
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0097ff
}

    a, a:focus, a:hover {
        text-decoration: none
    }

        a:focus, a:hover {
            color: #0081da
        }

        a:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

            a:not([href]):not([tabindex]):focus {
                outline: 0
            }

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #b1b6c7;
    caption-side: bottom
}

caption, th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    line-height: inherit
}

    input[type=checkbox]:disabled, input[type=radio]:disabled {
        cursor: not-allowed
    }

    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        -webkit-appearance: listbox
    }

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.3;
    color: #4e5159
}

.h1, h1 {
    font-size: 1.75rem
}

.h2, h2 {
    font-size: 1.5rem
}

.h3, h3 {
    font-size: 1.25rem
}

.h4, .h5, h4, h5 {
    font-size: 1.125rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 400
}

.display-1 {
    font-size: 6rem;
    font-weight: 400
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 400
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 400
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 400
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dfe5f2
}

.small, small {
    font-size: 85%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf7e6
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #dfe5f2
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #b1b6c7
}

    .blockquote-footer:before {
        content: "\2014 \00A0"
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #dfe5f2;
    border-left: 0
}

    .blockquote-reverse .blockquote-footer:before {
        content: ""
    }

    .blockquote-reverse .blockquote-footer:after {
        content: "\00A0 \2014"
    }

dl.row > dd + dt {
    clear: left
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #b1b6c7
}

code, kbd, pre, samp {
    font-family: Consolas,Menlo,Liberation Mono,Courier New,monospace
}

code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

code, kbd {
    padding: .2rem .4rem;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #4e5159
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

    .container:after {
        content: "";
        display: table;
        clear: both
    }

@media (min-width:576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

    .container-fluid:after {
        content: "";
        display: table;
        clear: both
    }

.row {
    margin-right: -10px;
    margin-left: -10px
}

    .row:after {
        content: "";
        display: table;
        clear: both
    }

@media (min-width:576px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width:992px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width:1200px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

.col-lg, .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-md, .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-sm, .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-xl, .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-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:576px) {
    .col-lg, .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-md, .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-sm, .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-xl, .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-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:768px) {
    .col-lg, .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-md, .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-sm, .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-xl, .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-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:992px) {
    .col-lg, .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-md, .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-sm, .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-xl, .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-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:1200px) {
    .col-lg, .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-md, .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-sm, .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-xl, .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-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px
    }
}

.col-xs-1 {
    float: left;
    width: 8.333333%
}

.col-xs-2 {
    float: left;
    width: 16.666667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.333333%
}

.col-xs-5 {
    float: left;
    width: 41.666667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.333333%
}

.col-xs-8 {
    float: left;
    width: 66.666667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.333333%
}

.col-xs-11 {
    float: left;
    width: 91.666667%
}

.col-xs-12 {
    float: left;
    width: 100%;

}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.333333%
}

.pull-xs-2 {
    right: 16.666667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.333333%
}

.pull-xs-5 {
    right: 41.666667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.333333%
}

.pull-xs-8 {
    right: 66.666667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.333333%
}

.pull-xs-11 {
    right: 91.666667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.333333%
}

.push-xs-2 {
    left: 16.666667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.333333%
}

.push-xs-5 {
    left: 41.666667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.333333%
}

.push-xs-8 {
    left: 66.666667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.333333%
}

.push-xs-11 {
    left: 91.666667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.333333%
}

.offset-xs-2 {
    margin-left: 16.666667%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33.333333%
}

.offset-xs-5 {
    margin-left: 41.666667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.333333%
}

.offset-xs-8 {
    margin-left: 66.666667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.333333%
}

.offset-xs-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%
    }

    .col-sm-2 {
        float: left;
        width: 16.666667%
    }

    .col-sm-3 {
        float: left;
        width: 25%
    }

    .col-sm-4 {
        float: left;
        width: 33.333333%
    }

    .col-sm-5 {
        float: left;
        width: 41.666667%
    }

    .col-sm-6 {
        float: left;
        width: 50%
    }

    .col-sm-7 {
        float: left;
        width: 58.333333%
    }

    .col-sm-8 {
        float: left;
        width: 66.666667%
    }

    .col-sm-9 {
        float: left;
        width: 75%
    }

    .col-sm-10 {
        float: left;
        width: 83.333333%
    }

    .col-sm-11 {
        float: left;
        width: 91.666667%
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.333333%
    }

    .pull-sm-2 {
        right: 16.666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.333333%
    }

    .pull-sm-5 {
        right: 41.666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.333333%
    }

    .pull-sm-8 {
        right: 66.666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.333333%
    }

    .pull-sm-11 {
        right: 91.666667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.333333%
    }

    .push-sm-2 {
        left: 16.666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.333333%
    }

    .push-sm-5 {
        left: 41.666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.333333%
    }

    .push-sm-8 {
        left: 66.666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.333333%
    }

    .push-sm-11 {
        left: 91.666667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%
    }

    .col-md-2 {
        float: left;
        width: 16.666667%
    }

    .col-md-3 {
        float: left;
        width: 25%
    }

    .col-md-4 {
        float: left;
        width: 33.333333%
    }

    .col-md-5 {
        float: left;
        width: 41.666667%
    }

    .col-md-6 {
        float: left;
        width: 50%
    }

    .col-md-7 {
        float: left;
        width: 58.333333%
    }

    .col-md-8 {
        float: left;
        width: 66.666667%
    }

    .col-md-9 {
        float: left;
        width: 75%
    }

    .col-md-10 {
        float: left;
        width: 83.333333%
    }

    .col-md-11 {
        float: left;
        width: 91.666667%
    }

    .col-md-12 {
        float: left;
        width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%
    }

    .col-lg-2 {
        float: left;
        width: 16.666667%
    }

    .col-lg-3 {
        float: left;
        width: 25%
    }

    .col-lg-4 {
        float: left;
        width: 33.333333%
    }

    .col-lg-5 {
        float: left;
        width: 41.666667%
    }

    .col-lg-6 {
        float: left;
        width: 50%
    }

    .col-lg-7 {
        float: left;
        width: 58.333333%
    }

    .col-lg-8 {
        float: left;
        width: 66.666667%
    }

    .col-lg-9 {
        float: left;
        width: 75%
    }

    .col-lg-10 {
        float: left;
        width: 83.333333%
    }

    .col-lg-11 {
        float: left;
        width: 91.666667%
    }

    .col-lg-12 {
        float: left;
        width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.333333%
    }

    .col-xl-2 {
        float: left;
        width: 16.666667%
    }

    .col-xl-3 {
        float: left;
        width: 25%
    }

    .col-xl-4 {
        float: left;
        width: 33.333333%
    }

    .col-xl-5 {
        float: left;
        width: 41.666667%
    }

    .col-xl-6 {
        float: left;
        width: 50%
    }

    .col-xl-7 {
        float: left;
        width: 58.333333%
    }

    .col-xl-8 {
        float: left;
        width: 66.666667%
    }

    .col-xl-9 {
        float: left;
        width: 75%
    }

    .col-xl-10 {
        float: left;
        width: 83.333333%
    }

    .col-xl-11 {
        float: left;
        width: 91.666667%
    }

    .col-xl-12 {
        float: left;
        width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.333333%
    }

    .pull-xl-2 {
        right: 16.666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.333333%
    }

    .pull-xl-5 {
        right: 41.666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.333333%
    }

    .pull-xl-8 {
        right: 66.666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.333333%
    }

    .pull-xl-11 {
        right: 91.666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.333333%
    }

    .push-xl-2 {
        left: 16.666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.333333%
    }

    .push-xl-5 {
        left: 41.666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.333333%
    }

    .push-xl-8 {
        left: 66.666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.333333%
    }

    .push-xl-11 {
        left: 91.666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dfe5f2
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dfe5f2
    }

    .table tbody + tbody {
        border-top: 2px solid #dfe5f2
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 0px solid #dfe5f2
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafcff
}

.table-active, .table-active > td, .table-active > th, .table-hover tbody tr:hover {
    background-color: #f7faff
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #deeaff
}

.table-success, .table-success > td, .table-success > th {
    background-color: #f5fae9
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #ebf6d4
}

.table-info, .table-info > td, .table-info > th {
    background-color: #f3f5ff
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #d9e2ff
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf7e6
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #f9f0cf
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fdeceb
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #fad7d4
}

.thead-inverse th {
    color: #fff;
    background-color: #4e5159
}

.thead-default th {
    color: #6f7380;
    background-color: #dfe5f2
}

.table-inverse {
    color: #dfe5f2;
    background-color: #4e5159
}

    .table-inverse td, .table-inverse th, .table-inverse thead th {
        border-color: #6f7380
    }

    .table-inverse.table-bordered {
        border: 0
    }

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td, .table-reflow th {
    border-top: 1px solid #dfe5f2;
    border-left: 1px solid #dfe5f2
}

    .table-reflow td:last-child, .table-reflow th:last-child {
        border-right: 1px solid #dfe5f2
    }

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #dfe5f2
}

.table-reflow tr {
    float: left
}

    .table-reflow tr td, .table-reflow tr th {
        display: block !important;
        border: 1px solid #dfe5f2
    }

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #4e5159;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #dfe5f2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #4e5159;
        background-color: #fff;
        border-color: #0097ff;
        outline: 0
    }

    .form-control::-webkit-input-placeholder {
        font-weight: 700
    }

    .form-control::-moz-placeholder {
        font-weight: 700
    }

    .form-control:-ms-input-placeholder {
        color: #c0c4d2;
        opacity: 1;
        font-weight: 700
    }

    .form-control::placeholder {
        color: #c0c4d2;
        opacity: 1;
        font-weight: 700
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #dfe5f2;
        opacity: 1
    }

    .form-control:disabled {
        cursor: not-allowed
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem - 2px)
}

select.form-control:focus::-ms-value {
    color: #4e5159;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    margin-bottom: 0;
    font-size: 1rem
}

.col-form-legend, .form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1rem;
    font-size: 1.25rem;
    border-radius: .25rem
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 3.166667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

    .form-check + .form-check {
        margin-top: -.25rem
    }

    .form-check.disabled .form-check-label {
        color: #b1b6c7;
        cursor: not-allowed
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    margin-top: .25rem;
    margin-left: -1.25rem
}

    .form-check-input:only-child {
        position: static
    }

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

    .form-check-inline + .form-check-inline {
        margin-left: .75rem
    }

    .form-check-inline.disabled {
        color: #b1b6c7;
        cursor: not-allowed
    }

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .65rem;
    background-size: 1.3rem 1.3rem
}

.has-success.input-group .input-group-btn:first-child, .has-success.input-group .input-group-btn:last-child {
    border-color: #98bf49
}

.has-success .custom-control, .has-success .form-check-inline, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #98bf49
}

.has-success .form-control {
    border-color: #98bf49
}

    .has-success .form-control:focus {
        box-shadow: none,0 0 6px #c3da94
    }

.has-success .input-group-addon {
    color: #98bf49;
    border-color: #98bf49;
    background-color: #edf4e0
}

.has-success .form-control-success {
    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='#98bf49' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning.input-group .input-group-btn:first-child, .has-warning.input-group .input-group-btn:last-child {
    border-color: #f2c94e
}

.has-warning .custom-control, .has-warning .form-check-inline, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #f2c94e
}

.has-warning .form-control {
    border-color: #f2c94e
}

    .has-warning .form-control:focus {
        box-shadow: none,0 0 6px #f9e6ad
    }

.has-warning .input-group-addon {
    color: #f2c94e;
    border-color: #f2c94e;
    background-color: #fff
}

.has-warning .form-control-warning {
    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='#f2c94e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger.input-group .input-group-btn:first-child, .has-danger.input-group .input-group-btn:last-child {
    border-color: #f2594e
}

.has-danger .custom-control, .has-danger .form-check-inline, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #f2594e
}

.has-danger .form-control {
    border-color: #f2594e
}

    .has-danger .form-control:focus {
        box-shadow: none,0 0 6px #f9b2ad
    }

.has-danger .input-group-addon {
    color: #f2594e;
    border-color: #f2594e;
    background-color: #fff
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#f2594e' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

@media (min-width:576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        width: auto;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .form-check, .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: all .2s ease-in-out
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0
    }

    .btn.disabled, .btn:disabled {
        cursor: not-allowed;
        opacity: .65
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #2657ee;
        border-color: #1c50ee
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2657ee;
        border-color: #1c50ee;
        background-image: none
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #1144df;
            border-color: #0e39b9
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
        background-color: #0097ff;
        border-color: #0097ff
    }

.btn-secondary {
    color: #4e5159;
    background-color: #fff;
    border-color: #ccc
}

    .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
        color: #4e5159;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
        color: #4e5159;
        background-color: #e6e6e6;
        border-color: #adadad;
        background-image: none
    }

        .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
            color: #4e5159;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
        background-color: #fff;
        border-color: #ccc
    }

.btn-info {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff
}

    .btn-info.focus, .btn-info:focus, .btn-info:hover {
        color: #fff;
        background-color: #2657ee;
        border-color: #1c50ee
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #2657ee;
        border-color: #1c50ee;
        background-image: none
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #1144df;
            border-color: #0e39b9
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
        background-color: #0097ff;
        border-color: #0097ff
    }

.btn-success {
    color: #fff;
    background-color: #98bf49;
    border-color: #98bf49
}

    .btn-success.focus, .btn-success:focus, .btn-success:hover {
        color: #fff;
        background-color: #7c9e37;
        border-color: #769635
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #7c9e37;
        border-color: #769635;
        background-image: none
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #67832e;
            border-color: #4f6524
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
        background-color: #98bf49;
        border-color: #98bf49
    }

.btn-warning {
    color: #fff;
    background-color: #f2c94e;
    border-color: #f2c94e
}

    .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
        color: #fff;
        background-color: #efbb1e;
        border-color: #eeb815
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #efbb1e;
        border-color: #eeb815;
        background-image: none
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d9a710;
            border-color: #b38a0d
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
        background-color: #f2c94e;
        border-color: #f2c94e
    }

.btn-danger {
    color: #fff;
    background-color: #f2594e;
    border-color: #f2594e
}

    .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
        color: #fff;
        background-color: #ef2c1e;
        border-color: #ee2415
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ef2c1e;
        border-color: #ee2415;
        background-image: none
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #d91d10;
            border-color: #b3180d
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
        background-color: #f2594e;
        border-color: #f2594e
    }

.btn-outline-primary {
    color: #0097ff;
    background-image: none;
    background-color: transparent;
    border-color: #0097ff
}

    .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .open > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0097ff;
        border-color: #0097ff
    }

        .btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open > .btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #1144df;
            border-color: #0e39b9
        }

    .btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled:hover {
        border-color: #b4c5f9
    }

.btn-outline-secondary {
    color: #ccc;
    border-color: #ccc
}

    .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover, .open > .btn-outline-secondary.dropdown-toggle {
        background-color: #ccc;
        border-color: #ccc
    }

        .btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
            background-color: #a1a1a1;
            border-color: #8c8c8c
        }

.btn-outline-info {
    color: #0097ff;
    background-image: none;
    background-color: transparent;
    border-color: #0097ff
}

    .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover, .open > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #0097ff;
        border-color: #0097ff
    }

        .btn-outline-info.active.focus, .btn-outline-info.active:focus, .btn-outline-info.active:hover, .btn-outline-info:active.focus, .btn-outline-info:active:focus, .btn-outline-info:active:hover, .open > .btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #1144df;
            border-color: #0e39b9
        }

    .btn-outline-info.disabled.focus, .btn-outline-info.disabled:focus, .btn-outline-info.disabled:hover, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled:hover {
        border-color: #b4c5f9
    }

.btn-outline-success {
    color: #98bf49;
    background-image: none;
    background-color: transparent;
    border-color: #98bf49
}

    .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover, .open > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #98bf49;
        border-color: #98bf49
    }

        .btn-outline-success.active.focus, .btn-outline-success.active:focus, .btn-outline-success.active:hover, .btn-outline-success:active.focus, .btn-outline-success:active:focus, .btn-outline-success:active:hover, .open > .btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #67832e;
            border-color: #4f6524
        }

    .btn-outline-success.disabled.focus, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:hover, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled:hover {
        border-color: #c3da94
    }

.btn-outline-warning {
    color: #f2c94e;
    background-image: none;
    background-color: transparent;
    border-color: #f2c94e
}

    .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover, .open > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #f2c94e;
        border-color: #f2c94e
    }

        .btn-outline-warning.active.focus, .btn-outline-warning.active:focus, .btn-outline-warning.active:hover, .btn-outline-warning:active.focus, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover, .open > .btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d9a710;
            border-color: #b38a0d
        }

    .btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled:hover {
        border-color: #f9e6ad
    }

.btn-outline-danger {
    color: #f2594e;
    background-image: none;
    background-color: transparent;
    border-color: #f2594e
}

    .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover, .open > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #f2594e;
        border-color: #f2594e
    }

        .btn-outline-danger.active.focus, .btn-outline-danger.active:focus, .btn-outline-danger.active:hover, .btn-outline-danger:active.focus, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover, .open > .btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #d91d10;
            border-color: #b3180d
        }

    .btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled:hover {
        border-color: #f9b2ad
    }

.btn-link {
    font-weight: 400;
    color: #0097ff;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
        background-color: transparent
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #0081da;
                text-decoration: none;
                background-color: transparent
            }

            .btn-link:disabled:focus, .btn-link:disabled:hover {
                color: #b1b6c7;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1rem;
    font-size: 1.25rem;
    border-radius: .25rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .8rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #6f7380;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe5f2;
    border-radius: .25rem
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #dfe5f2
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #6f7380;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #636772;
        text-decoration: none;
        background-color: #f7faff
    }

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #fff;
        outline: 0
    }

    .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
        color: #b1b6c7
    }

        .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .8rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #b1b6c7;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
        margin-bottom: 0
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -2px
    }

.btn-toolbar {
    margin-left: -.5rem
}

    .btn-toolbar:after {
        content: "";
        display: table;
        clear: both
    }

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: .5rem
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

    .btn + .dropdown-toggle-split:after {
        margin-left: 0
    }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after {
        content: "";
        display: table;
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .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: -2px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5159;
    text-align: center;
    background-color: #dfe5f2;
    border: 2px solid #dfe5f2;
    border-radius: .25rem
}

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: .75rem 1rem;
        font-size: 1.25rem;
        border-radius: .25rem
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group .form-control:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:not(:last-child) {
        border-right: 0
    }

    .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group .form-control:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -2px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 3
        }

        .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
            margin-right: -2px
        }

        .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
            z-index: 2;
            margin-left: -2px
        }

            .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
                z-index: 3
            }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #c0c4d2
    }

        .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
            color: #c0c4d2;
            cursor: not-allowed;
            background-color: transparent
        }

.nav-inline .nav-item {
    display: inline-block
}

    .nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
        margin-left: 1.5rem
    }

.nav-tabs:after {
    content: "";
    display: table;
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

    .nav-tabs .nav-item + .nav-item {
        margin-left: .2rem
    }

.nav-tabs .nav-link {
    display: block;
    padding: .75rem 1rem;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #eaeef6 #eaeef6 #dfe5f2
    }

    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
        color: #c0c4d2;
        background-color: transparent;
        border-color: transparent
    }

    .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
        background-color: #fff;
        border-color: #eaeef6 #eaeef6 transparent
    }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills:after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

    .nav-pills .nav-item + .nav-item {
        margin-left: .2rem
    }

.nav-pills .nav-link {
    display: block;
    padding: .75rem 1rem;
    border-radius: .25rem
}

    .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
        color: #0097ff;
        cursor: default;
        background-color: #d9e2ff
    }

.nav-stacked .nav-item {
    display: block;
    float: none
}

    .nav-stacked .nav-item + .nav-item {
        margin-top: .2rem;
        margin-left: 0
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar:after {
        content: "";
        display: table;
        clear: both
    }

@media (min-width:576px) {
    .navbar {
        border-radius: .25rem
    }
}

.navbar-full {
    z-index: 1000
}

@media (min-width:576px) {
    .navbar-full {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:576px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media (min-width:576px) {
    .navbar-sticky-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
    line-height: inherit
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

    .navbar-divider:before {
        content: "\00a0"
    }

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat 50%;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

@media (max-width:575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-xs .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

        .navbar-toggleable-xs .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }
}

@media (min-width:576px) {
    .navbar-toggleable-xs {
        display: block
    }
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

        .navbar-toggleable-sm .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block
    }
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

        .navbar-toggleable-md .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block
    }
}

.navbar-toggleable-lg:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

        .navbar-toggleable-lg .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }
}

@media (min-width:1200px) {
    .navbar-toggleable-lg {
        display: block
    }
}

.navbar-toggleable-xl {
    display: block
}

    .navbar-toggleable-xl:after {
        content: "";
        display: table;
        clear: both
    }

    .navbar-toggleable-xl .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-xl .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

        .navbar-toggleable-xl .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

    .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
        margin-left: 1rem
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: #fff
}

.navbar-light .navbar-nav .nav-link {
    color: #6f7380
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
        color: #fff
    }

.navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#6f7380' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-divider {
    background-color: rgba(0,0,0,.075)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: #b1b6c7
}

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#b1b6c7' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-divider {
    background-color: hsla(0,0%,100%,.075)
}

.navbar-toggleable-xs:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:576px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}

.navbar-toggleable-sm:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

.navbar-toggleable-md:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 0 solid rgba(0,0,0,.125)
}

.card-block {
    padding: 3rem 2.5rem
}

    .card-block:after {
        content: "";
        display: table;
        clear: both
    }

.card-subtitle {
    margin-top: -.5rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 3rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: 1rem 3rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 0 solid rgba(0,0,0,.125)
}

    .card-header:after {
        content: "";
        display: table;
        clear: both
    }

.card-footer {
    padding: 1rem 3rem;
    background-color: #f5f5f5;
    border-top: 0 solid rgba(0,0,0,.125)
}

    .card-footer:after {
        content: "";
        display: table;
        clear: both
    }

    .card-footer:last-child {
        border-radius: 0 0 .25rem .25rem
    }

.card-header-tabs {
    margin-bottom: -1rem
}

.card-header-pills, .card-header-tabs {
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

.card-primary {
    background-color: #0097ff;
    border-color: #0097ff
}

    .card-primary .card-footer, .card-primary .card-header {
        background-color: transparent
    }

.card-success {
    background-color: #98bf49;
    border-color: #98bf49
}

    .card-success .card-footer, .card-success .card-header {
        background-color: transparent
    }

.card-info {
    background-color: #0097ff;
    border-color: #0097ff
}

    .card-info .card-footer, .card-info .card-header {
        background-color: transparent
    }

.card-warning {
    background-color: #f2c94e;
    border-color: #f2c94e
}

    .card-warning .card-footer, .card-warning .card-header {
        background-color: transparent
    }

.card-danger {
    background-color: #f2594e;
    border-color: #f2594e
}

    .card-danger .card-footer, .card-danger .card-header, .card-outline-primary {
        background-color: transparent
    }

.card-outline-primary {
    border-color: #0097ff
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #0097ff
}

.card-outline-success {
    background-color: transparent;
    border-color: #98bf49
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f2c94e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #f2594e
}

.card-inverse .card-footer, .card-inverse .card-header {
    border-color: hsla(0,0%,100%,.2)
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff
}

    .card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
        color: hsla(0,0%,100%,.65)
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3rem
}

.card-img-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

@media (min-width:768px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 1rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }

        .card-deck .card {
            display: table-cell;
            margin-bottom: 0;
            vertical-align: top
        }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width:576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }

        .card-group .card {
            display: table-cell;
            vertical-align: top
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                border-radius: 0
            }
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f7faff;
    border-radius: .25rem
}

    .breadcrumb:after {
        content: "";
        display: table;
        clear: both
    }

.breadcrumb-item {
    float: left
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: #dfe5f2;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

    .breadcrumb-item.active {
        color: #b1b6c7
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.page-item {
    display: inline
}

    .page-item:first-child .page-link {
        margin-left: 0;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }

    .page-item:last-child .page-link {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #0097ff;
        border-color: transparent
    }

    .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
        color: #dfe5f2;
        pointer-events: none;
        cursor: not-allowed;
        background-color: transparent;
        border-color: transparent
    }

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #0097ff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent
}

    .page-link:focus, .page-link:hover {
        color: #0081da;
        background-color: #dfe5f2;
        border-color: transparent
    }

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.tag {
    display: inline-block;
    padding: .3em .5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .tag:empty {
        display: none
    }

.btn .tag {
    position: relative;
    top: -1px
}

a.tag:focus, a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #b1b6c7
}

    .tag-default[href]:focus, .tag-default[href]:hover {
        background-color: #939ab2
    }

.tag-primary {
    background-color: #0097ff
}

    .tag-primary[href]:focus, .tag-primary[href]:hover {
        background-color: #2657ee
    }

.tag-success {
    background-color: #98bf49
}

    .tag-success[href]:focus, .tag-success[href]:hover {
        background-color: #7c9e37
    }

.tag-info {
    background-color: #0097ff
}

    .tag-info[href]:focus, .tag-info[href]:hover {
        background-color: #2657ee
    }

.tag-warning {
    background-color: #f2c94e
}

    .tag-warning[href]:focus, .tag-warning[href]:hover {
        background-color: #efbb1e
    }

.tag-danger {
    background-color: #f2594e
}

    .tag-danger[href]:focus, .tag-danger[href]:hover {
        background-color: #ef2c1e
    }

.alert {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .close {
        position: relative;
        top: -.125rem;
        right: -1.5rem;
        color: inherit
    }

.alert-success {
    background-color: #f5fae9;
    border-color: #f5fae9;
    color: #6e8c31
}

    .alert-success hr {
        border-top-color: #ebf6d4
    }

    .alert-success .alert-link {
        color: #506624
    }

.alert-info {
    background-color: #f3f5ff;
    border-color: #f3f5ff;
    color: #0081da
}

    .alert-info hr {
        border-top-color: #d9e2ff
    }

    .alert-info .alert-link {
        color: #2e468c
    }

.alert-warning {
    background-color: #fcf7e6;
    border-color: #fcf7e6;
    color: #bf9d36
}

    .alert-warning hr {
        border-top-color: #f9f0cf
    }

    .alert-warning .alert-link {
        color: #977c2b
    }

.alert-danger {
    background-color: #fdeceb;
    border-color: #fdeceb;
    color: #c24036
}

    .alert-danger hr {
        border-top-color: #fad7d4
    }

    .alert-danger .alert-link {
        color: #9a332b
    }

@keyframes tb {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

    .progress[value] {
        background-color: #dfe5f2;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem
    }

        .progress[value]::-ms-fill {
            background-color: #0097ff;
            border: 0
        }

        .progress[value]::-moz-progress-bar {
            background-color: #0097ff;
            border-bottom-left-radius: .25rem;
            border-top-left-radius: .25rem
        }

        .progress[value]::-webkit-progress-value {
            background-color: #0097ff;
            border-bottom-left-radius: .25rem;
            border-top-left-radius: .25rem
        }

    .progress[value="100"]::-moz-progress-bar {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .progress[value="100"]::-webkit-progress-value {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .progress[value]::-webkit-progress-bar {
        background-color: #dfe5f2;
        border-radius: .25rem
    }

    .progress[value], base::-moz-progress-bar {
        background-color: #dfe5f2;
        border-radius: .25rem
    }

@media screen and (min-width:0\0) {
    .progress {
        background-color: #dfe5f2;
        border-radius: .25rem
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0097ff;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }

    .progress[width="100%"] {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

@media screen and (min-width:0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
        background-size: 1rem 1rem
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: tb 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: tb 2s linear infinite
}

@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
        animation: tb 2s linear infinite
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #98bf49
}

.progress-success[value]::-moz-progress-bar {
    background-color: #98bf49
}

.progress-success[value]::-ms-fill {
    background-color: #98bf49
}

@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
        background-color: #98bf49
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #0097ff
}

.progress-info[value]::-moz-progress-bar {
    background-color: #0097ff
}

.progress-info[value]::-ms-fill {
    background-color: #0097ff
}

@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
        background-color: #0097ff
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f2c94e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f2c94e
}

.progress-warning[value]::-ms-fill {
    background-color: #f2c94e
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #f2c94e
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #f2594e
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #f2594e
}

.progress-danger[value]::-ms-fill {
    background-color: #f2594e
}

@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
        background-color: #f2594e
    }
}

.media {
    display: -ms-flexbox;
    display: flex
}

.media-body {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.media-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.media-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dfe5f2
}

    .list-group-item:first-child {
        border-top-right-radius: .25rem;
        border-top-left-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
        color: #6f7380;
        cursor: not-allowed;
        background-color: #f7faff
    }

        .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
            color: inherit
        }

        .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
            color: #6f7380
        }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        text-decoration: none;
        background-color: #0097ff;
        border-color: #0097ff
    }

        .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
            color: inherit
        }

        .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
            color: #fff
        }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #0097ff;
    text-align: inherit
}

    .list-group-item-action .list-group-item-heading {
        color: #0097ff
    }

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #0097ff;
        text-decoration: none;
        background-color: #edf4ff
    }

.list-group-item-success {
    color: #6e8c31;
    background-color: #f5fae9
}

a.list-group-item-success, button.list-group-item-success {
    color: #6e8c31
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #6e8c31;
        background-color: #ebf6d4
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #6e8c31;
        border-color: #6e8c31
    }

.list-group-item-info {
    color: #0081da;
    background-color: #f3f5ff
}

a.list-group-item-info, button.list-group-item-info {
    color: #0081da
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #0081da;
        background-color: #d9e2ff
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #0081da;
        border-color: #0081da
    }

.list-group-item-warning {
    color: #bf9d36;
    background-color: #fcf7e6
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #bf9d36
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #bf9d36;
        background-color: #f9f0cf
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #bf9d36;
        border-color: #bf9d36
    }

.list-group-item-danger {
    color: #c24036;
    background-color: #fdeceb
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #c24036
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #c24036;
        background-color: #fad7d4
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #c24036;
        border-color: #c24036
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9 {
    padding-bottom: 42.857143%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        -ms-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    .modal.in .modal-dialog {
        -ms-transform: translate(0);
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.5rem
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .6
    }

.modal-header {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #fff
}

    .modal-header:after {
        content: "";
        display: table;
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    padding: 2rem
}

.modal-footer {
    padding: 2rem;
    text-align: right;
    border-top: 1px solid #fff
}

    .modal-footer:after {
        content: "";
        display: table;
        clear: both
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 20px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Montserrat,BlinkMacSystemFont,Segoe UI,Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
        padding: 5px 0;
        margin-top: -8px
    }

        .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 5px 5px 0;
            border-top-color: #31343b
        }

    .tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
        padding: 0 5px;
        margin-left: 8px
    }

        .tooltip.bs-tether-element-attached-left .tooltip-inner:before, .tooltip.tooltip-right .tooltip-inner:before {
            top: 50%;
            left: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 5px 5px 0;
            border-right-color: #31343b
        }

    .tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
        padding: 5px 0;
        margin-top: 8px
    }

        .tooltip.bs-tether-element-attached-top .tooltip-inner:before, .tooltip.tooltip-bottom .tooltip-inner:before {
            top: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 0 5px 5px;
            border-bottom-color: #31343b
        }

    .tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
        padding: 0 5px;
        margin-left: -8px
    }

        .tooltip.bs-tether-element-attached-right .tooltip-inner:before, .tooltip.tooltip-left .tooltip-inner:before {
            top: 50%;
            right: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 0 5px 5px;
            border-left-color: #31343b
        }

.tooltip-inner {
    max-width: 200px;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    background-color: #31343b;
    border-radius: .25rem
}

    .tooltip-inner:before {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1.8rem;
    font-family: Montserrat,BlinkMacSystemFont,Segoe UI,Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeef6;
    border-radius: .25rem
}

    .popover.bs-tether-element-attached-bottom, .popover.popover-top {
        margin-top: -8px
    }

        .popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before, .popover.popover-top:after, .popover.popover-top:before {
            left: 50%;
            border-bottom-width: 0
        }

        .popover.bs-tether-element-attached-bottom:before, .popover.popover-top:before {
            bottom: -9px;
            margin-left: -9px;
            border-top-color: #e3e8f3
        }

        .popover.bs-tether-element-attached-bottom:after, .popover.popover-top:after {
            bottom: -8px;
            margin-left: -8px;
            border-top-color: #fff
        }

    .popover.bs-tether-element-attached-left, .popover.popover-right {
        margin-left: 8px
    }

        .popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before, .popover.popover-right:after, .popover.popover-right:before {
            top: 50%;
            border-left-width: 0
        }

        .popover.bs-tether-element-attached-left:before, .popover.popover-right:before {
            left: -9px;
            margin-top: -9px;
            border-right-color: #e3e8f3
        }

        .popover.bs-tether-element-attached-left:after, .popover.popover-right:after {
            left: -8px;
            margin-top: -8px;
            border-right-color: #fff
        }

    .popover.bs-tether-element-attached-top, .popover.popover-bottom {
        margin-top: 8px
    }

        .popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:after, .popover.popover-bottom:before {
            left: 50%;
            border-top-width: 0
        }

        .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:before {
            top: -9px;
            margin-left: -9px;
            border-bottom-color: #e3e8f3
        }

        .popover.bs-tether-element-attached-top:after, .popover.popover-bottom:after {
            top: -8px;
            margin-left: -8px;
            border-bottom-color: #fff
        }

        .popover.bs-tether-element-attached-top .popover-title:before, .popover.popover-bottom .popover-title:before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 20px;
            margin-left: -10px;
            content: "";
            border-bottom: 1px solid #fff
        }

    .popover.bs-tether-element-attached-right, .popover.popover-left {
        margin-left: -8px
    }

        .popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before, .popover.popover-left:after, .popover.popover-left:before {
            top: 50%;
            border-right-width: 0
        }

        .popover.bs-tether-element-attached-right:before, .popover.popover-left:before {
            right: -9px;
            margin-top: -9px;
            border-left-color: #e3e8f3
        }

        .popover.bs-tether-element-attached-right:after, .popover.popover-left:after {
            right: -8px;
            margin-top: -8px;
            border-left-color: #fff
        }

.popover-title {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: .1875rem .1875rem 0 0
}

    .popover-title:empty {
        display: none
    }

.popover-content {
    padding: 0
}

.popover:after, .popover:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover:before {
    content: "";
    border-width: 9px
}

.popover:after {
    content: "";
    border-width: 8px
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .carousel-item {
        position: relative;
        display: none;
        transition: left .6s ease-in-out
    }

        .carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
            line-height: 1
        }

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

        .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
            left: 0;
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
            left: 0;
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
                left: 0;
                transform: translateZ(0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5
}

    .carousel-control.left {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1
    }

    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev:before {
        content: "\2039"
    }

    .carousel-control .icon-next:before {
        content: "\203a"
    }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        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;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media (min-width:576px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.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-faded {
    background-color: #f7faff
}

.bg-primary {
    background-color: #0097ff !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #2657ee !important
}

.bg-success {
    background-color: #98bf49 !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #7c9e37 !important
}

.bg-info {
    background-color: #0097ff !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #2657ee !important
}

.bg-warning {
    background-color: #f2c94e !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #efbb1e !important
}

.bg-danger {
    background-color: #f2594e !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ef2c1e !important
}

.bg-inverse {
    background-color: #31343b !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #1a1b1f !important
}

.rounded {
    border-radius: .25rem
}

.rounded-top {
    border-top-left-radius: .25rem
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-top-left-radius: .25rem
}

.flip.rounded-circle .flip-back, .flip.rounded-circle .flip-front, .rounded-circle {
    border-radius: 50%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.float-xs-left {
    float: left !important
}

.float-xs-right {
    float: right !important
}

.float-xs-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
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h-100 {
    height: 100% !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .5rem !important
}

.mt-1 {
    margin-top: .5rem !important
}

.collapser-header .icon, .collapser-header a:before, .mr-1 {
    margin-right: .5rem !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.ml-1, .mx-1 {
    margin-left: .5rem !important
}

.mx-1 {
    margin-right: .5rem !important
}

.my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.dropdown-options > .btn, .m-2 {
    margin: 1rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.list-timeline .list-title, .mb-2 {
    margin-bottom: 1rem !important
}

.ml-2, .mx-2 {
    margin-left: 1rem !important
}

.mx-2 {
    margin-right: 1rem !important
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-3 {
    margin: 1.5rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.ml-3, .mx-3 {
    margin-left: 1.5rem !important
}

.mx-3 {
    margin-right: 1.5rem !important
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-4 {
    margin: 3rem !important
}

.mt-4 {
    margin-top: 3rem !important
}

.mr-4 {
    margin-right: 3rem !important
}

.mb-4 {
    margin-bottom: 3rem !important
}

.ml-4, .mx-4 {
    margin-left: 3rem !important
}

.mx-4 {
    margin-right: 3rem !important
}

.my-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-5 {
    margin: 5rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mr-5 {
    margin-right: 5rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.ml-5, .mx-5 {
    margin-left: 5rem !important
}

.mx-5 {
    margin-right: 5rem !important
}

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .5rem !important
}

.pt-1 {
    padding-top: .5rem !important
}

.pr-1 {
    padding-right: .5rem !important
}

.pb-1 {
    padding-bottom: .5rem !important
}

.pl-1, .px-1 {
    padding-left: .5rem !important
}

.px-1 {
    padding-right: .5rem !important
}

.py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-2 {
    padding: 1rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.pl-2, .px-2 {
    padding-left: 1rem !important
}

.px-2 {
    padding-right: 1rem !important
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-3 {
    padding: 1.5rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.pl-3, .px-3 {
    padding-left: 1.5rem !important
}

.px-3 {
    padding-right: 1.5rem !important
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-4 {
    padding: 3rem !important
}

.pt-4 {
    padding-top: 3rem !important
}

.pr-4 {
    padding-right: 3rem !important
}

.pb-4 {
    padding-bottom: 3rem !important
}

.form-search-container .form-search[type=search], .pl-4, .px-4 {
    padding-left: 3rem !important
}

.px-4 {
    padding-right: 3rem !important
}

.py-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-5 {
    padding: 5rem !important
}

.pt-5 {
    padding-top: 5rem !important
}

.pr-5 {
    padding-right: 5rem !important
}

.pb-5 {
    padding-bottom: 5rem !important
}

.pl-5, .px-5 {
    padding-left: 5rem !important
}

.px-5 {
    padding-right: 5rem !important
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-break {
    word-break: break-all !important
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-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-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #b1b6c7 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #939ab2 !important
}

.text-primary {
    color: #0097ff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #2657ee !important
}

.text-success {
    color: #98bf49 !important
}

a.text-success:focus, a.text-success:hover {
    color: #7c9e37 !important
}

.text-info {
    color: #0097ff !important
}

a.text-info:focus, a.text-info:hover {
    color: #2657ee !important
}

.text-warning {
    color: #f2c94e !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #efbb1e !important
}

.text-danger {
    color: #f2594e !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ef2c1e !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down, .visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

:root {
    --c-primary: #0097ff;
    --c-cyan: #0badd3;
    --c-red: #f2594e;
    --c-green: #559355;
    --c-green-light: #98bf49;
    --c-yellow: #f2c94e;
    --c-yellow-dark: #bf9d36;
    --c-blue: #4e99db;
    --c-purple: #6872bc;
    --c-purple-dark: #575796;
    --c-blue-gray: #607d8b;
    --c-orange: #f79a2b;
    --c-orange-deep: #f46f3b;
    --c-brown: #9b7a5a;
    --c-gray-darker: #31343b;
    --c-teal: #00758f;
    --c-magenta: #e555a1;
    --c-magenta-dark: #a82670;
    --c-accent: #f26b7a
}

body, html {
    text-rendering: optimizeLegibility
}

b, strong {
    font-weight: 700
}

a {
    transition: color .2s ease-in
}

dt {
    color: #4e5159
}

.mark, mark {
    padding: .2em .4em;
    background-color: #faf1d4;
    border-radius: 2px
}

@media (max-width:991px) {
    body, html {
        font-size: 14px
    }
}

.table thead th {
    color: #4e5159;
    border-bottom: 1px solid #dfe5f2;
    border-top: none;
    padding: .75rem
}

.thead-inverse th {
    color: #fff !important;
    background-color: #6f7380
}

.thead-default th {
    background-color: #f7faff
}

.table-active {
    color: #0081da
}

.table-success {
    color: #6e8c31
}

.table-warning {
    color: #bf9d36
}

.table-danger {
    color: #c24036
}

tr.table-active td {
    border-bottom: 1px solid #c9d6fc
}

tr.table-success td {
    border-bottom: 1px solid #d5eaa9
}

tr.table-warning td {
    border-bottom: 1px solid #f7e7b6
}

tr.table-danger td {
    border-bottom: 1px solid #f6beba
}

.table-sm td, .table-sm th, .table-sm thead th {
    padding: 0;
    padding-top: .3rem;
    padding-bottom: .3rem
}

.form-group label {
    font-weight: 700;
    color: #4e5159
}

.input-group-addon {
    font-weight: 700;
    color: #b1b6c7
}

    .collapser-header .input-group-addon a:before, .form-control, .input-group-addon, .input-group-addon .collapser-header a:before, .input-group-addon .icon, .input-group-btn {
        transition: border-color .35s ease
    }

        .collapser-header .input-group-addon a:before .btn, .form-control .btn, .input-group-addon .btn, .input-group-addon .collapser-header a:before .btn, .input-group-addon .icon .btn, .input-group-btn .btn {
            white-space: nowrap !important
        }

.form-inline label {
    margin-right: .5rem
}

.form-control::-moz-placeholder {
    color: #c0c4d2;
    font-weight: 400;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #c0c4d2;
    font-weight: 400;
    opacity: 1
}

.form-control-feedback {
    display: block
}

.input-group-addon {
    background: #fff
}

    .input-group-addon.is-focus {
        border-color: #0097ff;
        color: #b1b6c7
    }

.has-success .input-group-addon {
    background: #fff
}

    .has-success .input-group-addon.is-focus {
        border-color: #98bf49;
        color: #6f7380
    }

.has-success .input-group-btn, .has-success .input-group-btn.is-focus {
    border-color: #98bf49 !important
}

.has-warning .input-group-addon {
    background: #fff
}

    .has-warning .input-group-addon.is-focus {
        border-color: #f2c94e;
        color: #6f7380
    }

.has-warning .input-group-btn, .has-warning .input-group-btn.is-focus {
    border-color: #f2c94e !important
}

.has-danger .input-group-addon {
    background: #fff
}

    .has-danger .input-group-addon.is-focus {
        border-color: #f2594e;
        color: #6f7380
    }

.has-danger .input-group-btn, .has-danger .input-group-btn.is-focus {
    border-color: #f2594e !important
}

.input-group-addon + .form-control, .input-group-addon:first-child + .input-group-addon {
    padding-left: 0
}

.input-group .form-control:not(:last-child) {
    border-right: 0
}

.input-group-addon:first-child + .form-control, .input-group-addon:first-child + .input-group-addon, .input-group .form-control:last-child {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group .input-group-btn {
    border: 2px solid #dfe5f2;
    padding: .2rem
}

    .input-group .input-group-btn .btn {
        padding: .25rem 1rem
    }

        .input-group .input-group-btn .btn-group-lg > .btn, .input-group .input-group-btn .btn.btn-lg {
            padding: .5rem 1rem
        }

.input-group-lg .input-group-btn {
    padding: .2rem .5rem
}

.input-group .input-group-btn:first-child {
    border-color: #dfe5f2;
    border-right: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

    .input-group .input-group-btn:first-child + .form-control, .input-group .input-group-btn:last-child {
        border-left: 0
    }

.input-group .input-group-btn .btn:only-child {
    border-radius: .25rem
}

.input-group .input-group-btn:last-child {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.input-group-btn.is-focus {
    border-color: #0097ff !important
}

.input-group.disabled .input-group-addon, .input-group.readonly .input-group-addon, fieldset[disabled] .input-group .input-group-addon {
    background: #dfe5f2 !important;
    color: #4e5159
}

.form-check-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin-left: -1rem
}

.form-check-label {
    line-height: 1.6;
    position: relative;
    padding-left: 1.75rem
}

.form-check-inline {
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline + .form-check-inline {
        margin-left: 0
    }

.form-check-input:checked + .form-check-label .form-check-desc {
    display: block;
    font-weight: 400
}

.form-check-desc {
    color: #b1b6c7;
    display: none;
    margin: 0
}

.form-check-input ~ .form-check-label:after, .form-check-input ~ .form-check-label:before {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    transition: all .2s ease-in
}

.form-check-input ~ .form-check-label:before {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 2px;
    background-color: #fff;
    border: 3px solid #dfe5f2
}

input[type=radio] + .form-check-label:after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 7px;
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #0097ff
}

input[type=radio]:checked ~ .form-check-label {
    color: #0097ff
}

    input[type=radio]:checked ~ .form-check-label:before {
        border-color: #0097ff
    }

    input[type=radio]:checked ~ .form-check-label:after {
        -ms-transform: scale(1);
        transform: scale(1)
    }

input[type=checkbox] ~ .form-check-label:before {
    border-radius: .25rem
}

input[type=checkbox]:checked ~ .form-check-label:before {
    border-width: 0 0 5px 5px;
    border-color: #fff #fff #0097ff #0097ff;
    border-radius: 0;
    height: 12px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.input-group-addon .form-check-label {
    top: -1.2rem
}

.check-btn-outline {
    padding: 0;
    border-radius: .25rem;
    border: 3px solid #dfe5f2;
    font-weight: 700;
    font-size: 1.125rem;
    transition: all .3s ease-in;
    box-shadow: 0 2px 1px hsla(220,7%,51%,.1) !important
}

    .check-btn-outline .form-check-input ~ .form-check-label:before {
        left: auto;
        right: 20px
    }

    .check-btn-outline .form-check-label {
        padding: 16px 60px 16px 20px;
        line-height: 32px;
        width: 100%
    }

    .check-btn-outline .form-check-input ~ .form-check-label:before {
        width: 22px;
        height: 22px;
        top: 20px
    }

    .check-btn-outline input[type=radio] + .form-check-label:after {
        width: 10px;
        height: 10px;
        top: 26px;
        left: auto;
        right: 26px
    }

    .check-btn-outline .form-check-label img {
        position: relative;
        top: -2px
    }

    .check-btn-outline .form-check-label .icon-2x {
        position: relative;
        top: 3px;
        margin-right: .5rem
    }

    .check-btn-outline input[type=checkbox]:checked ~ .form-check-label:before {
        border-width: 0 0 6px 6px;
        height: 15px
    }

    .check-btn-outline .form-check-input[disabled] ~ .form-check-label {
        color: #dfe5f2
    }

    .check-btn-outline.is-checked {
        color: #0097ff;
        border-color: #0097ff
    }

        .check-btn-outline.is-checked .form-check-label span[class^=icon-] {
            color: #0097ff !important
        }

.check-btn-outline-sm .form-check-label {
    font-size: 16px;
    padding: 6px 40px 6px 12px;
    line-height: 32px
}

.check-btn-outline-sm .form-check-input ~ .form-check-label:before {
    height: 16px;
    width: 16px;
    top: 15px;
    right: 15px
}

.check-btn-outline-sm input[type=radio] + .form-check-label:after {
    width: 6px;
    height: 6px;
    top: 20px;
    left: auto;
    right: 20px
}

.form-control.input-code, .input-group.input-code .input-group-addon, .input-group.input-code input {
    background: #31343b !important;
    color: #f7faff !important;
    border-color: #31343b !important
}

.drag-area, .drag-area:hover {
    border: 3px dashed #dfe5f2;
    border-radius: .25rem;
    color: #b1b6c7;
    cursor: pointer;
    display: block;
    padding: 2rem;
    transition: opacity .3s,box-shadow .3s;
    opacity: .75
}

    .drag-area.is-active, .drag-area:hover, .drag-area:hover.is-active, .drag-area:hover:hover {
        opacity: 1
    }

        .drag-area.is-active, .drag-area:hover.is-active {
            border-color: #0097ff;
            box-shadow: 0 0 0 2rem #f0f4ff;
            color: #0097ff !important
        }

.form-group input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

    .form-group input[type=file] + label {
        display: inline-block;
        cursor: pointer
    }

        .form-group input[type=file] + label span:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 17px;
            margin-right: 10px;
            background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17'><path d='M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z' fill='#a2b8fa'></path></svg>") no-repeat
        }

.selectize-sm .selectize-input {
    padding: .25rem 30px .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

    .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .selectize-sm .selectize-input:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
        height: 1.8125rem
    }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .selectize-lg .selectize-input {
    font-size: 1.25rem
}

    .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .selectize-lg .selectize-input:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
        height: 3.166667rem
    }

.form-group + .form-group:last-child {
    margin-bottom: 0
}

.form-control-security {
    font-family: text-security-disc;
    letter-spacing: .2rem
}

@font-face {
    font-family: text-security-disc;
    src: url(https://static.umbler.com/umbootstrap/assets/fonts/input-security/text-security-disc.eot);
    src: url(https://static.umbler.com/umbootstrap/assets/fonts/input-security/text-security-disc.eot?#iefix) format("embedded-opentype"),url(https://static.umbler.com/umbootstrap/assets/fonts/input-security/text-security-disc.woff) format("woff"),url(https://static.umbler.com/umbootstrap/assets/fonts/input-security/text-security-disc.ttf) format("truetype"),url(https://static.umbler.com/umbootstrap/assets/fonts/input-security/text-security-disc.svg#text-security) format("svg")
}

.form-search-container {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative
}

    .form-search-container .form-search[type=search] {
        background: 0 0;
        border: 0;
        position: relative;
        z-index: 1
    }

        .collapser-header .form-search-container .form-search[type=search]:focus + a:before, .form-search-container .collapser-header .form-search[type=search]:focus + a:before, .form-search-container .form-search[type=search]:focus + .icon {
            color: #b1b6c7
        }

    .collapser-header .form-search-container a:before, .form-search-container .collapser-header a:before, .form-search-container .icon {
        color: #dfe5f2;
        left: 10px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0
}

button:focus {
    outline: 0
}

.btn:not(.btn-link) {
    border-width: 1px;
    font-weight: 700;
    box-shadow: 0 2px 1px hsla(226,7%,47%,.3);
    transition: all .2s ease-out;
    outline: 0
}

    .btn:not(.btn-link).active.focus, .btn:not(.btn-link).active:focus, .btn:not(.btn-link):active.focus, .btn:not(.btn-link):active:focus {
        outline: 0;
        outline-offset: 0
    }

.btn-link {
    transition: all .2s ease-out
}

    .btn-link.active, .btn-link.focus, .btn-link:focus, .btn-link:hover {
        background-color: #f7faff
    }

.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background-color: #0081da;
    border-color: #0081da
}

.btn.btn-secondary {
    color: #0097ff;
    background-color: #f7faff;
    border-color: #f7faff;
    box-shadow: 0 1px 1px rgba(85,124,242,.4)
}

    .btn.btn-secondary.focus, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
        color: #0097ff;
        background-color: #c4daff;
        border-color: #bad4ff
    }

    .btn.btn-secondary.active, .btn.btn-secondary:active, .open > .btn.btn-secondary.dropdown-toggle {
        color: #0097ff;
        background-color: #c4daff;
        border-color: #bad4ff;
        background-image: none
    }

        .btn.btn-secondary.active.focus, .btn.btn-secondary.active:focus, .btn.btn-secondary.active:hover, .btn.btn-secondary:active.focus, .btn.btn-secondary:active:focus, .btn.btn-secondary:active:hover, .open > .btn.btn-secondary.dropdown-toggle.focus, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn.btn-secondary.dropdown-toggle:hover {
            color: #0097ff;
            background-color: #a0c4ff;
            border-color: #78aaff
        }

    .btn.btn-secondary.disabled.focus, .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled:hover {
        background-color: #f7faff;
        border-color: #f7faff
    }

    .btn.btn-secondary.active, .btn.btn-secondary.active.focus, .btn.btn-secondary.active:focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.focus, .btn.btn-secondary:active.focus, .btn.btn-secondary:active:focus, .btn.btn-secondary:active:hover, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
        background-color: #e3edff;
        border-color: #e3edff
    }

.open > .btn.btn-secondary.dropdown-toggle {
    background-color: #e3edff !important;
    border-color: #e3edff !important
}

.btn-accent {
    color: #fff;
    background-color: #f26b7a;
    border-color: #f26b7a
}

    .btn-accent.focus, .btn-accent:focus, .btn-accent:hover {
        color: #fff;
        background-color: #ee3c50;
        border-color: #ed3347
    }

    .btn-accent.active, .btn-accent:active, .open > .btn-accent.dropdown-toggle {
        color: #fff;
        background-color: #ee3c50;
        border-color: #ed3347;
        background-image: none
    }

        .btn-accent.active.focus, .btn-accent.active:focus, .btn-accent.active:hover, .btn-accent:active.focus, .btn-accent:active:focus, .btn-accent:active:hover, .open > .btn-accent.dropdown-toggle.focus, .open > .btn-accent.dropdown-toggle:focus, .open > .btn-accent.dropdown-toggle:hover {
            color: #fff;
            background-color: #eb1b32;
            border-color: #cc1227
        }

    .btn-accent.disabled.focus, .btn-accent.disabled:focus, .btn-accent.disabled:hover, .btn-accent:disabled.focus, .btn-accent:disabled:focus, .btn-accent:disabled:hover {
        background-color: #f26b7a;
        border-color: #f26b7a
    }

.btn-outline-accent {
    color: #f26b7a;
    background-image: none;
    background-color: transparent;
    border-color: #f26b7a
}

    .btn-outline-accent.active, .btn-outline-accent.focus, .btn-outline-accent:active, .btn-outline-accent:focus, .btn-outline-accent:hover, .open > .btn-outline-accent.dropdown-toggle {
        color: #fff;
        background-color: #f26b7a;
        border-color: #f26b7a
    }

        .btn-outline-accent.active.focus, .btn-outline-accent.active:focus, .btn-outline-accent.active:hover, .btn-outline-accent:active.focus, .btn-outline-accent:active:focus, .btn-outline-accent:active:hover, .open > .btn-outline-accent.dropdown-toggle.focus, .open > .btn-outline-accent.dropdown-toggle:focus, .open > .btn-outline-accent.dropdown-toggle:hover {
            color: #fff;
            background-color: #eb1b32;
            border-color: #cc1227
        }

    .btn-outline-accent.disabled.focus, .btn-outline-accent.disabled:focus, .btn-outline-accent.disabled:hover, .btn-outline-accent:disabled.focus, .btn-outline-accent:disabled:focus, .btn-outline-accent:disabled:hover {
        border-color: #fac9ce
    }

.btn-outline-secondary {
    color: #dfe5f2;
    background-image: none;
    background-color: transparent;
    border-color: #dfe5f2;
    color: #0097ff;
    box-shadow: 0 2px 1px hsla(220,7%,51%,.1) !important
}

    .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover, .open > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #dfe5f2;
        border-color: #dfe5f2
    }

        .btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
            color: #fff;
            background-color: #a1b3d9;
            border-color: #849bcd
        }

    .btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled:hover {
        border-color: #fff
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
        color: #0097ff;
        background-color: #e3edff;
        border-color: #e3edff
    }

.btn-fab {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

    .btn-fab span {
        font-size: 24px;
        line-height: 54px
    }

    .btn-fab.btn-sm, .btn-group-sm > .btn-fab.btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px
    }

        .btn-fab.btn-sm span, .btn-group-sm > .btn-fab.btn span {
            font-size: 16px;
            line-height: 39px
        }

@media (max-width:575px) {
    .btn {
        white-space: normal !important
    }
}

.btn.btn-google, .btn.btn-google:hover {
    background-color: #e46b56;
    color: #fff
}

    .btn.btn-google:hover, .btn.btn-google:hover:hover {
        background-color: #de4c33
    }

.btn.btn-facebook {
    background-color: #476bb7;
    color: #fff
}

    .btn.btn-facebook:hover {
        background-color: #3c5a9a
    }

.btn.btn-twitter {
    background-color: #69bfe9;
    color: #fff
}

    .btn.btn-twitter:hover {
        background-color: #45b0e4
    }

.btn.btn-github {
    background-color: #585858;
    color: #fff
}

    .btn.btn-github:hover {
        background-color: #444
    }

.btn.btn-linkedin {
    background-color: #0097df;
    color: #fff
}

    .btn.btn-linkedin:hover {
        background-color: #007bb6
    }

.btn-xs {
    padding: .08rem .25rem;
    font-size: .75rem;
    border-radius: .2rem;
    font-weight: 400 !important
}

.collapsing {
    transition-timing-function: ease-in-out;
    transition-duration: .25s
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    outline: 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger:hover {
        opacity: .8
    }

.hamburger-box {
    width: 24px;
    height: 20px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 24px;
        height: 4px;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner:after, .hamburger-inner:before {
            content: "";
            display: block
        }

        .hamburger-inner:before {
            top: -8px
        }

        .hamburger-inner:after {
            bottom: -8px
        }

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

    .hamburger--elastic .hamburger-inner:before {
        top: 8px;
        transition: opacity .15s ease .25s
    }

    .hamburger--elastic .hamburger-inner:after {
        top: 16px;
        transition: transform .25s cubic-bezier(.68,-.55,.265,1.55)
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,8px,0) rotate(135deg);
    transition-delay: .1s
}

    .hamburger--elastic.is-active .hamburger-inner:before {
        transition-delay: 0s;
        opacity: 0
    }

    .hamburger--elastic.is-active .hamburger-inner:after {
        transform: translate3d(0,-16px,0) rotate(-270deg);
        transition-delay: .1s
    }

.dropdown-menu {
    box-shadow: 0 3px 5px hsla(226,7%,47%,.2) !important
}

.dropdown-header {
    color: #f26b7a
}

.open > .dropdown-menu {
    will-change: opacity,transform;
    animation: ub .3s cubic-bezier(.18,.89,.32,1.28);
    -ms-transform-origin: top center;
    transform-origin: top center
}

@keyframes ub {
    0% {
        transform: scale(.8) perspective(400px) rotateX(70deg);
        opacity: 0
    }

    to {
        transform: scale(1) perspective(400px) rotateX(0deg)
    }
}

.dropdown-options {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

    .dropdown-options > .btn {
        padding-left: 0;
        padding-right: 0
    }

.dropdown-toggle:after {
    border: 0;
    content: "\f118";
    display: inline;
    font-family: umbler;
    font-size: .7rem;
    margin-left: .5rem
}

.dropdown-item {
    padding: 6px 1.5rem
}

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: #0097ff;
        font-weight: 700;
        box-shadow: inset 3px 0 0 0 #0097ff
    }

.nav-underline .open .dropdown-toggle {
    background: 0 0 !important;
    z-index: 1001
}

    .nav-underline .open .dropdown-toggle.active:before {
        height: 0
    }

.nav-underline .dropdown-menu {
    margin-left: -5px;
    margin-top: -60px;
    padding-top: 55px
}

.nav-underline .dropdown.open {
    z-index: 1021
}

.divider {
    border: none;
    margin: .5rem 0;
    position: relative
}

    .divider:after, .divider:before {
        border-bottom: 1px solid #dfe5f2;
        content: "";
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%
    }

hr.divider {
    height: 2px;
    top: 1px
}

.card .divider:after, .card .divider:before {
    border-color: #eef1f8
}

.divider-content {
    position: relative;
    z-index: 1
}

.divider-left {
    text-align: left
}

.divider-center {
    text-align: center
}

.divider-right {
    text-align: right
}

.btn-action {
    height: 56px;
    position: relative;
    width: 56px
}

    .btn-action .btn-action-group {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        visibility: hidden
    }

    .btn-action > .btn-fab {
        bottom: 0;
        cursor: pointer;
        position: absolute;
        z-index: 1
    }

        .btn-action-group, .btn-action-group li, .btn-action-group li a, .btn-action > .btn-fab span {
            transition: all .3s cubic-bezier(.64,.09,.08,1) !important
        }

        .btn-action > .btn-fab .collapser-header a:before, .btn-action > .btn-fab .icon, .collapser-header .btn-action > .btn-fab a:before {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0
        }

        .btn-action > .btn-fab .icon-add + span {
            opacity: 0;
            -ms-transform: rotate(-60deg);
            transform: rotate(-60deg)
        }

    .btn-action.is-active > .btn-fab .icon-add + span {
        opacity: 1;
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .btn-action.is-active > .btn-fab .icon-add {
        opacity: 0;
        -ms-transform: rotate(130deg);
        transform: rotate(130deg)
    }

.btn-action-t > .btn {
    bottom: 0
}

.btn-action-t .btn-action-group {
    padding-bottom: 75px;
    bottom: 0
}

.btn-action-t .btn-group-sm > .btn + .btn-action-group, .btn-action-t .btn-sm + .btn-action-group {
    padding-bottom: 60px
}

.btn-action-t li {
    margin-top: 15px
}

    .btn-action-t li a {
        -ms-transform: scaleY(.4) scaleX(.4) translateY(40px);
        transform: scaleY(.4) scaleX(.4) translateY(40px)
    }

.btn-action-r > .btn {
    left: 0
}

.btn-action-r .btn-action-group {
    left: 0;
    padding-left: 75px
}

.btn-action-r .btn-group-sm > .btn + .btn-action-group, .btn-action-r .btn-sm + .btn-action-group {
    padding-left: 60px
}

.btn-action-r li {
    margin-right: 15px
}

    .btn-action-r li a {
        -ms-transform: scaleY(.4) scaleX(.4) translateX(-40px);
        transform: scaleY(.4) scaleX(.4) translateX(-40px)
    }

.btn-action-l > .btn {
    right: 0
}

.btn-action-l .btn-action-group {
    right: 0;
    padding-right: 75px
}

.btn-action-l .btn-group-sm > .btn + .btn-action-group, .btn-action-l .btn-sm + .btn-action-group {
    padding-right: 60px
}

.btn-action-l li {
    margin-left: 15px
}

    .btn-action-l li a {
        -ms-transform: scaleY(.4) scaleX(.4) translateX(40px);
        transform: scaleY(.4) scaleX(.4) translateX(40px)
    }

.btn-action-b > .btn {
    bottom: 0
}

.btn-action-b .btn-action-group {
    padding-top: 75px;
    top: 0
}

.btn-action-b .btn-group-sm > .btn + .btn-action-group, .btn-action-b .btn-sm + .btn-action-group {
    padding-top: 60px
}

.btn-action-b li {
    margin-bottom: 15px
}

    .btn-action-b li a {
        -ms-transform: scaleY(.4) scaleX(.4) translateY(-40px);
        transform: scaleY(.4) scaleX(.4) translateY(-40px)
    }

.btn-action-l .btn-action-group, .btn-action-r .btn-action-group {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-action-r .btn-action-group {
    -ms-flex-direction: row;
    flex-direction: row
}

.btn-action-l .btn-action-group {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.btn-action-b .btn-action-group, .btn-action-t .btn-action-group {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btn-action-b .btn-action-group {
    -ms-flex-direction: column;
    flex-direction: column
}

.btn-action-t .btn-action-group {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.btn-action-fixed {
    bottom: 40px;
    right: 40px;
    position: fixed
}

    .btn-action-fixed .btn-action-group {
        bottom: 0;
        padding-bottom: 75px
    }

.btn-action-group li {
    opacity: 0;
    visibility: hidden
}

.is-active .btn-action-group {
    visibility: visible
}

.btn-action-b.is-active li a, .btn-action-t.is-active li a {
    -ms-transform: scaleY(1) scaleX(1) translateY(0);
    transform: scaleY(1) scaleX(1) translateY(0)
}

.btn-action-l.is-active li a, .btn-action-r.is-active li a {
    -ms-transform: scaleY(1) scaleX(1) translateX(0);
    transform: scaleY(1) scaleX(1) translateX(0)
}

.btn-action-group .is-visible {
    opacity: 1;
    visibility: visible
}

body.pt-navbar {
    padding-top: 3.5rem
}

#menu-app {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 270px;
    top: 3.5rem;
    padding: 1.5rem;
    transform: translateZ(0);
    transition-property: transform;
    will-change: transform
}

    #menu-app .input-group-addon, #menu-app .input-group .form-control {
        background: 0 0
    }

        #menu-app .input-group-addon.is-focus, #menu-app .input-group-addon.is-focus + .form-control {
            background: #fff
        }

    #menu-app h3 {
        padding: 10px 0
    }

    #menu-app h3, #menu-app ul.nav {
        position: relative
    }

    #menu-app .nav-link {
        color: #6f7380
    }

        #menu-app .nav-link:hover {
            color: #4e5159
        }

    #menu-app .nav-domains > li > .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-weight: 700;
        max-width: 280px
    }

        #menu-app .nav-domains > li > .nav-link:before {
            content: "\f118";
            font-family: umbler !important;
            display: inline-block;
            transition: all .3s cubic-bezier(.32,.82,.07,1.64);
            margin-right: 8px;
            font-size: 14px;
            color: #dfe5f2;
            transform: rotate(-90deg);
            position: relative;
            top: 1px
        }

    #menu-app .nav-domains > li:first-child > .nav-link {
        padding-top: 0
    }

    #menu-app .nav-domains ul .nav-link {
        padding-left: 22px
    }

    #menu-app .nav-link.active, #menu-app .nav-link[aria-expanded=true] {
        background-color: transparent;
        font-weight: 700;
        color: #0097ff
    }

    #menu-app .nav-domains > li > .nav-link[aria-expanded=true]:before {
        transform: rotate(0);
        color: #0097ff
    }

#container {
    width: auto;
    max-width: 900px;
    min-width: 320px;
    -ms-transform-origin: left;
    transform-origin: left
}

#container, #menu-app {
    transition-timing-function: cubic-bezier(.87,-.41,.19,1.44);
    transition-duration: .4s
}

@media (max-width:767px) {
    #container, #menu-app {
        transition-timing-function: ease-in;
        transition-duration: .2s
    }
}

@media (max-width:991px) {
    #menu-app {
        transform: translate3d(-270px,0,0)
    }

    #container {
        margin-left: 0
    }

    .menu-opened {
        overflow: hidden
    }

        .menu-opened #menu-app {
            transform: translateZ(0)
        }

        .menu-opened #container {
            transform: translate3d(270px,0,0);
            opacity: .3;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .menu-opened #container:after {
                background-color: transparent;
                display: block;
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%
            }

        .menu-opened .navbar-fixed-top {
            width: 100vw
        }
}

@media (max-width:1199px) {
    #menu-app .nav-domains > li > .nav-link {
        max-width: 200px
    }
}

@media (min-width:992px) {
    #menu-app {
        transform: translateZ(0)
    }

    #container {
        margin-left: 270px
    }
}

@media (min-width:1200px) {
    #menu-app {
        width: 380px
    }

    #container {
        margin-left: 380px
    }
}

@media (min-width:1680px) {
    #container {
        margin-left: auto;
        margin-right: auto
    }
}

.nav-domains > .nav-item:first-child .nav-icon-bin {
    top: -5px
}

.nav-domains > .nav-item {
    position: relative
}

.nav-domains .nav-icon-bin {
    color: #b1b6c7;
    cursor: pointer;
    font-size: 1.5rem;
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    transition: all .3s;
    padding: 5px 8px;
    position: absolute;
    opacity: 0;
    top: 3px;
    right: 0;
    border-radius: 50%;
    transition: color .3s,transform .3s
}

.nav-domains > .nav-item:hover .nav-icon-bin {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: .8
}

.nav-domains .nav-icon-bin:hover {
    color: #6f7380
}

.nav-tabs .nav-link {
    position: relative;
    border: 1px solid #eaeef6;
    border-top-width: 5px;
    border-radius: 0;
    color: #6f7380;
    transition: border .4s ease
}

    .nav-tabs .nav-link:hover {
        color: #4e5159
    }

    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
        border-color: #eaeef6
    }

    .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-link.active {
        background-color: #fff
    }

        .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
            color: #0097ff
        }

.nav-tabs .nav-item {
    font-weight: 600
}

    .nav-tabs .nav-item + .nav-item {
        margin-left: -1px
    }

.nav-tabs li:first-child .nav-link {
    border-top-left-radius: 8px
}

.nav-tabs li:last-child .nav-link {
    border-top-right-radius: 8px
}

.nav-tabs .nav-link.active {
    border-top-color: #0097ff !important
}

.nav-tabs .nav-link:hover {
    color: #0097ff;
    border-top-color: #d9e2ff
}

.nav-pills .nav-link {
    padding: .5rem 1rem;
    transition: background .15s ease
}

.nav-overline .nav-link {
    margin-top: -1px;
    padding-top: 1rem
}

.nav-overline .nav-link, .nav-underline .nav-link {
    border-color: transparent !important;
    border-top-width: 0
}

    .nav-overline .nav-link:before, .nav-underline .nav-link:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 100%;
        top: 0;
        left: 0;
        height: 0;
        opacity: 0;
        border-radius: 3px;
        background-color: #0097ff;
        transition: all .15s ease
    }

    .nav-overline .nav-link.active, .nav-underline .nav-link.active {
        background-color: transparent !important
    }

        .nav-overline .nav-link.active:before, .nav-underline .nav-link.active:before {
            height: 5px;
            opacity: 1
        }

.nav-underline .nav-link {
    padding-bottom: 1rem
}

    .nav-underline .nav-link:before {
        top: auto;
        bottom: 0
    }

.nav-tabs .dropdown-menu {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-justified {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

    .nav-justified .nav-item {
        width: 100%
    }

    .nav-justified .nav-link {
        text-align: center
    }

.tab-content-block {
    border: 1px solid #eaeef6;
    border-top-color: transparent;
    margin-top: -1px;
    padding: 2.5rem;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (max-width:767px) {
    .nav-collapse {
        border-bottom: 0;
        max-height: 0;
        overflow: hidden;
        position: relative;
        padding-top: 3.7rem;
        transition: max-height .3s
    }

        .nav-collapse > .nav-item > .active {
            font-size: 1.2rem;
            left: 0;
            position: absolute;
            top: 0
        }

        .nav-collapse .nav-item .nav-link {
            padding-left: 2rem;
            width: 100%
        }

            .nav-collapse .nav-item .nav-link.dropdown-toggle {
                color: inherit
            }

        .nav-collapse .nav-item .active.nav-link:after {
            content: "\e95d";
            font-family: umbler;
            font-size: inherit;
            margin: 0;
            height: auto;
            position: absolute;
            right: 20px;
            transition: transform .3s;
            width: auto
        }

        .nav-collapse.nav-underline .nav-link:before {
            left: -1px;
            width: 5px;
            height: 100% !important
        }

        .nav-collapse.is-active {
            max-height: 1000px;
            transition: max-height .3s
        }

            .nav-collapse.is-active .nav-link.active:after {
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }

        .nav-collapse .dropdown {
            position: static
        }

        .nav-collapse .dropdown-menu {
            animation: none;
            background: #f7faff;
            border: 0;
            box-shadow: none;
            display: block;
            margin: 0;
            padding: inherit;
            position: relative;
            width: 100%
        }

        .nav-collapse .dropdown-item {
            padding-left: 2rem
        }

        .nav-collapse .dropdown-toggle:not(.active):after {
            float: right;
            padding: 5px 20px;
            opacity: .5
        }

        .nav-collapse.nav-underline .dropdown-item, .nav-collapse.nav-underline .nav-item, .nav-collapse.nav-underline .nav-item .nav-link {
            border-top: 1px solid #dfe5f2;
            width: 100%
        }

            .nav-collapse.nav-underline .nav-item.open .nav-link:not(.active) {
                color: #6f7380
            }
}

.navbar-dark.bg-primary .navbar-nav .nav-link {
    color: #bacafb
}

    .navbar-dark.bg-primary .navbar-nav .active > .nav-link, .navbar-dark.bg-primary .navbar-nav .active > .nav-link:focus, .navbar-dark.bg-primary .navbar-nav .active > .nav-link:hover, .navbar-dark.bg-primary .navbar-nav .nav-link.active, .navbar-dark.bg-primary .navbar-nav .nav-link.active:focus, .navbar-dark.bg-primary .navbar-nav .nav-link.active:hover, .navbar-dark.bg-primary .navbar-nav .nav-link.open, .navbar-dark.bg-primary .navbar-nav .nav-link.open:focus, .navbar-dark.bg-primary .navbar-nav .nav-link.open:hover, .navbar-dark.bg-primary .navbar-nav .nav-link:focus, .navbar-dark.bg-primary .navbar-nav .nav-link:hover, .navbar-dark.bg-primary .navbar-nav .open > .nav-link, .navbar-dark.bg-primary .navbar-nav .open > .nav-link:focus, .navbar-dark.bg-primary .navbar-nav .open > .nav-link:hover {
        color: #fff
    }

.navbar.navbar-light {
    background-color: #f7faff
}

.navbar .navbar-toggler {
    border-color: transparent;
    outline: 0
}

.navbar-fixed-top .navbar-content {
    height: 3.5rem
}

.card {
    box-shadow: 0 2px 8px rgba(59,89,178,.15);
    margin-bottom: 2rem
}

.card-header {
    position: relative;
    padding-bottom: 0;
    padding-top: 3rem;
    background-color: #fff;
    border-radius: .25rem .25rem 0 0
}

.card-title {
    margin-bottom: 1rem;
    display: inline;
}

.card-footer {
    background-color: transparent;
    padding-bottom: 3rem;
    padding-top: 0
}

.card-inverse .card-blockquote, .card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text, .card-inverse .card-title {
    color: #fff
}

.card-accent {
    background-color: #f26b7a;
    border-color: #f26b7a
}

    .card-accent .card-footer, .card-accent .card-header, .card-outline-accent {
        background-color: transparent
    }

.card-outline-accent {
    border-color: #f26b7a
}

.card-outline-accent, .card-outline-danger, .card-outline-primary, .card-outline-success, .card-outline-warning {
    background-color: #fff;
    border-width: 1px !important
}

.card-header + .card-block {
    padding-top: .5rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.card-header-tabs {
    margin: -1.5rem -1.5rem 3rem;
    border-bottom: 0
}

.card .list-group-item {
    padding-left: 3rem;
    padding-right: 3rem
}

.card-header .btn-close {
    position: absolute;
    top: 3rem;
    right: 3rem
}

.page-link {
    border-radius: .25rem
}

.tag {
    font-weight: 400;
    letter-spacing: .05em
}

.tag-badge-block, .tag-status-block {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    outline: 0 none
}

[data-tag-badge]:after {
    content: attr(data-tag-badge);
    color: #fff;
    font-family: Montserrat,BlinkMacSystemFont,Segoe UI,Montserrat,sans-serif;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-weight: 700;
    font-size: .625rem;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    top: -.1rem;
    right: -.4rem
}

.icon-5x.tag-badge-block [data-tag-badge]:after, .icon-10x.tag-badge-block [data-tag-badge]:after {
    top: 0;
    right: 0
}

p.tag-badge-block {
    padding-right: 1rem
}

.tag-status, .tag-status:after, .tag-status:before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -.1rem;
    right: -.25rem;
    border-radius: 100%
}

.icon-5x.tag-status-block .tag-status, .icon-10x.tag-status-block .tag-status {
    top: 0;
    right: 0
}

p.tag-status-block {
    padding-right: .5rem
}

.tag-status:after, .tag-status:before {
    content: "";
    opacity: 0;
    transform: scale3d(.6,.6,.6);
    animation: vb 2.2s ease-in 10;
    top: 0;
    right: 0;
    background: #f2594e
}

.tag-status:before {
    animation-delay: .3s;
    animation-duration: 2.2s
}

@keyframes vb {
    40% {
        opacity: 0;
        transform: scale3d(.6,.6,.6)
    }

    50% {
        opacity: .6
    }

    to {
        transform: scale3d(3,3,3);
        opacity: 0
    }
}

.tag-accent {
    background-color: #f26b7a
}

    .tag-accent[href]:focus, .tag-accent[href]:hover {
        background-color: #ee3c50
    }

.tag-badge-default:after, .tag-status-default {
    background-color: #b1b6c7
}

.tag-badge-primary:after, .tag-status-primary {
    background-color: #0097ff
}

.tag-badge-accent:after, .tag-status-accent, .tag-status-accent.tag-status:after, .tag-status-accent.tag-status:before {
    background-color: #f26b7a
}

.tag-badge-success:after, .tag-status-success, .tag-status-success.tag-status:after, .tag-status-success.tag-status:before {
    background-color: #98bf49
}

.tag-badge-warning:after, .tag-status-warning, .tag-status-warning.tag-status:after, .tag-status-warning.tag-status:before {
    background-color: #f2c94e
}

.tag-badge-danger:after, .tag-status-danger {
    background-color: #f2594e
}

.alert {
    border: 0;
    padding-left: 1.5rem
}

.alert-danger, .alert-info, .alert-success, .alert-warning {
    border-left: 5px solid #a2b8fa;
    position: relative
}

    .alert-danger:before, .alert-info:before, .alert-success:before, .alert-warning:before {
        font: normal normal normal 14px/1 FontAwesome !important;
        position: absolute;
        color: #fff;
        font-size: 1.5rem;
        top: 14px;
        left: 18px;
        opacity: 0;
        will-change: opacity,transform;
        animation: wb .35s cubic-bezier(0,.6,.35,1.4) .6s forwards
    }

@keyframes wb {
    0% {
        opacity: 0;
        transform: scale(.4) translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.alert-info {
    border-left-color: #a2b8fa
}

    .alert-info .alert-link {
        color: #0097ff
    }

    .alert-info:before {
        content: "\f255";
        color: #a2b8fa
    }

.alert-warning {
    border-left-color: #f2c94e
}

    .alert-warning .alert-link {
        color: #f2c94e
    }

    .alert-warning:before {
        content: "\f12b";
        color: #f2c94e
    }

.alert-danger {
    border-left-color: #f29c96
}

    .alert-danger .alert-link {
        color: #f2594e
    }

/*.alert-danger:before {
        content: "\f057";
        color: #f29c96
    }*/

.alert-success {
    border-left-color: #a7c863
}

    .alert-success .alert-link {
        color: #98bf49
    }

    .alert-success:before {
        content: "\f2da";
        color: #a7c863
    }

.progress {
    height: .5rem
}

.progress-bar-vertical {
    background-color: #dfe5f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100px;
    margin-bottom: 0;
    overflow: hidden;
    width: 1rem;
    float: left;
    border-radius: .25rem
}

.progress.progress-bar-vertical + .progress.progress-bar-vertical {
    margin-top: 0
}

.progress-bar-vertical .progress-bar {
    background-color: #0097ff;
    float: left;
    width: 100%;
    transition: width .6s ease
}

.progress-bar-vertical .progress-success {
    background-color: #98bf49
}

.progress-bar-vertical .progress-info {
    background-color: #0097ff
}

.progress-bar-vertical .progress-warning {
    background-color: #f2c94e
}

.progress-bar-vertical .progress-danger {
    background-color: #f2594e
}

.progress-steps .step {
    background-color: #dfe5f2;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: .25rem
}

    .progress-steps .step + .step {
        margin-left: 1px
    }

    .progress-steps .step.success {
        background-color: #98bf49
    }

    .progress-steps .step.warning {
        background-color: #f2c94e
    }

ol > li {
    margin-bottom: .5rem
}

.list-timeline {
    list-style-type: none;
    padding: 0;
    position: relative
}

    .list-timeline > li {
        margin-bottom: 0;
        padding: 0 0 2rem 35px;
        position: relative
    }

        .list-timeline > li:before {
            background: #dfe5f2;
            content: "";
            top: 5px;
            left: 7px;
            width: 4px;
            height: 100%;
            position: absolute
        }

        .list-timeline > li:last-child:before {
            display: none
        }

        .list-timeline:after, .list-timeline > li:after {
            content: "";
            display: block;
            position: absolute
        }

        .list-timeline > li:after {
            background-color: #b1b6c7;
            border: 6px solid #fff;
            box-sizing: border-box;
            border-radius: 50%;
            height: 18px;
            left: 0;
            top: 5px;
            width: 18px
        }

        .list-timeline > li:last-child {
            padding-bottom: 0
        }

    .list-timeline h1, .list-timeline h2, .list-timeline h3, .list-timeline h4, .list-timeline h5, .list-timeline h6 {
        line-height: 1.6
    }

.list-timeline-bullets > li:after {
    background-color: #fff;
    border: 6px solid #0097ff
}

.list-timeline-bullets > li.disabled:after {
    border-color: #dfe5f2
}

.list-timeline-bullets > li.success:after {
    border-color: #98bf49
}

.list-timeline-bullets > li.info:after {
    border-color: #0097ff
}

.list-timeline-bullets > li.warning:after {
    border-color: #f2c94e
}

.list-timeline-bullets > li.danger:after {
    border-color: #f2594e
}

.list-timeline-steps {
    counter-reset: a;
    padding-left: 5px
}

    .list-timeline-steps > li {
        counter-increment: a;
        padding: 0 0 2rem 40px
    }

        .list-timeline-steps > li:after {
            content: counter(a);
            color: #6f7380;
            display: block;
            font-size: .875rem;
            font-weight: 700;
            width: 28px;
            height: 28px;
            left: -5px;
            top: 0;
            line-height: 28px;
            position: absolute;
            text-align: center;
            border: 0;
            border-radius: 50%;
            background-color: #dfe5f2
        }

.list-timeline > li.checked:after, .list-timeline > li.checked:before, .list-timeline > li.completed:after, .list-timeline > li.completed:before {
    background-color: #98bf49;
    color: #fff
}

.list-timeline-steps > li.checked:after, .list-timeline-steps > li.checked:before {
    content: "\f169";
    font-family: Umbler
}

.list-timeline-steps > li.completed:after {
    content: counter(a)
}

.list-timeline > li.warning:after, .list-timeline > li.warning:before {
    color: #fff
}

.list-timeline-steps > li.warning:after, .list-timeline-steps > li.warning:before {
    background-color: #f2c94e;
    content: "!"
}

.list-group {
    border-radius: .25rem
}

.list-group-item:first-child {
    border-top: 0
}

.list-group-item:last-child {
    border-bottom: 0
}

.list-group-item {
    border: 1px solid #eaeef6;
    border-width: 1px 0
}

    .list-group-item.disabled {
        opacity: .5;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .list-group-item.disabled a, .list-group-item.disabled a:hover {
            color: #6f7380;
            cursor: not-allowed
        }

    .collapser-header .list-group-item.active a:before, .list-group-item.active .collapser-header a:before, .list-group-item.active .icon, .list-group-item.active a {
        color: #fff !important
    }

.list-group-item-heading {
    margin-top: 10px
}

.list-group-item-text {
    margin-bottom: 10px
}

.list-group-item-lines {
    display: block
}

.list-group-condensed .list-group-item {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.modal.fade .modal-dialog {
    transition: all .25s ease-out;
    transform: translate3d(0,-20%,0) scale3d(.7,.7,.7)
}

.modal.in .modal-dialog {
    transform: translateZ(0) scale(1)
}

.modal-content {
    box-shadow: 0 2px 2px rgba(59,89,178,.2);
    border: 0 solid rgba(0,0,0,.125)
}

.modal-body {
    padding-top: 10px
}

.modal-backdrop {
    background-color: #000
}

.modal-footer {
    padding-top: 0
}

.fullsize-modal {
    background-color: #fff
}

    .fullsize-modal .modal-body, .fullsize-modal .modal-content, .fullsize-modal .modal-footer, .fullsize-modal .modal-header {
        border: 0;
        padding: 0
    }

        .fullsize-modal .modal-header .close {
            background-color: #0081da;
            width: 58px;
            height: 58px;
            border-radius: 30px
        }

            .fullsize-modal .modal-header .close span {
                color: #fff;
                line-height: 0;
                top: -1px;
                position: relative
            }

        .fullsize-modal .modal-header .help {
            width: 38px;
            height: 38px;
            float: right;
            position: relative;
            top: 78px;
            left: 48px;
            z-index: 1
        }

    .fullsize-modal .modal-body {
        padding: 1rem 0
    }

    .fullsize-modal .btn-close {
        margin: 3rem;
        position: absolute;
        right: 0;
        top: 0
    }

.btn-close {
    float: right;
    line-height: 1;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    color: #6f7380;
    cursor: pointer;
    z-index: 20
}

    .btn-close:hover {
        color: #31343b
    }

.btn-close-label {
    display: block;
    font-size: .75rem;
    text-align: center
}

.carousel-control.left, .carousel-control.right {
    background: 0 0;
    text-shadow: none;
    opacity: 1
}

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition: opacity .3s ease
}

.carousel-fade .carousel-inner .active, .carousel-fade .next.left, .carousel-fade .prev.right {
    opacity: 1
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0
    }

.popover {
    box-shadow: 0 2px 4px rgba(59,89,178,.1)
}

.popover-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #f7faff
}

.full-overlay-wrapper .full-overlay-mask, .full-overlay .full-overlay-mask {
    background: hsla(0,0%,100%,.8);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.full-overlay-wrapper.show .full-overlay-mask, .full-overlay.show .full-overlay-mask {
    display: -ms-flexbox;
    display: flex;
    will-change: opacity;
    animation: xb .3s ease forwards
}

.full-overlay-wrapper.show .full-overlay-target, .full-overlay.show .full-overlay-target {
    position: relative;
    z-index: 1090
}

.full-overlay-wrapper.show .full-overlay-mask .loader-umbler, .full-overlay.show .full-overlay-mask .loader-umbler {
    animation: zb .2s ease forwards;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.full-overlay .full-overlay-mask {
    z-index: 1080
}

.full-overlay-wrapper {
    position: relative
}

    .full-overlay-wrapper .full-overlay-mask {
        position: absolute;
        z-index: 1020
    }

.loader-umbler {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
    font-family: umbler !important
}

    .loader-umbler:after, .loader-umbler:before {
        -ms-flex-align: center;
        align-items: center;
        content: "\f348";
        display: -ms-flexbox;
        display: flex;
        font-weight: 400;
        position: absolute;
        font-size: 16px;
        -ms-flex-pack: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        color: #b1b6c7;
        will-change: transform;
        animation: yb 1s linear infinite;
        -ms-transform-origin: 48% 50%;
        transform-origin: 48% 50%
    }

    .loader-umbler:after {
        content: "\f347";
        color: #b1b6c7;
        animation: yb 1s linear infinite reverse;
        -ms-transform-origin: 49.9% 52%;
        transform-origin: 49.9% 52%
    }

    .loader-umbler.color-white:after, .loader-umbler.color-white:before {
        color: #fff
    }

    .loader-umbler.loader-2x {
        width: 48px;
        height: 48px
    }

        .loader-umbler.loader-2x:after, .loader-umbler.loader-2x:before {
            font-size: 48px;
            width: 48px;
            height: 48px;
            -ms-transform-origin: 49.8% 50%;
            transform-origin: 49.8% 50%
        }

    .loader-umbler.loader-3x {
        width: 80px;
        height: 80px
    }

        .loader-umbler.loader-3x:after, .loader-umbler.loader-3x:before {
            font-size: 80px;
            width: 80px;
            height: 80px;
            -ms-transform-origin: 49.8% 50%;
            transform-origin: 49.8% 50%
        }

@keyframes xb {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes yb {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes zb {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/*@font-face {
    font-family: umbler;
    src: url(https://static.umbler.com/umbootstrap/assets/fonts/umbler.eot);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: umbler;
    src: url(https://static.umbler.com/umbootstrap/assets/fonts/umbler.eot);
    src: url(https://static.umbler.com/umbootstrap/assets/fonts/umbler.eot?#iefix) format("embedded-opentype"),url(https://static.umbler.com/umbootstrap/assets/fonts/umbler.woff) format("woff"),url(https://static.umbler.com/umbootstrap/assets/fonts/umbler.ttf) format("truetype"),url(https://static.umbler.com/umbootstrap/assets/fonts/umbler.svg?#umbler) format("svg");
    font-weight: 400;
    font-style: normal
}

.collapser-header a:before, .icon {
    font-family: umbler;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 23px !important;
    font-weight: 400 !important;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-apple:before {
    content: "\f101"
}

.icon-brand-bitbucket:before {
    content: "\f102"
}

.icon-brand-bootstrap:before {
    content: "\f103"
}

.icon-brand-docker:before {
    content: "\f104"
}

.icon-brand-dropbox:before {
    content: "\f105"
}

.icon-brand-excel:before {
    content: "\f106"
}

.icon-brand-exchange:before {
    content: "\f107"
}

.icon-brand-facebook:before {
    content: "\f108"
}

.icon-brand-ftps:before {
    content: "\f109"
}

.icon-brand-g-drive:before {
    content: "\f10a"
}

.icon-brand-git:before {
    content: "\f10b"
}

.icon-brand-github:before {
    content: "\f10c"
}

.icon-brand-google:before {
    content: "\f10d"
}

.icon-brand-instagram:before {
    content: "\f10e"
}

.icon-brand-linkedin:before {
    content: "\f10f"
}

.icon-brand-medium:before {
    content: "\f110"
}

.icon-brand-slack-mono:before {
    content: "\f111"
}

.icon-brand-slack:before {
    content: "\f112"
}

.icon-brand-spotify:before {
    content: "\f113"
}

.icon-brand-twitter:before {
    content: "\f114"
}

.icon-brand-webhooks:before {
    content: "\f115"
}

.icon-brand-youtube:before {
    content: "\f116"
}

.icon-cloud-upload:before {
    content: "\f117"
}

.icon-collapse-arrow-down:before {
    content: "\f118"
}

.icon-collapse-arrow-up:before {
    content: "\f119"
}

.icon-css3:before {
    content: "\f11a"
}

.icon-feedback:before {
    content: "\f11b"
}

.icon-folder:before {
    content: "\f11c"
}

.icon-html5:before {
    content: "\f11d"
}

.icon-mobile-sms:before {
    content: "\f11e"
}

.icon-add-b:before {
    content: "\f11f"
}

.icon-add-square-b:before {
    content: "\f120"
}

.icon-add-square:before {
    content: "\f121"
}

.icon-add:before {
    content: "\f122"
}

.icon-alarm-check:before {
    content: "\f123"
}

.icon-alarm-clock:before {
    content: "\f124"
}

.icon-alarm-close:before {
    content: "\f125"
}

.icon-alarm-silent:before {
    content: "\f126"
}

.icon-alarm-snooze:before {
    content: "\f127"
}

.icon-alarm-sound:before {
    content: "\f128"
}

.icon-alarm-timeout:before {
    content: "\f129"
}

.icon-alarm:before {
    content: "\f12a"
}

.icon-alert-circle:before {
    content: "\f12b"
}

.icon-alien-head:before {
    content: "\f12c"
}

.icon-alien:before {
    content: "\f12d"
}

.icon-align-center:before {
    content: "\f12e"
}

.icon-align-justify:before {
    content: "\f12f"
}

.icon-align-left:before {
    content: "\f130"
}

.icon-align-right:before {
    content: "\f131"
}

.icon-all-caps:before {
    content: "\f132"
}

.icon-android:before {
    content: "\f133"
}

.icon-angle-brackets:before {
    content: "\f134"
}

.icon-arrow-back:before {
    content: "\f135"
}

.icon-arrow-backtab:before {
    content: "\f136"
}

.icon-arrow-downward:before {
    content: "\f137"
}

.icon-arrow-forward:before {
    content: "\f138"
}

.icon-arrow-tab:before {
    content: "\f139"
}

.icon-arrow-upward:before {
    content: "\f13a"
}

.icon-astronaut:before {
    content: "\f13b"
}

.icon-at-sign:before {
    content: "\f13c"
}

.icon-atomic-bomb:before {
    content: "\f13d"
}

.icon-atoms-molecules:before {
    content: "\f13e"
}

.icon-atoms:before {
    content: "\f13f"
}

.icon-bank:before {
    content: "\f140"
}

.icon-banking-ledger:before {
    content: "\f141"
}

.icon-barcode:before {
    content: "\f142"
}

.icon-battery-add:before {
    content: "\f143"
}

.icon-battery-charging:before {
    content: "\f144"
}

.icon-battery-high:before {
    content: "\f145"
}

.icon-battery-low:before {
    content: "\f146"
}

.icon-beaker-boiling:before {
    content: "\f147"
}

.icon-beaker-science:before {
    content: "\f148"
}

.icon-bin:before {
    content: "\f149"
}

.icon-binoculars:before {
    content: "\f14a"
}

.icon-bold:before {
    content: "\f14b"
}

.icon-bomb:before {
    content: "\f14c"
}

.icon-books-apple:before {
    content: "\f14d"
}

.icon-briefcase-cash:before {
    content: "\f14e"
}

.icon-calendar-check:before {
    content: "\f14f"
}

.icon-calendar-close:before {
    content: "\f150"
}

.icon-calendar-dollar:before {
    content: "\f151"
}

.icon-calendar-empty:before {
    content: "\f152"
}

.icon-calendar-heart:before {
    content: "\f153"
}

.icon-calendar-home:before {
    content: "\f154"
}

.icon-calendar-information:before {
    content: "\f155"
}

.icon-calendar-lock:before {
    content: "\f156"
}

.icon-calendar-pencil:before {
    content: "\f157"
}

.icon-calendar-refresh:before {
    content: "\f158"
}

.icon-calendar-search:before {
    content: "\f159"
}

.icon-calendar-star:before {
    content: "\f15a"
}

.icon-calendar:before {
    content: "\f15b"
}

.icon-camera-photo:before {
    content: "\f15c"
}

.icon-chat-bubble-check:before {
    content: "\f15d"
}

.icon-chat-bubble-dots:before {
    content: "\f15e"
}

.icon-chat-bubble-empty:before {
    content: "\f15f"
}

.icon-chat-bubble-heart:before {
    content: "\f160"
}

.icon-chat-bubble-smiley:before {
    content: "\f161"
}

.icon-chat-bubble:before {
    content: "\f162"
}

.icon-chat-bubbles:before {
    content: "\f163"
}

.icon-check-box:before {
    content: "\f164"
}

.icon-check-circle:before {
    content: "\f165"
}

.icon-check-list:before {
    content: "\f166"
}

.icon-check-shield:before {
    content: "\f167"
}

.icon-checked-done:before {
    content: "\f168"
}

.icon-checked:before {
    content: "\f169"
}

.icon-clock-fire:before {
    content: "\f16a"
}

.icon-close-circle:before {
    content: "\f16b"
}

.icon-close-shield:before {
    content: "\f16c"
}

.icon-close:before {
    content: "\f16d"
}

.icon-cloud-add:before {
    content: "\f16e"
}

.icon-cloud-alert:before {
    content: "\f16f"
}

.icon-cloud-block:before {
    content: "\f170"
}

.icon-cloud-check:before {
    content: "\f171"
}

.icon-cloud-close:before {
    content: "\f172"
}

.icon-cloud-disable:before {
    content: "\f173"
}

.icon-cloud-downloaded:before {
    content: "\f174"
}

.icon-cloud-heart:before {
    content: "\f175"
}

.icon-cloud-home:before {
    content: "\f176"
}

.icon-cloud-information:before {
    content: "\f177"
}

.icon-cloud-lock:before {
    content: "\f178"
}

.icon-cloud-question:before {
    content: "\f179"
}

.icon-cloud-refresh:before {
    content: "\f17a"
}

.icon-cloud-settings:before {
    content: "\f17b"
}

.icon-cloud-share:before {
    content: "\f17c"
}

.icon-cloud-subtract:before {
    content: "\f17d"
}

.icon-cloud:before {
    content: "\f17e"
}

.icon-coffee-cup:before {
    content: "\f17f"
}

.icon-coffin:before {
    content: "\f180"
}

.icon-cog-box:before {
    content: "\f181"
}

.icon-coin-receive:before {
    content: "\f182"
}

.icon-computer-chip-2-core:before {
    content: "\f183"
}

.icon-computer-chip-32:before {
    content: "\f184"
}

.icon-computer-chip-4-core:before {
    content: "\f185"
}

.icon-computer-chip-64:before {
    content: "\f186"
}

.icon-computer-chip-8-core:before {
    content: "\f187"
}

.icon-computer-chip-burn:before {
    content: "\f188"
}

.icon-computer-chip:before {
    content: "\f189"
}

.icon-computer-screen:before {
    content: "\f18a"
}

.icon-console:before {
    content: "\f18b"
}

.icon-contact-book-phone:before {
    content: "\f18c"
}

.icon-contact-book:before {
    content: "\f18d"
}

.icon-contact-diary:before {
    content: "\f18e"
}

.icon-content-book:before {
    content: "\f18f"
}

.icon-content-bookmark:before {
    content: "\f190"
}

.icon-content-books:before {
    content: "\f191"
}

.icon-content-box:before {
    content: "\f192"
}

.icon-content-boxes:before {
    content: "\f193"
}

.icon-content-filter-text:before {
    content: "\f194"
}

.icon-content-filter:before {
    content: "\f195"
}

.icon-content-note:before {
    content: "\f196"
}

.icon-control-split:before {
    content: "\f197"
}

.icon-credit-card:before {
    content: "\f198"
}

.icon-cross-over:before {
    content: "\f199"
}

.icon-cursor-choose:before {
    content: "\f19a"
}

.icon-cursor-dial:before {
    content: "\f19b"
}

.icon-cursor-select-area:before {
    content: "\f19c"
}

.icon-cursor-target:before {
    content: "\f19d"
}

.icon-data-download-arrow:before {
    content: "\f19e"
}

.icon-data-download:before {
    content: "\f19f"
}

.icon-data-transfer:before {
    content: "\f1a0"
}

.icon-data-upload:before {
    content: "\f1a1"
}

.icon-dial-pad:before {
    content: "\f1a2"
}

.icon-direction-button:before {
    content: "\f1a3"
}

.icon-disc-box:before {
    content: "\f1a4"
}

.icon-disc-burn:before {
    content: "\f1a5"
}

.icon-dollar-circle:before {
    content: "\f1a6"
}

.icon-download:before {
    content: "\f1a7"
}

.icon-downloading-0:before {
    content: "\f1a8"
}

.icon-downloading-1:before {
    content: "\f1a9"
}

.icon-downloading-2:before {
    content: "\f1aa"
}

.icon-downloading-3:before {
    content: "\f1ab"
}

.icon-downloading-fail:before {
    content: "\f1ac"
}

.icon-email-add:before {
    content: "\f1ad"
}

.icon-email-alert:before {
    content: "\f1ae"
}

.icon-email-audio:before {
    content: "\f1af"
}

.icon-email-block:before {
    content: "\f1b0"
}

.icon-email-check:before {
    content: "\f1b1"
}

.icon-email-close:before {
    content: "\f1b2"
}

.icon-email-document:before {
    content: "\f1b3"
}

.icon-email-dollar:before {
    content: "\f1b4"
}

.icon-email-download:before {
    content: "\f1b5"
}

.icon-email-edit:before {
    content: "\f1b6"
}

.icon-email-envelope:before {
    content: "\f1b7"
}

.icon-email-favorite-heart:before {
    content: "\f1b8"
}

.icon-email-favorite-star:before {
    content: "\f1b9"
}

.icon-email-heart:before {
    content: "\f1ba"
}

.icon-email-home:before {
    content: "\f1bb"
}

.icon-email-image:before {
    content: "\f1bc"
}

.icon-email-inbox:before {
    content: "\f1bd"
}

.icon-email-information:before {
    content: "\f1be"
}

.icon-email-lock:before {
    content: "\f1bf"
}

.icon-email-media:before {
    content: "\f1c0"
}

.icon-email-outbox:before {
    content: "\f1c1"
}

.icon-email-question-mark:before {
    content: "\f1c2"
}

.icon-email-read:before {
    content: "\f1c3"
}

.icon-email-refresh:before {
    content: "\f1c4"
}

.icon-email-send-speed:before {
    content: "\f1c5"
}

.icon-email-send:before {
    content: "\f1c6"
}

.icon-email-settings:before {
    content: "\f1c7"
}

.icon-email-share:before {
    content: "\f1c8"
}

.icon-email-shield:before {
    content: "\f1c9"
}

.icon-email-skull:before {
    content: "\f1ca"
}

.icon-email-subtract:before {
    content: "\f1cb"
}

.icon-email-sync:before {
    content: "\f1cc"
}

.icon-email-timeout:before {
    content: "\f1cd"
}

.icon-email-upload:before {
    content: "\f1ce"
}

.icon-email-view:before {
    content: "\f1cf"
}

.icon-envelope:before {
    content: "\f1d0"
}

.icon-envelopes:before {
    content: "\f1d1"
}

.icon-exit-sign:before {
    content: "\f1d2"
}

.icon-expand-all:before {
    content: "\f1d3"
}

.icon-expand-corner:before {
    content: "\f1d4"
}

.icon-expand-horizontal:before {
    content: "\f1d5"
}

.icon-expand-link:before {
    content: "\f1d6"
}

.icon-expand-scroll:before {
    content: "\f1d7"
}

.icon-expand-vertical:before {
    content: "\f1d8"
}

.icon-expand:before {
    content: "\f1d9"
}

.icon-exposure-neg1:before {
    content: "\f1da"
}

.icon-exposure-neg2:before {
    content: "\f1db"
}

.icon-exposure-plus1:before {
    content: "\f1dc"
}

.icon-exposure-plus2:before {
    content: "\f1dd"
}

.icon-exposure-zero:before {
    content: "\f1de"
}

.icon-file-add:before {
    content: "\f1df"
}

.icon-file-alert:before {
    content: "\f1e0"
}

.icon-file-audio:before {
    content: "\f1e1"
}

.icon-file-check:before {
    content: "\f1e2"
}

.icon-file-close:before {
    content: "\f1e3"
}

.icon-file-copy:before {
    content: "\f1e4"
}

.icon-file-design-ai:before {
    content: "\f1e5"
}

.icon-file-design-psd:before {
    content: "\f1e6"
}

.icon-file-download:before {
    content: "\f1e7"
}

.icon-file-favorite:before {
    content: "\f1e8"
}

.icon-file-hidden:before {
    content: "\f1e9"
}

.icon-file-images-eps:before {
    content: "\f1ea"
}

.icon-file-images-new:before {
    content: "\f1eb"
}

.icon-file-information:before {
    content: "\f1ec"
}

.icon-file-lock:before {
    content: "\f1ed"
}

.icon-file-new-wrote:before {
    content: "\f1ee"
}

.icon-file-new:before {
    content: "\f1ef"
}

.icon-file-office-doc:before {
    content: "\f1f0"
}

.icon-file-office-key:before {
    content: "\f1f1"
}

.icon-file-office-pdf:before {
    content: "\f1f2"
}

.icon-file-office-ppt:before {
    content: "\f1f3"
}

.icon-file-office-rar:before {
    content: "\f1f4"
}

.icon-file-office-txt:before {
    content: "\f1f5"
}

.icon-file-office-xls:before {
    content: "\f1f6"
}

.icon-file-office-zip:before {
    content: "\f1f7"
}

.icon-file-question:before {
    content: "\f1f8"
}

.icon-file-settings:before {
    content: "\f1f9"
}

.icon-file-subtract:before {
    content: "\f1fa"
}

.icon-file-upload:before {
    content: "\f1fb"
}

.icon-file-video-flv:before {
    content: "\f1fc"
}

.icon-file-video:before {
    content: "\f1fd"
}

.icon-file-view:before {
    content: "\f1fe"
}

.icon-file-zipped-vice:before {
    content: "\f1ff"
}

.icon-files-coding-apk:before {
    content: "\f200"
}

.icon-files-coding-asp:before {
    content: "\f201"
}

.icon-files-coding-bin:before {
    content: "\f202"
}

.icon-files-coding-console:before {
    content: "\f203"
}

.icon-files-coding-cpp:before {
    content: "\f204"
}

.icon-files-coding-css:before {
    content: "\f205"
}

.icon-files-coding-csv:before {
    content: "\f206"
}

.icon-files-coding-dat:before {
    content: "\f207"
}

.icon-files-coding-exe:before {
    content: "\f208"
}

.icon-files-coding-html:before {
    content: "\f209"
}

.icon-files-coding-iso:before {
    content: "\f20a"
}

.icon-files-coding-java:before {
    content: "\f20b"
}

.icon-files-coding-js:before {
    content: "\f20c"
}

.icon-files-coding-php:before {
    content: "\f20d"
}

.icon-files-coding-pl:before {
    content: "\f20e"
}

.icon-files-coding-py:before {
    content: "\f20f"
}

.icon-files-coding-rb:before {
    content: "\f210"
}

.icon-files-coding-script:before {
    content: "\f211"
}

.icon-files-coding-sql:before {
    content: "\f212"
}

.icon-files-coding-tags:before {
    content: "\f213"
}

.icon-files-coding-xml:before {
    content: "\f214"
}

.icon-files:before {
    content: "\f215"
}

.icon-firewall:before {
    content: "\f216"
}

.icon-flash-off:before {
    content: "\f217"
}

.icon-flash-refresh:before {
    content: "\f218"
}

.icon-flash:before {
    content: "\f219"
}

.icon-flick-up:before {
    content: "\f21a"
}

.icon-floppydisk:before {
    content: "\f21b"
}*/

/*.icon-folder-add:before {
    content: "\f21c"
}

.icon-folder-check:before {
    content: "\f21d"
}

.icon-folder-close:before {
    content: "\f21e"
}

.icon-folder-download:before {
    content: "\f21f"
}

.icon-folder-favorite:before {
    content: "\f220"
}

.icon-folder-hand:before {
    content: "\f221"
}

.icon-folder-hierarchy:before {
    content: "\f222"
}

.icon-folder-home:before {
    content: "\f223"
}

.icon-folder-information:before {
    content: "\f224"
}

.icon-folder-lock:before {
    content: "\f225"
}

.icon-folder-network:before {
    content: "\f226"
}

.icon-folder-new:before {
    content: "\f227"
}

.icon-folder-question:before {
    content: "\f228"
}

.icon-folder-refresh:before {
    content: "\f229"
}

.icon-folder-settings:before {
    content: "\f22a"
}

.icon-folder-share:before {
    content: "\f22b"
}

.icon-folder-subtract:before {
    content: "\f22c"
}

.icon-folder-swap:before {
    content: "\f22d"
}

.icon-folder-upload:before {
    content: "\f22e"
}

.icon-folder-view:before {
    content: "\f22f"
}

.icon-folder-zip:before {
    content: "\f230"
}

.icon-folders:before {
    content: "\f231"
}

.icon-food-burger:before {
    content: "\f232"
}

.icon-food-cake:before {
    content: "\f233"
}

.icon-frame-square:before {
    content: "\f234"
}

.icon-frame:before {
    content: "\f235"
}

.icon-ftps:before {
    content: "\f236"
}

.icon-game-gameboy:before {
    content: "\f237"
}

.icon-game-joypad:before {
    content: "\f238"
}

.icon-game-mushroom:before {
    content: "\f239"
}

.icon-games-pacman:before {
    content: "\f23a"
}

.icon-games-space-invaders:before {
    content: "\f23b"
}

.icon-games-tetris:before {
    content: "\f23c"
}

.icon-gauge:before {
    content: "\f23d"
}

.icon-gender-female:before {
    content: "\f23e"
}

.icon-gender-male:before {
    content: "\f23f"
}

.icon-gesture-rotate-left:before {
    content: "\f240"
}

.icon-gesture-rotate-right:before {
    content: "\f241"
}

.icon-gesture-zoom-in:before {
    content: "\f242"
}

.icon-gesture-zoom-out:before {
    content: "\f243"
}

.icon-ginger-bread-man:before {
    content: "\f244"
}

.icon-glass-beer:before {
    content: "\f245"
}

.icon-graduation-hat:before {
    content: "\f246"
}

.icon-graph-pie:before {
    content: "\f247"
}

.icon-harddisk:before {
    content: "\f248"
}

.icon-hash:before {
    content: "\f249"
}

.icon-health-first-aid:before {
    content: "\f24a"
}

.icon-heart-pulse:before {
    content: "\f24b"
}

.icon-heat-high:before {
    content: "\f24c"
}

.icon-heat-low:before {
    content: "\f24d"
}

.icon-heat-medium:before {
    content: "\f24e"
}

.icon-hide:before {
    content: "\f24f"
}

.icon-hierarchy:before {
    content: "\f250"
}

.icon-hourglass:before {
    content: "\f251"
}

.icon-id-card:before {
    content: "\f252"
}

.icon-illuminati:before {
    content: "\f253"
}

.icon-infinity-loop:before {
    content: "\f254"
}

.icon-information:before {
    content: "\f255"
}

.icon-italic:before {
    content: "\f256"
}

.icon-key-hole:before {
    content: "\f257"
}

.icon-key:before {
    content: "\f258"
}

.icon-keyboard-arrows:before {
    content: "\f259"
}

.icon-keyboard-key-alt:before {
    content: "\f25a"
}

.icon-keyboard:before {
    content: "\f25b"
}

.icon-king:before {
    content: "\f25c"
}

.icon-laptop:before {
    content: "\f25d"
}

.icon-layers-hide:before {
    content: "\f25e"
}

.icon-layers-show:before {
    content: "\f25f"
}

.icon-leisure-chess:before {
    content: "\f260"
}

.icon-lightbulb:before {
    content: "\f261"
}

.icon-link-broken:before {
    content: "\f262"
}

.icon-link:before {
    content: "\f263"
}

.icon-list-bullets:before {
    content: "\f264"
}

.icon-list-number:before {
    content: "\f265"
}

.icon-location-flag:before {
    content: "\f266"
}

.icon-location-globe:before {
    content: "\f267"
}

.icon-location-map:before {
    content: "\f268"
}

.icon-location-pin:before {
    content: "\f269"
}

.icon-lock-open:before {
    content: "\f26a"
}

.icon-lock-square:before {
    content: "\f26b"
}

.icon-lock-unlock:before {
    content: "\f26c"
}

.icon-lock:before {
    content: "\f26d"
}

.icon-login-lock:before {
    content: "\f26e"
}

.icon-login:before {
    content: "\f26f"
}

.icon-logout:before {
    content: "\f270"
}

.icon-magic-wand:before {
    content: "\f271"
}

.icon-mail-refresh:before {
    content: "\f272"
}

.icon-mailbox:before {
    content: "\f273"
}

.icon-meteorite:before {
    content: "\f274"
}

.icon-mobile-phone:before {
    content: "\f275"
}

.icon-moon-orbitting:before {
    content: "\f276"
}

.icon-moon-rocket:before {
    content: "\f277"
}

.icon-moon:before {
    content: "\f278"
}

.icon-mouse:before {
    content: "\f279"
}

.icon-move-all-direction:before {
    content: "\f27a"
}

.icon-move-to-bottom:before {
    content: "\f27b"
}

.icon-move-to-top:before {
    content: "\f27c"
}

.icon-music-note:before {
    content: "\f27d"
}

.icon-nature-plant:before {
    content: "\f27e"
}

.icon-nav-clear-all:before {
    content: "\f27f"
}

.icon-nav-drawer:before {
    content: "\f280"
}

.icon-nav-filter-add:before {
    content: "\f281"
}

.icon-nav-next:before {
    content: "\f282"
}

.icon-nav-show-horizontal:before {
    content: "\f283"
}

.icon-nav-show-vertical:before {
    content: "\f284"
}

.icon-network-global:before {
    content: "\f285"
}

.icon-office-hour:before {
    content: "\f286"
}

.icon-organization-files:before {
    content: "\f287"
}

.icon-paint-palette:before {
    content: "\f288"
}

.icon-paper-pencil:before {
    content: "\f289"
}

.icon-paperclip:before {
    content: "\f28a"
}

.icon-paperplane:before {
    content: "\f28b"
}

.icon-paragraph:before {
    content: "\f28c"
}

.icon-pen:before {
    content: "\f28d"
}

.icon-pencil-write:before {
    content: "\f28e"
}

.icon-pencil:before {
    content: "\f28f"
}

.icon-phone-check:before {
    content: "\f290"
}

.icon-phone-close:before {
    content: "\f291"
}

.icon-phone-off:before {
    content: "\f292"
}

.icon-phone-signal-high:before {
    content: "\f293"
}

.icon-phone-signal-low:before {
    content: "\f294"
}

.icon-phone-signal-medium:before {
    content: "\f295"
}

.icon-phone-speaker:before {
    content: "\f296"
}

.icon-piggy-bank:before {
    content: "\f297"
}

.icon-pin:before {
    content: "\f298"
}

.icon-places-home:before {
    content: "\f299"
}

.icon-plug-hole:before {
    content: "\f29a"
}

.icon-plug:before {
    content: "\f29b"
}

.icon-power-button:before {
    content: "\f29c"
}

.icon-printer:before {
    content: "\f29d"
}

.icon-prism:before {
    content: "\f29e"
}

.icon-projector-screen:before {
    content: "\f29f"
}

.icon-pyramid:before {
    content: "\f2a0"
}

.icon-qr-code:before {
    content: "\f2a1"
}

.icon-question-mark:before {
    content: "\f2a2"
}

.icon-quill-write:before {
    content: "\f2a3"
}

.icon-quill:before {
    content: "\f2a4"
}

.icon-quote-closing:before {
    content: "\f2a5"
}

.icon-quote-opening:before {
    content: "\f2a6"
}

.icon-radioactive:before {
    content: "\f2a7"
}

.icon-ram:before {
    content: "\f2a8"
}

.icon-receipt:before {
    content: "\f2a9"
}

.icon-remove-b:before {
    content: "\f2aa"
}

.icon-remove-square-b:before {
    content: "\f2ab"
}

.icon-remove-square:before {
    content: "\f2ac"
}

.icon-remove:before {
    content: "\f2ad"
}

.icon-rewards-crown:before {
    content: "\f2ae"
}

.icon-rewards-gift:before {
    content: "\f2af"
}

.icon-rewards-medal-first:before {
    content: "\f2b0"
}

.icon-rewards-medal-star:before {
    content: "\f2b1"
}

.icon-rewards-medal:before {
    content: "\f2b2"
}

.icon-rewards-pedestal:before {
    content: "\f2b3"
}

.icon-rewards-trophy:before {
    content: "\f2b4"
}

.icon-ring-planet:before {
    content: "\f2b5"
}

.icon-romance-cupido:before {
    content: "\f2b6"
}

.icon-ruler:before {
    content: "\f2b7"
}

.icon-scissors:before {
    content: "\f2b8"
}

.icon-send-to-front:before {
    content: "\f2b9"
}

.icon-server-add:before {
    content: "\f2ba"
}

.icon-server-alert:before {
    content: "\f2bb"
}

.icon-server-check:before {
    content: "\f2bc"
}

.icon-server-close:before {
    content: "\f2bd"
}

.icon-server-download:before {
    content: "\f2be"
}

.icon-server-favorite:before {
    content: "\f2bf"
}

.icon-server-upload:before {
    content: "\f2c0"
}

.icon-server:before {
    content: "\f2c1"
}

.icon-settings:before {
    content: "\f2c2"
}

.icon-share-megaphone:before {
    content: "\f2c3"
}

.icon-share:before {
    content: "\f2c4"
}

.icon-shield-check:before {
    content: "\f2c5"
}

.icon-shield-settings:before {
    content: "\f2c6"
}

.icon-shopping-basket:before {
    content: "\f2c7"
}

.icon-shopping-cart:before {
    content: "\f2c8"
}

.icon-shrink:before {
    content: "\f2c9"
}

.icon-sign-disable:before {
    content: "\f2ca"
}

.icon-skull:before {
    content: "\f2cb"
}

.icon-slider-left:before {
    content: "\f2cc"
}

.icon-slider-right:before {
    content: "\f2cd"
}

.icon-smiley-angry:before {
    content: "\f2ce"
}

.icon-smiley-death:before {
    content: "\f2cf"
}

.icon-smiley-dolar:before {
    content: "\f2d0"
}

.icon-smiley-frown:before {
    content: "\f2d1"
}

.icon-smiley-glasses:before {
    content: "\f2d2"
}

.icon-smiley-love:before {
    content: "\f2d3"
}

.icon-smiley-sad:before {
    content: "\f2d4"
}

.icon-smiley-shy:before {
    content: "\f2d5"
}

.icon-smiley-sigh:before {
    content: "\f2d6"
}

.icon-smiley-smile-good:before {
    content: "\f2d7"
}

.icon-smiley-smile:before {
    content: "\f2d8"
}

.icon-smiley-surprise:before {
    content: "\f2d9"
}

.icon-smiley-wink:before {
    content: "\f2da"
}

.icon-sms-text:before {
    content: "\f2db"
}

.icon-solar-eclipse:before {
    content: "\f2dc"
}

.icon-sort-alpha:before {
    content: "\f2dd"
}

.icon-spa-mask:before {
    content: "\f2de"
}

.icon-space-robot:before {
    content: "\f2df"
}

.icon-space-rocket:before {
    content: "\f2e0"
}

.icon-space-ship:before {
    content: "\f2e1"
}

.icon-sport-dumbbell-2:before {
    content: "\f2e2"
}

.icon-sport-fishing:before {
    content: "\f2e3"
}

.icon-stamp:before {
    content: "\f2e4"
}

.icon-subtract-b:before {
    content: "\f2e5"
}

.icon-subtract-square-b:before {
    content: "\f2e6"
}

.icon-subtract-square:before {
    content: "\f2e7"
}

.icon-subtract:before {
    content: "\f2e8"
}

.icon-sunny:before {
    content: "\f2e9"
}

.icon-support:before {
    content: "\f2ea"
}

.icon-swipe-horizontal:before {
    content: "\f2eb"
}

.icon-swipe-left:before {
    content: "\f2ec"
}

.icon-swipe-right:before {
    content: "\f2ed"
}

.icon-swipe-vertical:before {
    content: "\f2ee"
}

.icon-switch-left:before {
    content: "\f2ef"
}

.icon-switch-right:before {
    content: "\f2f0"
}

.icon-switches:before {
    content: "\f2f1"
}

.icon-synchronize-alert:before {
    content: "\f2f2"
}

.icon-synchronize-timeout:before {
    content: "\f2f3"
}

.icon-synchronize:before {
    content: "\f2f4"
}

.icon-tag:before {
    content: "\f2f5"
}

.icon-tank:before {
    content: "\f2f6"
}

.icon-telephone-circle:before {
    content: "\f2f7"
}

.icon-temple:before {
    content: "\f2f8"
}

.icon-text-input:before {
    content: "\f2f9"
}

.icon-text-redo:before {
    content: "\f2fa"
}

.icon-text-undo:before {
    content: "\f2fb"
}

.icon-text-vector:before {
    content: "\f2fc"
}

.icon-time-sync:before {
    content: "\f2fd"
}

.icon-timer-off:before {
    content: "\f2fe"
}

.icon-timer:before {
    content: "\f2ff"
}

.icon-tombstone:before {
    content: "\f300"
}

.icon-toolbox:before {
    content: "\f301"
}

.icon-touch-screen:before {
    content: "\f302"
}

.icon-traffic-light:before {
    content: "\f303"
}

.icon-translate:before {
    content: "\f304"
}

.icon-typewriter:before {
    content: "\f305"
}

.icon-ufo:before {
    content: "\f306"
}

.icon-umbrella-open:before {
    content: "\f307"
}

.icon-underline:before {
    content: "\f308"
}

.icon-upload-harddisk:before {
    content: "\f309"
}

.icon-usb-head:before {
    content: "\f30a"
}

.icon-usb-sign:before {
    content: "\f30b"
}

.icon-user-add:before {
    content: "\f30c"
}

.icon-user-box:before {
    content: "\f30d"
}

.icon-user-bubble:before {
    content: "\f30e"
}

.icon-user-chat:before {
    content: "\f30f"
}

.icon-user-check:before {
    content: "\f310"
}

.icon-user-circle:before {
    content: "\f311"
}

.icon-user-clipboard:before {
    content: "\f312"
}

.icon-user-close:before {
    content: "\f313"
}

.icon-user-expand:before {
    content: "\f314"
}

.icon-user-graph:before {
    content: "\f315"
}

.icon-user-group-talk:before {
    content: "\f316"
}

.icon-user-group:before {
    content: "\f317"
}

.icon-user-hierarchy:before {
    content: "\f318"
}

.icon-user-lock:before {
    content: "\f319"
}

.icon-user-magnify:before {
    content: "\f31a"
}

.icon-user-refresh:before {
    content: "\f31b"
}

.icon-user-settings:before {
    content: "\f31c"
}

.icon-user-share:before {
    content: "\f31d"
}

.icon-user-skull:before {
    content: "\f31e"
}

.icon-user-subtract:before {
    content: "\f31f"
}

.icon-user-view:before {
    content: "\f320"
}

.icon-user:before {
    content: "\f321"
}

.icon-video-camera:before {
    content: "\f322"
}

.icon-video-clip:before {
    content: "\f323"
}

.icon-video-control-eject:before {
    content: "\f324"
}

.icon-video-control-next:before {
    content: "\f325"
}

.icon-video-control-pause:before {
    content: "\f326"
}

.icon-video-control-play:before {
    content: "\f327"
}

.icon-video-control-previous:before {
    content: "\f328"
}

.icon-video-control-stop:before {
    content: "\f329"
}

.icon-view-cash:before {
    content: "\f32a"
}

.icon-view-column:before {
    content: "\f32b"
}

.icon-view-content:before {
    content: "\f32c"
}

.icon-view-headline:before {
    content: "\f32d"
}

.icon-view-list:before {
    content: "\f32e"
}

.icon-view-lock:before {
    content: "\f32f"
}

.icon-view-module-grid:before {
    content: "\f330"
}

.icon-view-module:before {
    content: "\f331"
}

.icon-volume-decrease:before {
    content: "\f332"
}

.icon-volume-increase:before {
    content: "\f333"
}

.icon-volume-medium:before {
    content: "\f334"
}

.icon-volume-off:before {
    content: "\f335"
}

.icon-vote-heart-broken:before {
    content: "\f336"
}

.icon-vote-heart:before {
    content: "\f337"
}

.icon-vote-star-banner:before {
    content: "\f338"
}

.icon-vote-star-box:before {
    content: "\f339"
}

.icon-vote-thumbs-down:before {
    content: "\f33a"
}

.icon-vote-thumbs-up:before {
    content: "\f33b"
}

.icon-wave:before {
    content: "\f33c"
}

.icon-window-wave:before {
    content: "\f33d"
}

.icon-world-wide-web:before {
    content: "\f33e"
}

.icon-wrench:before {
    content: "\f33f"
}

.icon-zoom-area-in:before {
    content: "\f340"
}

.icon-zoom-area-out:before {
    content: "\f341"
}

.icon-zoom-in:before {
    content: "\f342"
}

.icon-zoom-out:before {
    content: "\f343"
}

.icon-rss:before {
    content: "\f344"
}

.icon-sass:before {
    content: "\f345"
}

.icon-search:before {
    content: "\f346"
}

.icon-umbler-logo-u-in:before {
    content: "\f347"
}

.icon-umbler-logo-u-out:before {
    content: "\f348"
}

.icon-umbler-logo:before {
    content: "\f349"
}

.icon-video-control-eject-fill:before {
    content: "\f34a"
}

.icon-video-control-next-fill:before {
    content: "\f34b"
}

.icon-video-control-pause-fill:before {
    content: "\f34c"
}

.icon-video-control-play-fill:before {
    content: "\f34d"
}

.icon-video-control-previous-fill:before {
    content: "\f34e"
}

.icon-video-control-stop-fill:before {
    content: "\f34f"
}

.icon-view:before {
    content: "\f350"
}

.icon-vote-star-fill:before {
    content: "\f351"
}

.icon-vote-star:before {
    content: "\f352"
}

.icon-windows:before {
    content: "\f353"
}*/

.img-svg {
    width: 24px;
    height: 24px
}

.img-2x {
    width: 32px;
    height: 32px
}

.img-3x {
    width: 48px;
    height: 48px
}

.img-4x {
    width: 80px;
    height: 80px
}

.img-5x {
    width: 112px;
    height: 112px
}

.img-logo-inverse {
    --c-primary: #fff
}

.img-inverse-primary {
    --c-primary: #fff;
    --c-accent: #fca4ae
}

.img-svg.img-primary, .is-checked .img-svg {
    --c-cyan: #0097ff;
    --c-red: #0097ff;
    --c-green: #0097ff;
    --c-green-light: #0097ff;
    --c-yellow: #a2b8fa;
    --c-yellow-dark: #0097ff;
    --c-blue: #0097ff;
    --c-purple: #0097ff;
    --c-purple-dark: #0097ff;
    --c-blue-gray: #0097ff;
    --c-orange: #0097ff;
    --c-orange-deep: #0097ff;
    --c-brown: #0097ff;
    --c-gray-darker: #0081da;
    --c-teal: #0097ff;
    --c-magenta: #0097ff;
    --c-magenta-dark: #0097ff
}

.form-check-input[disabled] ~ .form-check-label .img-svg, .img-svg.img-muted {
    --c-cyan: #c9ccd8;
    --c-red: #c9ccd8;
    --c-green: #c9ccd8;
    --c-green-light: #c9ccd8;
    --c-yellow: #dfe5f2;
    --c-yellow-dark: #c9ccd8;
    --c-blue: #c9ccd8;
    --c-purple: #c9ccd8;
    --c-purple-dark: #c9ccd8;
    --c-blue-gray: #c9ccd8;
    --c-orange: #c9ccd8;
    --c-orange-deep: #c9ccd8;
    --c-brown: #c9ccd8;
    --c-gray-darker: #a2a8bc;
    --c-teal: #c9ccd8;
    --c-magenta: #c9ccd8;
    --c-magenta-dark: #c9ccd8
}

.form-check-inline.check-btn-img {
    margin-right: 1rem;
    margin-bottom: .5rem;
    margin-left: 0
}

.check-btn-img .form-check-label {
    padding-left: 0
}

.check-btn-img input[type=radio] + .form-check-label:after {
    top: auto;
    left: auto;
    width: 8px;
    height: 8px;
    bottom: 11px;
    right: 19px;
    transition: all .15s ease-in-out 70ms
}

.check-btn-img .form-check-label:before {
    top: auto;
    left: auto;
    width: 22px;
    height: 22px;
    bottom: 4px;
    right: 12px;
    background-color: #fff;
    border: 4px solid transparent;
    -ms-transform: scale(.2);
    transform: scale(.2);
    transition: all .15s ease-in-out
}

.check-btn-img.check-btn-img.is-checked .form-check-label:before {
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: #0097ff
}

.check-btn-img.is-checked {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    animation: Ab .15s cubic-bezier(.32,.82,.07,1.64)
}

@keyframes Ab {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.flip {
    perspective: 1000px
}

.flip-container {
    position: relative
}

.flip-back, .flip-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: .5s;
    width: 100%;
    z-index: 2;
    will-change: transform
}

.flip-front {
    z-index: 1
}

.flip.rounded-circle .flip-back, .flip.rounded-circle .flip-front {
    overflow: hidden
}

.flip-h .flip-front, .flip-h.flipped .flip-back, .flip-h:hover .flip-back {
    transform: rotateY(0)
}

.flip-h:hover .flip-front {
    transform: rotateY(180deg)
}

.flip-h .flip-back {
    transform: rotateY(-180deg)
}

.flip-v:hover .flip-front {
    transform: rotateX(180deg)
}

.flip-v.flipped .flip-back, .flip-v:hover .flip-back {
    transform: rotateX(0)
}

.flip-v .flip-back {
    transform: rotateX(180deg)
}

.tooltip-inner {
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    transition: transform .3s;
    will-change: transform
}

.tooltip .tooltip-inner:before {
    display: none
}

.tooltip-top .tooltip-inner {
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.tooltip-top.in .tooltip-inner {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tooltip-bottom .tooltip-inner {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.tooltip-bottom.in .tooltip-inner {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tooltip-left .tooltip-inner {
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.tooltip-left.in .tooltip-inner {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.tooltip-right .tooltip-inner {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.tooltip-right.in .tooltip-inner {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.tooltip-primary .tooltip-inner {
    background-color: #0097ff
}

.tooltip-danger .tooltip-inner {
    background-color: #f2594e
}

.collapser {
    border: 1px solid #dfe5f2;
    box-shadow: 0 2px 2px rgba(71,105,178,.2)
}

.collapser-container {
    margin: 0
}

.collapser-header {
    border-bottom: 1px solid #dfe5f2;
    cursor: pointer;
    display: block;
    line-height: 3rem;
    min-height: 3rem
}

    .collapser-header a {
        display: block;
        padding: 0 1rem
    }

        .collapser-header a:before {
            color: #b1b6c7;
            content: "\f118";
            float: right;
            font-size: .75rem;
            line-height: 3rem;
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .collapser-header .collapsed:before {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

.collapser-title {
    font-weight: 700
}

.collapser-header .icon, .collapser-header a:before, .collapser-title {
    vertical-align: middle
}

    .collapser-header .icon + .collapser-title, .collapser-header a:before + .collapser-title {
        margin-left: .5rem
    }

.collapser-body {
    border-bottom: 1px solid #dfe5f2;
    padding: 2rem;
    box-shadow: inset 3px 0 0 #0097ff
}

.collapser-popup {
    border: 0;
    margin: 0 15px;
    box-shadow: none
}

    .collapser-popup .collapser-container {
        border: 0;
        margin-bottom: .5rem;
        transition: margin .15s
    }

        .collapser-popup .collapser-container.active {
            border: 1px solid #dfe5f2;
            margin: 20px -15px
        }

.collapser-lg .collapser-header {
    line-height: 4rem;
    min-height: 4rem
}

    .collapser-lg .collapser-header a {
        padding: 0 2rem
    }

        .collapser-lg .collapser-header a:before {
            font-size: 1rem;
            line-height: 4rem
        }

.collapser-lg .collapser-title {
    font-size: 1.1rem
}

.z-index-top {
    z-index: 2000 !important
}

.pos-static {
    position: static !important
}

.pos-relative {
    position: relative !important
}

.pos-absolute {
    position: absolute !important
}

.cursor-pointer {
    cursor: pointer !important
}

.overflow-hidden {
    overflow: hidden !important
}

.font-light {
    font-weight: lighter !important
}

.font-normal {
    font-weight: 400 !important
}

.font-bold {
    font-weight: 700 !important
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-line-through {
    text-decoration: line-through !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-underline {
    text-decoration: underline !important
}

.text-overline {
    text-decoration: overline !important
}

.subheading {
    color: #f26b7a;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04rem;
    text-transform: uppercase
}

.w-100 {
    max-width: 100% !important;
    width: 100% !important
}

.align-super {
    vertical-align: super !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.ml-auto {
    margin-left: auto
}

.list-mb-1 li {
    margin-bottom: .5rem
}

.list-mb-2 li {
    margin-bottom: 1rem
}

.list-mr-1 > li:not(:last-child) {
    margin-right: .5rem
}

.list-mr-2 > li:not(:last-child) {
    margin-right: 1rem
}

.bt-lighter {
    border-top: 1px solid #eaeef6
}

.br-lighter {
    border-right: 1px solid #eaeef6
}

.bb-lighter {
    border-bottom: 1px solid #eaeef6
}

.bl-lighter {
    border-left: 1px solid #eaeef6
}

.b-0 {
    border: 0 !important
}

.icon-primary {
    color: #0097ff !important
}

.icon-muted {
    color: #cfd2dc !important
}

.icon-accent {
    color: #f26b7a !important
}

.icon-success {
    color: #98bf49 !important
}

.icon-danger {
    color: #f2594e !important
}

.icon-warning {
    color: #f2c94e !important
}

.icon-white {
    color: #fff !important
}

.icon-2x {
    font-size: 1.5rem
}

.icon-3x {
    font-size: 2rem
}

.icon-4x {
    font-size: 3rem
}

.icon-5x {
    font-size: 5rem
}

.icon-10x {
    font-size: 7rem
}

.rotate-180 {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: center;
    transform-origin: center
}

.rotate-90cw {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: center;
    transform-origin: center
}

.rotate-90ccw {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: center;
    transform-origin: center
}

.pos-xs-relative {
    position: relative !important
}

.pos-xs-absolute {
    position: absolute !important
}

.d-xs-block {
    display: block !important
}

.d-xs-inline-block {
    display: inline-block !important
}

.d-xs-inline {
    display: inline !important
}

.mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.w-xs-100 {
    width: 100% !important
}

@media (max-width:575px) {
    .btn-xs-block {
        display: block;
        width: 100%
    }
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: .5rem !important
    }

    .mt-sm-1 {
        margin-top: .5rem !important
    }

    .mr-sm-1 {
        margin-right: .5rem !important
    }

    .mb-sm-1 {
        margin-bottom: .5rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .5rem !important
    }

    .mx-sm-1 {
        margin-right: .5rem !important
    }

    .my-sm-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-2 {
        margin: 1rem !important
    }

    .mt-sm-2 {
        margin-top: 1rem !important
    }

    .mr-sm-2 {
        margin-right: 1rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 1rem !important
    }

    .mx-sm-2 {
        margin-right: 1rem !important
    }

    .my-sm-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-3 {
        margin: 1.5rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mr-sm-3 {
        margin-right: 1.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1.5rem !important
    }

    .mx-sm-3 {
        margin-right: 1.5rem !important
    }

    .my-sm-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-4 {
        margin: 3rem !important
    }

    .mt-sm-4 {
        margin-top: 3rem !important
    }

    .mr-sm-4 {
        margin-right: 3rem !important
    }

    .mb-sm-4 {
        margin-bottom: 3rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 3rem !important
    }

    .mx-sm-4 {
        margin-right: 3rem !important
    }

    .my-sm-4 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-sm-5 {
        margin: 5rem !important
    }

    .mt-sm-5 {
        margin-top: 5rem !important
    }

    .mr-sm-5 {
        margin-right: 5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 5rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 5rem !important
    }

    .mx-sm-5 {
        margin-right: 5rem !important
    }

    .my-sm-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: .5rem !important
    }

    .pt-sm-1 {
        padding-top: .5rem !important
    }

    .pr-sm-1 {
        padding-right: .5rem !important
    }

    .pb-sm-1 {
        padding-bottom: .5rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .5rem !important
    }

    .px-sm-1 {
        padding-right: .5rem !important
    }

    .py-sm-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-2 {
        padding: 1rem !important
    }

    .pt-sm-2 {
        padding-top: 1rem !important
    }

    .pr-sm-2 {
        padding-right: 1rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 1rem !important
    }

    .px-sm-2 {
        padding-right: 1rem !important
    }

    .py-sm-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-3 {
        padding: 1.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pr-sm-3 {
        padding-right: 1.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1.5rem !important
    }

    .px-sm-3 {
        padding-right: 1.5rem !important
    }

    .py-sm-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-4 {
        padding: 3rem !important
    }

    .pt-sm-4 {
        padding-top: 3rem !important
    }

    .pr-sm-4 {
        padding-right: 3rem !important
    }

    .pb-sm-4 {
        padding-bottom: 3rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 3rem !important
    }

    .px-sm-4 {
        padding-right: 3rem !important
    }

    .py-sm-4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-sm-5 {
        padding: 5rem !important
    }

    .pt-sm-5 {
        padding-top: 5rem !important
    }

    .pr-sm-5 {
        padding-right: 5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 5rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 5rem !important
    }

    .px-sm-5 {
        padding-right: 5rem !important
    }

    .py-sm-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .h1-sm {
        font-size: 1.75rem
    }

    .h2-sm {
        font-size: 1.5rem
    }

    .h3-sm {
        font-size: 1.25rem
    }

    .h4-sm, .h5-sm {
        font-size: 1.125rem
    }

    .h6-sm {
        font-size: 1rem
    }

    .display-sm-1 {
        font-size: 6rem;
        font-weight: 400
    }

    .display-sm-2 {
        font-size: 5.5rem;
        font-weight: 400
    }

    .display-sm-3 {
        font-size: 4.5rem;
        font-weight: 400
    }

    .display-sm-4 {
        font-size: 3.5rem;
        font-weight: 400
    }
}

@media (min-width:576px) {
    .pos-sm-relative {
        position: relative !important
    }

    .pos-sm-absolute {
        position: absolute !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .w-sm-100 {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .btn-sm-block {
        display: block;
        width: 100%
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .5rem !important
    }

    .mt-md-1 {
        margin-top: .5rem !important
    }

    .mr-md-1 {
        margin-right: .5rem !important
    }

    .mb-md-1 {
        margin-bottom: .5rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .5rem !important
    }

    .mx-md-1 {
        margin-right: .5rem !important
    }

    .my-md-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-2 {
        margin: 1rem !important
    }

    .mt-md-2 {
        margin-top: 1rem !important
    }

    .mr-md-2 {
        margin-right: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 1rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 1rem !important
    }

    .mx-md-2 {
        margin-right: 1rem !important
    }

    .my-md-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-3 {
        margin: 1.5rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mr-md-3 {
        margin-right: 1.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1.5rem !important
    }

    .mx-md-3 {
        margin-right: 1.5rem !important
    }

    .my-md-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-4 {
        margin: 3rem !important
    }

    .mt-md-4 {
        margin-top: 3rem !important
    }

    .mr-md-4 {
        margin-right: 3rem !important
    }

    .mb-md-4 {
        margin-bottom: 3rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 3rem !important
    }

    .mx-md-4 {
        margin-right: 3rem !important
    }

    .my-md-4 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-md-5 {
        margin: 5rem !important
    }

    .mt-md-5 {
        margin-top: 5rem !important
    }

    .mr-md-5 {
        margin-right: 5rem !important
    }

    .mb-md-5 {
        margin-bottom: 5rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 5rem !important
    }

    .mx-md-5 {
        margin-right: 5rem !important
    }

    .my-md-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: .5rem !important
    }

    .pt-md-1 {
        padding-top: .5rem !important
    }

    .pr-md-1 {
        padding-right: .5rem !important
    }

    .pb-md-1 {
        padding-bottom: .5rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .5rem !important
    }

    .px-md-1 {
        padding-right: .5rem !important
    }

    .py-md-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-2 {
        padding: 1rem !important
    }

    .pt-md-2 {
        padding-top: 1rem !important
    }

    .pr-md-2 {
        padding-right: 1rem !important
    }

    .pb-md-2 {
        padding-bottom: 1rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 1rem !important
    }

    .px-md-2 {
        padding-right: 1rem !important
    }

    .py-md-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-3 {
        padding: 1.5rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pr-md-3 {
        padding-right: 1.5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1.5rem !important
    }

    .px-md-3 {
        padding-right: 1.5rem !important
    }

    .py-md-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-4 {
        padding: 3rem !important
    }

    .pt-md-4 {
        padding-top: 3rem !important
    }

    .pr-md-4 {
        padding-right: 3rem !important
    }

    .pb-md-4 {
        padding-bottom: 3rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 3rem !important
    }

    .px-md-4 {
        padding-right: 3rem !important
    }

    .py-md-4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-5 {
        padding: 5rem !important
    }

    .pt-md-5 {
        padding-top: 5rem !important
    }

    .pr-md-5 {
        padding-right: 5rem !important
    }

    .pb-md-5 {
        padding-bottom: 5rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 5rem !important
    }

    .px-md-5 {
        padding-right: 5rem !important
    }

    .py-md-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .h1-md {
        font-size: 1.75rem
    }

    .h2-md {
        font-size: 1.5rem
    }

    .h3-md {
        font-size: 1.25rem
    }

    .h4-md, .h5-md {
        font-size: 1.125rem
    }

    .h6-md {
        font-size: 1rem
    }

    .display-md-1 {
        font-size: 6rem;
        font-weight: 400
    }

    .display-md-2 {
        font-size: 5.5rem;
        font-weight: 400
    }

    .display-md-3 {
        font-size: 4.5rem;
        font-weight: 400
    }

    .display-md-4 {
        font-size: 3.5rem;
        font-weight: 400
    }
}

@media (min-width:768px) {
    .pos-md-relative {
        position: relative !important
    }

    .pos-md-absolute {
        position: absolute !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-inline {
        display: inline !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .w-md-100 {
        width: 100% !important
    }
}

@media (max-width:991px) {
    .btn-md-block {
        display: block;
        width: 100%
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .5rem !important
    }

    .mt-lg-1 {
        margin-top: .5rem !important
    }

    .mr-lg-1 {
        margin-right: .5rem !important
    }

    .mb-lg-1 {
        margin-bottom: .5rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .5rem !important
    }

    .mx-lg-1 {
        margin-right: .5rem !important
    }

    .my-lg-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-2 {
        margin: 1rem !important
    }

    .mt-lg-2 {
        margin-top: 1rem !important
    }

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 1rem !important
    }

    .mx-lg-2 {
        margin-right: 1rem !important
    }

    .my-lg-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-3 {
        margin: 1.5rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1.5rem !important
    }

    .mx-lg-3 {
        margin-right: 1.5rem !important
    }

    .my-lg-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-4 {
        margin: 3rem !important
    }

    .mt-lg-4 {
        margin-top: 3rem !important
    }

    .mr-lg-4 {
        margin-right: 3rem !important
    }

    .mb-lg-4 {
        margin-bottom: 3rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 3rem !important
    }

    .mx-lg-4 {
        margin-right: 3rem !important
    }

    .my-lg-4 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-lg-5 {
        margin: 5rem !important
    }

    .mt-lg-5 {
        margin-top: 5rem !important
    }

    .mr-lg-5 {
        margin-right: 5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 5rem !important
    }

    .mx-lg-5 {
        margin-right: 5rem !important
    }

    .my-lg-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .5rem !important
    }

    .pt-lg-1 {
        padding-top: .5rem !important
    }

    .pr-lg-1 {
        padding-right: .5rem !important
    }

    .pb-lg-1 {
        padding-bottom: .5rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .5rem !important
    }

    .px-lg-1 {
        padding-right: .5rem !important
    }

    .py-lg-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-2 {
        padding: 1rem !important
    }

    .pt-lg-2 {
        padding-top: 1rem !important
    }

    .pr-lg-2 {
        padding-right: 1rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 1rem !important
    }

    .px-lg-2 {
        padding-right: 1rem !important
    }

    .py-lg-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-3 {
        padding: 1.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1.5rem !important
    }

    .px-lg-3 {
        padding-right: 1.5rem !important
    }

    .py-lg-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-4 {
        padding: 3rem !important
    }

    .pt-lg-4 {
        padding-top: 3rem !important
    }

    .pr-lg-4 {
        padding-right: 3rem !important
    }

    .pb-lg-4 {
        padding-bottom: 3rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 3rem !important
    }

    .px-lg-4 {
        padding-right: 3rem !important
    }

    .py-lg-4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-5 {
        padding: 5rem !important
    }

    .pt-lg-5 {
        padding-top: 5rem !important
    }

    .pr-lg-5 {
        padding-right: 5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 5rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 5rem !important
    }

    .px-lg-5 {
        padding-right: 5rem !important
    }

    .py-lg-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .h1-lg {
        font-size: 1.75rem
    }

    .h2-lg {
        font-size: 1.5rem
    }

    .h3-lg {
        font-size: 1.25rem
    }

    .h4-lg, .h5-lg {
        font-size: 1.125rem
    }

    .h6-lg {
        font-size: 1rem
    }

    .display-lg-1 {
        font-size: 6rem;
        font-weight: 400
    }

    .display-lg-2 {
        font-size: 5.5rem;
        font-weight: 400
    }

    .display-lg-3 {
        font-size: 4.5rem;
        font-weight: 400
    }

    .display-lg-4 {
        font-size: 3.5rem;
        font-weight: 400
    }
}

@media (min-width:992px) {
    .pos-lg-relative {
        position: relative !important
    }

    .pos-lg-absolute {
        position: absolute !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .w-lg-100 {
        width: 100% !important
    }
}

@media (max-width:1199px) {
    .btn-lg-block {
        display: block;
        width: 100%
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: .5rem !important
    }

    .mt-xl-1 {
        margin-top: .5rem !important
    }

    .mr-xl-1 {
        margin-right: .5rem !important
    }

    .mb-xl-1 {
        margin-bottom: .5rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .5rem !important
    }

    .mx-xl-1 {
        margin-right: .5rem !important
    }

    .my-xl-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-2 {
        margin: 1rem !important
    }

    .mt-xl-2 {
        margin-top: 1rem !important
    }

    .mr-xl-2 {
        margin-right: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 1rem !important
    }

    .mx-xl-2 {
        margin-right: 1rem !important
    }

    .my-xl-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-3 {
        margin: 1.5rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mr-xl-3 {
        margin-right: 1.5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1.5rem !important
    }

    .mx-xl-3 {
        margin-right: 1.5rem !important
    }

    .my-xl-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-4 {
        margin: 3rem !important
    }

    .mt-xl-4 {
        margin-top: 3rem !important
    }

    .mr-xl-4 {
        margin-right: 3rem !important
    }

    .mb-xl-4 {
        margin-bottom: 3rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 3rem !important
    }

    .mx-xl-4 {
        margin-right: 3rem !important
    }

    .my-xl-4 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xl-5 {
        margin: 5rem !important
    }

    .mt-xl-5 {
        margin-top: 5rem !important
    }

    .mr-xl-5 {
        margin-right: 5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 5rem !important
    }

    .mx-xl-5 {
        margin-right: 5rem !important
    }

    .my-xl-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: .5rem !important
    }

    .pt-xl-1 {
        padding-top: .5rem !important
    }

    .pr-xl-1 {
        padding-right: .5rem !important
    }

    .pb-xl-1 {
        padding-bottom: .5rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .5rem !important
    }

    .px-xl-1 {
        padding-right: .5rem !important
    }

    .py-xl-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-2 {
        padding: 1rem !important
    }

    .pt-xl-2 {
        padding-top: 1rem !important
    }

    .pr-xl-2 {
        padding-right: 1rem !important
    }

    .pb-xl-2 {
        padding-bottom: 1rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 1rem !important
    }

    .px-xl-2 {
        padding-right: 1rem !important
    }

    .py-xl-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-3 {
        padding: 1.5rem !important
    }

    .pt-xl-3 {
        padding-top: 1.5rem !important
    }

    .pr-xl-3 {
        padding-right: 1.5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1.5rem !important
    }

    .px-xl-3 {
        padding-right: 1.5rem !important
    }

    .py-xl-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-4 {
        padding: 3rem !important
    }

    .pt-xl-4 {
        padding-top: 3rem !important
    }

    .pr-xl-4 {
        padding-right: 3rem !important
    }

    .pb-xl-4 {
        padding-bottom: 3rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 3rem !important
    }

    .px-xl-4 {
        padding-right: 3rem !important
    }

    .py-xl-4 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-5 {
        padding: 5rem !important
    }

    .pt-xl-5 {
        padding-top: 5rem !important
    }

    .pr-xl-5 {
        padding-right: 5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 5rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 5rem !important
    }

    .px-xl-5 {
        padding-right: 5rem !important
    }

    .py-xl-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .h1-xl {
        font-size: 1.75rem
    }

    .h2-xl {
        font-size: 1.5rem
    }

    .h3-xl {
        font-size: 1.25rem
    }

    .h4-xl, .h5-xl {
        font-size: 1.125rem
    }

    .h6-xl {
        font-size: 1rem
    }

    .display-xl-1 {
        font-size: 6rem;
        font-weight: 400
    }

    .display-xl-2 {
        font-size: 5.5rem;
        font-weight: 400
    }

    .display-xl-3 {
        font-size: 4.5rem;
        font-weight: 400
    }

    .display-xl-4 {
        font-size: 3.5rem;
        font-weight: 400
    }
}

@media (min-width:1200px) {
    .pos-xl-relative {
        position: relative !important
    }

    .pos-xl-absolute {
        position: absolute !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .w-xl-100 {
        width: 100% !important
    }
}

.btn-xl-block {
    display: block;
    width: 100%
}

.text-gray-dark {
    color: #4e5159 !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #36383e !important
}

.text-gray {
    color: #6f7380 !important
}

a.text-gray:focus, a.text-gray:hover {
    color: #575a65 !important
}

.dropdown-options > .btn, .text-gray-light {
    color: #b1b6c7 !important
}

.dropdown-options > a.btn:focus, .dropdown-options > a.btn:hover, a.text-gray-light:focus, a.text-gray-light:hover {
    color: #939ab2 !important
}

.text-gray-lighter {
    color: #dfe5f2 !important
}

a.text-gray-lighter:focus, a.text-gray-lighter:hover {
    color: #bbc8e3 !important
}

.text-gray-lightest {
    color: #f7faff !important
}

a.text-gray-lightest:focus, a.text-gray-lightest:hover {
    color: #c4daff !important
}

.text-primary-light {
    color: #a2b8fa !important
}

a.text-primary-light:focus, a.text-primary-light:hover {
    color: #7293f7 !important
}

.text-primary-lighter {
    color: #d9e2ff !important
}

a.text-primary-lighter:focus, a.text-primary-lighter:hover {
    color: #a6bbff !important
}

.text-primary-dark {
    color: #0081da !important
}

a.text-primary-dark:focus, a.text-primary-dark:hover {
    color: #2e468c !important
}

.text-accent {
    color: #f26b7a !important
}

a.text-accent:focus, a.text-accent:hover {
    color: #ee3c50 !important
}

.text-accent-light {
    color: #fca4ae !important
}

a.text-accent-light:focus, a.text-accent-light:hover {
    color: #fa7382 !important
}

.text-accent-lighter {
    color: #fcd7db !important
}

a.text-accent-lighter:focus, a.text-accent-lighter:hover {
    color: #f8a8b0 !important
}

.text-accent-dark {
    color: #b84451 !important
}

a.text-accent-dark:focus, a.text-accent-dark:hover {
    color: #933641 !important
}

.text-success-light {
    color: #cbe595 !important
}

a.text-success-light:focus, a.text-success-light:hover {
    color: #b7db6c !important
}

.text-success-lighter {
    color: #e9f5d0 !important
}

a.text-success-lighter:focus, a.text-success-lighter:hover {
    color: #d5eca6 !important
}

.text-success-dark {
    color: #6e8c31 !important
}

a.text-success-dark:focus, a.text-success-dark:hover {
    color: #506624 !important
}

.text-warning-light {
    color: #f5df9f !important
}

a.text-warning-light:focus, a.text-warning-light:hover {
    color: #f0d071 !important
}

.text-warning-lighter {
    color: #faf1d4 !important
}

a.text-warning-lighter:focus, a.text-warning-lighter:hover {
    color: #f5e2a6 !important
}

.text-warning-dark {
    color: #bf9d36 !important
}

a.text-warning-dark:focus, a.text-warning-dark:hover {
    color: #977c2b !important
}

.text-danger-light {
    color: #f29c96 !important
}

a.text-danger-light:focus, a.text-danger-light:hover {
    color: #ec7169 !important
}

.text-danger-lighter {
    color: #fad7d4 !important
}

a.text-danger-lighter:focus, a.text-danger-lighter:hover {
    color: #f5ada6 !important
}

.text-danger-dark {
    color: #c24036 !important
}

a.text-danger-dark:focus, a.text-danger-dark:hover {
    color: #9a332b !important
}

.text-exchange {
    color: #c2578d
}

.bg-white {
    background-color: #fff !important
}

.bg-exchange {
    background-color: #c2578d !important
}

.bg-gray-dark {
    background-color: #4e5159 !important
}

a.bg-gray-dark:focus, a.bg-gray-dark:hover {
    background-color: #36383e !important
}

.bg-gray {
    background-color: #6f7380 !important
}

a.bg-gray:focus, a.bg-gray:hover {
    background-color: #575a65 !important
}

.bg-gray-light {
    background-color: #b1b6c7 !important
}

a.bg-gray-light:focus, a.bg-gray-light:hover {
    background-color: #939ab2 !important
}

.bg-gray-lighter {
    background-color: #dfe5f2 !important
}

a.bg-gray-lighter:focus, a.bg-gray-lighter:hover {
    background-color: #bbc8e3 !important
}

.bg-gray-lightest {
    background-color: #f7faff !important
}

a.bg-gray-lightest:focus, a.bg-gray-lightest:hover {
    background-color: #c4daff !important
}

.bg-primary-light {
    background-color: #a2b8fa !important
}

a.bg-primary-light:focus, a.bg-primary-light:hover {
    background-color: #7293f7 !important
}

.bg-primary-lighter {
    background-color: #d9e2ff !important
}

a.bg-primary-lighter:focus, a.bg-primary-lighter:hover {
    background-color: #a6bbff !important
}

.bg-primary-dark {
    background-color: #0081da !important
}

a.bg-primary-dark:focus, a.bg-primary-dark:hover {
    background-color: #2e468c !important
}

.bg-accent {
    background-color: #f26b7a !important
}

a.bg-accent:focus, a.bg-accent:hover {
    background-color: #ee3c50 !important
}

.bg-accent-light {
    background-color: #fca4ae !important
}

a.bg-accent-light:focus, a.bg-accent-light:hover {
    background-color: #fa7382 !important
}

.bg-accent-lighter {
    background-color: #fcd7db !important
}

a.bg-accent-lighter:focus, a.bg-accent-lighter:hover {
    background-color: #f8a8b0 !important
}

.bg-accent-dark {
    background-color: #b84451 !important
}

a.bg-accent-dark:focus, a.bg-accent-dark:hover {
    background-color: #933641 !important
}

.bg-success-light {
    background-color: #cbe595 !important
}

a.bg-success-light:focus, a.bg-success-light:hover {
    background-color: #b7db6c !important
}

.bg-success-lighter {
    background-color: #e9f5d0 !important
}

a.bg-success-lighter:focus, a.bg-success-lighter:hover {
    background-color: #d5eca6 !important
}

.bg-success-dark {
    background-color: #6e8c31 !important
}

a.bg-success-dark:focus, a.bg-success-dark:hover {
    background-color: #506624 !important
}

.bg-warning-light {
    background-color: #f5df9f !important
}

a.bg-warning-light:focus, a.bg-warning-light:hover {
    background-color: #f0d071 !important
}

.bg-warning-lighter {
    background-color: #faf1d4 !important
}

a.bg-warning-lighter:focus, a.bg-warning-lighter:hover {
    background-color: #f5e2a6 !important
}

.bg-warning-dark {
    background-color: #bf9d36 !important
}

a.bg-warning-dark:focus, a.bg-warning-dark:hover {
    background-color: #977c2b !important
}

.bg-danger-light {
    background-color: #f29c96 !important
}

a.bg-danger-light:focus, a.bg-danger-light:hover {
    background-color: #ec7169 !important
}

.bg-danger-lighter {
    background-color: #fad7d4 !important
}

a.bg-danger-lighter:focus, a.bg-danger-lighter:hover {
    background-color: #f5ada6 !important
}

.bg-danger-dark {
    background-color: #c24036 !important
}

a.bg-danger-dark:focus, a.bg-danger-dark:hover {
    background-color: #9a332b !important
}

.flex-inline-xs, .flex-xs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .flex-inline-xs:after, .flex-xs:after {
        content: none
    }

.flex-inline-xs {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-xs-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-xs-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-xs-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-xs-center {
    -ms-flex-pack: center;
    justify-content: center
}

.flex-xs-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-xs-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-xs-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-xs-middle {
    -ms-flex-align: center;
    align-items: center
}

.flex-xs-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-xs-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-xs-item-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex-xs-item-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flex-xs-item-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex-xs-item-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.flex-xs-item-start {
    -ms-flex-order: -1;
    order: -1
}

.flex-xs-item-end {
    -ms-flex-order: 1;
    order: 1
}

.flex-xs-justified .flex-item {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:576px) {
    .flex-inline-sm, .flex-sm {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .flex-inline-sm:after, .flex-sm:after {
            content: none
        }

    .flex-inline-sm {
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .flex-sm-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-sm-start {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-sm-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-sm-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-sm-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .flex-sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .flex-sm-top {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-sm-middle {
        -ms-flex-align: center;
        align-items: center
    }

    .flex-sm-bottom {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-sm-stretch {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-sm-item-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .flex-sm-item-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .flex-sm-item-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex-sm-item-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .flex-sm-item-start {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-sm-item-end {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-sm-justified .flex-item {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:768px) {
    .flex-inline-md, .flex-md {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .flex-inline-md:after, .flex-md:after {
            content: none
        }

    .flex-inline-md {
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .flex-md-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-md-start {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-md-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-md-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-md-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .flex-md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .flex-md-top {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-md-middle {
        -ms-flex-align: center;
        align-items: center
    }

    .flex-md-bottom {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-md-stretch {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-md-item-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .flex-md-item-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .flex-md-item-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex-md-item-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .flex-md-item-start {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-md-item-end {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-md-justified .flex-item {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:992px) {
    .flex-inline-lg, .flex-lg {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .flex-inline-lg:after, .flex-lg:after {
            content: none
        }

    .flex-inline-lg {
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .flex-lg-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-lg-start {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-lg-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-lg-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-lg-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .flex-lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .flex-lg-top {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-lg-middle {
        -ms-flex-align: center;
        align-items: center
    }

    .flex-lg-bottom {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-lg-stretch {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-lg-item-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .flex-lg-item-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .flex-lg-item-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex-lg-item-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .flex-lg-item-start {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-lg-item-end {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-lg-justified .flex-item {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:1200px) {
    .flex-inline-xl, .flex-xl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .flex-inline-xl:after, .flex-xl:after {
            content: none
        }

    .flex-inline-xl {
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .flex-xl-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .flex-xl-start {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-xl-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-xl-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex-xl-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .flex-xl-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .flex-xl-top {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-xl-middle {
        -ms-flex-align: center;
        align-items: center
    }

    .flex-xl-bottom {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex-xl-stretch {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-xl-item-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .flex-xl-item-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .flex-xl-item-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex-xl-item-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .flex-xl-item-start {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-xl-item-end {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-xl-justified .flex-item {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.popover p:last-child {
    margin-bottom: 0
}

.popover .popover-title:before {
    border-bottom: 0
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -15px
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 15px
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 15px
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -15px
}

.popover-title {
    border: 0;
    padding-bottom: 10px
}
/*! nouislider - 9.0.0 - 2016-09-29 21:44:02 */

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: top .3s,right .3s,bottom .3s,left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    transform: translateZ(0)
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    transition: background .45s
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: inherit
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #b1b6c7;
    font-size: 11px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate3d(-50%,80%,0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 12px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate3d(0,50%,0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-target {
    border: 0;
    box-shadow: none;
    background: #dfe5f2
}

.noUi-connect {
    box-shadow: none;
    background: #0097ff;
    border-radius: 10px
}

.noUi-horizontal {
    height: 6px
}

.noUi-handle:after, .noUi-handle:before {
    content: none
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    width: 20px;
    height: 20px;
    top: -7px;
    left: -10px
}

.noUi-vertical .noUi-handle {
    left: -7px
}

.noUi-vertical {
    width: 6px
}

.noUi-handle {
    border-radius: 100%;
    box-shadow: none;
    border: 2px solid #cdd6eb;
    background: #f7faff;
    transition: all .2s ease
}

    .noUi-handle:active, .noUi-handle:focus, .noUi-handle:hover {
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        background: #fff;
        border-color: #0097ff
    }

.disable-hover-scale .noUi-handle:active, .disable-hover-scale .noUi-handle:focus {
    -ms-transform: scale(1);
    transform: scale(1)
}

.slider-bg-primary .noUi-connect {
    background-color: #0097ff
}

.slider-bg-accent .noUi-connect {
    background-color: #f26b7a
}

.slider-bg-gray .noUi-connect {
    background-color: #6f7380
}

.slider-bg-success .noUi-connect {
    background-color: #98bf49
}

.slider-bg-danger .noUi-connect {
    background-color: #f2594e
}

.slider-bg-warning .noUi-connect {
    background-color: #f2c94e
}

.slider-bg-accent .noUi-handle:active, .slider-bg-accent .noUi-handle:focus, .slider-bg-accent .noUi-handle:hover {
    border-color: #f26b7a
}

.slider-bg-gray .noUi-handle:active, .slider-bg-gray .noUi-handle:focus, .slider-bg-gray .noUi-handle:hover {
    border-color: #6f7380
}

.slider-bg-success .noUi-handle:active, .slider-bg-success .noUi-handle:focus, .slider-bg-success .noUi-handle:hover {
    border-color: #98bf49
}

.slider-bg-danger .noUi-handle:active, .slider-bg-danger .noUi-handle:focus, .slider-bg-danger .noUi-handle:hover {
    border-color: #f2594e
}

.slider-bg-warning .noUi-handle:active, .slider-bg-warning .noUi-handle:focus, .slider-bg-warning .noUi-handle:hover {
    border-color: #f2c94e
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfe5f2;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 12px;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px hsla(226,7%,47%,.5);
        height: 22px;
        position: absolute;
        top: -5px;
        width: 22px
    }

.switchery-small {
    border-radius: 3px;
    height: 6px;
    width: 20px
}

    .switchery-small > small {
        height: 11px;
        width: 11px;
        top: -3px
    }

.switchery-large {
    border-radius: 12px;
    height: 24px;
    width: 80px
}

    .switchery-large > small {
        height: 44px;
        width: 44px;
        top: -10px
    }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    background: #f7faff !important;
    background: rgba(0,0,0,.06) !important;
    border: 0 none !important
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 3px hsla(226,7%,47%,.2)
}

.selectize-dropdown-header {
    padding: 3px 12px;
    border-bottom: 1px solid #dfe5f2;
    background: #f7faff;
    border-radius: 4px 4px 0 0
}

.selectize-dropdown-header-close {
    color: #4e5159;
    opacity: .4;
    font-size: 1.2rem
}

    .selectize-dropdown-header-close:hover {
        color: #4e5159
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f7faff;
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 26px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0;
    border-left: 1px solid transparent;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: transparent
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77,77,77,0)
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #6f7380;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit;
    position: absolute
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 2px solid #dfe5f2;
    padding: .5rem .75rem;
    display: inline-block;
    min-width: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: .25rem;
    padding-right: 40px;
    word-break: break-word
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input > * {
    vertical-align: text-top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 7px 3px;
    background: #0097ff;
    color: #fff;
    border: none
}

    .selectize-control.multi .selectize-input > div.active {
        background: #0081da;
        color: #fff;
        border: none
    }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #6f7380;
    background: #fff;
    border: 0 solid rgba(77,77,77,0)
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    box-shadow: none !important
}

    .selectize-input > input::-ms-clear {
        display: none
    }

    .selectize-input > input:focus {
        outline: 0 !important
    }

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    word-break: break-word
}

    .selectize-dropdown [data-selectable] .highlight {
        font-weight: 700
    }

.selectize-dropdown .highlight {
    background: 0 0;
    margin: 0;
    padding: 0
}

.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
    padding: 5px 12px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #f26b7a;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f7faff;
    color: #31343b
}

.selectize-dropdown .create {
    color: rgba(51,51,51,.5)
}

.selectize-dropdown .active.create {
    color: #31343b
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

    .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
        cursor: text
    }

    .selectize-control.single .selectize-input:after {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #6f7380 transparent transparent
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        margin-top: -4px;
        border-width: 0 5px 5px;
        border-color: transparent transparent #6f7380
    }

.selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.selectize-dropdown, .selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0;
    z-index: 1000;
    background: #fff;
    border: 2px solid #dfe5f2;
    border-radius: 4px;
    box-shadow: 0 3px 5px hsla(226,7%,47%,.2)
}

    .selectize-dropdown .optgroup-header {
        font-size: 12px;
        line-height: 1.6
    }

    .selectize-dropdown .optgroup:first-child:before {
        display: none
    }

    .selectize-dropdown .optgroup:before {
        content: " ";
        display: block;
        height: 1px;
        margin-top: 6px;
        overflow: hidden;
        background-color: #dfe5f2
    }

.selectize-dropdown-header {
    padding: 6px 12px
}

.selectize-input {
    min-height: 34px
}

    .selectize-input.dropdown-active:before {
        display: none
    }

    .selectize-input.focus {
        border-color: #0097ff;
        outline: 0;
        box-shadow: none
    }

.has-error .selectize-input {
    border-color: #f2594e;
    box-shadow: none
}

    .has-error .selectize-input:focus {
        border-color: #c24036;
        box-shadow: none
    }

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input > div {
    border-radius: .25rem
}

.selectize-control.multi .selectize-input .item + input {
    top: 3px
}

.selectize-control.multi.plugin-remove_button .item {
    position: relative;
    padding-right: 25px !important
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.selectize-lg .selectize-input {
    padding: .75rem 40px .75rem 1rem;
    border-radius: .25rem
}

.selectize-sm .selectize-input {
    line-height: 1.2;
    min-height: 27px
}

.selectize-control.selectize-sm .selectize-input:after {
    right: 12px
}

.selectize-control.form-control-success .selectize-input {
    border-color: #98bf49;
    color: #98bf49
}

    .selectize-control.form-control-success .selectize-input:after {
        border-top-color: #98bf49
    }

    .selectize-control.form-control-success .selectize-input.dropdown-active:after {
        border-bottom-color: #98bf49
    }

.selectize-control.form-control-warning .selectize-input {
    border-color: #f2c94e;
    color: #f2c94e
}

    .selectize-control.form-control-warning .selectize-input:after {
        border-top-color: #f2c94e
    }

    .selectize-control.form-control-warning .selectize-input.dropdown-active:after {
        border-bottom-color: #f2c94e
    }

.selectize-control.form-control-danger .selectize-input {
    border-color: #f2594e;
    color: #f2594e
}

    .selectize-control.form-control-danger .selectize-input:after {
        border-top-color: #f2594e
    }

    .selectize-control.form-control-danger .selectize-input.dropdown-active:after {
        border-bottom-color: #f2594e
    }

.selectize-control + .form-control-feedback {
    margin-top: 0
}

.selectize-control[class*=form-control-], .selectize-dropdown[class*=form-control-] {
    background-image: none;
    padding-right: 0
}

.toast-title {
    font-weight: 700
}

.toast-message {
    word-wrap: break-word
}

.toast-close-button {
    position: relative;
    right: 0;
    top: 0;
    float: right
}

    .toast-close-button:focus, .toast-close-button:hover {
        text-decoration: none;
        cursor: pointer;
        opacity: .8
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-appearance: none
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container * {
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 .5rem;
        padding: 1.5rem 3.5rem;
        width: 400px;
        border-radius: 4px;
        box-shadow: 0 6px 4px -3px rgba(78,81,89,.3);
        will-change: opacity,transform;
        animation: Bb .7s linear forwards;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }

        #toast-container > div:hover {
            cursor: pointer
        }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    color: #fff;
    background-color: #31343b
}

    .toast .toast-close-button, .toast .toast-message a, .toast .toast-message label {
        color: #a2b8fa
    }

        .toast .toast-message a:hover {
            color: #0097ff
        }

.toast-message a:hover {
    text-decoration: none
}

.toast-success {
    color: #6e8c31;
    background-color: #51a351
}

    .toast-success .toast-close-button {
        color: #6e8c31
    }

    .toast-success .toast-message a, .toast-success .toast-message label {
        color: #98bf49
    }

        .toast-success .toast-message a:hover {
            color: #6e8c31
        }

.toast-error {
    background-color: #fce4e2
}

    .toast-error, .toast-error .toast-close-button {
        color: #c24036
    }

        .toast-error .toast-message a, .toast-error .toast-message label {
            color: #f2594e
        }

            .toast-error .toast-message a:hover {
                color: #c24036
            }

.toast-warning {
    color: #bf9d36;
    background-color: #fbf4dd
}

    .toast-warning .toast-close-button {
        color: #bf9d36
    }

    .toast-warning .toast-message a, .toast-warning .toast-message label {
        color: #f2c94e
    }

        .toast-warning .toast-message a:hover {
            color: #bf9d36
        }

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #0097ff
}

.toast-warning .toast-progress {
    background-color: #f5df9f
}

.toast-error .toast-progress {
    background-color: #f29c96
}

.toast-success .toast-progress {
    background-color: #cbe595
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    left: 12px
}

.toast-top-left, .toast-top-right {
    top: 12px;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.toast-top-right {
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

@media (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@keyframes Bb {
    0% {
        transform: perspective(400px) rotateX(-90deg);
        animation-timing-function: ease-in
    }

    40% {
        transform: perspective(400px) rotateX(20deg);
        animation-timing-function: ease-in;
        opacity: 1
    }

    60% {
        transform: perspective(400px) rotateX(-10deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) rotateX(5deg);
        animation-timing-function: ease-out
    }

    to {
        transform: perspective(400px)
    }
}

.editableform {
    margin-bottom: 0
}

    .editableform .control-group {
        margin-bottom: 0;
        white-space: nowrap;
        line-height: 20px
    }

    .editableform .form-control {
        width: 100%
    }

    .editableform .selectize {
        min-width: 150px
    }

.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    zoom: 1
}

    .editable-buttons.editable-buttons-bottom {
        display: block;
        margin-top: 7px;
        margin-left: 0
    }

.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1
}

.editable-buttons .editable-cancel {
    margin-left: .5rem
}

.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px
}

.editableform-loading {
    height: 16px;
    width: auto;
    min-width: 16px;
    margin-left: .5rem
}

    .editableform-loading .loader-umbler {
        vertical-align: top
    }

.editable-inline .editableform-loading {
    background-position: left 5px
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0;
    width: auto;
    white-space: normal
}

    .editable-error-block.ui-state-error {
        padding: 3px
    }

.editable-error {
    color: red
}

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left
}

.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px
}

.editable-checklist label input[type=checkbox], .editable-checklist label span {
    vertical-align: middle;
    margin: 0
}

.editable-checklist label {
    white-space: nowrap
}

.editable-wysihtml5 {
    width: 566px;
    height: 250px
}

.editable-clear {
    clear: both;
    font-size: .9em;
    text-decoration: none;
    text-align: right
}

.editable-clear-x {
    background: url(../img/x-editable/img/clear.png) 50% no-repeat;
    cursor: pointer;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: .6;
    z-index: 100;
    top: 50%;
    right: 8px;
    margin-top: -6px
}

    .editable-clear-x:hover {
        opacity: 1
    }

.editable-pre-wrapped {
    white-space: pre-wrap
}

.editable-container.editable-popup {
    max-width: none !important
}

.editable-container.popover {
    width: auto
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    zoom: 1
}

.editable-container.ui-widget {
    font-size: inherit;
    z-index: 9990
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: 1px dashed #08c
}

    .editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
        color: #585858;
        cursor: default;
        border-bottom: none
    }

.editable-empty, .editable-empty:focus, .editable-empty:hover {
    font-style: italic;
    color: #d14;
    text-decoration: none
}

.editable-unsaved {
    font-weight: 700
}

.editable-bg-transition {
    transition: background-color 1.4s ease-out
}

.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

    .datepicker.datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px
    }

.datepicker > div {
    display: none
}

.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background: #fdd49a;
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #000
}

    .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
        background-color: #fdf59a
    }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.today.active:hover {
            color: #fff
        }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        border-radius: 0
    }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
        background-color: grey
    }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #0097ff;
    background-repeat: repeat-x;
    border-color: #0097ff #0097ff #0081da;
    border-color: rgba(85,124,242,.1) rgba(85,124,242,.1) rgba(85,124,242,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
        background-color: #04c
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #999;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #0097ff;
        background-repeat: repeat-x;
        border-color: rgba(85,124,242,.1) rgba(85,124,242,.1) rgba(85,124,242,.25);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
            background-color: #04c
        }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #999
    }

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor: pointer
}

    .datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
        background: #eee
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.code-highlighter.theme-dark, .code-highlighter.theme-dark code {
    color: #fff;
    direction: ltr
}

    .code-highlighter.theme-dark::-moz-selection, .code-highlighter.theme-dark ::-moz-selection, .code-highlighter.theme-dark code::-moz-selection, .code-highlighter.theme-dark code ::-moz-selection {
        background: #b1b6c7
    }

    .code-highlighter.theme-dark::selection, .code-highlighter.theme-dark ::selection, .code-highlighter.theme-dark code::selection, .code-highlighter.theme-dark code ::selection {
        background: #b1b6c7
    }

    .code-highlighter.theme-dark, .code-highlighter.theme-dark:not(pre) > code {
        background: #31343b
    }

        .code-highlighter.theme-dark:not(pre) > code {
            padding: .1em;
            border-radius: .3em
        }

.theme-dark .ub-token.ub-tag {
    color: #ff6678
}

.theme-dark .ub-token.ub-cdata, .theme-dark .ub-token.ub-comment, .theme-dark .ub-token.ub-doctype, .theme-dark .ub-token.ub-prolog {
    color: #7c7c7c
}

.theme-dark .ub-token.ub-punctuation {
    color: #c5c8c6
}

.theme-dark .namespace {
    opacity: .7
}

.theme-dark .ub-token.ub-property {
    color: #f5dca2
}

.theme-dark .ub-token.ub-keyword, .theme-dark .ub-token.ub-tagged {
    color: #0097ff
}

.theme-dark .ub-token.ub-class-name {
    color: #f5dca2;
    text-decoration: underline
}

.theme-dark .ub-token.ub-boolean, .theme-dark .ub-token.ub-constant {
    color: #9c9
}

.theme-dark .ub-token.ub-deleted, .theme-dark .ub-token.ub-number, .theme-dark .ub-token.ub-selector, .theme-dark .ub-token.ub-symbol {
    color: #ff6678
}

.theme-dark .ub-token.ub-builtin, .theme-dark .ub-token.ub-char, .theme-dark .ub-token.ub-inserted {
    color: #f5dca2
}

.theme-dark .ub-token.ub-attr-name {
    color: #0097ff
}

.theme-dark .ub-token.ub-string {
    color: #b1b6c7
}

.theme-dark .ub-token.ub-variable {
    color: #c6c5fe
}

.theme-dark .ub-token.ub-operator {
    color: #ededed
}

.theme-dark .ub-token.ub-entity {
    color: #a3c0ff
}

.theme-dark .ub-token.ub-url {
    color: #96cbfe
}

.theme-dark .language-css .ub-token.ub-string, .theme-dark .style .ub-token.ub-string {
    color: #87c38a
}

.theme-dark .ub-token.ub-atrule, .theme-dark .ub-token.ub-attr-value {
    color: #f9ee98
}

.theme-dark .ub-token.ub-function {
    color: #ff6678
}

.theme-dark .ub-token.ub-regex {
    color: #e9c062
}

.theme-dark .ub-token.ub-important {
    color: #fd971f
}

.theme-dark .ub-token.ub-bold, .theme-dark .ub-token.ub-important {
    font-weight: 700
}

.theme-dark .ub-token.ub-italic {
    font-style: italic
}

.theme-dark .ub-token.ub-entity {
    cursor: help
}

.theme-dark .ub-toolbar a {
    background-color: #31343b
}

.code-highlighter.theme-light, .code-highlighter.theme-light code {
    color: #4e5159;
    direction: ltr
}

    .code-highlighter.theme-light::-moz-selection, .code-highlighter.theme-light ::-moz-selection, .code-highlighter.theme-light code::-moz-selection, .code-highlighter.theme-light code ::-moz-selection {
        background: #dfe5f2
    }

    .code-highlighter.theme-light::selection, .code-highlighter.theme-light ::selection, .code-highlighter.theme-light code::selection, .code-highlighter.theme-light code ::selection {
        background: #dfe5f2
    }

.code-highlighter.theme-light {
    border: 1px solid #dfe5f2;
    background-color: #fff
}

    .code-highlighter.theme-light:not(pre) > code {
        padding: .2em;
        padding-top: 1px;
        padding-bottom: 1px;
        background: #f8f8f8;
        border: 1px solid #dfe5f2
    }

.theme-light .ub-token.ub-cdata, .theme-light .ub-token.ub-comment, .theme-light .ub-token.ub-doctype, .theme-light .ub-token.ub-prolog {
    color: #998;
    font-style: italic
}

.theme-light .ub-token.ub-namespace {
    opacity: .7
}

.theme-light .ub-token.ub-attr-value, .theme-light .ub-token.ub-string {
    color: #0097ff
}

.theme-light .ub-token.ub-operator, .theme-light .ub-token.ub-punctuation {
    color: #393a34
}

.language-autohotkey .theme-light .ub-token.ub-selector, .theme-light .ub-token.ub-atrule, .theme-light .ub-token.ub-attr-name, .theme-light .ub-token.ub-boolean, .theme-light .ub-token.ub-constant, .theme-light .ub-token.ub-entity, .theme-light .ub-token.ub-inserted, .theme-light .ub-token.ub-number, .theme-light .ub-token.ub-property, .theme-light .ub-token.ub-regex, .theme-light .ub-token.ub-symbol, .theme-light .ub-token.ub-url, .theme-light .ub-token.ub-variable {
    color: #ff6678
}

.theme-light .ub-token.ub-keyword {
    color: #4e5159
}

.language-autohotkey .theme-light .ub-token.ub-ub-tag, .theme-light .ub-token.ub-deleted, .theme-light .ub-token.ub-function {
    color: #ff6678
}

.language-autohotkey .theme-light .ub-token.ub-keyword, .theme-light .ub-token.ub-selector, .theme-light .ub-token.ub-ub-tag {
    color: #0097ff
}

.theme-light .ub-token.ub-italic {
    font-style: italic
}

.theme-light .line-numbers-rows > span:before {
    color: #b1b6c7
}

.theme-light .line-highlight {
    background: rgba(0,0,0,.09)
}

.theme-light + .ub-toolbar a:not([href]) {
    background-color: #fff;
    border-color: #b1b6c7;
    color: #6f7380
}

.code-wrapper {
    position: relative
}

.code-highlighter, .code-highlighter code {
    color: #fff;
    background: 0 0;
    font-family: Consolas,Monaco,Courier New,monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.6;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

    .code-highlighter.text-break code {
        word-break: break-all;
        white-space: pre-wrap
    }

    .code-highlighter, .code-highlighter:not(pre) > code {
        background: #4d4033
    }

.code-highlighter {
    padding: 1em 1.4em;
    margin: .5em 0;
    overflow: auto;
    border: 0;
    border-radius: .25rem;
    position: relative
}

    .code-highlighter:not(pre) > code {
        padding: .15em .2em .05em;
        border-radius: .3em;
        border: .13em solid #7a6652;
        box-shadow: inset 1px 1px .3em -.1em #000;
        white-space: normal
    }

.ub-toolbar a:not([href]) {
    background-color: #31343b;
    border: 1px solid #4e5159;
    cursor: pointer;
    color: #b1b6c7;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: .2rem;
    opacity: 0;
    transition: color .3s
}

.ub-toolbar a.is-active, .ub-toolbar a.is-active:hover {
    background-color: #0097ff !important;
    border-color: #0097ff !important;
    color: #fff !important;
    opacity: 1
}

.code-wrapper .ub-toolbar {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.code-wrapper:hover .ub-toolbar a {
    opacity: 1
}

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: .95em;
    background: rgba(0,0,0,.2);
    pointer-events: none;
    line-height: inherit;
    white-space: pre
}

.code-highlighter.line-numbers {
    padding-left: 3.8em;
    counter-reset: b
}

    .code-highlighter.line-numbers > code {
        position: relative
    }

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid rgba(0,0,0,.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: b
}

    .line-numbers-rows > span:before {
        content: counter(b);
        color: #999;
        display: block;
        padding-right: .8em;
        text-align: right
    }

.intl-tel-input {
    position: relative;
    display: inline-block
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .intl-tel-input .hide {
        display: none
    }

    .intl-tel-input .v-hide {
        visibility: hidden
    }

    .intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 40px;
        margin-right: 0
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 2px
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 40px;
        height: 100%;
        padding: 0 0 0 10px
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #6f7380
        }

            .intl-tel-input .selected-flag .iti-arrow.up {
                border-top: none;
                border-bottom: 4px solid #6f7380
            }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 1000;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 4px 0 0 -2px;
        box-shadow: 0 3px 5px hsla(226,7%,47%,.2);
        background-color: #fff;
        border: 2px solid #dfe5f2;
        border-radius: 4px;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll
    }

        .intl-tel-input .country-list.dropup {
            bottom: 100%;
            margin-bottom: -2px
        }

        .intl-tel-input .country-list .flag-box {
            display: inline-block;
            width: 20px
        }

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #dfe5f2
}

.intl-tel-input .country-list .country {
    padding: 4px 10px
}

    .intl-tel-input .country-list .country .dial-code {
        color: #b1b6c7
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: #f7faff;
        color: #31343b
    }

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    margin-right: 8px
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 54px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 48px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: #f7faff
    }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default
}

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent
    }

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #f7faff;
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 72px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 66px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 80px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 80px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 74px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 88px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 88px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 82px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 96px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 96px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 90px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 104px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 98px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 2px
}

    .intl-tel-input.iti-container:hover {
        cursor: pointer
    }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px;
        line-height: 1.5em
    }

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/telephone-input/img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-image: url(../img/telephone-input/img/flags%402x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    display: none;
    z-index: 1040
}

.sl-wrapper {
    z-index: 1000
}

    .sl-wrapper button {
        border: 0 none;
        background: 0 0;
        font-size: 28px;
        padding: 0;
        cursor: pointer
    }

        .sl-wrapper button:hover {
            opacity: .7
        }

    .sl-wrapper .sl-close {
        display: none;
        position: fixed;
        right: 30px;
        top: 20px;
        z-index: 1050;
        color: #fff;
        font-size: 2rem;
        padding: 10px
    }

    .sl-wrapper .sl-counter {
        display: none;
        position: fixed;
        top: 30px;
        left: 30px;
        z-index: 1015;
        color: #fff;
        font-size: 1rem
    }

    .sl-wrapper .sl-navigation {
        width: 100%;
        display: none
    }

        .sl-wrapper .sl-navigation button {
            display: -ms-flexbox;
            display: flex;
            position: fixed;
            top: 50%;
            margin-top: -26px;
            text-align: center;
            z-index: 1050;
            color: #fff;
            padding: 10px
        }

            .sl-wrapper .sl-navigation button.sl-next {
                right: 5px
            }

            .sl-wrapper .sl-navigation button.sl-prev {
                left: 5px
            }

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

    .sl-wrapper .sl-image img {
        margin: 0;
        padding: 0;
        display: block;
        border: 0 none;
        border-radius: .25rem
    }

@media (min-width:35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

.sl-wrapper .sl-image .sl-caption {
    border-radius: 0 0 .25rem .25rem;
    display: none;
    padding: 10px;
    color: #fff;
    background: #31343b;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

    .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0
    }

    .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto
    }

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 1005
}

.sl-spinner {
    display: none;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1050
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    cursor: pointer;
    display: block;
    background-color: transparent;
    outline: 0 none
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: transparent;
    opacity: .9
}

    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #b1b6c7;
        height: 8px
    }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: .9
}

    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #b1b6c7;
        width: 8px
    }

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 1;
    transition: background-color .2s linear,opacity .2s linear;
    bottom: 0;
    height: 15px;
    margin: 0 4px
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        background-color: #dfe5f2;
        border-radius: 6px;
        transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
        bottom: 4px;
        height: 5px
    }

    .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
        height: 8px
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 1;
    transition: background-color .2s linear,opacity .2s linear;
    right: 0;
    width: 10px
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        background-color: #dfe5f2;
        border-radius: 6px;
        transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
        right: 2px;
        width: 6px
    }

    .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
        width: 8px
    }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: transparent;
    opacity: .9
}

    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #b1b6c7;
        height: 8px
    }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: .9
}

    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #b1b6c7;
        width: 8px
    }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: transparent;
        opacity: .9
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #b1b6c7
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: transparent;
        opacity: .9
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #b1b6c7
        }


.alert, .badge, .btn-group > .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all), .btn.btn-link:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all):hover, .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all), .icon-btn, .label:not(.md-skip), .md-shadow-z-1, .note, .panel, .social-icons li > a, .social-icons.social-icons-color > li > a, .well {
    box-shadow: 0 2px 8px rgba(59,89,178,.15);
}

