﻿@charset "UTF-8";

.text-monospace, code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

dl, ol, p, pre, ul {
    margin-top: 0
}

address, dl, ol, pre, ul {
    margin-bottom: 1rem
}

body, caption {
    text-align: left
}

dd, label {
    margin-bottom: .5rem
}

pre, textarea {
    overflow: auto
}

article, aside, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
    display: block
}

address, legend {
    line-height: inherit
}

.badge, progress, sub, sup {
    vertical-align: baseline
}

label, output {
    display: inline-block
}

button, hr, input {
    overflow: visible
}

.btn-outline-danger, .btn-outline-dark, .btn-outline-info, .btn-outline-light, .btn-outline-primary, .btn-outline-success, .btn-outline-warning, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.dropdown-menu, .form-control, .modal-content, .popover {
    background-clip: padding-box
}

.CodeMirror pre, .fc-unselectable, html {
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),local('Oswald-Regular'),url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8D.ttf) format('truetype')
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    src: local('Oswald Medium'),local('Oswald-Medium'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTus9H.ttf) format('truetype')
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    src: local('Oswald SemiBold'),local('Oswald-SemiBold'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTus9H.ttf) format('truetype')
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'),local('Oswald-Bold'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTus9H.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'),local('Roboto-LightItalic'),url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'),local('Roboto-Italic'),url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'),local('Roboto-MediumItalic'),url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'),local('Roboto-Medium'),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype')
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.slow {
        animation-duration: .2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        animation-duration: .75s
    }

@keyframes bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,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: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from,to {
        transform: scale3d(1,1,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)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from,to {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,from,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(.39063deg) skewY(.39063deg)
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,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: scale3d(1,1,1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,75%,90%,from,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: bounceInDown
}

@keyframes bounceInLeft {
    60%,75%,90%,from,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: bounceInLeft
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.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: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        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: zoomInDown
}

@keyframes zoomInLeft {
    from {
        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: zoomInLeft
}

@keyframes zoomInRight {
    from {
        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: zoomInRight
}

@keyframes zoomInUp {
    from {
        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: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    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: zoomOutDown
}

@keyframes zoomOutLeft {
    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: zoomOutLeft
}

@keyframes zoomOutRight {
    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: zoomOutRight
}

@keyframes zoomOutUp {
    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: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

body {
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    cursor: pointer
}

address {
    font-style: normal
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        text-decoration: underline
    }

    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
        }

code, kbd, pre, samp {
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

    button:focus {
        outline: dotted 1px;
        outline: -webkit-focus-ring-color auto 5px
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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 {
        padding: 0;
        border-style: none
    }

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    color: inherit;
    white-space: normal
}

.badge, .btn, .dropdown-header, .dropdown-item, .input-group-text, .navbar-brand, .progress-bar {
    white-space: nowrap
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.display-1, .display-2, .display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.col-form-label, .form-check-label {
    margin-bottom: 0
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd {
    font-size: 87.5%
}

a > code, pre code {
    color: inherit
}

code {
    color: #e83e8c;
    word-break: break-word
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent
}

    .table thead th {
        vertical-align: bottom
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered, .table-responsive > .table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.collapsing, .modal, .modal-open, .progress {
    overflow: hidden
}

.form-control {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.invalid-tooltip, .valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
    top: 100%
}

.valid-tooltip {
    display: none;
    margin-top: .1rem;
    color: #fff;
    background-color: rgba(40,167,69,.8)
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .form-check-input.is-valid ~ .form-check-label, .was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem
}

.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    color: #fff;
    background-color: rgba(220,53,69,.8)
}

.collapsing, .dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .form-check-input.is-invalid ~ .form-check-label, .was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

.btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

.btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

.btn-outline-warning.focus, .btn-outline-warning:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

.btn-outline-danger.focus, .btn-outline-danger:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

.btn-outline-dark.focus, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

.btn-link, .btn-link:hover {
    background-color: transparent
}

    .btn-link.focus, .btn-link:focus, .btn-link:hover {
        text-decoration: underline;
        border-color: transparent
    }

.btn-link {
    font-weight: 400;
    color: #007bff
}

    .btn-link:hover {
        color: #0056b3
    }

    .btn-link.focus, .btn-link:focus {
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: ""
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15)
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::after {
    width: 0;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    height: 0
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .custom-control-label, .custom-file, .dropdown-header, .input-group-text, .nav {
    margin-bottom: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .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: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

    .btn-group > .btn:first-child, .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 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-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

.input-group-append, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.nav, .navbar {
    flex-wrap: wrap
}

.custom-select-lg, .custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.alert-link, .close {
    font-weight: 700
}

.input-group-text input[type=radio], .input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative
}

    .custom-control-label::after, .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .custom-control-label::before {
        pointer-events: none;
        user-select: none;
        background-color: #dee2e6
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-file, .custom-select {
    display: inline-block;
    height: auto
}

.custom-file-input:lang(en) ~ .custom-file-label::after, .custom-file-label::after {
    content: "Browse"
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
    background-size: 8px 10px;
    border: 1px solid #ced4da
}

    .custom-file-input:focus ~ .custom-file-label::after, .custom-select:focus {
        border-color: #80bdff
    }

    .custom-select:focus {
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-label, .custom-file-label::after {
    position: absolute;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #b3d7ff
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none
    }

        .custom-range::-moz-range-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #b3d7ff
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none
    }

        .custom-range::-ms-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range::-ms-thumb:active {
            background-color: #b3d7ff
        }

    .custom-range::-ms-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: .5rem
    }

    .custom-range::-ms-fill-lower {
        background-color: #dee2e6;
        border-radius: 1rem
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        background-color: #dee2e6;
        border-radius: 1rem
    }

.nav {
    display: flex;
    padding-left: 0;
    list-style: none
}

.nav-link, .navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav, .page__container {
        flex-direction: row
    }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03)
}

.card-title {
    margin-bottom: .75rem
}

.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-subtitle {
    margin-top: -.375rem
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    border-bottom: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert, .btn .badge, .page-link {
    position: relative
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    text-align: center
}

    .badge:empty {
        display: none
    }

.btn .badge {
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    background-color: #e9ecef
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body, .page {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover, .tooltip {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    word-break: normal;
    text-decoration: none
}

.popover, .text-hide, .tooltip {
    text-shadow: none
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.popover, .popover .arrow, .popover .arrow::after, .popover .arrow::before, .tooltip, .tooltip .arrow {
    position: absolute;
    display: block
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    font-size: .875rem;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2)
}

    .popover .arrow {
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.carousel, .carousel-inner, .carousel-item {
    position: relative
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-item {
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::after, .carousel-indicators li::before {
            left: 0;
            display: inline-block;
            height: 10px;
            position: absolute;
            content: "";
            width: 100%
        }

        .carousel-indicators li::before {
            top: -10px
        }

        .carousel-indicators li::after {
            bottom: -10px
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left, .rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive 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::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-bottom, .fixed-top {
    position: fixed;
    left: 0;
    z-index: 1030;
    right: 0
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .sr-only {
    white-space: nowrap
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.fa, .fa-stack {
    display: inline-block
}

@font-face {
    font-family: linearicons;
    src: url(fonts/linearicons4b13.eot?8ny2i2);
    src: url(fonts/linearicons4b13.eot?8ny2i2#iefix) format("embedded-opentype"),url(fonts/linearicons4b13.ttf?8ny2i2) format("truetype"),url(fonts/linearicons4b13.woff?8ny2i2) format("woff"),url(fonts/linearicons4b13.svg?8ny2i2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" li-"], [class^=li-] {
    font-family: linearicons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.li-home:before {
    content: "\e600"
}

.li-home2:before {
    content: "\e601"
}

.li-home3:before {
    content: "\e602"
}

.li-home4:before {
    content: "\e603"
}

.li-home5:before {
    content: "\e604"
}

.li-home6:before {
    content: "\e605"
}

.li-bathtub:before {
    content: "\e606"
}

.li-toothbrush:before {
    content: "\e607"
}

.li-bed:before {
    content: "\e608"
}

.li-couch:before {
    content: "\e609"
}

.li-chair:before {
    content: "\e60a"
}

.li-city:before {
    content: "\e60b"
}

.li-apartment:before {
    content: "\e60c"
}

.li-pencil:before {
    content: "\e60d"
}

.li-pencil2:before {
    content: "\e60e"
}

.li-pen:before {
    content: "\e60f"
}

.li-pencil3:before {
    content: "\e610"
}

.li-eraser:before {
    content: "\e611"
}

.li-pencil4:before {
    content: "\e612"
}

.li-pencil5:before {
    content: "\e613"
}

.li-feather:before {
    content: "\e614"
}

.li-feather2:before {
    content: "\e615"
}

.li-feather3:before {
    content: "\e616"
}

.li-pen2:before {
    content: "\e617"
}

.li-pen-add:before {
    content: "\e618"
}

.li-pen-remove:before {
    content: "\e619"
}

.li-vector:before {
    content: "\e61a"
}

.li-pen3:before {
    content: "\e61b"
}

.li-blog:before {
    content: "\e61c"
}

.li-brush:before {
    content: "\e61d"
}

.li-brush2:before {
    content: "\e61e"
}

.li-spray:before {
    content: "\e61f"
}

.li-paint-roller:before {
    content: "\e620"
}

.li-stamp:before {
    content: "\e621"
}

.li-tape:before {
    content: "\e622"
}

.li-desk-tape:before {
    content: "\e623"
}

.li-texture:before {
    content: "\e624"
}

.li-eye-dropper:before {
    content: "\e625"
}

.li-palette:before {
    content: "\e626"
}

.li-color-sampler:before {
    content: "\e627"
}

.li-bucket:before {
    content: "\e628"
}

.li-gradient:before {
    content: "\e629"
}

.li-gradient2:before {
    content: "\e62a"
}

.li-magic-wand:before {
    content: "\e62b"
}

.li-magnet:before {
    content: "\e62c"
}

.li-pencil-ruler:before {
    content: "\e62d"
}

.li-pencil-ruler2:before {
    content: "\e62e"
}

.li-compass:before {
    content: "\e62f"
}

.li-aim:before {
    content: "\e630"
}

.li-gun:before {
    content: "\e631"
}

.li-bottle:before {
    content: "\e632"
}

.li-drop:before {
    content: "\e633"
}

.li-drop-crossed:before {
    content: "\e634"
}

.li-drop2:before {
    content: "\e635"
}

.li-snow:before {
    content: "\e636"
}

.li-snow2:before {
    content: "\e637"
}

.li-fire:before {
    content: "\e638"
}

.li-lighter:before {
    content: "\e639"
}

.li-knife:before {
    content: "\e63a"
}

.li-dagger:before {
    content: "\e63b"
}

.li-tissue:before {
    content: "\e63c"
}

.li-toilet-paper:before {
    content: "\e63d"
}

.li-poop:before {
    content: "\e63e"
}

.li-umbrella:before {
    content: "\e63f"
}

.li-umbrella2:before {
    content: "\e640"
}

.li-rain:before {
    content: "\e641"
}

.li-tornado:before {
    content: "\e642"
}

.li-wind:before {
    content: "\e643"
}

.li-fan:before {
    content: "\e644"
}

.li-contrast:before {
    content: "\e645"
}

.li-sun-small:before {
    content: "\e646"
}

.li-sun:before {
    content: "\e647"
}

.li-sun2:before {
    content: "\e648"
}

.li-moon:before {
    content: "\e649"
}

.li-cloud:before {
    content: "\e64a"
}

.li-cloud-upload:before {
    content: "\e64b"
}

.li-cloud-download:before {
    content: "\e64c"
}

.li-cloud-rain:before {
    content: "\e64d"
}

.li-cloud-hailstones:before {
    content: "\e64e"
}

.li-cloud-snow:before {
    content: "\e64f"
}

.li-cloud-windy:before {
    content: "\e650"
}

.li-sun-wind:before {
    content: "\e651"
}

.li-cloud-fog:before {
    content: "\e652"
}

.li-cloud-sun:before {
    content: "\e653"
}

.li-cloud-lightning:before {
    content: "\e654"
}

.li-cloud-sync:before {
    content: "\e655"
}

.li-cloud-lock:before {
    content: "\e656"
}

.li-cloud-gear:before {
    content: "\e657"
}

.li-cloud-alert:before {
    content: "\e658"
}

.li-cloud-check:before {
    content: "\e659"
}

.li-cloud-cross:before {
    content: "\e65a"
}

.li-cloud-crossed:before {
    content: "\e65b"
}

.li-cloud-database:before {
    content: "\e65c"
}

.li-database:before {
    content: "\e65d"
}

.li-database-add:before {
    content: "\e65e"
}

.li-database-remove:before {
    content: "\e65f"
}

.li-database-lock:before {
    content: "\e660"
}

.li-database-refresh:before {
    content: "\e661"
}

.li-database-check:before {
    content: "\e662"
}

.li-database-history:before {
    content: "\e663"
}

.li-database-upload:before {
    content: "\e664"
}

.li-database-download:before {
    content: "\e665"
}

.li-server:before {
    content: "\e666"
}

.li-shield:before {
    content: "\e667"
}

.li-shield-check:before {
    content: "\e668"
}

.li-shield-alert:before {
    content: "\e669"
}

.li-shield-cross:before {
    content: "\e66a"
}

.li-lock:before {
    content: "\e66b"
}

.li-rotation-lock:before {
    content: "\e66c"
}

.li-unlock:before {
    content: "\e66d"
}

.li-key:before {
    content: "\e66e"
}

.li-key-hole:before {
    content: "\e66f"
}

.li-toggle-off:before {
    content: "\e670"
}

.li-toggle-on:before {
    content: "\e671"
}

.li-cog:before {
    content: "\e672"
}

.li-cog2:before {
    content: "\e673"
}

.li-wrench:before {
    content: "\e674"
}

.li-screwdriver:before {
    content: "\e675"
}

.li-hammer-wrench:before {
    content: "\e676"
}

.li-hammer:before {
    content: "\e677"
}

.li-saw:before {
    content: "\e678"
}

.li-axe:before {
    content: "\e679"
}

.li-axe2:before {
    content: "\e67a"
}

.li-shovel:before {
    content: "\e67b"
}

.li-pickaxe:before {
    content: "\e67c"
}

.li-factory:before {
    content: "\e67d"
}

.li-factory2:before {
    content: "\e67e"
}

.li-recycle:before {
    content: "\e67f"
}

.li-trash:before {
    content: "\e680"
}

.li-trash2:before {
    content: "\e681"
}

.li-trash3:before {
    content: "\e682"
}

.li-broom:before {
    content: "\e683"
}

.li-game:before {
    content: "\e684"
}

.li-gamepad:before {
    content: "\e685"
}

.li-joystick:before {
    content: "\e686"
}

.li-dice:before {
    content: "\e687"
}

.li-spades:before {
    content: "\e688"
}

.li-diamonds:before {
    content: "\e689"
}

.li-clubs:before {
    content: "\e68a"
}

.li-hearts:before {
    content: "\e68b"
}

.li-heart:before {
    content: "\e68c"
}

.li-star:before {
    content: "\e68d"
}

.li-star-half:before {
    content: "\e68e"
}

.li-star-empty:before {
    content: "\e68f"
}

.li-flag:before {
    content: "\e690"
}

.li-flag2:before {
    content: "\e691"
}

.li-flag3:before {
    content: "\e692"
}

.li-mailbox-full:before {
    content: "\e693"
}

.li-mailbox-empty:before {
    content: "\e694"
}

.li-at-sign:before {
    content: "\e695"
}

.li-envelope:before {
    content: "\e696"
}

.li-envelope-open:before {
    content: "\e697"
}

.li-paperclip:before {
    content: "\e698"
}

.li-paper-plane:before {
    content: "\e699"
}

.li-reply:before {
    content: "\e69a"
}

.li-reply-all:before {
    content: "\e69b"
}

.li-inbox:before {
    content: "\e69c"
}

.li-inbox2:before {
    content: "\e69d"
}

.li-outbox:before {
    content: "\e69e"
}

.li-box:before {
    content: "\e69f"
}

.li-archive:before {
    content: "\e6a0"
}

.li-archive2:before {
    content: "\e6a1"
}

.li-drawers:before {
    content: "\e6a2"
}

.li-drawers2:before {
    content: "\e6a3"
}

.li-drawers3:before {
    content: "\e6a4"
}

.li-eye:before {
    content: "\e6a5"
}

.li-eye-crossed:before {
    content: "\e6a6"
}

.li-eye-plus:before {
    content: "\e6a7"
}

.li-eye-minus:before {
    content: "\e6a8"
}

.li-binoculars:before {
    content: "\e6a9"
}

.li-binoculars2:before {
    content: "\e6aa"
}

.li-hdd:before {
    content: "\e6ab"
}

.li-hdd-down:before {
    content: "\e6ac"
}

.li-hdd-up:before {
    content: "\e6ad"
}

.li-floppy-disk:before {
    content: "\e6ae"
}

.li-disc:before {
    content: "\e6af"
}

.li-tape2:before {
    content: "\e6b0"
}

.li-printer:before {
    content: "\e6b1"
}

.li-shredder:before {
    content: "\e6b2"
}

.li-file-empty:before {
    content: "\e6b3"
}

.li-file-add:before {
    content: "\e6b4"
}

.li-file-check:before {
    content: "\e6b5"
}

.li-file-lock:before {
    content: "\e6b6"
}

.li-files:before {
    content: "\e6b7"
}

.li-copy:before {
    content: "\e6b8"
}

.li-compare:before {
    content: "\e6b9"
}

.li-folder:before {
    content: "\e6ba"
}

.li-folder-search:before {
    content: "\e6bb"
}

.li-folder-plus:before {
    content: "\e6bc"
}

.li-folder-minus:before {
    content: "\e6bd"
}

.li-folder-download:before {
    content: "\e6be"
}

.li-folder-upload:before {
    content: "\e6bf"
}

.li-folder-star:before {
    content: "\e6c0"
}

.li-folder-heart:before {
    content: "\e6c1"
}

.li-folder-user:before {
    content: "\e6c2"
}

.li-folder-shared:before {
    content: "\e6c3"
}

.li-folder-music:before {
    content: "\e6c4"
}

.li-folder-picture:before {
    content: "\e6c5"
}

.li-folder-film:before {
    content: "\e6c6"
}

.li-scissors:before {
    content: "\e6c7"
}

.li-paste:before {
    content: "\e6c8"
}

.li-clipboard-empty:before {
    content: "\e6c9"
}

.li-clipboard-pencil:before {
    content: "\e6ca"
}

.li-clipboard-text:before {
    content: "\e6cb"
}

.li-clipboard-check:before {
    content: "\e6cc"
}

.li-clipboard-down:before {
    content: "\e6cd"
}

.li-clipboard-left:before {
    content: "\e6ce"
}

.li-clipboard-alert:before {
    content: "\e6cf"
}

.li-clipboard-user:before {
    content: "\e6d0"
}

.li-register:before {
    content: "\e6d1"
}

.li-enter:before {
    content: "\e6d2"
}

.li-exit:before {
    content: "\e6d3"
}

.li-papers:before {
    content: "\e6d4"
}

.li-news:before {
    content: "\e6d5"
}

.li-reading:before {
    content: "\e6d6"
}

.li-typewriter:before {
    content: "\e6d7"
}

.li-document:before {
    content: "\e6d8"
}

.li-document2:before {
    content: "\e6d9"
}

.li-graduation-hat:before {
    content: "\e6da"
}

.li-license:before {
    content: "\e6db"
}

.li-license2:before {
    content: "\e6dc"
}

.li-medal-empty:before {
    content: "\e6dd"
}

.li-medal-first:before {
    content: "\e6de"
}

.li-medal-second:before {
    content: "\e6df"
}

.li-medal-third:before {
    content: "\e6e0"
}

.li-podium:before {
    content: "\e6e1"
}

.li-trophy:before {
    content: "\e6e2"
}

.li-trophy2:before {
    content: "\e6e3"
}

.li-music-note:before {
    content: "\e6e4"
}

.li-music-note2:before {
    content: "\e6e5"
}

.li-music-note3:before {
    content: "\e6e6"
}

.li-playlist:before {
    content: "\e6e7"
}

.li-playlist-add:before {
    content: "\e6e8"
}

.li-guitar:before {
    content: "\e6e9"
}

.li-trumpet:before {
    content: "\e6ea"
}

.li-album:before {
    content: "\e6eb"
}

.li-shuffle:before {
    content: "\e6ec"
}

.li-repeat-one:before {
    content: "\e6ed"
}

.li-repeat:before {
    content: "\e6ee"
}

.li-headphones:before {
    content: "\e6ef"
}

.li-headset:before {
    content: "\e6f0"
}

.li-loudspeaker:before {
    content: "\e6f1"
}

.li-equalizer:before {
    content: "\e6f2"
}

.li-theater:before {
    content: "\e6f3"
}

.li-3d-glasses:before {
    content: "\e6f4"
}

.li-ticket:before {
    content: "\e6f5"
}

.li-presentation:before {
    content: "\e6f6"
}

.li-play:before {
    content: "\e6f7"
}

.li-film-play:before {
    content: "\e6f8"
}

.li-clapboard-play:before {
    content: "\e6f9"
}

.li-media:before {
    content: "\e6fa"
}

.li-film:before {
    content: "\e6fb"
}

.li-film2:before {
    content: "\e6fc"
}

.li-surveillance:before {
    content: "\e6fd"
}

.li-surveillance2:before {
    content: "\e6fe"
}

.li-camera:before {
    content: "\e6ff"
}

.li-camera-crossed:before {
    content: "\e700"
}

.li-camera-play:before {
    content: "\e701"
}

.li-time-lapse:before {
    content: "\e702"
}

.li-record:before {
    content: "\e703"
}

.li-camera2:before {
    content: "\e704"
}

.li-camera-flip:before {
    content: "\e705"
}

.li-panorama:before {
    content: "\e706"
}

.li-time-lapse2:before {
    content: "\e707"
}

.li-shutter:before {
    content: "\e708"
}

.li-shutter2:before {
    content: "\e709"
}

.li-face-detection:before {
    content: "\e70a"
}

.li-flare:before {
    content: "\e70b"
}

.li-convex:before {
    content: "\e70c"
}

.li-concave:before {
    content: "\e70d"
}

.li-picture:before {
    content: "\e70e"
}

.li-picture2:before {
    content: "\e70f"
}

.li-picture3:before {
    content: "\e710"
}

.li-pictures:before {
    content: "\e711"
}

.li-book:before {
    content: "\e712"
}

.li-audio-book:before {
    content: "\e713"
}

.li-book2:before {
    content: "\e714"
}

.li-bookmark:before {
    content: "\e715"
}

.li-bookmark2:before {
    content: "\e716"
}

.li-label:before {
    content: "\e717"
}

.li-library:before {
    content: "\e718"
}

.li-library2:before {
    content: "\e719"
}

.li-contacts:before {
    content: "\e71a"
}

.li-profile:before {
    content: "\e71b"
}

.li-portrait:before {
    content: "\e71c"
}

.li-portrait2:before {
    content: "\e71d"
}

.li-user:before {
    content: "\e71e"
}

.li-user-plus:before {
    content: "\e71f"
}

.li-user-minus:before {
    content: "\e720"
}

.li-user-lock:before {
    content: "\e721"
}

.li-users:before {
    content: "\e722"
}

.li-users2:before {
    content: "\e723"
}

.li-users-plus:before {
    content: "\e724"
}

.li-users-minus:before {
    content: "\e725"
}

.li-group-work:before {
    content: "\e726"
}

.li-woman:before {
    content: "\e727"
}

.li-man:before {
    content: "\e728"
}

.li-baby:before {
    content: "\e729"
}

.li-baby2:before {
    content: "\e72a"
}

.li-baby3:before {
    content: "\e72b"
}

.li-baby-bottle:before {
    content: "\e72c"
}

.li-walk:before {
    content: "\e72d"
}

.li-hand-waving:before {
    content: "\e72e"
}

.li-jump:before {
    content: "\e72f"
}

.li-run:before {
    content: "\e730"
}

.li-woman2:before {
    content: "\e731"
}

.li-man2:before {
    content: "\e732"
}

.li-man-woman:before {
    content: "\e733"
}

.li-height:before {
    content: "\e734"
}

.li-weight:before {
    content: "\e735"
}

.li-scale:before {
    content: "\e736"
}

.li-button:before {
    content: "\e737"
}

.li-bow-tie:before {
    content: "\e738"
}

.li-tie:before {
    content: "\e739"
}

.li-socks:before {
    content: "\e73a"
}

.li-shoe:before {
    content: "\e73b"
}

.li-shoes:before {
    content: "\e73c"
}

.li-hat:before {
    content: "\e73d"
}

.li-pants:before {
    content: "\e73e"
}

.li-shorts:before {
    content: "\e73f"
}

.li-flip-flops:before {
    content: "\e740"
}

.li-shirt:before {
    content: "\e741"
}

.li-hanger:before {
    content: "\e742"
}

.li-laundry:before {
    content: "\e743"
}

.li-store:before {
    content: "\e744"
}

.li-haircut:before {
    content: "\e745"
}

.li-store-24:before {
    content: "\e746"
}

.li-barcode:before {
    content: "\e747"
}

.li-barcode2:before {
    content: "\e748"
}

.li-barcode3:before {
    content: "\e749"
}

.li-cashier:before {
    content: "\e74a"
}

.li-bag:before {
    content: "\e74b"
}

.li-bag2:before {
    content: "\e74c"
}

.li-cart:before {
    content: "\e74d"
}

.li-cart-empty:before {
    content: "\e74e"
}

.li-cart-full:before {
    content: "\e74f"
}

.li-cart-plus:before {
    content: "\e750"
}

.li-cart-plus2:before {
    content: "\e751"
}

.li-cart-add:before {
    content: "\e752"
}

.li-cart-remove:before {
    content: "\e753"
}

.li-cart-exchange:before {
    content: "\e754"
}

.li-tag:before {
    content: "\e755"
}

.li-tags:before {
    content: "\e756"
}

.li-receipt:before {
    content: "\e757"
}

.li-wallet:before {
    content: "\e758"
}

.li-credit-card:before {
    content: "\e759"
}

.li-cash-dollar:before {
    content: "\e75a"
}

.li-cash-euro:before {
    content: "\e75b"
}

.li-cash-pound:before {
    content: "\e75c"
}

.li-cash-yen:before {
    content: "\e75d"
}

.li-bag-dollar:before {
    content: "\e75e"
}

.li-bag-euro:before {
    content: "\e75f"
}

.li-bag-pound:before {
    content: "\e760"
}

.li-bag-yen:before {
    content: "\e761"
}

.li-coin-dollar:before {
    content: "\e762"
}

.li-coin-euro:before {
    content: "\e763"
}

.li-coin-pound:before {
    content: "\e764"
}

.li-coin-yen:before {
    content: "\e765"
}

.li-calculator:before {
    content: "\e766"
}

.li-calculator2:before {
    content: "\e767"
}

.li-abacus:before {
    content: "\e768"
}

.li-vault:before {
    content: "\e769"
}

.li-telephone:before {
    content: "\e76a"
}

.li-phone-lock:before {
    content: "\e76b"
}

.li-phone-wave:before {
    content: "\e76c"
}

.li-phone-pause:before {
    content: "\e76d"
}

.li-phone-outgoing:before {
    content: "\e76e"
}

.li-phone-incoming:before {
    content: "\e76f"
}

.li-phone-in-out:before {
    content: "\e770"
}

.li-phone-error:before {
    content: "\e771"
}

.li-phone-sip:before {
    content: "\e772"
}

.li-phone-plus:before {
    content: "\e773"
}

.li-phone-minus:before {
    content: "\e774"
}

.li-voicemail:before {
    content: "\e775"
}

.li-dial:before {
    content: "\e776"
}

.li-telephone2:before {
    content: "\e777"
}

.li-pushpin:before {
    content: "\e778"
}

.li-pushpin2:before {
    content: "\e779"
}

.li-map-marker:before {
    content: "\e77a"
}

.li-map-marker-user:before {
    content: "\e77b"
}

.li-map-marker-down:before {
    content: "\e77c"
}

.li-map-marker-check:before {
    content: "\e77d"
}

.li-map-marker-crossed:before {
    content: "\e77e"
}

.li-radar:before {
    content: "\e77f"
}

.li-compass2:before {
    content: "\e780"
}

.li-map:before {
    content: "\e781"
}

.li-map2:before {
    content: "\e782"
}

.li-location:before {
    content: "\e783"
}

.li-road-sign:before {
    content: "\e784"
}

.li-calendar-empty:before {
    content: "\e785"
}

.li-calendar-check:before {
    content: "\e786"
}

.li-calendar-cross:before {
    content: "\e787"
}

.li-calendar-31:before {
    content: "\e788"
}

.li-calendar-full:before {
    content: "\e789"
}

.li-calendar-insert:before {
    content: "\e78a"
}

.li-calendar-text:before {
    content: "\e78b"
}

.li-calendar-user:before {
    content: "\e78c"
}

.li-mouse:before {
    content: "\e78d"
}

.li-mouse-left:before {
    content: "\e78e"
}

.li-mouse-right:before {
    content: "\e78f"
}

.li-mouse-both:before {
    content: "\e790"
}

.li-keyboard:before {
    content: "\e791"
}

.li-keyboard-up:before {
    content: "\e792"
}

.li-keyboard-down:before {
    content: "\e793"
}

.li-delete:before {
    content: "\e794"
}

.li-spell-check:before {
    content: "\e795"
}

.li-escape:before {
    content: "\e796"
}

.li-enter2:before {
    content: "\e797"
}

.li-screen:before {
    content: "\e798"
}

.li-aspect-ratio:before {
    content: "\e799"
}

.li-signal:before {
    content: "\e79a"
}

.li-signal-lock:before {
    content: "\e79b"
}

.li-signal-80:before {
    content: "\e79c"
}

.li-signal-60:before {
    content: "\e79d"
}

.li-signal-40:before {
    content: "\e79e"
}

.li-signal-20:before {
    content: "\e79f"
}

.li-signal-0:before {
    content: "\e7a0"
}

.li-signal-blocked:before {
    content: "\e7a1"
}

.li-sim:before {
    content: "\e7a2"
}

.li-flash-memory:before {
    content: "\e7a3"
}

.li-usb-drive:before {
    content: "\e7a4"
}

.li-phone:before {
    content: "\e7a5"
}

.li-smartphone:before {
    content: "\e7a6"
}

.li-smartphone-notification:before {
    content: "\e7a7"
}

.li-smartphone-vibration:before {
    content: "\e7a8"
}

.li-smartphone-embed:before {
    content: "\e7a9"
}

.li-smartphone-waves:before {
    content: "\e7aa"
}

.li-tablet:before {
    content: "\e7ab"
}

.li-tablet2:before {
    content: "\e7ac"
}

.li-laptop:before {
    content: "\e7ad"
}

.li-laptop-phone:before {
    content: "\e7ae"
}

.li-desktop:before {
    content: "\e7af"
}

.li-launch:before {
    content: "\e7b0"
}

.li-new-tab:before {
    content: "\e7b1"
}

.li-window:before {
    content: "\e7b2"
}

.li-cable:before {
    content: "\e7b3"
}

.li-cable2:before {
    content: "\e7b4"
}

.li-tv:before {
    content: "\e7b5"
}

.li-radio:before {
    content: "\e7b6"
}

.li-remote-control:before {
    content: "\e7b7"
}

.li-power-switch:before {
    content: "\e7b8"
}

.li-power:before {
    content: "\e7b9"
}

.li-power-crossed:before {
    content: "\e7ba"
}

.li-flash-auto:before {
    content: "\e7bb"
}

.li-lamp:before {
    content: "\e7bc"
}

.li-flashlight:before {
    content: "\e7bd"
}

.li-lampshade:before {
    content: "\e7be"
}

.li-cord:before {
    content: "\e7bf"
}

.li-outlet:before {
    content: "\e7c0"
}

.li-battery-power:before {
    content: "\e7c1"
}

.li-battery-empty:before {
    content: "\e7c2"
}

.li-battery-alert:before {
    content: "\e7c3"
}

.li-battery-error:before {
    content: "\e7c4"
}

.li-battery-low1:before {
    content: "\e7c5"
}

.li-battery-low2:before {
    content: "\e7c6"
}

.li-battery-low3:before {
    content: "\e7c7"
}

.li-battery-mid1:before {
    content: "\e7c8"
}

.li-battery-mid2:before {
    content: "\e7c9"
}

.li-battery-mid3:before {
    content: "\e7ca"
}

.li-battery-full:before {
    content: "\e7cb"
}

.li-battery-charging:before {
    content: "\e7cc"
}

.li-battery-charging2:before {
    content: "\e7cd"
}

.li-battery-charging3:before {
    content: "\e7ce"
}

.li-battery-charging4:before {
    content: "\e7cf"
}

.li-battery-charging5:before {
    content: "\e7d0"
}

.li-battery-charging6:before {
    content: "\e7d1"
}

.li-battery-charging7:before {
    content: "\e7d2"
}

.li-chip:before {
    content: "\e7d3"
}

.li-chip-x64:before {
    content: "\e7d4"
}

.li-chip-x86:before {
    content: "\e7d5"
}

.li-bubble:before {
    content: "\e7d6"
}

.li-bubbles:before {
    content: "\e7d7"
}

.li-bubble-dots:before {
    content: "\e7d8"
}

.li-bubble-alert:before {
    content: "\e7d9"
}

.li-bubble-question:before {
    content: "\e7da"
}

.li-bubble-text:before {
    content: "\e7db"
}

.li-bubble-pencil:before {
    content: "\e7dc"
}

.li-bubble-picture:before {
    content: "\e7dd"
}

.li-bubble-video:before {
    content: "\e7de"
}

.li-bubble-user:before {
    content: "\e7df"
}

.li-bubble-quote:before {
    content: "\e7e0"
}

.li-bubble-heart:before {
    content: "\e7e1"
}

.li-bubble-emoticon:before {
    content: "\e7e2"
}

.li-bubble-attachment:before {
    content: "\e7e3"
}

.li-phone-bubble:before {
    content: "\e7e4"
}

.li-quote-open:before {
    content: "\e7e5"
}

.li-quote-close:before {
    content: "\e7e6"
}

.li-dna:before {
    content: "\e7e7"
}

.li-heart-pulse:before {
    content: "\e7e8"
}

.li-pulse:before {
    content: "\e7e9"
}

.li-syringe:before {
    content: "\e7ea"
}

.li-pills:before {
    content: "\e7eb"
}

.li-first-aid:before {
    content: "\e7ec"
}

.li-lifebuoy:before {
    content: "\e7ed"
}

.li-bandage:before {
    content: "\e7ee"
}

.li-bandages:before {
    content: "\e7ef"
}

.li-thermometer:before {
    content: "\e7f0"
}

.li-microscope:before {
    content: "\e7f1"
}

.li-brain:before {
    content: "\e7f2"
}

.li-beaker:before {
    content: "\e7f3"
}

.li-skull:before {
    content: "\e7f4"
}

.li-bone:before {
    content: "\e7f5"
}

.li-construction:before {
    content: "\e7f6"
}

.li-construction-cone:before {
    content: "\e7f7"
}

.li-pie-chart:before {
    content: "\e7f8"
}

.li-pie-chart2:before {
    content: "\e7f9"
}

.li-graph:before {
    content: "\e7fa"
}

.li-chart-growth:before {
    content: "\e7fb"
}

.li-chart-bars:before {
    content: "\e7fc"
}

.li-chart-settings:before {
    content: "\e7fd"
}

.li-cake:before {
    content: "\e7fe"
}

.li-gift:before {
    content: "\e7ff"
}

.li-balloon:before {
    content: "\e800"
}

.li-rank:before {
    content: "\e801"
}

.li-rank2:before {
    content: "\e802"
}

.li-rank3:before {
    content: "\e803"
}

.li-crown:before {
    content: "\e804"
}

.li-lotus:before {
    content: "\e805"
}

.li-diamond:before {
    content: "\e806"
}

.li-diamond2:before {
    content: "\e807"
}

.li-diamond3:before {
    content: "\e808"
}

.li-diamond4:before {
    content: "\e809"
}

.li-linearicons:before {
    content: "\e80a"
}

.li-teacup:before {
    content: "\e80b"
}

.li-teapot:before {
    content: "\e80c"
}

.li-glass:before {
    content: "\e80d"
}

.li-bottle2:before {
    content: "\e80e"
}

.li-glass-cocktail:before {
    content: "\e80f"
}

.li-glass2:before {
    content: "\e810"
}

.li-dinner:before {
    content: "\e811"
}

.li-dinner2:before {
    content: "\e812"
}

.li-chef:before {
    content: "\e813"
}

.li-scale2:before {
    content: "\e814"
}

.li-egg:before {
    content: "\e815"
}

.li-egg2:before {
    content: "\e816"
}

.li-eggs:before {
    content: "\e817"
}

.li-platter:before {
    content: "\e818"
}

.li-steak:before {
    content: "\e819"
}

.li-hamburger:before {
    content: "\e81a"
}

.li-hotdog:before {
    content: "\e81b"
}

.li-pizza:before {
    content: "\e81c"
}

.li-sausage:before {
    content: "\e81d"
}

.li-chicken:before {
    content: "\e81e"
}

.li-fish:before {
    content: "\e81f"
}

.li-carrot:before {
    content: "\e820"
}

.li-cheese:before {
    content: "\e821"
}

.li-bread:before {
    content: "\e822"
}

.li-ice-cream:before {
    content: "\e823"
}

.li-ice-cream2:before {
    content: "\e824"
}

.li-candy:before {
    content: "\e825"
}

.li-lollipop:before {
    content: "\e826"
}

.li-coffee-bean:before {
    content: "\e827"
}

.li-coffee-cup:before {
    content: "\e828"
}

.li-cherry:before {
    content: "\e829"
}

.li-grapes:before {
    content: "\e82a"
}

.li-citrus:before {
    content: "\e82b"
}

.li-apple:before {
    content: "\e82c"
}

.li-leaf:before {
    content: "\e82d"
}

.li-landscape:before {
    content: "\e82e"
}

.li-pine-tree:before {
    content: "\e82f"
}

.li-tree:before {
    content: "\e830"
}

.li-cactus:before {
    content: "\e831"
}

.li-paw:before {
    content: "\e832"
}

.li-footprint:before {
    content: "\e833"
}

.li-speed-slow:before {
    content: "\e834"
}

.li-speed-medium:before {
    content: "\e835"
}

.li-speed-fast:before {
    content: "\e836"
}

.li-rocket:before {
    content: "\e837"
}

.li-hammer2:before {
    content: "\e838"
}

.li-balance:before {
    content: "\e839"
}

.li-briefcase:before {
    content: "\e83a"
}

.li-luggage-weight:before {
    content: "\e83b"
}

.li-dolly:before {
    content: "\e83c"
}

.li-plane:before {
    content: "\e83d"
}

.li-plane-crossed:before {
    content: "\e83e"
}

.li-helicopter:before {
    content: "\e83f"
}

.li-traffic-lights:before {
    content: "\e840"
}

.li-siren:before {
    content: "\e841"
}

.li-road:before {
    content: "\e842"
}

.li-engine:before {
    content: "\e843"
}

.li-oil-pressure:before {
    content: "\e844"
}

.li-coolant-temperature:before {
    content: "\e845"
}

.li-car-battery:before {
    content: "\e846"
}

.li-gas:before {
    content: "\e847"
}

.li-gallon:before {
    content: "\e848"
}

.li-transmission:before {
    content: "\e849"
}

.li-car:before {
    content: "\e84a"
}

.li-car-wash:before {
    content: "\e84b"
}

.li-car-wash2:before {
    content: "\e84c"
}

.li-bus:before {
    content: "\e84d"
}

.li-bus2:before {
    content: "\e84e"
}

.li-car2:before {
    content: "\e84f"
}

.li-parking:before {
    content: "\e850"
}

.li-car-lock:before {
    content: "\e851"
}

.li-taxi:before {
    content: "\e852"
}

.li-car-siren:before {
    content: "\e853"
}

.li-car-wash3:before {
    content: "\e854"
}

.li-car-wash4:before {
    content: "\e855"
}

.li-ambulance:before {
    content: "\e856"
}

.li-truck:before {
    content: "\e857"
}

.li-trailer:before {
    content: "\e858"
}

.li-scale-truck:before {
    content: "\e859"
}

.li-train:before {
    content: "\e85a"
}

.li-ship:before {
    content: "\e85b"
}

.li-ship2:before {
    content: "\e85c"
}

.li-anchor:before {
    content: "\e85d"
}

.li-boat:before {
    content: "\e85e"
}

.li-bicycle:before {
    content: "\e85f"
}

.li-bicycle2:before {
    content: "\e860"
}

.li-dumbbell:before {
    content: "\e861"
}

.li-bench-press:before {
    content: "\e862"
}

.li-swim:before {
    content: "\e863"
}

.li-football:before {
    content: "\e864"
}

.li-baseball-bat:before {
    content: "\e865"
}

.li-baseball:before {
    content: "\e866"
}

.li-tennis:before {
    content: "\e867"
}

.li-tennis2:before {
    content: "\e868"
}

.li-ping-pong:before {
    content: "\e869"
}

.li-hockey:before {
    content: "\e86a"
}

.li-8ball:before {
    content: "\e86b"
}

.li-bowling:before {
    content: "\e86c"
}

.li-bowling-pins:before {
    content: "\e86d"
}

.li-golf:before {
    content: "\e86e"
}

.li-golf2:before {
    content: "\e86f"
}

.li-archery:before {
    content: "\e870"
}

.li-slingshot:before {
    content: "\e871"
}

.li-soccer:before {
    content: "\e872"
}

.li-basketball:before {
    content: "\e873"
}

.li-cube:before {
    content: "\e874"
}

.li-3d-rotate:before {
    content: "\e875"
}

.li-puzzle:before {
    content: "\e876"
}

.li-glasses:before {
    content: "\e877"
}

.li-glasses2:before {
    content: "\e878"
}

.li-accessibility:before {
    content: "\e879"
}

.li-wheelchair:before {
    content: "\e87a"
}

.li-wall:before {
    content: "\e87b"
}

.li-fence:before {
    content: "\e87c"
}

.li-wall2:before {
    content: "\e87d"
}

.li-icons:before {
    content: "\e87e"
}

.li-resize-handle:before {
    content: "\e87f"
}

.li-icons2:before {
    content: "\e880"
}

.li-select:before {
    content: "\e881"
}

.li-select2:before {
    content: "\e882"
}

.li-site-map:before {
    content: "\e883"
}

.li-earth:before {
    content: "\e884"
}

.li-earth-lock:before {
    content: "\e885"
}

.li-network:before {
    content: "\e886"
}

.li-network-lock:before {
    content: "\e887"
}

.li-planet:before {
    content: "\e888"
}

.li-happy:before {
    content: "\e889"
}

.li-smile:before {
    content: "\e88a"
}

.li-grin:before {
    content: "\e88b"
}

.li-tongue:before {
    content: "\e88c"
}

.li-sad:before {
    content: "\e88d"
}

.li-wink:before {
    content: "\e88e"
}

.li-dream:before {
    content: "\e88f"
}

.li-shocked:before {
    content: "\e890"
}

.li-shocked2:before {
    content: "\e891"
}

.li-tongue2:before {
    content: "\e892"
}

.li-neutral:before {
    content: "\e893"
}

.li-happy-grin:before {
    content: "\e894"
}

.li-cool:before {
    content: "\e895"
}

.li-mad:before {
    content: "\e896"
}

.li-grin-evil:before {
    content: "\e897"
}

.li-evil:before {
    content: "\e898"
}

.li-wow:before {
    content: "\e899"
}

.li-annoyed:before {
    content: "\e89a"
}

.li-wondering:before {
    content: "\e89b"
}

.li-confused:before {
    content: "\e89c"
}

.li-zipped:before {
    content: "\e89d"
}

.li-grumpy:before {
    content: "\e89e"
}

.li-mustache:before {
    content: "\e89f"
}

.li-tombstone-hipster:before {
    content: "\e8a0"
}

.li-tombstone:before {
    content: "\e8a1"
}

.li-ghost:before {
    content: "\e8a2"
}

.li-ghost-hipster:before {
    content: "\e8a3"
}

.li-halloween:before {
    content: "\e8a4"
}

.li-christmas:before {
    content: "\e8a5"
}

.li-easter-egg:before {
    content: "\e8a6"
}

.li-mustache2:before {
    content: "\e8a7"
}

.li-mustache-glasses:before {
    content: "\e8a8"
}

.li-pipe:before {
    content: "\e8a9"
}

.li-alarm:before {
    content: "\e8aa"
}

.li-alarm-add:before {
    content: "\e8ab"
}

.li-alarm-snooze:before {
    content: "\e8ac"
}

.li-alarm-ringing:before {
    content: "\e8ad"
}

.li-bullhorn:before {
    content: "\e8ae"
}

.li-hearing:before {
    content: "\e8af"
}

.li-volume-high:before {
    content: "\e8b0"
}

.li-volume-medium:before {
    content: "\e8b1"
}

.li-volume-low:before {
    content: "\e8b2"
}

.li-volume:before {
    content: "\e8b3"
}

.li-mute:before {
    content: "\e8b4"
}

.li-lan:before {
    content: "\e8b5"
}

.li-lan2:before {
    content: "\e8b6"
}

.li-wifi:before {
    content: "\e8b7"
}

.li-wifi-lock:before {
    content: "\e8b8"
}

.li-wifi-blocked:before {
    content: "\e8b9"
}

.li-wifi-mid:before {
    content: "\e8ba"
}

.li-wifi-low:before {
    content: "\e8bb"
}

.li-wifi-low2:before {
    content: "\e8bc"
}

.li-wifi-alert:before {
    content: "\e8bd"
}

.li-wifi-alert-mid:before {
    content: "\e8be"
}

.li-wifi-alert-low:before {
    content: "\e8bf"
}

.li-wifi-alert-low2:before {
    content: "\e8c0"
}

.li-stream:before {
    content: "\e8c1"
}

.li-stream-check:before {
    content: "\e8c2"
}

.li-stream-error:before {
    content: "\e8c3"
}

.li-stream-alert:before {
    content: "\e8c4"
}

.li-communication:before {
    content: "\e8c5"
}

.li-communication-crossed:before {
    content: "\e8c6"
}

.li-broadcast:before {
    content: "\e8c7"
}

.li-antenna:before {
    content: "\e8c8"
}

.li-satellite:before {
    content: "\e8c9"
}

.li-satellite2:before {
    content: "\e8ca"
}

.li-mic:before {
    content: "\e8cb"
}

.li-mic-mute:before {
    content: "\e8cc"
}

.li-mic2:before {
    content: "\e8cd"
}

.li-spotlights:before {
    content: "\e8ce"
}

.li-hourglass:before {
    content: "\e8cf"
}

.li-loading:before {
    content: "\e8d0"
}

.li-loading2:before {
    content: "\e8d1"
}

.li-loading3:before {
    content: "\e8d2"
}

.li-refresh:before {
    content: "\e8d3"
}

.li-refresh2:before {
    content: "\e8d4"
}

.li-undo:before {
    content: "\e8d5"
}

.li-redo:before {
    content: "\e8d6"
}

.li-jump2:before {
    content: "\e8d7"
}

.li-undo2:before {
    content: "\e8d8"
}

.li-redo2:before {
    content: "\e8d9"
}

.li-sync:before {
    content: "\e8da"
}

.li-repeat-one2:before {
    content: "\e8db"
}

.li-sync-crossed:before {
    content: "\e8dc"
}

.li-sync2:before {
    content: "\e8dd"
}

.li-repeat-one3:before {
    content: "\e8de"
}

.li-sync-crossed2:before {
    content: "\e8df"
}

.li-return:before {
    content: "\e8e0"
}

.li-return2:before {
    content: "\e8e1"
}

.li-refund:before {
    content: "\e8e2"
}

.li-history:before {
    content: "\e8e3"
}

.li-history2:before {
    content: "\e8e4"
}

.li-self-timer:before {
    content: "\e8e5"
}

.li-clock:before {
    content: "\e8e6"
}

.li-clock2:before {
    content: "\e8e7"
}

.li-clock3:before {
    content: "\e8e8"
}

.li-watch:before {
    content: "\e8e9"
}

.li-alarm2:before {
    content: "\e8ea"
}

.li-alarm-add2:before {
    content: "\e8eb"
}

.li-alarm-remove:before {
    content: "\e8ec"
}

.li-alarm-check:before {
    content: "\e8ed"
}

.li-alarm-error:before {
    content: "\e8ee"
}

.li-timer:before {
    content: "\e8ef"
}

.li-timer-crossed:before {
    content: "\e8f0"
}

.li-timer2:before {
    content: "\e8f1"
}

.li-timer-crossed2:before {
    content: "\e8f2"
}

.li-download:before {
    content: "\e8f3"
}

.li-upload:before {
    content: "\e8f4"
}

.li-download2:before {
    content: "\e8f5"
}

.li-upload2:before {
    content: "\e8f6"
}

.li-enter-up:before {
    content: "\e8f7"
}

.li-enter-down:before {
    content: "\e8f8"
}

.li-enter-left:before {
    content: "\e8f9"
}

.li-enter-right:before {
    content: "\e8fa"
}

.li-exit-up:before {
    content: "\e8fb"
}

.li-exit-down:before {
    content: "\e8fc"
}

.li-exit-left:before {
    content: "\e8fd"
}

.li-exit-right:before {
    content: "\e8fe"
}

.li-enter-up2:before {
    content: "\e8ff"
}

.li-enter-down2:before {
    content: "\e900"
}

.li-enter-vertical:before {
    content: "\e901"
}

.li-enter-left2:before {
    content: "\e902"
}

.li-enter-right2:before {
    content: "\e903"
}

.li-enter-horizontal:before {
    content: "\e904"
}

.li-exit-up2:before {
    content: "\e905"
}

.li-exit-down2:before {
    content: "\e906"
}

.li-exit-left2:before {
    content: "\e907"
}

.li-exit-right2:before {
    content: "\e908"
}

.li-cli:before {
    content: "\e909"
}

.li-bug:before {
    content: "\e90a"
}

.li-code:before {
    content: "\e90b"
}

.li-file-code:before {
    content: "\e90c"
}

.li-file-image:before {
    content: "\e90d"
}

.li-file-zip:before {
    content: "\e90e"
}

.li-file-audio:before {
    content: "\e90f"
}

.li-file-video:before {
    content: "\e910"
}

.li-file-preview:before {
    content: "\e911"
}

.li-file-charts:before {
    content: "\e912"
}

.li-file-stats:before {
    content: "\e913"
}

.li-file-spreadsheet:before {
    content: "\e914"
}

.li-link:before {
    content: "\e915"
}

.li-unlink:before {
    content: "\e916"
}

.li-link2:before {
    content: "\e917"
}

.li-unlink2:before {
    content: "\e918"
}

.li-thumbs-up:before {
    content: "\e919"
}

.li-thumbs-down:before {
    content: "\e91a"
}

.li-thumbs-up2:before {
    content: "\e91b"
}

.li-thumbs-down2:before {
    content: "\e91c"
}

.li-thumbs-up3:before {
    content: "\e91d"
}

.li-thumbs-down3:before {
    content: "\e91e"
}

.li-share:before {
    content: "\e91f"
}

.li-share2:before {
    content: "\e920"
}

.li-share3:before {
    content: "\e921"
}

.li-magnifier:before {
    content: "\e922"
}

.li-file-search:before {
    content: "\e923"
}

.li-find-replace:before {
    content: "\e924"
}

.li-zoom-in:before {
    content: "\e925"
}

.li-zoom-out:before {
    content: "\e926"
}

.li-loupe:before {
    content: "\e927"
}

.li-loupe-zoom-in:before {
    content: "\e928"
}

.li-loupe-zoom-out:before {
    content: "\e929"
}

.li-cross:before {
    content: "\e92a"
}

.li-menu:before {
    content: "\e92b"
}

.li-list:before {
    content: "\e92c"
}

.li-list2:before {
    content: "\e92d"
}

.li-list3:before {
    content: "\e92e"
}

.li-menu2:before {
    content: "\e92f"
}

.li-list4:before {
    content: "\e930"
}

.li-menu3:before {
    content: "\e931"
}

.li-exclamation:before {
    content: "\e932"
}

.li-question:before {
    content: "\e933"
}

.li-check:before {
    content: "\e934"
}

.li-cross2:before {
    content: "\e935"
}

.li-plus:before {
    content: "\e936"
}

.li-minus:before {
    content: "\e937"
}

.li-percent:before {
    content: "\e938"
}

.li-chevron-up:before {
    content: "\e939"
}

.li-chevron-down:before {
    content: "\e93a"
}

.li-chevron-left:before {
    content: "\e93b"
}

.li-chevron-right:before {
    content: "\e93c"
}

.li-chevrons-expand-vertical:before {
    content: "\e93d"
}

.li-chevrons-expand-horizontal:before {
    content: "\e93e"
}

.li-chevrons-contract-vertical:before {
    content: "\e93f"
}

.li-chevrons-contract-horizontal:before {
    content: "\e940"
}

.li-arrow-up:before {
    content: "\e941"
}

.li-arrow-down:before {
    content: "\e942"
}

.li-arrow-left:before {
    content: "\e943"
}

.li-arrow-right:before {
    content: "\e944"
}

.li-arrow-up-right:before {
    content: "\e945"
}

.li-arrows-merge:before {
    content: "\e946"
}

.li-arrows-split:before {
    content: "\e947"
}

.li-arrow-divert:before {
    content: "\e948"
}

.li-arrow-return:before {
    content: "\e949"
}

.li-expand:before {
    content: "\e94a"
}

.li-contract:before {
    content: "\e94b"
}

.li-expand2:before {
    content: "\e94c"
}

.li-contract2:before {
    content: "\e94d"
}

.li-move:before {
    content: "\e94e"
}

.li-tab:before {
    content: "\e94f"
}

.li-arrow-wave:before {
    content: "\e950"
}

.li-expand3:before {
    content: "\e951"
}

.li-expand4:before {
    content: "\e952"
}

.li-contract3:before {
    content: "\e953"
}

.li-notification:before {
    content: "\e954"
}

.li-warning:before {
    content: "\e955"
}

.li-notification-circle:before {
    content: "\e956"
}

.li-question-circle:before {
    content: "\e957"
}

.li-menu-circle:before {
    content: "\e958"
}

.li-checkmark-circle:before {
    content: "\e959"
}

.li-cross-circle:before {
    content: "\e95a"
}

.li-plus-circle:before {
    content: "\e95b"
}

.li-circle-minus:before {
    content: "\e95c"
}

.li-percent-circle:before {
    content: "\e95d"
}

.li-arrow-up-circle:before {
    content: "\e95e"
}

.li-arrow-down-circle:before {
    content: "\e95f"
}

.li-arrow-left-circle:before {
    content: "\e960"
}

.li-arrow-right-circle:before {
    content: "\e961"
}

.li-chevron-up-circle:before {
    content: "\e962"
}

.li-chevron-down-circle:before {
    content: "\e963"
}

.li-chevron-left-circle:before {
    content: "\e964"
}

.li-chevron-right-circle:before {
    content: "\e965"
}

.li-backward-circle:before {
    content: "\e966"
}

.li-first-circle:before {
    content: "\e967"
}

.li-previous-circle:before {
    content: "\e968"
}

.li-stop-circle:before {
    content: "\e969"
}

.li-play-circle:before {
    content: "\e96a"
}

.li-pause-circle:before {
    content: "\e96b"
}

.li-next-circle:before {
    content: "\e96c"
}

.li-last-circle:before {
    content: "\e96d"
}

.li-forward-circle:before {
    content: "\e96e"
}

.li-eject-circle:before {
    content: "\e96f"
}

.li-crop:before {
    content: "\e970"
}

.li-frame-expand:before {
    content: "\e971"
}

.li-frame-contract:before {
    content: "\e972"
}

.li-focus:before {
    content: "\e973"
}

.li-transform:before {
    content: "\e974"
}

.li-grid:before {
    content: "\e975"
}

.li-grid-crossed:before {
    content: "\e976"
}

.li-layers:before {
    content: "\e977"
}

.li-layers-crossed:before {
    content: "\e978"
}

.li-toggle:before {
    content: "\e979"
}

.li-rulers:before {
    content: "\e97a"
}

.li-ruler:before {
    content: "\e97b"
}

.li-funnel:before {
    content: "\e97c"
}

.li-flip-horizontal:before {
    content: "\e97d"
}

.li-flip-vertical:before {
    content: "\e97e"
}

.li-flip-horizontal2:before {
    content: "\e97f"
}

.li-flip-vertical2:before {
    content: "\e980"
}

.li-angle:before {
    content: "\e981"
}

.li-angle2:before {
    content: "\e982"
}

.li-subtract:before {
    content: "\e983"
}

.li-combine:before {
    content: "\e984"
}

.li-intersect:before {
    content: "\e985"
}

.li-exclude:before {
    content: "\e986"
}

.li-align-center-vertical:before {
    content: "\e987"
}

.li-align-right:before {
    content: "\e988"
}

.li-align-bottom:before {
    content: "\e989"
}

.li-align-left:before {
    content: "\e98a"
}

.li-align-center-horizontal:before {
    content: "\e98b"
}

.li-align-top:before {
    content: "\e98c"
}

.li-square:before {
    content: "\e98d"
}

.li-plus-square:before {
    content: "\e98e"
}

.li-minus-square:before {
    content: "\e98f"
}

.li-percent-square:before {
    content: "\e990"
}

.li-arrow-up-square:before {
    content: "\e991"
}

.li-arrow-down-square:before {
    content: "\e992"
}

.li-arrow-left-square:before {
    content: "\e993"
}

.li-arrow-right-square:before {
    content: "\e994"
}

.li-chevron-up-square:before {
    content: "\e995"
}

.li-chevron-down-square:before {
    content: "\e996"
}

.li-chevron-left-square:before {
    content: "\e997"
}

.li-chevron-right-square:before {
    content: "\e998"
}

.li-check-square:before {
    content: "\e999"
}

.li-cross-square:before {
    content: "\e99a"
}

.li-menu-square:before {
    content: "\e99b"
}

.li-prohibited:before {
    content: "\e99c"
}

.li-circle:before {
    content: "\e99d"
}

.li-radio-button:before {
    content: "\e99e"
}

.li-ligature:before {
    content: "\e99f"
}

.li-text-format:before {
    content: "\e9a0"
}

.li-text-format-remove:before {
    content: "\e9a1"
}

.li-text-size:before {
    content: "\e9a2"
}

.li-bold:before {
    content: "\e9a3"
}

.li-italic:before {
    content: "\e9a4"
}

.li-underline:before {
    content: "\e9a5"
}

.li-strikethrough:before {
    content: "\e9a6"
}

.li-highlight:before {
    content: "\e9a7"
}

.li-text-align-left:before {
    content: "\e9a8"
}

.li-text-align-center:before {
    content: "\e9a9"
}

.li-text-align-right:before {
    content: "\e9aa"
}

.li-text-align-justify:before {
    content: "\e9ab"
}

.li-line-spacing:before {
    content: "\e9ac"
}

.li-indent-increase:before {
    content: "\e9ad"
}

.li-indent-decrease:before {
    content: "\e9ae"
}

.li-text-wrap:before {
    content: "\e9af"
}

.li-pilcrow:before {
    content: "\e9b0"
}

.li-direction-ltr:before {
    content: "\e9b1"
}

.li-direction-rtl:before {
    content: "\e9b2"
}

.li-page-break:before {
    content: "\e9b3"
}

.li-page-break2:before {
    content: "\e9b4"
}

.li-sort-alpha-asc:before {
    content: "\e9b5"
}

.li-sort-alpha-desc:before {
    content: "\e9b6"
}

.li-sort-numeric-asc:before {
    content: "\e9b7"
}

.li-sort-numeric-desc:before {
    content: "\e9b8"
}

.li-sort-amount-asc:before {
    content: "\e9b9"
}

.li-sort-amount-desc:before {
    content: "\e9ba"
}

.li-sort-time-asc:before {
    content: "\e9bb"
}

.li-sort-time-desc:before {
    content: "\e9bc"
}

.li-sigma:before {
    content: "\e9bd"
}

.li-pencil-line:before {
    content: "\e9be"
}

.li-hand:before {
    content: "\e9bf"
}

.li-pointer-up:before {
    content: "\e9c0"
}

.li-pointer-right:before {
    content: "\e9c1"
}

.li-pointer-down:before {
    content: "\e9c2"
}

.li-pointer-left:before {
    content: "\e9c3"
}

.li-finger-tap:before {
    content: "\e9c4"
}

.li-fingers-tap:before {
    content: "\e9c5"
}

.li-reminder:before {
    content: "\e9c6"
}

.li-fingers-crossed:before {
    content: "\e9c7"
}

.li-fingers-victory:before {
    content: "\e9c8"
}

.li-gesture-zoom:before {
    content: "\e9c9"
}

.li-gesture-pinch:before {
    content: "\e9ca"
}

.li-fingers-scroll-horizontal:before {
    content: "\e9cb"
}

.li-fingers-scroll-vertical:before {
    content: "\e9cc"
}

.li-fingers-scroll-left:before {
    content: "\e9cd"
}

.li-fingers-scroll-right:before {
    content: "\e9ce"
}

.li-hand2:before {
    content: "\e9cf"
}

.li-pointer-up2:before {
    content: "\e9d0"
}

.li-pointer-right2:before {
    content: "\e9d1"
}

.li-pointer-down2:before {
    content: "\e9d2"
}

.li-pointer-left2:before {
    content: "\e9d3"
}

.li-finger-tap2:before {
    content: "\e9d4"
}

.li-fingers-tap2:before {
    content: "\e9d5"
}

.li-reminder2:before {
    content: "\e9d6"
}

.li-gesture-zoom2:before {
    content: "\e9d7"
}

.li-gesture-pinch2:before {
    content: "\e9d8"
}

.li-fingers-scroll-horizontal2:before {
    content: "\e9d9"
}

.li-fingers-scroll-vertical2:before {
    content: "\e9da"
}

.li-fingers-scroll-left2:before {
    content: "\e9db"
}

.li-fingers-scroll-right2:before {
    content: "\e9dc"
}

.li-fingers-scroll-vertical3:before {
    content: "\e9dd"
}

.li-border-style:before {
    content: "\e9de"
}

.li-border-all:before {
    content: "\e9df"
}

.li-border-outer:before {
    content: "\e9e0"
}

.li-border-inner:before {
    content: "\e9e1"
}

.li-border-top:before {
    content: "\e9e2"
}

.li-border-horizontal:before {
    content: "\e9e3"
}

.li-border-bottom:before {
    content: "\e9e4"
}

.li-border-left:before {
    content: "\e9e5"
}

.li-border-vertical:before {
    content: "\e9e6"
}

.li-border-right:before {
    content: "\e9e7"
}

.li-border-none:before {
    content: "\e9e8"
}

.li-ellipsis:before {
    content: "\e9e9"
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format("woff2"),url(fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"),url(fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"),url(fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right, .pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.CodeMirror pre, .fa-stack-1x {
    line-height: inherit
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 2px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.html);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,.1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px
    }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0
    }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: #000;
        background-color: rgba(0,0,0,.2);
        box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #555
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px
    }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0,0,0,.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

.CodeMirror {
    font-family: monospace;
    height: auto;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre {
    padding: 0 4px
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-gutter, .page__header > .box .dropdown .dropdown-menu .user .user__name {
    white-space: normal
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor-mark {
    background-color: rgba(20,255,20,.5);
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite
}

.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7
}

@-moz-keyframes blink {
    50% {
        background-color: transparent
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: -20px;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header, .cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type, .cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-invalidchar, .cm-s-default .cm-error {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: 0;
    position: relative
}

.CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -30px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: 0 0 !important;
    border: none !important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

.CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: 0
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255,255,0,.4)
}

.cm-force-border {
    padding-right: .1px
}

.cm-tab-wrap-hack:after {
    content: ''
}

.fc-day-grid-event.fc-selected:after, .fc-event.fc-selected .fc-resizer:before, .fc-h-event.fc-selected:before, .lb-dataContainer:after, .lb-outerContainer:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: 0 0
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border: 5px solid #fff
    }

    .lightbox a img {
        border: none
    }

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff
}

.lb-loader, .lb-nav {
    width: 100%;
    left: 0;
    position: absolute
}

.lb-outerContainer:after {
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%
}

.lb-nav {
    top: 0;
    height: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

    .lb-nav a.lb-prev:hover {
        filter: alpha(Opacity=100);
        opacity: 1
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

    .lb-nav a.lb-next:hover {
        filter: alpha(Opacity=100);
        opacity: 1
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

    .lb-dataContainer:after {
        display: table;
        clear: both
    }

.lb-data {
    padding: 0 4px;
    color: #ccc
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em
    }

        .lb-data .lb-caption a {
            color: #4ae
        }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999
    }

    .lb-data .lb-close {
        display: none;
        float: right;
        width: 30px;
        height: 30px;
        background: #FFF;
        text-align: right;
        outline: 0;
        filter: alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

.daterangepicker.single .calendar, .daterangepicker.single .ranges, .ranges {
    float: none
}

.irs-hidden-input, .irs-line, .select2-container * {
    outline: 0 !important
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
    list-style: none
}

    .bootstrap-datetimepicker-widget * {
        transition: background .2s ease-in-out
    }

@media screen and (prefers-reduced-motion:reduce) {
    .bootstrap-datetimepicker-widget * {
        transition: none
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 8px 0;
    padding: 10px;
    width: 300px
}

    .bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
        content: '';
        display: inline-block;
        position: absolute
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #d7dde3;
        border-bottom-color: rgba(0,0,0,.2);
        top: -7px;
        left: 7px
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        top: -6px;
        left: 8px
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #d7dde3;
        border-top-color: rgba(0,0,0,.2);
        bottom: -7px;
        left: 6px
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        bottom: -6px;
        left: 7px
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
        left: auto;
        right: 6px
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
        left: auto;
        right: 7px
    }

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 13px;
    margin: 0
}

.bootstrap-datetimepicker-widget table th.dow, .daterangepicker th {
    font-weight: 500
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        content: "Toggle Date and Time Screens"
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 40px;
            font-size: 14px;
            width: 100%
        }

.bootstrap-datetimepicker-widget .datepicker-decades td span:empty {
    display: none
}

.bootstrap-datetimepicker-widget table td.today:before, .daterangepicker:after, .daterangepicker:before {
    display: inline-block;
    content: '';
    position: absolute
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 3px
    }

    .bootstrap-datetimepicker-widget table th {
        line-height: 40px;
        width: 40px
    }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: 0 0;
            color: #91969a;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table th.next, .bootstrap-datetimepicker-widget table th.prev {
            line-height: 40px;
            font-size: 14px
        }

            .bootstrap-datetimepicker-widget table th.next span, .bootstrap-datetimepicker-widget table th.next span:before, .bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.prev span:before {
                line-height: 40px
            }

            .bootstrap-datetimepicker-widget table th.prev::after {
                content: "Previous Month"
            }

            .bootstrap-datetimepicker-widget table th.next::after {
                content: "Next Month"
            }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #F0F0F0
        }

    .bootstrap-datetimepicker-widget table td {
        height: 40px;
        line-height: 40px;
        width: 40px
    }

        .bootstrap-datetimepicker-widget table td .btn {
            line-height: 40px;
            color: #323c47;
            padding: 0
        }

            .bootstrap-datetimepicker-widget table td .btn span {
                line-height: 40px
            }

            .bootstrap-datetimepicker-widget table td .btn.btn-primary {
                color: #FFF;
                width: 40px
            }

        .bootstrap-datetimepicker-widget table td .month, .bootstrap-datetimepicker-widget table td .year {
            width: 60px;
            margin: 0 2px 2px 0
        }

        .bootstrap-datetimepicker-widget table td .decade {
            width: auto;
            padding: 0 10px
        }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #91969a
        }

        .bootstrap-datetimepicker-widget table td.day {
            line-height: 40px;
            width: 20px
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #F0F0F0;
                cursor: pointer
            }

        .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
            color: #91969a
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #ff2d2d;
                border-top-color: rgba(0,0,0,.2);
                bottom: 4px;
                right: 4px
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #ff2d2d;
            color: #FFF;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: 0 0;
            color: #91969a;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin: 0;
            cursor: pointer;
            border-radius: 3px
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #F0F0F0
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #ff2d2d;
                color: #FFF;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #91969a
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: 0 0;
                color: #91969a;
                cursor: not-allowed
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 3px;
    width: 278px;
    padding: 10px !important;
    margin-top: 8px !important;
    top: 100px;
    left: 20px
}

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #d7dde3
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent
    }

    .daterangepicker.opensleft:before {
        right: 9px
    }

    .daterangepicker.opensleft:after {
        right: 10px
    }

    .daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.opensright:before {
        left: 9px
    }

    .daterangepicker.opensright:after {
        left: 10px
    }

    .daterangepicker.dropup {
        margin-top: -8px !important
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #d7dde3
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3001
    }

    .daterangepicker .calendar.single .calendar-table {
        padding: 0 !important;
        border: none
    }

    .daterangepicker.show-calendar .calendar {
        display: block
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 278px;
        margin: 0
    }

        .daterangepicker .calendar td, .daterangepicker .calendar th {
            white-space: nowrap;
            text-align: center;
            min-width: 32px
        }

        .daterangepicker .calendar + .ranges {
            margin-right: 0
        }

    .daterangepicker .calendar-table {
        border: 0 solid #fff;
        padding: 0;
        border-radius: 3px;
        background-color: #fff
    }

    .daterangepicker table {
        width: 100%;
        margin: 0
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        border: 0;
        line-height: 40px;
        white-space: nowrap;
        cursor: pointer
    }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background-color: #eee;
            border-color: transparent;
            color: inherit
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc
        }

        .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
            background-color: #fff;
            border-color: transparent;
            color: #999
        }

        .daterangepicker td.in-range {
            background-color: rgba(255,45,45,.1);
            border-color: transparent;
            color: #000;
            border-radius: 0
        }

        .daterangepicker td.start-date {
            border-radius: 3px 0 0 3px
        }

        .daterangepicker td.end-date {
            border-radius: 0 3px 3px 0
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 3px
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #ff2d2d;
            border-color: transparent;
            color: #FFF
        }

        .daterangepicker th.month {
            width: auto;
            font-weight: 700
        }

        .daterangepicker option.disabled, .daterangepicker td.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%
    }

    .daterangepicker select.yearselect {
        width: 40%
    }

    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 50px;
        height: 30px;
        margin-bottom: 0
    }

    .daterangepicker .input-mini {
        display: block;
        vertical-align: middle;
        margin: 0 0 5px;
        padding-left: 40px;
        width: 100%
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #08c;
            border-radius: 4px
        }

    .daterangepicker .daterangepicker_input {
        position: relative
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            font-size: 14px;
            left: 14px;
            top: 12px
        }

    .daterangepicker.rtl .input-mini {
        padding-right: 40px;
        padding-left: 10px
    }

    .daterangepicker.rtl .daterangepicker_input i {
        left: auto;
        right: 14px
    }

    .daterangepicker .calendar-time {
        margin: 10px auto;
        line-height: 30px;
        position: relative;
        padding-left: 40px
    }

        .daterangepicker .calendar-time i {
            top: 10px
        }

        .daterangepicker .calendar-time select {
            border-color: #d7dde3;
            border-radius: 3px
        }

            .daterangepicker .calendar-time select.disabled {
                color: #ccc;
                cursor: not-allowed
            }

.ranges {
    font-size: 11px;
    margin-left: 15px;
    margin-right: 10px;
    text-align: left
}

    .ranges .btn {
        float: left;
        margin-left: 5px
    }

    .ranges ul {
        list-style: none;
        margin: 0 auto 20px;
        padding: 0;
        width: 100%
    }

    .ranges li {
        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 3px;
        color: #323c47;
        padding: 3px 12px;
        margin-bottom: 8px;
        cursor: pointer
    }

        .ranges li.active, .ranges li:hover {
            background-color: #ff2d2d;
            border: 1px solid #ff2d2d;
            color: #fff
        }

@media (min-width:564px) {
    .daterangepicker.ltr .calendar.right .calendar-table, .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .calendar.left .calendar-table, .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker {
        width: auto
    }

        .daterangepicker .ranges ul {
            width: 160px
        }

        .daterangepicker.single .ranges ul {
            width: 100%
        }

        .daterangepicker.single .calendar.left {
            clear: none
        }

        .daterangepicker.single.ltr .calendar, .daterangepicker.single.ltr .ranges {
            float: left
        }

        .daterangepicker.single.rtl .calendar, .daterangepicker.single.rtl .ranges {
            float: right
        }

        .daterangepicker.ltr {
            direction: ltr;
            text-align: left
        }

            .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0
            }

            .daterangepicker.ltr .calendar.right {
                margin-left: 0
            }

            .daterangepicker.ltr .calendar.left .calendar-table, .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px
            }

            .daterangepicker.ltr .calendar, .daterangepicker.ltr .ranges {
                float: left
            }

        .daterangepicker.rtl {
            direction: rtl;
            text-align: right
        }

            .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0
            }

            .daterangepicker.rtl .calendar.right {
                margin-right: 0
            }

            .daterangepicker.rtl .calendar.left .calendar-table, .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px
            }

            .daterangepicker.rtl .calendar, .daterangepicker.rtl .ranges {
                text-align: right;
                float: right
            }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .calendar.left {
        clear: none !important
    }
}

.select2-hidden-accessible + .select2-container {
    width: 100% !important
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 40px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 9px;
            padding-right: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 9px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 40px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            line-height: 20px;
            padding: 5px 0 5px 4px;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #d7dde3;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 10px;
    line-height: 20px;
    user-select: none;
    -webkit-user-select: none;
    transition: background .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-results__option {
        transition: none
    }
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 10px
}

    .select2-search--dropdown .select2-search__field {
        padding: 9px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field:focus {
            border-color: #2c9fdd;
            outline: 0
        }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d7dde3;
    border-radius: 3px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 38px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 30px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #f2f2f2;
    color: #91969a;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2c9fdd
}

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888;
        border-width: 0 4px 5px
    }

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 4px 5px 0;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #ff2d2d;
        color: #FFF;
        line-height: 20px;
        border-radius: 3px;
        cursor: default;
        float: left;
        padding: 5px 10px;
        margin: 0 5px 5px 0
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 5px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #FFF
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #2c9fdd;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background: #f2f2f2;
    color: #91969a;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--disabled .select2-selection__rendered {
    background: #f2f2f2;
    color: #91969a
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d7dde3;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        transition: none
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #2c9fdd
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #91969a
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #ff2d2d;
    color: #FFF
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected=false] {
    background-color: #eee;
    color: #323c47
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #ff2d2d;
    color: #FFF
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #d7dde3;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #d7dde3;
    border-radius: 3px 0 0 3px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #d7dde3;
        border-radius: 3px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #d7dde3;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

table.dataTable {
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    max-width: none !important;
    border-collapse: separate !important
}

    table.dataTable td, table.dataTable th {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
            text-align: center
        }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap
    }

div.dataTables_wrapper {
    padding: 0 !important
}

    div.dataTables_wrapper div.dataTables_length {
        margin-bottom: 10px
    }

        div.dataTables_wrapper div.dataTables_length label {
            text-align: left;
            white-space: nowrap;
            font-weight: 500;
            margin-bottom: 0
        }

        div.dataTables_wrapper div.dataTables_length select {
            width: 75px;
            display: inline-block;
            margin: 0 5px
        }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
        margin-bottom: 10px;
        float: right
    }

        div.dataTables_wrapper div.dataTables_filter label {
            white-space: nowrap;
            text-align: left;
            font-weight: 500;
            margin-bottom: 0
        }

        div.dataTables_wrapper div.dataTables_filter input {
            margin-left: 5px;
            display: inline-block;
            width: auto;
            font-weight: 500
        }

    div.dataTables_wrapper div.dataTables_info {
        padding-top: 8px;
        white-space: nowrap;
        float: left;
        color: #91969a
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 0;
        white-space: nowrap;
        text-align: right;
        float: right
    }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination {
            margin: 2px 0;
            white-space: nowrap;
            justify-content: flex-end
        }

div.dataTables_scrollBody table, div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link {
    padding: 4px 10px;
    min-width: 30px;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 3px !important
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

div.dataTables_scrollBody table, div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none
}

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    padding-right: 30px
}

table.dataTable thead > tr > td:active, table.dataTable thead > tr > th:active {
    outline: 0
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
        position: absolute;
        bottom: .9em;
        display: block;
        opacity: .3
    }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
        right: 1em;
        content: "\2191"
    }

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
        right: .5em;
        content: "\2193"
    }

    table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
        opacity: 1
    }

    table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
        opacity: 0
    }

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child td, div.dataTables_scrollBody table tbody tr:first-child th {
    border-top: none
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box
}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable td, table.table-bordered.dataTable th {
    border-left-width: 0
}

    table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable th:last-child {
        border-right-width: 0
    }

table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
        padding-left: 0
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
        padding-right: 0
    }

div.dt-autofill-handle {
    position: absolute;
    height: 8px;
    width: 8px;
    z-index: 102;
    box-sizing: border-box;
    border: 1px solid #0275d8;
    background: #0275d8
}

div.dt-autofill-select {
    position: absolute;
    z-index: 1001;
    background-color: #0275d8;
    background-image: repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(255,255,255,.5) 5px,rgba(255,255,255,.5) 10px)
}

    div.dt-autofill-select.bottom, div.dt-autofill-select.top {
        height: 3px;
        margin-top: -1px
    }

    div.dt-autofill-select.left, div.dt-autofill-select.right {
        width: 3px;
        margin-left: -1px
    }

div.dt-autofill-list {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px #555;
    border: 2px solid #444;
    z-index: 11;
    box-sizing: border-box;
    padding: 1.5em 2em
}

    div.dt-autofill-list ul {
        display: table;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%
    }

        div.dt-autofill-list ul li {
            display: table-row
        }

            div.dt-autofill-list ul li:last-child div.dt-autofill-button, div.dt-autofill-list ul li:last-child div.dt-autofill-question {
                border-bottom: none
            }

            div.dt-autofill-list ul li:hover {
                background-color: #f6f6f6
            }

    div.dt-autofill-list div.dt-autofill-question {
        display: table-cell;
        padding: .5em 0;
        border-bottom: 1px solid #ccc
    }

        div.dt-autofill-list div.dt-autofill-question input[type=number] {
            padding: 6px;
            width: 30px;
            margin: -2px 0
        }

    div.dt-autofill-list div.dt-autofill-button {
        display: table-cell;
        padding: .5em 0;
        border-bottom: 1px solid #ccc
    }

div.dt-autofill-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    background: radial-gradient(ellipse farthest-corner at center,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);
    z-index: 10
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    background-color: #fff;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

table.dataTable.fixedHeader-floating {
    position: fixed !important
}

table.dataTable.fixedHeader-locked {
    position: absolute !important
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }

    table.fixedHeader-floating {
        display: none
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
        display: none !important
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    position: relative;
    padding-left: 40px;
    cursor: pointer
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
        top: 10px;
        left: 10px;
        height: 18px;
        width: 18px;
        display: block;
        position: absolute;
        border-radius: 50%;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New',Courier,monospace;
        line-height: 18px;
        font-size: 20px;
        content: '+';
        background: 0 0;
        border: 1px solid #ff2d2d;
        color: #ff2d2d
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-'
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
        top: 5px;
        left: 4px;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        line-height: 14px;
        text-indent: 3px
    }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer
}

    table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New',Courier,monospace;
        line-height: 14px;
        content: '+';
        background-color: #0275d8
    }

.dropzone, .dropzone *, div.dtr-modal {
    box-sizing: border-box
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333
}

table.dataTable > tbody > tr.child {
    padding: .5em 1em
}

    table.dataTable > tbody > tr.child:hover {
        background: 0 0 !important
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li {
            border-bottom: 1px solid rgba(0,0,0,.1);
            padding: .5em 0
        }

            table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
                padding-top: 0
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
                border-bottom: none
            }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: 700
    }

div.dtr-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        margin: auto;
        z-index: 102;
        overflow: auto;
        background-color: #f5f5f7;
        border: 1px solid #000;
        border-radius: .5em;
        box-shadow: 0 12px 30px rgba(0,0,0,.6)
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        border: 1px solid #eaeaea;
        background-color: #f9f9f9;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 12
    }

        div.dtr-modal div.dtr-modal-close:hover {
            background-color: #eaeaea
        }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        background: rgba(0,0,0,.6)
    }

@media screen and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }

    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none
}

div.DTS {
    display: block !important
}

    div.DTS tbody td, div.DTS tbody th {
        white-space: nowrap
    }

    div.DTS div.DTS_Loading {
        z-index: 1
    }

    div.DTS div.dataTables_scrollBody {
        background: repeating-linear-gradient(45deg,#edeeff,#edeeff 10px,#fff 10px,#fff 20px)
    }

    div.DTS tbody tr.even, div.dt-button-info {
        background-color: #fff
    }

    div.DTS div.dataTables_scrollBody table {
        z-index: 2
    }

    div.DTS div.dataTables_length, div.DTS div.dataTables_paginate {
        display: none
    }

@keyframes dtb-spinner {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes dtb-spinner {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes dtb-spinner {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes dtb-spinner {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.dt-buttons.btn-group {
    margin-bottom: 10px
}

    div.dt-buttons.btn-group .btn {
        padding: 4px 10px;
        font-size: 11px
    }

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

ul.dt-button-collection .dt-button, ul.dt-button-collection.dropdown-menu .dt-button, ul.dt-button-collection.fixed {
    border-radius: 0
}

div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3
}

div.dt-button-info > div {
    padding: 1em
}

ul.dt-button-collection.dropdown-menu {
    display: block;
    z-index: 2002;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

    ul.dt-button-collection.dropdown-menu.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        border-radius: 0
    }

        ul.dt-button-collection.dropdown-menu.fixed.two-column {
            margin-left: -150px
        }

        ul.dt-button-collection.dropdown-menu.fixed.three-column {
            margin-left: -225px
        }

        ul.dt-button-collection.dropdown-menu.fixed.four-column {
            margin-left: -300px
        }

    ul.dt-button-collection.dropdown-menu > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }

    ul.dt-button-collection.dropdown-menu.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2
    }

    ul.dt-button-collection.dropdown-menu.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3
    }

    ul.dt-button-collection.dropdown-menu.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4
    }

ul.dt-button-collection {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

    ul.dt-button-collection.fixed {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        max-width: none
    }

        ul.dt-button-collection.fixed.two-column {
            margin-left: -150px
        }

        ul.dt-button-collection.fixed.three-column {
            margin-left: -225px
        }

        ul.dt-button-collection.fixed.four-column {
            margin-left: -300px
        }

    ul.dt-button-collection > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }

    ul.dt-button-collection.two-column {
        width: 300px;
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2
    }

    ul.dt-button-collection.three-column {
        width: 450px;
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3
    }

    ul.dt-button-collection.four-column {
        width: 600px;
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4
    }

    ul.dt-button-collection.fixed:after, ul.dt-button-collection.fixed:before {
        display: none
    }

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

@media screen and (max-width:767px) {
    div.dt-buttons {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: .5em
    }

        div.dt-buttons a.btn {
            float: none
        }
}

div.dt-buttons a.btn.processing, div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing {
    color: rgba(0,0,0,.2)
}

    div.dt-buttons a.btn.processing:after, div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        box-sizing: border-box;
        display: block;
        content: ' ';
        border: 2px solid #282828;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: dtb-spinner 1.5s infinite linear;
        -o-animation: dtb-spinner 1.5s infinite linear;
        -ms-animation: dtb-spinner 1.5s infinite linear;
        -webkit-animation: dtb-spinner 1.5s infinite linear;
        -moz-animation: dtb-spinner 1.5s infinite linear
    }

.irs, .irs-line {
    position: relative;
    display: block
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon, .fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.irs-line {
    overflow: hidden
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-bar, .irs-shadow {
    position: absolute;
    width: 0;
    left: 0
}

.irs-bar {
    display: block
}

.irs-bar-edge {
    position: absolute;
    display: block;
    left: 0
}

.irs-shadow {
    display: none
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
    display: block;
    position: absolute;
    cursor: default
}

.irs-slider {
    z-index: 1
}

    .irs-slider.type_last {
        z-index: 2
    }

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px
}

    .irs-grid-pol.small {
        height: 4px
    }

.irs-grid-text {
    position: absolute;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0,0);
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40)
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs-bar, .irs-bar-edge, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-slider {
    background: url(../img/vendors/ionrangeslider/sprite-skin-modern.png) repeat-x
}

.irs {
    height: 50px
}

.irs-with-grid {
    height: 70px
}

.irs-line {
    height: 6px;
    top: 25px
}

.irs-line-left {
    width: 9%;
    height: 6px;
    background-position: 0 -30px
}

.irs-line-mid {
    height: 6px;
    background-position: 0 0
}

.irs-line-right {
    right: 0;
    width: 9%;
    height: 6px;
    background-position: 100% -30px
}

.irs-bar {
    height: 6px;
    top: 25px;
    background-position: 0 -60px
}

.irs-bar-edge {
    top: 25px;
    height: 6px;
    width: 6px;
    background-position: 0 -90px
}

.irs-shadow {
    height: 5px;
    top: 25px;
    background: #000;
    opacity: .25
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25)
}

.irs-slider {
    width: 11px;
    height: 18px;
    top: 31px;
    background-position: 0 -120px
}

    .irs-slider.state_hover, .irs-slider:hover {
        background-position: 0 -150px
    }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    color: #FFF;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background: #ff2d2d
}

.irs-max, .irs-min {
    top: 0;
    padding: 1px 3px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.irs-from, .irs-single, .irs-to {
    padding: 1px 5px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .irs-from:after, .irs-single:after, .irs-to:after {
        position: absolute;
        display: block;
        content: "";
        bottom: -6px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -3px;
        overflow: hidden;
        border: 3px solid transparent;
        border-top-color: #ff2d2d
    }

.irs-grid {
    height: 34px
}

.irs-grid-pol {
    background: silver
}

.irs-grid-text {
    bottom: 12px;
    color: silver
}

.wizard {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

    .wizard .anchor {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        position: relative
    }

        .wizard .anchor li a:before, .wizard .anchor:after {
            position: absolute;
            width: 100%;
            height: 3px;
            background: #d7dde3;
            content: " ";
            left: 0;
            bottom: 0
        }

        .wizard .anchor:after {
            z-index: 1;
            border-radius: 3px
        }

        .wizard .anchor li {
            float: left;
            display: block
        }

            .wizard .anchor li a {
                color: #242437;
                text-decoration: none;
                display: block;
                padding: 10px 0 30px;
                position: relative;
                font-size: 16px
            }

                .wizard .anchor li a .stepNumber {
                    display: none
                }

                .wizard .anchor li a .stepDesc {
                    font-size: 13px;
                    font-weight: 600;
                    line-height: 20px;
                    display: block
                }

                    .wizard .anchor li a .stepDesc small {
                        color: #91969a;
                        font-size: 13px;
                        line-height: 20px
                    }

                .wizard .anchor li a:before {
                    z-index: 2
                }

                .wizard .anchor li a:after, .wizard.show-submit.show-submit-box > ul > li:last-child:before {
                    position: absolute;
                    bottom: -15px;
                    height: 35px;
                    z-index: 3;
                    line-height: 28px;
                    text-align: center
                }

                .wizard .anchor li a:after {
                    content: " ";
                    left: 0;
                    width: 35px;
                    background: #FFF;
                    border: 3px solid #d7dde3;
                    color: #242437;
                    border-radius: 3px
                }

                .wizard .anchor li a.done:after {
                    border-color: #428c01;
                    background: #428c01;
                    color: #FFF;
                    content: "\f00c";
                    font-family: FontAwesome
                }

                .wizard .anchor li a.done:before {
                    background: linear-gradient(to right,#428c01,#22212f)
                }

                .wizard .anchor li a.done.active:before {
                    background: linear-gradient(to right,#428c01,#428c01)
                }

                .wizard .anchor li a.error:after {
                    border-color: #d7dde3;
                    background: #cc3838;
                    content: "\f00d";
                    font-family: FontAwesome;
                    color: #FFF
                }

                .wizard .anchor li a.error:before {
                    background: #ba3030
                }

                .wizard .anchor li a.selected:after {
                    border-color: #22212f;
                    background: #2d2c3e;
                    content: "\f0da";
                    font-family: FontAwesome;
                    color: #FFF;
                    padding-left: 2px;
                    border-width: 3px;
                    line-height: 28px
                }

                .wizard .anchor li a.selected:before {
                    background: linear-gradient(to right,#22212f,#d7dde3)
                }

                .wizard .anchor li a.selected.active:after {
                    border-color: rgba(0,0,0,.1);
                    background: #428c01;
                    color: #FFF;
                    content: "\f00c";
                    padding-left: 0
                }

                .wizard .anchor li a.selected.active:before {
                    background: linear-gradient(to right,#428c01,#428c01)
                }

        .wizard .anchor.steps_1 li {
            width: 100%
        }

        .wizard .anchor.steps_2 li {
            width: 50%
        }

        .wizard .anchor.steps_3 li {
            width: 33.333333%
        }

        .wizard .anchor.steps_4 li {
            width: 25%
        }

        .wizard .anchor.steps_5 li {
            width: 20%
        }

        .wizard .anchor.steps_6 li {
            width: 16.666666%
        }

        .wizard .anchor.steps_7 li {
            width: 14.285714%
        }

        .wizard .anchor.steps_8 li {
            width: 12.5%
        }

    .wizard .actionBar, .wizard .stepContainer {
        float: left;
        width: 100%;
        margin-top: 50px
    }

    .wizard .actionBar {
        margin-top: 20px
    }

        .wizard .actionBar .btn.pull-right {
            margin-left: 5px
        }

        .wizard .actionBar .btn-secondary, .wizard .actionBar .loader {
            display: none
        }

    .wizard.show-submit.show-submit-box > ul > li:last-child:before {
        content: " ";
        right: 0;
        width: 35px;
        background: #FFF;
        border: 3px solid #d7dde3;
        color: #242437;
        border-radius: 3px
    }

    .wizard.show-submit.show-submit-box.submited > ul > li:last-child:before {
        border-color: rgba(0,0,0,.1);
        background: #428c01;
        color: #FFF;
        content: "\f00c";
        font-family: FontAwesome
    }

.dropzone .dz-preview {
    width: 120px
}

    .dropzone .dz-preview .dz-progress {
        display: block;
        border: 1px solid #aaa
    }

        .dropzone .dz-preview .dz-progress .dz-upload {
            display: block;
            height: 100%
        }

    .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-success .dz-success-mark {
        display: block
    }

    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
        width: 54px;
        height: 58px
    }

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0%,20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-moz-keyframes pulse {
    0%,20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0%,20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.dropzone {
    position: relative;
    min-height: 150px;
    border: 2px dashed rgba(0,0,0,.1);
    background: rgba(0,0,0,.03);
    padding: 20px;
    margin-bottom: 20px
}

    .dropzone.dz-clickable {
        cursor: pointer
    }

        .dropzone.dz-clickable * {
            cursor: default
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *, .fc button {
            cursor: pointer
        }

    .dropzone.dz-started .dz-message {
        display: none
    }

    .dropzone.dz-drag-hover {
        border-style: solid
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: .5
        }

    .dropzone .dz-preview.dz-file-preview .dz-details, .dropzone .dz-preview:hover .dz-details {
        opacity: 1
    }

    .dropzone .dz-message {
        margin-top: 45px;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        font-style: italic
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px
    }

        .dropzone .dz-preview:hover {
            z-index: 1000
        }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom,#eee,#ddd)
        }

        .dropzone .dz-preview.dz-image-preview {
            background: #fff
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity .2s linear;
                -moz-transition: opacity .2s linear;
                -ms-transition: opacity .2s linear;
                -o-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline
            }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0,0,0,.9);
            line-height: 150%
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200,200,200,.8);
                    background-color: rgba(255,255,255,.8)
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255,255,255,.4);
                    padding: 0 .4em;
                    border-radius: 3px
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05,1.05);
            -moz-transform: scale(1.05,1.05);
            -ms-transform: scale(1.05,1.05);
            -o-transform: scale(1.05,1.05);
            transform: scale(1.05,1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px)
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10
        }

            .dropzone .dz-preview .dz-image img {
                display: block
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -ms-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
            animation: passing-through 3s cubic-bezier(.77,0,.175,1)
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -ms-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
            animation: slide-in 3s cubic-bezier(.77,0,.175,1)
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px
        }

            .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
                display: block;
                width: 54px;
                height: 54px
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity .4s ease-in;
            -moz-transition: opacity .4s ease-in;
            -ms-transition: opacity .4s ease-in;
            -o-transition: opacity .4s ease-in;
            transition: opacity .4s ease-in
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255,255,255,.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom,#666,#444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width .3s ease-in-out;
                -moz-transition: width .3s ease-in-out;
                -ms-transition: width .3s ease-in-out;
                -o-transition: width .3s ease-in-out;
                transition: width .3s ease-in-out
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -ms-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom,#be2626,#a92222);
            padding: .5em 1.2em;
            color: #fff
        }

.fc-button-group, .fc-icon {
    display: inline-block
}

.fc-bgevent, .fc-highlight {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-icon, body .fc {
    font-size: 1em
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}
/*!
 * <%= meta.title %> v<%= meta.version %> Stylesheet
 * Docs & License: <%= meta.homepage %>
 * (c) <%= meta.copyright %>
 */

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

.fc th, .fc-basic-view .fc-week-number, .fc-icon, .fc-toolbar {
    text-align: center
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: rgba(0,0,0,.1)
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
        background: rgba(0,0,0,.1)
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666
        }

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1
}

.fc-bgevent {
    background: #8fdf82
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    font-family: "Courier New",Courier,monospace;
    user-select: none
}

    .fc-icon:after {
        position: relative
    }

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all .2s linear
}

.fc th, .fc-event {
    text-transform: uppercase
}

@media screen and (prefers-reduced-motion:reduce) {
    .fc button {
        transition: none
    }
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid;
    background-color: #FFF;
    border-color: rgba(0,0,0,.1);
    color: #323c47
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    border-color: rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
    color: #323c47;
    font-weight: 500
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.invert .fc-state-default {
    background-color: #22212f;
    border-color: rgba(0,0,0,.2);
    color: #dfdfe9
}

.invert .fc-state-active, .invert .fc-state-disabled, .invert .fc-state-down, .invert .fc-state-hover {
    border-color: rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
    color: #dfdfe9
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

    .fc-popover .fc-header {
        padding: 2px 4px
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px
    }

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-clear {
    clear: both
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    font-weight: 700;
    padding: 5px 20px;
    font-size: 11px;
    color: #242437
}

.fc-day-grid-event .fc-time, .fc-event, .fc-time {
    font-weight: 500
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    vertical-align: top
}

    .fc td.fc-today {
        border-style: double
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

    .fc-row .fc-bg {
        z-index: 1
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0
    }

        .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
            border-color: transparent
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5
    }

        .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
            background: 0 0;
            border-color: transparent;
            border-bottom: 0
        }

        .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
            border-top: 0
        }

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-row.fc-rigid, .fc-time-grid-event {
    overflow: hidden
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 20px;
    border-radius: 3px;
    padding: 2px 5px;
    border: 2px solid rgba(0,0,0,.1);
    background-color: #FFF;
    color: #323c47
}

    .fc-event.green {
        border-color: #367301;
        background-color: #428c01;
        color: #FFF !important
    }

        .fc-event.green:hover {
            color: #FFF
        }

    .fc-event.blue, .fc-event.blue:hover, .fc-event.red, .fc-event.red:hover {
        color: #FFF !important
    }

    .fc-event.blue {
        border-color: #0077a5;
        background-color: #008abe
    }

    .fc-event.red {
        border-color: #a62b2b;
        background-color: #ba3030
    }

    .fc-event.orange, .fc-event.orange:hover {
        color: #211b01 !important
    }

    .fc-event.orange {
        border-color: #e5b900;
        background-color: #fece00
    }

    .fc-event, .fc-event:hover, .ui-widget .fc-event {
        color: #323c47;
        text-decoration: none
    }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    display: block
}

    .fc-event.fc-selected .fc-resizer:before {
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px
    }

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow: 0 2px 7px rgba(0,0,0,.3)
    }

.fc-h-event.fc-selected:before {
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 3px 5px 0;
    padding: 5px 10px
}

    .fc-day-grid-event.fc-selected:after {
        position: absolute;
        z-index: 1;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        background: #000;
        opacity: .25;
        filter: alpha(opacity=25)
    }

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden
    }

.fc-time {
    font-size: 11px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

    a.fc-more:hover {
        text-decoration: underline
    }

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

    .fc-more-popover .fc-event-container {
        padding: 10px
    }

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    user-select: none
}

.fc-toolbar {
    margin-bottom: 1em
}

    .fc-toolbar .fc-left {
        float: left
    }

    .fc-toolbar .fc-right {
        float: right
    }

    .fc-toolbar .fc-center {
        display: inline-block;
        margin-top: 5px
    }

        .fc-toolbar .fc-center h2 {
            font-size: 14px;
            font-weight: 500
        }

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 5px
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-top: 5px;
    padding-bottom: 5px
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

    .fc-time-grid table {
        border: 0 hidden transparent
    }

    .fc-time-grid > .fc-bg {
        z-index: 1
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-content-col {
        position: relative
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-highlight-container {
        z-index: 3;
        position: relative
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5
    }

    .fc-time-grid .fc-helper-container {
        position: relative;
        z-index: 6
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        background: 0 0
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event .fc-content, .note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

    .fc-time-grid-event.fc-short .fc-time span {
        display: none
    }

    .fc-time-grid-event.fc-short .fc-time:before {
        content: attr(data-start)
    }

    .fc-time-grid-event.fc-short .fc-time:after {
        content: "\000A0-\000A0"
    }

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
        content: "="
    }

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/summernote9d3d.eot?dbafe969167589eda84514394d126413);
    src: url(fonts/summernoted41d.eot?#iefix) format("embedded-opentype"),url(fonts/summernote9d3d.woff?dbafe969167589eda84514394d126413) format("woff"),url(fonts/summernote9d3d.ttf?dbafe969167589eda84514394d126413) format("truetype")
}

[class*=" note-icon-"]:before, [class^=note-icon-]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.list-faq .list-faq-item .list-faq-item-title:after, body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.note-icon-align-center:before {
    content: "\f101"
}

.note-icon-align-indent:before {
    content: "\f102"
}

.note-icon-align-justify:before {
    content: "\f103"
}

.note-icon-align-left:before {
    content: "\f104"
}

.note-icon-align-outdent:before {
    content: "\f105"
}

.note-icon-align-right:before {
    content: "\f106"
}

.note-icon-align:before {
    content: "\f107"
}

.note-icon-arrow-circle-down:before {
    content: "\f108"
}

.note-icon-arrow-circle-left:before {
    content: "\f109"
}

.note-icon-arrow-circle-right:before {
    content: "\f10a"
}

.note-icon-arrow-circle-up:before {
    content: "\f10b"
}

.note-icon-arrows-alt:before {
    content: "\f10c"
}

.note-icon-arrows-h:before {
    content: "\f10d"
}

.note-icon-arrows-v:before {
    content: "\f10e"
}

.note-icon-bold:before {
    content: "\f10f"
}

.note-icon-caret:before {
    content: "\f110"
}

.note-icon-chain-broken:before {
    content: "\f111"
}

.note-icon-circle:before {
    content: "\f112"
}

.note-icon-close:before {
    content: "\f113"
}

.note-icon-code:before {
    content: "\f114"
}

.note-icon-col-after:before {
    content: "\f115"
}

.note-icon-col-before:before {
    content: "\f116"
}

.note-icon-col-remove:before {
    content: "\f117"
}

.note-icon-eraser:before {
    content: "\f118"
}

.note-icon-font:before {
    content: "\f119"
}

.note-icon-frame:before {
    content: "\f11a"
}

.note-icon-italic:before {
    content: "\f11b"
}

.note-icon-link:before {
    content: "\f11c"
}

.note-icon-magic:before {
    content: "\f11d"
}

.note-icon-menu-check:before {
    content: "\f11e"
}

.note-icon-minus:before {
    content: "\f11f"
}

.note-icon-orderedlist:before {
    content: "\f120"
}

.note-icon-pencil:before {
    content: "\f121"
}

.note-icon-picture:before {
    content: "\f122"
}

.note-icon-question:before {
    content: "\f123"
}

.note-icon-redo:before {
    content: "\f124"
}

.note-icon-row-above:before {
    content: "\f125"
}

.note-icon-row-below:before {
    content: "\f126"
}

.note-icon-row-remove:before {
    content: "\f127"
}

.note-icon-special-character:before {
    content: "\f128"
}

.note-icon-square:before {
    content: "\f129"
}

.note-icon-strikethrough:before {
    content: "\f12a"
}

.note-icon-subscript:before {
    content: "\f12b"
}

.note-icon-summernote:before {
    content: "\f12c"
}

.note-icon-superscript:before {
    content: "\f12d"
}

.note-icon-table:before {
    content: "\f12e"
}

.note-icon-text-height:before {
    content: "\f12f"
}

.note-icon-trash:before {
    content: "\f130"
}

.note-icon-underline:before {
    content: "\f131"
}

.note-icon-undo:before {
    content: "\f132"
}

.note-icon-unorderedlist:before {
    content: "\f133"
}

.note-icon-video:before {
    content: "\f134"
}

.note-editor {
    position: relative
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 100;
        display: none;
        color: #87cefa;
        background-color: #fff;
        opacity: .95
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
            vertical-align: middle
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf
        }

    .note-editor.dragover .note-dropzone {
        display: table
    }

    .note-editor .note-editing-area {
        position: relative
    }

        .note-editor .note-editing-area .note-editable {
            outline: 0
        }

            .note-editor .note-editing-area .note-editable sup {
                vertical-align: super
            }

            .note-editor .note-editing-area .note-editable sub {
                vertical-align: sub
            }

        .note-editor .note-editing-area img.note-float-left {
            margin-right: 10px
        }

        .note-editor .note-editing-area img.note-float-right {
            margin-left: 10px
        }

    .note-editor.note-frame {
        border: 1px solid rgba(0,0,0,.1);
        margin-bottom: 0
    }

        .note-editor.note-frame.codeview .note-editing-area .note-editable {
            display: none
        }

        .note-editor.note-frame.codeview .note-editing-area .note-codable {
            display: block
        }

        .note-editor.note-frame .note-editing-area .note-editable {
            padding: 20px 10px 10px;
            overflow: auto;
            color: #000;
            word-wrap: break-word;
            background-color: #fff
        }

            .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
                background-color: #e5e5e5
            }

        .note-editor.note-frame .note-editing-area .note-codable {
            display: none;
            width: 100%;
            padding: 10px;
            margin-bottom: 0;
            font-family: Menlo,Monaco,monospace,sans-serif;
            font-size: 14px;
            color: #ccc;
            background-color: #222;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            box-shadow: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            resize: none
        }

        .note-editor.note-frame.fullscreen {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            width: 100% !important
        }

            .note-editor.note-frame.fullscreen .note-editable {
                background-color: #fff
            }

            .note-editor.note-frame.fullscreen .note-resizebar {
                display: none
            }

        .note-editor.note-frame .note-status-output {
            display: block;
            width: 100%;
            height: 20px;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 1.42857143;
            color: #000;
            border: 0;
            border-top: 1px solid #e2e2e2
        }

            .note-editor.note-frame .note-status-output:empty {
                height: 0;
                border-top: 0 solid transparent
            }

            .note-editor.note-frame .note-status-output .pull-right {
                float: right !important
            }

            .note-editor.note-frame .note-status-output .text-muted {
                color: #777
            }

            .note-editor.note-frame .note-status-output .text-primary {
                color: #286090
            }

            .note-editor.note-frame .note-status-output .text-success {
                color: #3c763d
            }

            .note-editor.note-frame .note-status-output .text-info {
                color: #31708f
            }

            .note-editor.note-frame .note-status-output .text-warning {
                color: #8a6d3b
            }

            .note-editor.note-frame .note-status-output .text-danger {
                color: #a94442
            }

            .note-editor.note-frame .note-status-output .alert {
                padding: 7px 10px 2px;
                margin: -7px 0 0;
                color: #000;
                background-color: #f5f5f5;
                border-radius: 0
            }

                .note-editor.note-frame .note-status-output .alert .note-icon {
                    margin-right: 5px
                }

            .note-editor.note-frame .note-status-output .alert-success {
                color: #3c763d !important;
                background-color: #dff0d8 !important
            }

            .note-editor.note-frame .note-status-output .alert-info {
                color: #31708f !important;
                background-color: #d9edf7 !important
            }

            .note-editor.note-frame .note-status-output .alert-warning {
                color: #8a6d3b !important;
                background-color: #fcf8e3 !important
            }

            .note-editor.note-frame .note-status-output .alert-danger {
                color: #a94442 !important;
                background-color: #f2dede !important
            }

        .note-editor.note-frame .note-statusbar {
            background-color: #f5f5f5;
            border-top: 1px solid #ddd;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px
        }

            .note-editor.note-frame .note-statusbar .note-resizebar {
                width: 100%;
                height: 9px;
                padding-top: 1px;
                cursor: ns-resize
            }

                .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
                    width: 20px;
                    margin: 1px auto;
                    border-top: 1px solid #a9a9a9
                }

            .note-editor.note-frame .note-statusbar.locked .note-resizebar {
                cursor: default
            }

                .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
                    display: none
                }

        .note-editor.note-frame .note-placeholder {
            padding: 10px
        }

.note-popover.popover {
    display: none;
    max-width: none
}

    .note-popover.popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle
    }

    .note-popover.popover .arrow {
        left: 20px !important
    }

.note-toolbar {
    position: relative;
    z-index: 500;
    padding: 0 0 5px 5px !important
}

    .note-toolbar .btn-group {
        width: auto
    }

.card-header.note-toolbar, .note-popover .popover-content {
    padding: 0 0 5px 5px;
    margin: 0
}

    .card-header.note-toolbar > .btn-group, .note-popover .popover-content > .btn-group {
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 0
    }

    .card-header.note-toolbar .btn-group .note-table, .note-popover .popover-content .btn-group .note-table {
        min-width: 0;
        padding: 5px
    }

        .card-header.note-toolbar .btn-group .note-table .note-dimension-picker, .note-popover .popover-content .btn-group .note-table .note-dimension-picker {
            font-size: 18px
        }

            .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
                position: absolute !important;
                z-index: 3;
                width: 10em;
                height: 10em;
                cursor: pointer
            }

            .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
                position: relative !important;
                z-index: 1;
                width: 5em;
                height: 5em;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
            }

            .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
                position: absolute !important;
                z-index: 2;
                width: 1em;
                height: 1em;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
            }

.note-handle .note-control-selection > div, .note-placeholder {
    position: absolute
}

.card-header.note-toolbar .note-style .dropdown-style blockquote, .card-header.note-toolbar .note-style .dropdown-style pre, .note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre {
    padding: 5px 10px;
    margin: 0
}

.card-header.note-toolbar .note-style .dropdown-style h1, .card-header.note-toolbar .note-style .dropdown-style h2, .card-header.note-toolbar .note-style .dropdown-style h3, .card-header.note-toolbar .note-style .dropdown-style h4, .card-header.note-toolbar .note-style .dropdown-style h5, .card-header.note-toolbar .note-style .dropdown-style h6, .card-header.note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
    padding: 0;
    margin: 0
}

.card-header.note-toolbar .note-color .dropdown-toggle, .note-popover .popover-content .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.card-header.note-toolbar .note-color .dropdown-menu, .note-popover .popover-content .note-color .dropdown-menu {
    min-width: 337px
}

    .card-header.note-toolbar .note-color .dropdown-menu .note-palette, .note-popover .popover-content .note-color .dropdown-menu .note-palette {
        display: inline-block;
        width: 160px;
        margin: 0
    }

        .card-header.note-toolbar .note-color .dropdown-menu .note-palette:first-child, .note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child {
            margin: 0 5px
        }

        .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title {
            margin: 2px 7px;
            font-size: 12px;
            text-align: center;
            border-bottom: 1px solid #eee
        }

        .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset {
            width: 100%;
            padding: 0 3px;
            margin: 3px;
            font-size: 11px;
            cursor: pointer;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px
        }

        .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row {
            height: 20px
        }

        .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover {
            background: #eee
        }

.card-header.note-toolbar .note-para .dropdown-menu, .note-popover .popover-content .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

    .card-header.note-toolbar .note-para .dropdown-menu > div:first-child, .note-popover .popover-content .note-para .dropdown-menu > div:first-child {
        margin-right: 5px
    }

.card-header.note-toolbar .dropdown-menu, .note-popover .popover-content .dropdown-menu {
    min-width: 90px
}

    .card-header.note-toolbar .dropdown-menu.right, .note-popover .popover-content .dropdown-menu.right {
        right: 0;
        left: auto
    }

        .card-header.note-toolbar .dropdown-menu.right::before, .note-popover .popover-content .dropdown-menu.right::before {
            right: 9px;
            left: auto !important
        }

        .card-header.note-toolbar .dropdown-menu.right::after, .note-popover .popover-content .dropdown-menu.right::after {
            right: 10px;
            left: auto !important
        }

    .card-header.note-toolbar .dropdown-menu.note-check a i, .note-popover .popover-content .dropdown-menu.note-check a i {
        color: #00bfff;
        visibility: hidden
    }

    .card-header.note-toolbar .dropdown-menu.note-check a.checked i, .note-popover .popover-content .dropdown-menu.note-check a.checked i {
        visibility: visible
    }

.card-header.note-toolbar .note-fontsize-10, .note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.card-header.note-toolbar .note-color-palette, .note-popover .popover-content .note-color-palette {
    line-height: 1
}

    .card-header.note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        border: 1px solid #fff
    }

        .card-header.note-toolbar .note-color-palette div .note-color-btn:hover, .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
            border: 1px solid #000
        }

.note-dialog > div {
    display: none
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto
    }
}

.note-placeholder {
    display: none;
    color: gray
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

    .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-opacity: .3;
        -khtml-opacity: .3;
        -moz-opacity: .3;
        opacity: .3;
        -ms-filter: alpha(opacity=30);
        filter: alpha(opacity=30)
    }

    .note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder {
        width: 7px;
        height: 7px;
        border: 1px solid #000
    }

    .note-handle .note-control-selection .note-control-sizing {
        width: 7px;
        height: 7px;
        background-color: #fff;
        border: 1px solid #000
    }

    .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: 0;
        border-bottom: 0
    }

    .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: 0;
        border-left: none
    }

    .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: 0;
        border-right: 0
    }

    .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize
    }

        .note-handle .note-control-selection .note-control-se.note-control-holder {
            cursor: default;
            border-top: 0;
            border-left: none
        }

    .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        font-size: 12px;
        color: #fff;
        background-color: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-opacity: .7;
        -khtml-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        -ms-filter: alpha(opacity=70);
        filter: alpha(opacity=70)
    }

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

    .note-hint-popover .popover-content {
        max-height: 150px;
        padding: 3px;
        overflow: auto
    }

        .note-hint-popover .popover-content .note-hint-group .note-hint-item {
            display: block !important;
            padding: 3px
        }

            .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
                display: block;
                clear: both;
                font-weight: 400;
                line-height: 1.4;
                color: #fff;
                text-decoration: none;
                white-space: nowrap;
                cursor: pointer;
                background-color: #428bca;
                outline: 0
            }

.cancel-off-png, .cancel-on-png, .star-half-png, .star-off-png, .star-on-png {
    font-size: 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: raty;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

@font-face {
    font-family: raty;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/raty.eot);
    src: url(fonts/ratyd41d.eot?#iefix) format("embedded-opentype");
    src: url(fonts/raty.svg#raty) format("svg");
    src: url(fonts/raty.ttf) format("truetype");
    src: url(fonts/raty.woff) format("woff")
}

.cancel-on-png:before {
    content: "\e600"
}

.cancel-off-png:before {
    content: "\e601"
}

.star-on-png:before {
    content: "\f005"
}

.star-off-png:before {
    content: "\f006"
}

.star-half-png:before {
    content: "\f123"
}

@keyframes showSidepanel {
    0% {
        width: 0
    }

    100%,50% {
        width: 250px
    }
}

@keyframes hideSidepanel {
    0%,50% {
        width: 250px
    }

    100% {
        width: 0
    }
}

@keyframes showAside {
    0% {
        width: 0
    }

    100%,50% {
        width: 250px
    }
}

@keyframes hideAside {
    0%,50% {
        width: 250px
    }

    100% {
        width: 0
    }
}

@keyframes showChildrenContent {
    0%,50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes hideChildrenContent {
    0% {
        opacity: 1
    }

    100%,50% {
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100%,80% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shadowPulse {
    0%,100% {
        box-shadow: 0 0 0 0 transparent
    }

    20% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }

    60% {
        box-shadow: 0 0 0 10px transparent
    }
}

@keyframes pageLoaderDefault {
    0%,100% {
        box-shadow: 0 0 200px 10px rgba(32,35,42,.3)
    }

    50% {
        box-shadow: 0 0 200px 10px #20232a
    }
}

@keyframes pageLoaderPrimary {
    0%,100% {
        box-shadow: 0 0 200px 10px rgba(255,45,45,.3)
    }

    50% {
        box-shadow: 0 0 200px 10px #ff2d2d
    }
}

body.boxed.boxed--shadowed > .page, body.indent.indent--shadowed.indent--relative-header.indent--single-container > .page > .page__container, body.indent.indent--shadowed.indent--relative-header > .page > .page__header, body.indent.indent--shadowed.indent--single-header.indent--single-container > .page > .page__container, body.indent.indent--shadowed.indent--single-header > .page > .page__header, body.indent.indent--shadowed > .page > .page__content {
    box-shadow: 0 0 24px 6px rgba(0,0,0,.1)
}

.keepAttentionTo {
    animation: shadowPulse 1s
}

.spinMe {
    animation: rotate 1s infinite
}

.page__content .page-aside-animation-show > div, .page__content .page-sidepanel-animation-show > div:not(.page-sidepanel__button) {
    animation: showChildrenContent .5s ease-in-out
}

.text-primary {
    color: #ff2d2d !important
}

.text-secondary {
    color: #22212f !important
}

.text-success {
    color: #428c01 !important
}

.text-info {
    color: #008abe !important
}

.text-sm {
    font-size: 11px !important
}

.text-lg {
    font-size: 14px !important
}

.text-xlg {
    font-size: 26px !important;
    line-height: 40px !important
}

.text-bold {
    font-weight: 500
}

.margin-0 {
    margin: 0 !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-top-minus-one {
    margin-top: -1px !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-0 {
    padding: 0 !important
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-40 {
    padding: 40px !important
}

.padding-50 {
    padding: 50px !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-hidden {
    overflow: hidden
}

.bg-primary {
    background-color: #ff2d2d !important;
    color: #FFF
}

.bg-secondary {
    background-color: #22212f !important;
    color: #FFF
}

.bg-success {
    background-color: #428c01 !important;
    color: #FFF
}

.bg-info {
    background-color: #008abe !important;
    color: #FFF
}

.bg-warning {
    background-color: #fece00 !important;
    color: #211b01
}

.bg-danger {
    background-color: #ba3030 !important;
    color: #FFF
}

.bg-higlight {
    background-color: rgba(0,0,0,.05) !important
}

.bg-solid-pink {
    background: #ff3d9f !important
}

.bg-gradient-1 {
    background: linear-gradient(-225deg,#473B7B 0,#3584A7 51%,#30D2BE 100%) !important
}

.bg-gradient-2 {
    background: linear-gradient(to right,#108dc7,#ef8e38) !important
}

.bg-gradient-3 {
    background: linear-gradient(to top,#88d3ce 0,#6e45e2 100%) !important
}

.bg-gradient-4 {
    background: linear-gradient(to right,#7b920a,#add100) !important
}

.bg-gradient-5 {
    background: linear-gradient(to right,#6a9113,#141517) !important
}

.bg-gradient-6 {
    background: linear-gradient(to top,#f43b47 0,#453a94 100%) !important
}

.bg-gradient-7 {
    background: linear-gradient(to top,#ff0844 0,#ffb199 100%) !important
}

.bg-gradient-8 {
    background: linear-gradient(to top,#f77062 0,#fe5196 100%) !important
}

.bg-gradient-9 {
    background: linear-gradient(to right,#f78ca0 0,#f9748f 19%,#fd868c 60%,#fe9a8b 100%) !important
}

.bg-gradient-10 {
    background: linear-gradient(45deg,#874da2 0,#c43a30 100%) !important
}

.bg-gradient-11 {
    background: linear-gradient(to right,#8e5c95 0,#ff9297 100%) !important
}

.bg-gradient-12 {
    background: linear-gradient(to right,#fd75ba 0,#ff9297 100%) !important
}

.bg-gradient-13 {
    background: linear-gradient(to right,#fc584a 0,#f74072 100%) !important
}

.bg-gradient-14 {
    background: linear-gradient(to right,#433c89 0,#b63263 100%) !important
}

.bg-gradient-15 {
    background: linear-gradient(to right,#5c74ff 0,#bb7aff 100%) !important
}

.bg-story-1 {
    background: linear-gradient(to right,#0f0c29 0,#C02425 100%) !important
}

.bg-story-2 {
    background: linear-gradient(to right,#C02425 0,#F11712 100%) !important
}

.bg-story-3 {
    background: linear-gradient(to right,#F11712 0,#C02425 100%) !important
}

.bg-story-4 {
    background: linear-gradient(to right,#C02425 0,#0f0c29 100%) !important
}

.color_example, .typography_example {
    background: #FFF;
    border: 1px solid #d7dde3;
    text-align: center
}

.color_example {
    width: 100%
}

    .color_example .color {
        width: 100%;
        padding: 20px
    }

        .color_example .color > div {
            width: 100%;
            height: 100px
        }

    .color_example .caption {
        border-top: 1px solid #d7dde3;
        margin: 0;
        font-weight: 500;
        padding: 10px 20px
    }

        .color_example .caption strong {
            color: #323c47
        }

.typography_example {
    width: 150px;
    height: 150px
}

    .typography_example .text {
        font-size: 90px;
        line-height: 110px;
        font-weight: 700;
        color: #242437;
        border-bottom: 1px solid #d7dde3
    }

    .typography_example .caption {
        line-height: 40px;
        margin: 0
    }

.bg-examples {
    width: 100%
}

    .bg-examples:after {
        content: "";
        display: table;
        clear: both
    }

    .bg-examples > div {
        position: relative;
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer
    }

        .bg-examples > div.active:before {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(255,255,255,.8);
            width: 100%;
            height: 100%
        }

        .bg-examples > div.active:after {
            content: "\f00c";
            font-family: FontAwesome;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #428c01;
            line-height: 40px;
            text-align: center
        }

.page, .page__container {
    position: relative;
    display: flex
}

.dashboard_rating {
    width: 100%
}

.link-wrapper {
    height: 100%
}

.icons-preview {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center
}

    .icons-preview li {
        float: none;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid rgba(0,0,0,.1);
        margin: 0 1px 4px 0;
        background: 0 0;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

        .icons-preview li:hover, pre {
            background: rgba(0,0,0,.05)
        }

        .icons-preview li span.fa, .icons-preview li span[class^=li-] {
            line-height: 40px;
            font-size: 20px
        }

        .icons-preview li span.fa {
            font-size: 14px
        }

        .icons-preview li span.name {
            display: none
        }

    .icons-preview.extended li {
        width: 100px;
        height: 100px;
        padding: 5px;
        margin: 0 1px 0 0;
        overflow: hidden
    }

        .icons-preview.extended li span.fa, .icons-preview.extended li span[class^=li-] {
            line-height: 60px;
            font-size: 40px;
            display: block;
            float: left;
            width: 100%
        }

        .icons-preview.extended li span.fa {
            font-size: 28px
        }

        .icons-preview.extended li span.name {
            display: block;
            float: left;
            width: 100%;
            font-size: 11px;
            font-weight: 600;
            line-height: 14px
        }

body, h4, h5, html {
    line-height: 20px
}

@media (max-width:991.98px) {
    .knob > div {
        display: block !important
    }
}

html {
    box-sizing: border-box;
    height: 100%
}

body, html {
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #323c47;
    background: #eff3f6
}

body {
    float: left;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0;
    font-weight: 500;
    color: #242437
}

h4, h5, h6, p {
    margin-bottom: 10px
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        font-weight: 300
    }

h1 {
    font-size: 24px;
    margin-bottom: 24px
}

h2 {
    font-size: 20px;
    margin-bottom: 20px
}

h3 {
    font-size: 18px;
    margin-bottom: 16px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

.caption, p.caption {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase
}

a {
    color: #ff2d2d
}

    a:hover {
        color: #f90000
    }

.caption, p.caption, p:last-child {
    margin-bottom: 0
}

p.caption {
    color: #91969a
}

p.subtitle {
    margin-top: -10px;
    color: #91969a
}

.caption {
    color: #91969a
}

pre {
    margin: 0 0 10px;
    padding: 5px 10px
}

.blockquote {
    font-size: 15px;
    margin-bottom: 20px
}

    .blockquote .blockquote-footer {
        font-size: 13px;
        font-weight: 300
    }

.lead {
    font-size: 15px;
    font-weight: 400
}

ul {
    padding-left: 15px
}

    ul li {
        line-height: 20px
    }

    ul > ul {
        padding-left: 30px
    }

small {
    font-size: 11px
}

.styled-list {
    list-style: none;
    padding: 0
}

    .styled-list > li {
        line-height: 20px;
        padding-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px dashed rgba(0,0,0,.1)
    }

        .styled-list > li > a {
            color: #242437
        }

        .styled-list > li:last-child {
            border-bottom: 0
        }

body.boxed {
    background: linear-gradient(to top right,#ef5562 0,#fec8a0 100%)
}

    body.boxed > .page {
        width: 1400px;
        margin: 0 auto
    }

    body.boxed.boxed--vspace > .page {
        margin: 50px auto
    }

    body.boxed.boxed--rounded > .page {
        border-radius: 10px
    }

        body.boxed.boxed--rounded > .page.page--w-header > .page__header {
            border-radius: 10px 10px 0 0
        }

        body.boxed.boxed--rounded > .page.page--w-header > .page__container {
            border-radius: 0
        }

        body.boxed.boxed--rounded > .page.page--w-container:not(.page--w-header) > .page__container {
            border-radius: 10px 10px 0 0
        }

        body.boxed.boxed--rounded > .page > .page__content {
            border-radius: 10px
        }

            body.boxed.boxed--rounded > .page > .page__content .page__header {
                border-radius: 0 10px 0 0
            }

            body.boxed.boxed--rounded > .page > .page__content > .page-aside, body.boxed.boxed--rounded > .page > .page__content > .page-aside.page-aside--hidden + .page-sidepanel, body.boxed.boxed--rounded > .page > .page__content > .page-aside > .page-aside-controls {
                border-radius: 0 0 0 10px
            }

                body.boxed.boxed--rounded > .page > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden {
                    width: 10px
                }

        body.boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside, body.boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
            border-radius: 10px 0 0 10px
        }

        body.boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
            border-radius: 10px 10px 0 0
        }

@media (max-width:1199.98px) {
    body.boxed > .page {
        width: 100%
    }

    body.boxed.boxed--rounded > .page {
        border-radius: 0
    }

    body.boxed.boxed--vspace > .page {
        margin: 5px auto;
        padding: 0 5px
    }

        body.boxed.boxed--vspace > .page .page__header {
            width: calc(100% - 10px)
        }
}

body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden, body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden, body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel.page-sidepanel--hidden {
    width: 6px
}

body.indent {
    background: linear-gradient(to right,#c94b4b 0,#4b134f 100%);
    padding: 30px
}

    body.indent.indent--single-header .page--w-header .page__content {
        padding-top: 0;
        margin-top: 90px
    }

    body.indent.indent--single-header .page--w-header.page--w-container .page__container {
        margin-top: 90px
    }

    body.indent.indent--single-header .page--w-header.page--w-container .page__content {
        margin-top: 0
    }

    body.indent.indent--relative-header .page--w-header.page--w-container .page__container, body.indent.indent--relative-header .page--w-header > .page-heading {
        margin-top: 30px
    }

    body.indent.indent--relative-header .page--w-header .page__header {
        position: relative;
        left: auto;
        top: auto
    }

    body.indent.indent--relative-header .page--w-header .page__content {
        padding-top: 0;
        margin-top: 30px
    }

    body.indent.indent--relative-header .page--w-header.page--w-container .page__content {
        padding-top: 0;
        margin-top: 0
    }

    body.indent.indent--single-container .page.page--w-container .page__container {
        margin-bottom: 30px
    }

    body.indent.indent--rounded > .page {
        border-radius: 6px
    }

        body.indent.indent--rounded > .page.page--w-container > .page__header, body.indent.indent--rounded > .page.page--w-header > .page__header {
            border-radius: 6px 6px 0 0
        }

        body.indent.indent--rounded > .page.page--w-container > .page__content, body.indent.indent--rounded > .page.page--w-header > .page__content {
            border-radius: 7px
        }

            body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside, body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside > .page-aside-controls, body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside, body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside > .page-aside-controls {
                border-radius: 0 0 0 6px
            }

                body.indent.indent--rounded > .page.page--w-container > .page__content > .page-aside.page-aside--hidden + .page-sidepanel, body.indent.indent--rounded > .page.page--w-header > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
                    border-radius: 6px 0 0 6px
                }

        body.indent.indent--rounded > .page.page--w-container:not(.page--w-header) > .page__container {
            border-radius: 6px 6px 0 0
        }

        body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content {
            border-radius: 7px
        }

            body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside {
                border-radius: 6px 0 0 6px
            }

                body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside > .page-aside-controls {
                    border-radius: 0 0 0 6px
                }

                body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
                    border-radius: 6px 0 0 6px
                }

            body.indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
                border-radius: 6px 6px 0 0
            }

    body.indent.indent--rounded.indent--relative-header > .page > .page__header, body.indent.indent--rounded.indent--single-header > .page > .page__header {
        border-radius: 6px
    }

    body.indent.indent--rounded.indent--relative-header > .page.page--w-container > .page__container, body.indent.indent--rounded.indent--single-header > .page.page--w-container > .page__container {
        border-radius: 6px 6px 0 0
    }

    body.indent.indent--rounded.indent--relative-header > .page:not(.page--w-container) > .page__content > .page-aside, body.indent.indent--rounded.indent--single-header > .page:not(.page--w-container) > .page__content > .page-aside {
        border-radius: 6px 0 0 6px
    }

    body.indent.indent--rounded.indent--relative-header > .page:not(.page--w-container) > .page__content > .content > .page-heading, body.indent.indent--rounded.indent--single-header > .page:not(.page--w-container) > .page__content > .content > .page-heading {
        border-radius: 6px 6px 0 0
    }

    body.indent.indent--rounded.indent--relative-header.indent--single-container > .page > .page__container, body.indent.indent--rounded.indent--single-container > .page:not(.page--w-header) > .page__container, body.indent.indent--rounded.indent--single-header.indent--single-container > .page > .page__container {
        border-radius: 6px
    }

    body.indent.indent--rounded.indent--single-container > .page > .page__content > .page-aside {
        border-radius: 6px 0 0 6px
    }

    body.indent.indent--rounded.indent--single-container > .page > .page__content > .content > .page-heading {
        border-radius: 6px 6px 0 0
    }

    body.indent.indent--rounded.indent--single-container:not(.indent--single-header):not(.indent--relative-header) > .page.page--w-header > .page__container {
        border-radius: 0 0 6px 6px
    }

    body.indent.indent--shadowed > .page > .page__container {
        z-index: 5
    }

.page__container, .page__header {
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #d7dde3;
    height: 60px
}

@media (max-width:1199.98px) {
    body.indent {
        padding: 5px
    }

        body.indent.indent--single-header .page--w-header .page__content, body.indent.indent--single-header .page--w-header.page--w-container .page__container {
            margin-top: 65px
        }

        body.indent.indent--single-container .page.page--w-container .page__container {
            margin-bottom: 5px
        }
}

html body {
    min-height: 100%
}

    html body > .page {
        min-height: 100vh
    }

.page {
    flex-direction: column
}

.page__container {
    flex: 0 0 auto
}

.page__header {
    position: absolute;
    top: 0;
    width: 100%;
    color: #323c47
}

.page--w-header .page__content, .page--w-header .page__content.page__content--w-aside-fixed > .page-aside {
    padding-top: 60px
}

    .page--w-header .page__content.page__content--w-aside-fixed.page-aside-scrolled > .page-aside {
        padding-top: 0
    }

.page--w-container.page--w-header .page__container {
    margin-top: 60px
}

.page--w-container.page--w-header .page__content.page__content--w-aside-fixed > .page-aside {
    padding-top: 120px
}

.page--w-container .page__content, .page--w-container.page--w-header .page__content.page__content--w-aside-fixed.page-aside-scrolled > .page-aside {
    padding-top: 0
}

.page--w-fixed-header .page__header {
    position: fixed
}

.page--w-fixed-header .page__content.page__content--w-aside-fixed.page-aside-scrolled > .page-aside, .page--w-fixed-header .page__content.page__content--w-aside-fixed > .page-aside {
    padding-top: 60px
}

.page--w-header-inside .page__content > .page-sidepanel > .page-sidepanel-button {
    top: 80px
}

.page--w-header-inside .page__content .page-content-container {
    position: relative;
    padding-top: 60px
}

.page__content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    background: #f6f6f6;
    -moz-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out
}

    .page__content .page-aside {
        position: relative;
        background-color: #fff;
        color: #323c47;
        flex: 0 0 auto;
        width: 250px;
        border-right: 1px solid #d7dde3;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .page__content .page-sidepanel, .rw-btn--nav span:after {
        -moz-transition: width .2s ease-in-out;
        -o-transition: width .2s ease-in-out;
        -webkit-transition: width .2s ease-in-out
    }

    .page__content .page-aside .page-aside-controls {
        display: none
    }

    .page__content .page-aside--w-controls {
        position: relative;
        padding-bottom: 60px
    }

        .page__content .page-aside--w-controls .page-aside-controls {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #fafafa;
            border-top: 1px solid #d7dde3;
            height: 60px;
            width: 100%;
            padding: 10px
        }

    .page__content .page-aside--minimized {
        width: 70px
    }

    .page__content .page-aside--hidden {
        width: 0;
        border-right: 0;
        overflow: hidden
    }

.page__content--w-aside-fixed {
    padding-left: 250px
}

    .page__content--w-aside-fixed.page-aside--minimized {
        padding-left: 70px
    }

    .page__content--w-aside-fixed.page-aside--hidden {
        padding-left: 0
    }

    .page__content--w-aside-fixed > .page-aside {
        position: fixed;
        z-index: 9;
        left: 0;
        top: 0;
        height: 100%
    }

.page__content .page-sidepanel {
    position: relative;
    background: #FFF;
    color: #323c47;
    flex: 0 0 auto;
    width: 250px;
    border-right: 1px solid #d7dde3;
    transition: width .2s ease-in-out
}

.page__content .page-sidepanel__content {
    width: 100%
}

    .page__content .page-sidepanel__content:after {
        content: "";
        display: table;
        clear: both
    }

    .page__content .page-sidepanel__content .content {
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 30px
    }

.page__content .page-sidepanel__button {
    position: absolute;
    z-index: 998;
    width: 10px;
    height: 30px;
    right: -10px;
    top: 20px;
    background: #FFF;
    border: 1px solid #d7dde3;
    border-left-color: #FFF;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -moz-transition: width .1s linear,right .1s linear;
    -o-transition: width .1s linear,right .1s linear;
    -webkit-transition: width .1s linear,right .1s linear;
    transition: width .1s linear,right .1s linear
}

    .page__content .page-sidepanel__button div {
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 4px 3px 0;
        border-color: transparent #323c47 transparent transparent;
        margin: 11px 0;
        opacity: .1;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

.page__content .page-sidepanel__button--lower {
    top: 120px
}

.page__content .page-sidepanel__button:hover div {
    opacity: 1
}

.page__content .page-sidepanel:hover > .page-sidepanel__button {
    width: 16px;
    right: -16px
}

    .page__content .page-sidepanel:hover > .page-sidepanel__button div {
        margin: 11px 3px
    }

.page__content .page-sidepanel--hidden {
    width: 5px
}

    .page__content .page-sidepanel--hidden > .page-sidepanel__content {
        overflow: hidden;
        display: none
    }

    .page__content .page-sidepanel--hidden > .page-sidepanel__button div {
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #323c47;
        opacity: 1
    }

    .page__content .page-sidepanel--hidden:hover > .page-sidepanel__button div {
        margin: 11px 2px 11px 4px
    }

.page__content > .content {
    position: relative;
    flex: 1;
    overflow: hidden
}

    .page__content > .content .container, .page__content > .content .container-fluid {
        padding: 20px
    }

.page__content > .important-container {
    flex: 0 0 auto;
    width: 30%;
    background: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

    .page__content > .important-container .content {
        float: left;
        width: 100%;
        padding: 20px
    }

.page .hideContainerContent > :not(.loading) {
    display: none
}

.fixed-panel {
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 1000;
    background: #FFF;
    border-left: 1px solid #d7dde3;
    color: #20232a;
    right: -300px;
    top: 0;
    padding-top: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    -webkit-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out
}

.page-header-search .form-control, .page-header-search__icon:after {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.fixed-panel__header {
    width: 100%;
    padding: 10px 10px 9px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcfcfc;
    border-bottom: 1px solid #d7dde3
}

    .fixed-panel__header:after {
        content: "";
        display: table;
        clear: both
    }

    .fixed-panel__header .title {
        margin: 0;
        padding: 0;
        float: left;
        line-height: 40px
    }

    .fixed-panel__header .btn {
        float: right
    }

.fixed-panel__content {
    padding: 20px
}

.fixed-panel.show {
    right: 0
}

@media (max-width:767.98px) {
    .page__container {
        height: auto
    }

    .page__content .page-aside {
        width: 100%
    }

    .page__content .page-aside--hidden {
        width: 0
    }

    .page__content .page-aside .button-minimize, .page__content .page-aside:not(.page-aside--hidden) + .page-sidepanel {
        display: none
    }

    .page__content.page__content--w-aside-fixed .content.hideContainerContent .loading {
        z-index: 7
    }

    .page__content.page-aside--minimized .page-aside {
        width: 70px
    }

    .page__content.page-aside--minimized .page-aside--hidden {
        width: 0
    }

    .page__content .page-sidepanel {
        width: calc(100% - 21px)
    }

    .page__content .page-sidepanel--hidden {
        width: 5px
    }
}

@media (max-width:991.98px) {
    .page__content > .important-container {
        width: 100%
    }
}

.page__header {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto
}

    .page__header > .logo-holder {
        flex: 0 0 auto;
        width: 250px
    }

    .page__header > .box {
        flex: 0 0 auto;
        padding: 10px 0 9px
    }

        .page__header > .box .btn, .page__header > .box .user {
            float: left;
            margin-left: 10px
        }

        .page__header > .box .dropdown .dropdown-menu {
            width: 300px;
            padding: 0
        }

            .page__header > .box .dropdown .dropdown-menu .btn {
                margin-left: 0
            }

        .page__header > .box:last-child {
            padding-right: 10px
        }

    .page__header > .box-fluid {
        flex: 1;
        padding: 0
    }

.page-header-title {
    line-height: 20px;
    font-size: 15px;
    margin: 12px 0 1px;
    padding: 0
}

.page-header-search {
    position: relative
}

    .page-header-search .form-control {
        padding-left: 40px;
        width: 250px;
        transition: all .2s ease-in-out
    }

.page-header-search__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px
}

    .page-header-search__icon:after {
        content: " ";
        position: absolute;
        width: 11px;
        height: 11px;
        left: 14px;
        top: 13px;
        border: 2px solid #323c47;
        border-radius: 50%;
        transition: all .2s ease-in-out
    }

    .page-header-search__icon:before {
        content: " ";
        position: absolute;
        width: 5px;
        height: 2px;
        background: #323c47;
        left: 22px;
        top: 23px;
        transform: rotate(45deg);
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.page-header-search--focus .page-header-search__icon {
    cursor: pointer
}

    .page-header-search--focus .page-header-search__icon:after {
        border: 0;
        height: 2px;
        background: #323c47;
        border-radius: 0;
        transform: rotate(-45deg);
        top: 19px;
        left: 16px
    }

    .page-header-search--focus .page-header-search__icon:before {
        width: 11px;
        top: 19px;
        left: 16px
    }

@media (max-width:991.98px) {
    .page-header-search .form-control {
        width: 40px;
        padding-right: 0
    }

    .page-header-search--focus .form-control {
        width: 150px
    }
}

.logo-holder, .logo-holder .logo, .logo-holder .logo-text {
    width: 250px;
    height: 59px;
    float: left
}

.logo-holder {
    position: relative
}

    .logo-holder .logo {
        background: url(../img/logo.png) left top no-repeat;
        background-size: 250px 60px;
        overflow: hidden;
        font-size: 0;
        text-indent: 99999px
    }

@media (min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6 / 2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .logo-holder .logo {
        background-image: url(../img/logo-2x.png);
        background-size: 25rem 6r4em
    }
}

.logo-holder .logo-text {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0 20px 20px;
    color: #242437;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.logo-holder--lg .logo-text, .logo-holder--xl .logo-text {
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center
}

.logo-holder .logo-text:hover {
    text-decoration: none;
    color: #1a1a28
}

.logo-holder .logo-text strong {
    font-weight: 900
}

.logo-holder--xl {
    width: 500px;
    height: 40px
}

    .logo-holder--xl .logo-text {
        width: 500px;
        font-size: 32px
    }

.logo-holder--lg {
    width: 100%;
    height: 40px
}

    .logo-holder--lg .logo-text {
        width: 100%;
        font-size: 24px
    }

.logo-holder--wide, .logo-holder--wide .logo-text {
    width: 100%
}

.logo-holder.text-left.logo-holder--xl .logo-text {
    text-align: left
}

.page .logo-holder .rw-btn {
    position: absolute;
    right: 5px;
    top: 10px
}

@media (max-width:991.98px) {
    .page .logo-holder {
        width: 105px
    }

        .page .logo-holder .logo, .page .logo-holder .logo-text {
            width: 60px;
            overflow: hidden
        }

    .page .logo-holder--lg, .page .logo-holder--lg .logo, .page .logo-holder--lg .logo-text, .page .logo-holder--wide, .page .logo-holder--wide .logo, .page .logo-holder--wide .logo-text, .page .logo-holder--xl, .page .logo-holder--xl .logo, .page .logo-holder--xl .logo-text {
        width: 100%
    }
}

.important-container.login-container {
    position: relative
}

    .important-container.login-container .login-container__buttons {
        position: absolute;
        left: 20px;
        top: 20px
    }

    .important-container.login-container .login-container__buttons--right {
        left: auto;
        right: 20px
    }

    .important-container.login-container > .content {
        width: 100%;
        padding: 0 20%
    }

@media (max-width:1199.98px) {
    .page__content > .important-container.login-container .content {
        padding: 0 15%
    }
}

@media (max-width:991.98px) {
    .page__content > .important-container.login-container {
        width: 100%
    }

        .page__content > .important-container.login-container .content {
            padding: 0 10%
        }
}

.page__content .navigation--minimized, .page__content .page-aside.page-aside--minimized .navigation, .page__content .page-sidepanel.navigation--minimized {
    width: 70px
}

@media (max-width:767.98px) {
    .page__content > .important-container.login-container {
        flex: none;
        display: block;
        padding-top: 80px
    }
}

.page__content .page-aside.navigation--vertical-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.navigation {
    padding: 10px;
    float: left;
    width: 100%;
    position: relative
}

    .navigation .icon {
        width: 20px;
        height: 20px;
        text-align: center;
        margin-right: 10px;
        float: left;
        color: #323c47
    }

        .navigation .icon[class*=' li-'] {
            font-size: 20px
        }

        .navigation .icon[class*=' fa-'] {
            font-size: 14px
        }

        .navigation .icon:before {
            line-height: 20px
        }

    .navigation .text {
        float: left;
        line-height: 18px;
        margin-top: 2px
    }

    .navigation ul > li > a.no-icon {
        position: relative;
        padding-left: 40px
    }

        .navigation ul > li > a.no-icon:after {
            content: " ";
            width: 3px;
            height: 3px;
            background: #323c47;
            position: absolute;
            left: 19px;
            top: 18px
        }

    .navigation ul > li.active > a.no-icon:after {
        background: #ff2d2d
    }

    .navigation ul > li.open > ul {
        max-height: 800px
    }

    .navigation ul > li.openable {
        position: relative
    }

        .navigation ul > li.openable:after {
            content: "";
            display: table;
            clear: both
        }

    .navigation > ul > li ul > li > ul > li > a:after, .page__content .navigation--minimized .navigation > ul > li > a .text, .page__content .page-aside--minimized .navigation > ul > li > a .text {
        display: none
    }

    .navigation ul > li.openable:before {
        position: absolute;
        z-index: 1;
        right: 10px;
        top: 10px;
        font-family: FontAwesome;
        font-size: 14px;
        content: "\f107";
        line-height: 20px
    }

    .navigation ul > li.openable.open:before {
        content: "\f106"
    }

    .navigation > ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0
    }

        .navigation > ul > li {
            float: left;
            width: 100%;
            padding-bottom: 1px
        }

            .navigation > ul > li.title {
                padding: 10px 0 0 10px;
                font-size: 10px;
                line-height: 20px;
                font-weight: 400;
                margin-bottom: 5px;
                color: #91969a;
                text-transform: uppercase
            }

            .navigation > ul > li ul > li > a, .navigation > ul > li > a {
                float: left;
                width: 100%;
                line-height: 20px;
                font-size: 12px;
                text-decoration: none;
                font-weight: 400
            }

            .navigation > ul > li.title:not(:first-child) {
                margin-top: 10px
            }

            .navigation > ul > li > a {
                padding: 10px;
                color: #323c47;
                background: 0 0;
                border-radius: 3px;
                -moz-transition: all .2s ease-in-out,color .2s ease-in-out;
                -o-transition: all .2s ease-in-out,color .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out,color .2s ease-in-out;
                transition: all .2s ease-in-out,color .2s ease-in-out
            }

            .file-tree ul > li > ul, .navigation > ul > li ul {
                max-height: 0;
                -moz-transition: max-height .2s ease-in-out;
                -o-transition: max-height .2s ease-in-out;
                -webkit-transition: max-height .2s ease-in-out
            }

            .navigation > ul > li > a:hover {
                background: rgba(0,0,0,.03);
                color: #272f38
            }

            .navigation > ul > li.active > a {
                background: rgba(0,0,0,.05);
                color: #1d2329
            }

                .navigation > ul > li.active > a .icon {
                    color: #ff2d2d
                }

            .navigation > ul > li ul > li > a, .navigation > ul > li.open > a {
                color: #323c47;
                background: rgba(0,0,0,.05)
            }

            .navigation > ul > li ul {
                float: left;
                width: 100%;
                overflow: hidden;
                list-style: none;
                padding: 0;
                margin: 0;
                transition: max-height .2s ease-in-out
            }

                .horizontal-navigation > ul > li > a, .navigation > ul > li ul > li > a {
                    -o-transition: all .2s ease-in-out;
                    -webkit-transition: all .2s ease-in-out
                }

                .navigation > ul > li ul > li {
                    float: left;
                    width: 100%
                }

                    .navigation > ul > li ul > li > a {
                        padding: 10px;
                        -moz-transition: all .2s ease-in-out;
                        transition: all .2s ease-in-out
                    }

                        .navigation > ul > li ul > li > a:hover {
                            background: rgba(0,0,0,.05);
                            color: #272f38
                        }

                    .navigation > ul > li ul > li:last-child > a {
                        border-radius: 0 0 3px 3px
                    }

                    .navigation > ul > li ul > li.active > a, .navigation > ul > li ul > li.open > a, .navigation > ul > li ul > li > ul > li > a {
                        background: rgba(0,0,0,.07)
                    }

                        .navigation > ul > li ul > li > ul > li > a:hover {
                            background: rgba(0,0,0,.09)
                        }

                    .navigation > ul > li ul > li > ul > li.active > a .text {
                        text-decoration: underline
                    }

            .navigation > ul > li.open > a {
                border-radius: 3px 3px 0 0
            }

    .navigation:first-child:last-child {
        margin-bottom: 0
    }

.navigation--condensed {
    padding: 0
}

    .navigation--condensed > ul > li > a {
        border-radius: 0 !important
    }

    .navigation--condensed > ul > li > ul > li > a {
        border-radius: 0
    }

    .navigation--condensed ul > li.active > a {
        position: relative
    }

        .navigation--condensed ul > li.active > a:before {
            position: absolute;
            content: " ";
            width: 2px;
            height: 100%;
            left: 0;
            top: 0;
            background: #ff2d2d
        }

    .navigation--condensed ul > li:last-child > a {
        border-radius: 0 !important
    }

.navigation + .file-tree {
    padding-top: 0
}

.navigation--quick ul > li > a {
    position: relative;
    padding-left: 30px;
    font-weight: 500
}

    .navigation--quick ul > li > a:after {
        content: " ";
        width: 3px;
        height: 3px;
        background: #ff2d2d;
        position: absolute;
        left: 14px;
        top: 18px
    }

.navigation--custom ul > li.openable:before {
    opacity: .3;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.navigation--custom ul > li.openable.open:before {
    opacity: 1
}

.navigation--custom > ul > li > a .icon {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.navigation--custom > ul > li.openable:before {
    right: 40px
}

.navigation--custom > ul > li.title:not(:first-child) {
    margin-top: 30px
}

.page__content .navigation--minimized .mCustomScrollBox, .page__content .navigation--minimized .mCustomScrollBox .mCSB_container, .page__content .page-aside--minimized .mCustomScrollBox, .page__content .page-aside--minimized .mCustomScrollBox .mCSB_container {
    overflow: visible
}

.page__content .navigation--minimized .navigation--condensed, .page__content .page-aside--minimized .navigation--condensed {
    padding: 10px
}

.page__content .navigation--minimized .navigation > ul > li, .page__content .page-aside--minimized .navigation > ul > li {
    position: relative
}

    .page__content .navigation--minimized .navigation > ul > li > a, .page__content .page-aside--minimized .navigation > ul > li > a {
        padding: 10px;
        text-align: center;
        border-radius: 3px
    }

        .page__content .navigation--minimized .navigation > ul > li > a .icon, .page__content .page-aside--minimized .navigation > ul > li > a .icon {
            margin: 0;
            float: none;
            width: auto;
            height: auto
        }

            .page__content .navigation--minimized .navigation > ul > li > a .icon[class*=' dripicons-'], .page__content .page-aside--minimized .navigation > ul > li > a .icon[class*=' dripicons-'] {
                font-size: 14px
            }

            .horizontal-navigation > ul .icon[class*=' li-'], .page__content .navigation--minimized .navigation > ul > li > a .icon[class*=' li-'], .page__content .page-aside--minimized .navigation > ul > li > a .icon[class*=' li-'] {
                font-size: 20px
            }

            .page__content .navigation--minimized .navigation > ul > li > a .icon:before, .page__content .page-aside--minimized .navigation > ul > li > a .icon:before {
                line-height: 30px
            }

.file-tree .icon, .file-tree ul > li > a, .horizontal-navigation > ul .icon:before, .horizontal-navigation > ul > li > a {
    line-height: 20px
}

.page__content .navigation--minimized .navigation > ul > li > ul, .page__content .page-aside--minimized .navigation > ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    width: 250px;
    z-index: 10;
    padding-left: 5px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

    .page__content .navigation--minimized .navigation > ul > li > ul > li, .page__content .page-aside--minimized .navigation > ul > li > ul > li {
        background: #FFF;
        float: left;
        width: 100%
    }

        .page__content .navigation--minimized .navigation > ul > li > ul > li:first-child, .page__content .navigation--minimized .navigation > ul > li > ul > li:first-child > a, .page__content .page-aside--minimized .navigation > ul > li > ul > li:first-child, .page__content .page-aside--minimized .navigation > ul > li > ul > li:first-child > a {
            border-radius: 3px 3px 0 0
        }

        .page__content .navigation--minimized .navigation > ul > li > ul > li:last-child, .page__content .navigation--minimized .navigation > ul > li > ul > li:last-child > a, .page__content .page-aside--minimized .navigation > ul > li > ul > li:last-child, .page__content .page-aside--minimized .navigation > ul > li > ul > li:last-child > a {
            border-radius: 0 0 3px 3px
        }

    .page__content .navigation--minimized .navigation > ul > li > ul ul, .page__content .page-aside--minimized .navigation > ul > li > ul ul {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none
    }

    .page__content .navigation--minimized .navigation > ul > li > ul.height-control, .page__content .page-aside--minimized .navigation > ul > li > ul.height-control {
        overflow-y: scroll
    }

    .page__content .navigation--minimized .navigation > ul > li > ul.dropup, .page__content .page-aside--minimized .navigation > ul > li > ul.dropup {
        top: auto;
        bottom: 0
    }

.page__content .navigation--minimized .navigation > ul > li:hover > a, .page__content .page-aside--minimized .navigation > ul > li:hover > a {
    background: rgba(0,0,0,.03);
    color: #272f38
}

.page__content .navigation--minimized .navigation > ul > li:hover > ul, .page__content .page-aside--minimized .navigation > ul > li:hover > ul {
    max-height: 500px;
    display: block
}

.page__content .navigation--minimized .navigation > ul > li.openable:before, .page__content .navigation--minimized .navigation > ul > li.title, .page__content .page-aside--minimized .navigation > ul > li.openable:before, .page__content .page-aside--minimized .navigation > ul > li.title {
    display: none
}

.horizontal-navigation > button {
    margin: 10px;
    display: none
}

.horizontal-navigation > ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

    .horizontal-navigation > ul .icon {
        width: 20px;
        height: 20px;
        text-align: center;
        margin-right: 10px;
        float: left;
        color: #323c47
    }

        .horizontal-navigation > ul .icon[class*=' fa-'] {
            font-size: 14px
        }

    .horizontal-navigation > ul .text {
        float: left;
        line-height: 18px;
        margin-top: 2px
    }

    .horizontal-navigation > ul > li {
        float: left;
        position: relative
    }

        .horizontal-navigation > ul > li > a {
            display: block;
            float: left;
            font-size: 12px;
            padding: 10px 15px 9px 10px;
            margin: 10px 0 10px 10px;
            text-decoration: none;
            color: #323c47;
            background: 0 0;
            border-radius: 3px;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .horizontal-navigation > ul > li > a:hover {
                color: #272f38;
                background: rgba(0,0,0,.03)
            }

        .horizontal-navigation > ul > li ul {
            display: none;
            padding: 0;
            margin: -5px 0 0;
            list-style: none;
            position: absolute;
            min-width: 250px;
            left: 10px;
            top: 100%;
            border: 1px solid #d7dde3;
            border-radius: 3px;
            z-index: 1000
        }

            .horizontal-navigation > ul > li ul > li {
                background: #FFF;
                float: left;
                width: 100%;
                position: relative
            }

                .horizontal-navigation > ul > li ul > li > a {
                    float: left;
                    display: block;
                    color: #323c47;
                    font-size: 12px;
                    background: 0 0;
                    border-bottom: 1px dotted #d7dde3;
                    line-height: 20px;
                    padding: 10px;
                    text-decoration: none;
                    width: 100%;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out
                }

                    .horizontal-navigation > ul > li ul > li > a:hover {
                        color: #272f38;
                        background: rgba(0,0,0,.03)
                    }

                .horizontal-navigation > ul > li ul > li:first-child > a {
                    border-radius: 3px 3px 0 0
                }

                .horizontal-navigation > ul > li ul > li:last-child > a {
                    border-radius: 0 0 3px 3px;
                    border-bottom: 0
                }

                .horizontal-navigation > ul > li ul > li ul {
                    top: 0;
                    left: 99%;
                    margin-top: -1px
                }

        .horizontal-navigation > ul > li.title {
            display: none
        }

    .horizontal-navigation > ul li > a.no-icon {
        position: relative;
        padding-left: 40px
    }

        .horizontal-navigation > ul li > a.no-icon:after {
            content: " ";
            width: 3px;
            height: 3px;
            background: #323c47;
            position: absolute;
            left: 19px;
            top: 18px
        }

.file-tree ul, .file-tree ul > li {
    position: relative;
    width: 100%;
    float: left
}

.horizontal-navigation > ul li:hover > a {
    color: #272f38;
    background: rgba(0,0,0,.03)
}

.horizontal-navigation > ul li:hover > ul {
    display: block
}

.horizontal-navigation > ul li.active > a {
    background: rgba(0,0,0,.05);
    color: #1d2329
}

    .horizontal-navigation > ul li.active > a .icon {
        color: #ff2d2d
    }

    .horizontal-navigation > ul li.active > a.no-icon:after {
        background: #ff2d2d
    }

.page__container .horizontal-navigation > ul > li {
    border-radius: 5px
}

.page__container .horizontal-navigation > ul li {
    background: #fff
}

@media (max-width:991.98px) {
    .horizontal-navigation, .horizontal-navigation > ul li {
        float: left;
        width: 100%
    }

        .horizontal-navigation > button {
            display: block
        }

        .horizontal-navigation > ul {
            width: 100%;
            display: none
        }

            .horizontal-navigation > ul li > a {
                width: 100%
            }

            .horizontal-navigation > ul > li {
                border-bottom: 1px dotted #d7dde3
            }

                .horizontal-navigation > ul > li:last-child {
                    border-bottom: 0
                }

                .horizontal-navigation > ul > li > a {
                    width: 100%;
                    margin: 5px 0;
                    padding: 10px 15px
                }

                .horizontal-navigation > ul > li ul {
                    width: 100%;
                    margin-top: 0;
                    left: 0;
                    border: 0;
                    border-bottom: 1px solid #d7dde3
                }

    .horizontal-navigation--show > ul {
        display: block
    }
}

.file-tree {
    padding: 10px;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

    .file-tree .icon[class*=' li-'] {
        font-size: 20px
    }

    .file-tree .icon[class*=' fa-'] {
        font-size: 14px
    }

    .file-tree ul {
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0
    }

        .file-tree ul:after, .file-tree ul > li.folder:before, .file-tree ul > li:after {
            position: absolute;
            content: " "
        }

        .file-tree ul > li > a {
            float: left;
            width: 100%;
            font-size: 12px;
            font-weight: 400;
            color: #323c47;
            padding: 3px 0;
            overflow: hidden;
            -moz-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            -webkit-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .file-tree ul > li > a .text {
                float: left;
                line-height: 18px;
                margin-top: 2px
            }

            .file-tree ul > li > a .icon {
                float: left;
                margin-right: 10px
            }

            .file-tree ul > li > a:hover {
                color: #f90000
            }

        .file-tree ul > li > ul {
            overflow: hidden;
            transition: max-height .2s ease-in-out
        }

        .file-tree ul > li:after {
            width: 10px;
            height: 1px;
            border-top: 1px dotted #d7dde3;
            left: -15px;
            top: 13px;
            z-index: 1
        }

        .file-tree ul > li.folder:before {
            left: -16px;
            top: 11px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3px 0 3px 4px;
            border-color: transparent transparent transparent #323c47;
            z-index: 2
        }

        .file-tree ul > li.open.folder:before {
            border-width: 4px 3px 0;
            border-color: #323c47 transparent transparent;
            left: -17.5px;
            top: 12px
        }

        .file-tree ul > li.open > ul {
            max-height: 500px
        }

        .file-tree ul:after {
            width: 1px;
            height: 100%;
            top: 0;
            left: 5px;
            border-right: 1px dotted #d7dde3
        }

.page-heading {
    width: 100%;
    position: relative;
    background: #fcfcfc;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .page-heading:after {
        content: "";
        display: table;
        clear: both
    }

    .page-heading .page-heading__container {
        display: block;
        padding: 15px 20px;
        float: left;
        position: relative
    }

        .page-heading .page-heading__container .icon {
            line-height: 40px;
            height: 40px;
            float: left;
            margin-right: 10px;
            text-align: left
        }

.backdrop, .loading {
    width: 100%;
    height: 100%
}

.page-heading .page-heading__container .icon [class^=fa-] {
    font-size: 28px
}

.page-heading .page-heading__container .icon [class^=li-] {
    font-size: 30px;
    line-height: 40px
}

.page-heading .page-heading__container .title {
    font-size: 15px;
    margin: 3px 0 0;
    padding: 0;
    line-height: 20px;
    color: #242437;
    font-weight: 500;
    white-space: nowrap
}

.page-heading .page-heading__container .title--sm {
    font-size: 13px;
    font-weight: 500
}

.page-heading .breadcrumb .breadcrumb-item, .tag {
    font-size: 11px
}

.page-heading .page-heading__container .title > a {
    color: #242437
}

    .page-heading .page-heading__container .title > a.active {
        text-decoration: underline
    }

.page-heading .page-heading__container .caption {
    font-weight: 400;
    line-height: 15px;
    color: #91969a;
    white-space: nowrap
}

.page-heading .page-heading__container--center {
    width: 100%;
    text-align: center
}

.page-heading .page-heading__container--left {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 2
}

.page-heading .page-heading__container--right {
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 2
}

.page-heading .page-heading__container.float-right {
    padding-right: 10px
}

.page-heading--transparent {
    background: 0 0;
    border-color: transparent
}

.page-heading .breadcrumb {
    border-top: 1px solid rgba(0,0,0,.1);
    background: #fafafa;
    margin-bottom: 0;
    padding: 5px 20px 4px;
    width: 100%
}

    .page-heading .breadcrumb .breadcrumb-item > a {
        color: #91969a
    }

    .page-heading .breadcrumb .breadcrumb-item.active {
        color: #323c47
    }

    .page-heading .breadcrumb .breadcrumb-item:before {
        color: #91969a
    }

    .page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: "\f105";
        font-family: FontAwesome
    }

.card .page-heading + .card-container {
    top: 20px
}

.page > .page-heading {
    background: 0 0;
    border: 0;
    margin-top: 30px;
    box-shadow: none
}

    .page > .page-heading .page-heading__container {
        padding: 0 20px;
        text-shadow: 0 1px 2px rgba(0,0,0,.3)
    }

        .page > .page-heading .page-heading__container .icon, .page > .page-heading .page-heading__container .title {
            color: #FFF
        }

        .page > .page-heading .page-heading__container p.caption {
            color: #f2f2f2
        }

    .page > .page-heading .breadcrumb {
        background: 0 0;
        border: 0;
        padding-bottom: 0
    }

        .page > .page-heading .breadcrumb .breadcrumb-item > a {
            color: #ccc
        }

        .page > .page-heading .breadcrumb .breadcrumb-item.active {
            color: #f2f2f2
        }

        .page > .page-heading .breadcrumb .breadcrumb-item:before {
            color: #ccc
        }

.backdrop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,.8)
}

.backdrop--mtransparent {
    background: rgba(0,0,0,.1)
}

.backdrop.fadeOut {
    animation: fadeOut .2s linear
}

.loading {
    position: absolute;
    background: rgba(255,255,255,.9);
    left: 0;
    top: 0;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center
}

.divider--dashed:after, .divider--dashed:before, .page-aside--hidden > .loading, .page-sidepanel--hidden > .loading {
    display: none
}

.loading--solid {
    background: #fff
}

.loading > div {
    position: relative;
    width: 20px;
    height: 20px
}

.loading--w-spinner > div .loading-spinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    animation: rotate .5s infinite linear
}

    .loading--w-spinner > div .loading-spinner:before {
        position: absolute;
        left: 3px;
        top: 3px;
        content: " ";
        width: 14px;
        height: 14px;
        border: 2px solid #323c47;
        border-right-color: transparent;
        border-radius: 7px
    }

.loading--text.loading--w-spinner > div {
    padding-left: 25px;
    width: auto
}

.loading--text > div {
    font-size: 11px;
    font-weight: 600;
    line-height: 22px
}

.loading--dark {
    color: #FFF;
    background: rgba(0,0,0,.8)
}

    .loading--dark.loading--w-spinner > div .loading-spinner:before {
        border-color: #FFF transparent #FFF #FFF
    }

    .loading--dark.loading--solid {
        background: #000
    }

.loading.fadeOut {
    animation: fadeOut .2s linear
}

.page__content > .content .loading {
    z-index: 997
}

.preloading {
    max-height: 50px;
    overflow: hidden;
    -moz-transition: max-height .2s ease-in-out;
    -o-transition: max-height .2s ease-in-out;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out
}

    .preloading > div:not(.loading), .preloading > ul {
        opacity: 0;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }

    .preloading.loaded {
        max-height: 1000px
    }

        .preloading.loaded > div:not(.loading), .preloading.loaded > ul {
            opacity: 1
        }

.card.loading-process.card-inner-container--up .card-inner-container {
    z-index: 999
}

.divider {
    width: 100%;
    height: 1px;
    background: #d7dde3;
    margin: 30px 0;
    position: relative
}

    .divider:after, .divider:before {
        position: absolute;
        content: " ";
        left: 50%;
        top: -3px;
        width: 7px;
        height: 7px;
        background: #FFF;
        border: 1px solid #d7dde3;
        margin-left: -10px
    }

    .divider:before {
        margin-left: 0;
        margin-right: -10px
    }

.divider--sm {
    margin: 10px 0
}

.divider--lg {
    margin: 50px 0
}

.divider--dashed {
    background: 0 0;
    border: 1px dashed #d7dde3
}

.divider-text {
    float: left;
    width: 100%;
    border-top: 1px solid #d7dde3;
    border-bottom: 1px solid #d7dde3;
    line-height: 20px;
    color: #242437;
    padding: 5px 20px;
    margin: 30px 0;
    font-weight: 500;
    background: rgba(0,0,0,.05)
}

.divider-text--lg {
    margin: 50px 0
}

.divider-text--sm {
    margin: 10px 0
}

.divider-text--xs {
    margin: 0
}

body.page-loading {
    height: 100%;
    overflow: hidden
}

body .page-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF
}

    body .page-loader:before {
        content: " ";
        position: absolute;
        width: 50%;
        height: 50%;
        left: 25%;
        bottom: -50%;
        border-radius: 50%;
        display: none
    }

body .page-loader--animation:before {
    display: block;
    animation: pageLoaderDefault 2s infinite ease-in-out
}

body .page-loader--animation-primary:before {
    display: block;
    animation: pageLoaderPrimary 2s infinite ease-in-out
}

body .page-loader__spinner {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    border: 2px solid #323c47;
    border-top-color: #FFF;
    animation: rotate .5s infinite linear
}

body .page-loader.fadeOut {
    animation: fadeOut .2s linear
}

.back_to_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background: rgba(32,35,42,.1);
    border-radius: 3px;
    opacity: 0;
    cursor: pointer;
    display: none;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .back_to_top:before {
        content: "\f106";
        font-family: FontAwesome;
        position: absolute;
        line-height: 20px;
        text-align: center;
        width: 100%;
        color: #fff;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

.btn--anon, .btn--icon.btn--icon-stacked span.text, .credit-card {
    font-family: Oswald
}

.list-faq .list-faq-item, .tag[href]:hover {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.back_to_top.show {
    display: block;
    opacity: 1;
    animation: fadeIn .2s ease-in
}

.back_to_top:hover {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(32,35,42,.95)
}

    .back_to_top:hover:before {
        line-height: 40px
    }

.rw-progress {
    float: left;
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0
}

.rw-informative-progress > .text, .tag {
    line-height: 20px;
    padding: 10px 15px;
    font-weight: 500
}

.rw-progress > div {
    background: rgba(0,0,0,.05);
    width: 9%;
    height: 100%;
    margin-right: 1%;
    float: left;
    position: relative
}

    .rw-progress > div.active:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ff2d2d
    }

    .rw-progress > div:first-child, .rw-progress > div:first-child:after {
        border-radius: 3px 0 0 3px
    }

    .rw-progress > div:last-child, .rw-progress > div:last-child:after {
        border-radius: 0 3px 3px 0
    }

.rw-progress--secondary > div.active:after {
    background: #22212f
}

.rw-progress--animation > div {
    opacity: 0
}

    .rw-progress--animation > div.animate {
        animation: fadeIn .2s ease-in;
        opacity: 1
    }

.rw-progress--sm {
    height: 4px;
    margin: 8px 0
}

.tag, .tag--block {
    margin-right: 5px
}

.rw-informative-progress {
    position: relative;
    float: left;
    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    background: rgba(0,0,0,.01)
}

    .rw-informative-progress:after {
        content: "";
        display: table;
        clear: both
    }

    .rw-informative-progress > .bar {
        content: " ";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        min-width: 1%;
        background: rgba(0,0,0,.03)
    }

    .rw-informative-progress > .bar--primary {
        background: rgba(255,45,45,.1)
    }

    .rw-informative-progress > .bar--secondary {
        background: rgba(34,33,47,.1)
    }

    .rw-informative-progress > .bar--success {
        background: rgba(66,140,1,.1)
    }

    .rw-informative-progress > .bar--info {
        background: rgba(0,138,190,.1)
    }

    .rw-informative-progress > .bar--warning {
        background: rgba(254,206,0,.1)
    }

    .rw-informative-progress > .bar--danger {
        background: rgba(186,48,48,.1)
    }

    .rw-informative-progress > .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        color: #323c47;
        z-index: 2
    }

.rw-informative-progress--bordered {
    border: 1px solid rgba(0,0,0,.1)
}

.rw-informative-progress--rounded, .tag {
    border-radius: 3px
}

.rw-informative-progress--bordered > .bar {
    border-right: 1px solid rgba(0,0,0,.05)
}

.tag {
    display: inline-block;
    background: #22212f;
    color: #FFF
}

    .tag[href]:hover {
        color: #FFF;
        text-decoration: none;
        background: #171620;
        transition: all .2s ease-in-out
    }

.tag--transparent {
    background: 0 0;
    border: 1px solid rgba(0,0,0,.1);
    color: #323c47
}

    .tag--transparent[href]:hover {
        background: rgba(0,0,0,.05);
        color: #323c47
    }

.tag--sm {
    padding: 5px 15px;
    margin-bottom: 5px
}

.tag--block {
    float: left
}

.form-control-element {
    position: relative
}

    .form-control-element .form-control {
        padding-left: 40px
    }

    .form-control-element .form-control-element__box {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 30px;
        height: 40px;
        width: 40px;
        text-align: center;
        padding: 5px
    }

        .form-control-element .form-control-element__box > .fa {
            font-size: 14px;
            line-height: 30px
        }

        .form-control-element .form-control-element__box .btn {
            float: left
        }

    .form-control-element .form-control-element__box--pretify {
        width: 30px;
        height: 30px;
        line-height: 20px;
        border: 1px solid rgba(0,0,0,.05);
        top: 5px;
        left: 5px;
        border-radius: 3px
    }

        .form-control-element .form-control-element__box--pretify > .fa {
            line-height: 18px
        }

    .form-control-element.form-control-element--right .form-control {
        padding-left: 9px;
        padding-right: 40px
    }

    .form-control-element.form-control-element--right .form-control-element__box {
        left: auto;
        right: 0
    }

    .form-control-element.form-control-element--right .form-control-element__box--pretify {
        left: auto;
        right: 5px
    }

    .form-control-element.form-control-element--both .form-control {
        padding-left: 40px;
        padding-right: 40px
    }

    .form-control-element.form-control-element--both .form-control-element__box:last-child {
        left: auto;
        right: 0
    }

        .form-control-element.form-control-element--both .form-control-element__box:last-child.form-control-element__box--pretify {
            left: auto;
            right: 5px
        }

.icon-box {
    float: left;
    line-height: 40px;
    min-width: 40px;
    max-height: 40px;
    text-align: center;
    margin: 0
}

    .icon-box > .fa {
        line-height: 40px;
        font-size: 14px
    }

    .icon-box > [class^=li-] {
        line-height: 40px;
        font-size: 20px
    }

.icon-box--sm, .icon-box--sm > .fa {
    line-height: 20px
}

.icon-box--inline {
    display: inline-block;
    float: none
}

.icon-box--sm {
    min-width: 20px
}

.icon-box--lg > .fa {
    font-size: 28px
}

.icon-box--xlg {
    line-height: 80px;
    min-width: 80px;
    max-height: 80px
}

    .icon-box--xlg > .fa {
        line-height: 80px;
        font-size: 42px
    }

    .icon-box--xlg > [class^=li-] {
        font-size: 40px;
        line-height: 80px
    }

.icon-box--bordered {
    border: 1px solid rgba(0,0,0,.1)
}

.icon-box--rounded {
    border-radius: 3px
}

.icon-box--circle {
    border-radius: 50%
}

.icon-box[href] {
    text-decoration: none;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

    .icon-box[href]:hover {
        background: rgba(0,0,0,.03)
    }

.credit-card, .list-faq .list-faq-item {
    background: #FFF;
    width: 100%;
    float: left
}

.credit-card {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px
}

.credit-card__number {
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0
}

    .credit-card__number > div {
        padding: 0;
        text-align: center
    }

        .credit-card__number > div:first-child {
            text-align: left
        }

        .credit-card__number > div:last-child {
            text-align: right
        }

.list-faq {
    float: left;
    width: 100%
}

    .list-faq .list-faq-item {
        margin-bottom: 10px;
        border-radius: 3px;
        border: 1px dashed rgba(0,0,0,.1);
        transition: all .2s ease-in-out
    }

.user > .user__name a, .widget--button {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.list-faq .list-faq-item .list-faq-item-title {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 45px;
    line-height: 20px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    position: relative
}

    .list-faq .list-faq-item .list-faq-item-title:after {
        position: absolute;
        content: "\e996";
        font-family: linearicons;
        left: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #323c47
    }

.list-faq .list-faq-item .list-faq-item-content {
    float: left;
    width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden
}

    .list-faq .list-faq-item .list-faq-item-content .list-faq-highlight {
        color: #428c01;
        text-decoration: underline
    }

.list-faq .list-faq-item.open {
    border-style: solid;
    background: #fafafa
}

    .list-faq .list-faq-item.open .list-faq-item-title:after {
        content: "\e995"
    }

    .list-faq .list-faq-item.open .list-faq-item-content {
        padding: 5px 15px 15px;
        max-height: 500px
    }

.list-faq .list-faq-item:hover {
    background: #fafafa
}

.list-faq .list-faq-item:last-child {
    margin-bottom: 0
}

.timeline {
    padding: 0;
    float: left;
    width: 100%
}

.timeline__item {
    float: left;
    width: 100%;
    padding-left: 70px;
    position: relative;
    padding-bottom: 30px
}

    .timeline__item > .user {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2
    }

        .timeline__item > .user > img {
            width: 45px;
            height: 45px;
            padding: 2px;
            border: 1px solid rgba(0,0,0,.1);
            background: #FFF
        }

    .timeline__item > .dot, .timeline__item > .dot:before {
        left: 13px;
        background: rgba(0,0,0,.1);
        position: absolute
    }

    .timeline__item > .user--rounded > img {
        border-radius: 50%
    }

    .timeline__item > .dot {
        top: 13px;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        z-index: 2
    }

        .timeline__item > .dot:before {
            content: " ";
            top: 11px;
            width: 20px;
            height: 1px;
            z-index: 1
        }

        .timeline__item > .dot:after {
            content: " ";
            position: absolute;
            width: 11px;
            height: 11px;
            background: #FFF;
            border-radius: 50%;
            top: 5px;
            left: 5px;
            z-index: 3
        }

        .timeline__item > .dot.dot-primary:after {
            background: #ff2d2d
        }

        .timeline__item > .dot.dot-info:after {
            background: #008abe
        }

        .timeline__item > .dot.dot-success:after {
            background: #428c01
        }

        .timeline__item > .dot.dot-warning:after {
            background: #fece00
        }

        .timeline__item > .dot.dot-danger:after {
            background: #ba3030
        }

    .timeline__item > .content {
        padding: 12px 20px;
        float: left;
        width: 100%;
        background: #FFF;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 3px
    }

        .timeline__item > .content .title {
            margin-bottom: 5px;
            float: left;
            width: 100%;
            color: #323c47
        }

            .timeline__item > .content .title > a {
                font-weight: 500
            }

        .timeline__item > .content strong {
            font-weight: 500;
            color: #242437
        }

        .timeline__item > .content .comments {
            position: relative;
            float: left;
            width: 100%;
            margin-bottom: 10px;
            border: 1px solid rgba(0,0,0,.1)
        }

            .timeline__item > .content .comments .total {
                float: left;
                width: 100%;
                line-height: 30px;
                background: rgba(0,0,0,.05);
                padding: 10px 20px;
                border-bottom: 1px solid rgba(0,0,0,.1);
                font-weight: 500
            }

            .timeline__item > .content .comments .comment {
                float: left;
                width: 100%;
                padding: 15px 20px;
                background: rgba(0,0,0,.03);
                border-bottom: 1px dashed rgba(0,0,0,.1)
            }

                .timeline__item > .content .comments .comment:last-child {
                    border-bottom: 0
                }

            .timeline__item > .content .comments .form {
                display: block;
                float: left;
                background: rgba(0,0,0,.05);
                padding: 15px;
                width: 100%
            }

    .timeline__item:after, .timeline__item:before {
        position: absolute;
        z-index: 1;
        content: " ";
        background: rgba(0,0,0,.1)
    }

    .timeline__item:after {
        width: 26px;
        height: 1px;
        left: 45px;
        top: 24px
    }

    .timeline__item:before {
        width: 1px;
        height: 100%;
        left: 23px;
        top: 0
    }

.timeline__more {
    float: left;
    width: 100%;
    height: 50px;
    position: relative
}

    .timeline__more > a {
        position: absolute;
        width: 45px;
        height: 45px;
        background: #FFF;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 50%;
        line-height: 32px;
        font-size: 21px;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
        color: #323c47
    }

        .timeline__more > a:hover {
            color: #242437;
            background: #F5F5F5
        }

.timeline--right .timeline__item {
    padding-left: 0 !important;
    padding-right: 70px
}

    .timeline--right .timeline__item > .user {
        left: auto;
        right: 0
    }

    .timeline--right .timeline__item:after {
        left: auto;
        right: 45px
    }

    .timeline--right .timeline__item:before {
        left: auto;
        right: 23px
    }

.timeline--right .timeline__more > a {
    right: 0
}

.timeline--right.timeline--simple .timeline__item {
    padding-right: 45px
}

    .timeline--right.timeline--simple .timeline__item > .dot, .timeline--right.timeline--simple .timeline__item > .dot:before {
        left: auto;
        right: 13px
    }

.timeline--simple .timeline__item {
    padding-left: 45px;
    padding-bottom: 15px
}

    .timeline--simple .timeline__item:after {
        display: none
    }

    .timeline--simple .timeline__item:last-child {
        padding-bottom: 0
    }

.widget {
    display: block;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: #323c47;
    position: relative
}

    .widget--box .widget__container:after, .widget:after, .widget__line:after {
        display: table;
        content: "";
        clear: both
    }

.widget__icon_layer {
    width: 100%;
    text-align: left;
    padding: 10px
}

    .widget__icon_layer span {
        line-height: 80px;
        font-size: 80px;
        color: rgba(50,60,71,.05)
    }

.widget__icon, .widget__icon span {
    line-height: 40px
}

.widget__icon_layer--middle {
    text-align: center
}

.widget__icon_layer--right {
    text-align: right
}

.widget__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px
}

.widget__subtitle, .widget__title {
    padding-left: 50px;
    line-height: 20px
}

.widget__line {
    float: left;
    width: 100%
}

.widget__icon {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #242437
}

    .widget__icon span[class^=li-] {
        font-size: 40px
    }

.widget__title {
    font-weight: 700;
    color: #242437
}

.widget__subtitle {
    font-weight: 400;
    color: #91969a
}

.widget__box {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.widget__box--top {
    bottom: auto;
    top: 10px
}

.widget__box--left {
    right: auto;
    left: 10px
}

.widget__informer {
    line-height: 20px;
    font-weight: 400;
    border-radius: 3px;
    padding: 5px 10px;
    background: rgba(0,0,0,.05)
}

.widget--items-middle .widget__container {
    padding: 30px 10px
}

.widget--items-middle .widget__box {
    bottom: auto;
    top: 35px
}

.widget--box .widget__container {
    position: relative;
    left: auto;
    top: auto
}

    .informer, .widget--box .widget__container .widget__icon span {
        display: block
    }

    .widget--box .widget__container .widget__icon {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 10px 0
    }

    .widget--box .widget__container .widget__subtitle, .widget--box .widget__container .widget__title {
        padding: 0;
        float: left;
        width: 100%;
        text-align: center
    }

.widget--button {
    border: 1px dashed #91969a;
    background: 0 0;
    transition: all .2s ease-in-out
}

    .widget--button .widget__icon {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px;
        color: #91969a;
        -moz-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

    .informer, .widget--button:hover .widget__icon {
        color: #323c47
    }

    .widget--button:hover {
        background: #FFF;
        border: 1px dashed #323c47
    }

@media (max-width:991.98px) {
    .timeline .timeline__item > .content .comments {
        overflow-x: hidden
    }

        .timeline .timeline__item > .content .comments .comment {
            overflow-x: scroll
        }

    .widget {
        margin-bottom: 10px
    }
}

.card > .widget .widget__title {
    font-size: 14px
}

.card > .widget .widget__container {
    padding-left: 20px;
    padding-right: 20px
}

.card > .widget .widget__box {
    right: 20px
}

    .card > .widget .widget__box.widget__box--left {
        right: auto;
        left: 20px
    }

.card > .widget:first-child {
    border-radius: 3px 3px 0 0
}

.card > .widget:not(:first-child) {
    border-radius: 0
}

.card > .widget:last-child {
    border-radius: 0 0 3px 3px
}

.informer {
    background: #FFF;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    position: relative;
    height: 100%
}

    .informer:after {
        content: "";
        display: table;
        clear: both
    }

.informer__wrapper {
    float: left;
    width: 100%;
    text-align: center
}

.informer__num {
    float: left;
    width: 100%;
    padding: 15px 10px 0;
    font-family: Oswald,sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #242437
}

.informer__title {
    float: left;
    width: 100%;
    padding: 0 10px 15px;
    font-size: 13px;
    color: #91969a;
    font-weight: 400
}

.informer__icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #242437
}

.user > .user__button, .user > img {
    width: 20px;
    height: 20px;
    float: left
}

.informer__icon span[class^=li-] {
    display: block;
    line-height: 70px;
    font-size: 40px
}

.user-group:after, .user:after {
    content: "";
    display: table;
    clear: both
}

.informer--icon .informer__wrapper {
    padding-left: 70px;
    text-align: left
}

.informer--icon-right .informer__wrapper {
    padding-left: 10px;
    padding-right: 70px
}

.user > .user__button + .user__title, .user > img + .user__name {
    padding-left: 30px
}

.informer--icon-right .informer__icon {
    left: auto;
    right: 0
}

.user > .user__name {
    white-space: nowrap
}

    .user > .user__name strong {
        font-weight: 500
    }

    .user > .user__name a {
        color: #323c47;
        text-decoration: none;
        transition: all .2s ease-in-out
    }

.navigation .user--w-lineunder .user__lineunder .buttons .button, .user > .user__button {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    line-height: 20px;
    text-align: center
}

.user > .user__name a:hover {
    color: #272f38
}

.user > .user__button {
    border: 1px dashed #d7dde3;
    color: #323c47;
    font-size: 10px;
    background: #FFF;
    transition: all .2s ease-in-out
}

    .user > .user__button:hover {
        background: #fafafa;
        color: #272f38
    }

.user.user--lg > img {
    width: 40px;
    height: 40px
}

    .user.user--lg > img + .user__name {
        padding-left: 50px
    }

.user.user--lg > .user__button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

    .user.user--lg > .user__button + .user__title {
        padding-top: 10px;
        padding-left: 50px
    }

.user.user--xlg > img {
    width: 60px;
    height: 60px
}

    .user.user--xlg > img + .user__name {
        padding-left: 75px
    }

.user.user--xlg > .user__button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px
}

    .user.user--xlg > .user__button + .user__title {
        padding-top: 20px;
        padding-left: 70px
    }

.user.user--huge > img {
    width: 80px;
    height: 80px
}

    .user.user--huge > img + .user__name {
        padding-left: 95px
    }

.user.user--huge > .user__button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px
}

    .user.user--huge > .user__button + .user__title {
        padding-left: 90px
    }

.user.user--bordered > img {
    box-shadow: 0 0 0 2px #d7dde3
}

.user.user--rounded > .user__button, .user.user--rounded > img {
    border-radius: 50%
}

.user.user--centred {
    text-align: center
}

    .user.user--centred > img {
        float: none;
        margin-bottom: 10px
    }

        .user.user--centred > img + .user__name {
            padding-left: 0
        }

.user.user--controls .user__name {
    padding-right: 30px;
    position: relative
}

    .user.user--controls .user__name .user__controls {
        position: absolute;
        right: 0;
        top: 5px
    }

.user-group .user {
    float: left;
    margin-left: -5px
}

.user-group .user--lg {
    margin-left: -15px
}

.user-group .user--xlg {
    margin-left: -25px
}

.user-group .user--huge {
    margin-left: -45px
}

.user-group .user:first-child {
    margin-left: 0
}

.user-group--bordered .user img {
    box-shadow: 0 0 0 2px #FFF
}

.table .user--lg {
    height: 40px
}

.navigation .user--lg {
    padding: 10px 0 10px 10px
}

.navigation .user--huge {
    padding: 15px 0
}

.navigation .user--w-lineunder {
    padding: 10px 0 35px 10px;
    margin-bottom: 20px
}

    .navigation .user--w-lineunder .user__lineunder {
        height: 30px;
        width: 100%;
        background: #fafafa;
        border-top: 1px solid rgba(0,0,0,.05);
        border-bottom: 1px solid rgba(0,0,0,.05);
        line-height: 20px;
        padding: 4px 0 4px 20px;
        position: absolute;
        left: 0;
        top: 70px;
        font-size: 11px
    }

        .navigation .user--w-lineunder .user__lineunder .text {
            color: #91969a;
            float: left;
            line-height: 20px;
            margin: 0
        }

        .navigation .user--w-lineunder .user__lineunder .buttons {
            position: absolute;
            right: 15px;
            top: 4px
        }

            .navigation .user--w-lineunder .user__lineunder .buttons .dropdown {
                float: left;
                display: none
            }

            .navigation .user--w-lineunder .user__lineunder .buttons .button {
                float: left;
                width: 20px;
                height: 20px;
                font-family: FontAwesome;
                font-size: 14px;
                color: #91969a;
                cursor: pointer;
                margin-left: 4px;
                background: rgba(0,0,0,.03);
                border: 0;
                padding: 0;
                outline: 0;
                transition: all .2s ease-in-out
            }

                .navigation .user--w-lineunder .user__lineunder .buttons .button:hover {
                    background: rgba(0,0,0,.05)
                }

                .navigation .user--w-lineunder .user__lineunder .buttons .button:first-child {
                    margin-left: 0
                }

                .navigation .user--w-lineunder .user__lineunder .buttons .button.button-minimize:after {
                    content: "\f104"
                }

                .navigation .user--w-lineunder .user__lineunder .buttons .button.button-minimize.active:after {
                    content: "\f105"
                }

                .navigation .user--w-lineunder .user__lineunder .buttons .button.button-settings {
                    font-size: 10px
                }

                    .navigation .user--w-lineunder .user__lineunder .buttons .button.button-settings:after {
                        content: "\f013"
                    }

.navigation.navigation--condensed .user--w-lineunder {
    padding: 20px 10px 35px
}

    .navigation.navigation--condensed .user--w-lineunder .user__lineunder {
        padding-left: 10px
    }

        .navigation.navigation--condensed .user--w-lineunder .user__lineunder .buttons {
            right: 10px
        }

.navigation--minimized .navigation .user--huge, .navigation--minimized .navigation .user--lg, .page-aside--minimized .navigation .user--huge, .page-aside--minimized .navigation .user--lg {
    padding: 10px 5px 15px
}

.navigation--minimized .navigation .user--w-lineunder, .page-aside--minimized .navigation .user--w-lineunder {
    padding: 10px 5px 35px;
    margin-bottom: 20px
}

    .navigation--minimized .navigation .user--w-lineunder .user__lineunder, .page-aside--minimized .navigation .user--w-lineunder .user__lineunder {
        width: 69px;
        padding: 4px 10px
    }

        .navigation--minimized .navigation .user--w-lineunder .user__lineunder .buttons, .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .buttons {
            right: 0;
            width: 100%;
            text-align: center
        }

            .navigation--minimized .navigation .user--w-lineunder .user__lineunder .buttons .dropdown, .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .buttons .dropdown {
                float: none;
                display: inline-block;
                outline: 0
            }

            .navigation--minimized .navigation .user--w-lineunder .user__lineunder .buttons .button, .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .buttons .button {
                display: inline-block;
                float: none
            }

        .navigation--minimized .navigation .user--w-lineunder .user__lineunder .text, .navigation--minimized .navigation .user > img + .user__name, .page-aside--minimized .navigation .user--w-lineunder .user__lineunder .text, .page-aside--minimized .navigation .user > img + .user__name {
            display: none
        }

.navigation--minimized .navigation .user > img, .page-aside--minimized .navigation .user > img {
    width: 40px;
    height: 40px;
    margin-bottom: 0
}

.rw-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer
}

.rw-btn--nav span {
    float: left;
    display: block;
    position: relative;
    margin: 9px 0;
    width: 20px;
    height: 2px;
    background: #323c47;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .rw-btn--nav span:after, .rw-btn--nav span:before {
        position: absolute;
        background: #323c47;
        height: 2px;
        content: " ";
        right: 0
    }

    .rw-btn--nav span:after {
        top: -6px;
        width: 15px;
        transition: width .2s ease-in-out
    }

    .rw-btn--nav span:before {
        top: 6px;
        width: 20px;
        -moz-transition: width .2s ease-in-out;
        -o-transition: width .2s ease-in-out;
        -webkit-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out
    }

.rw-btn--card, .rw-btn--card > div {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.rw-btn--nav.active span:after, .rw-btn--nav:hover span:after {
    width: 20px
}

.rw-btn--card {
    width: 30px;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    position: relative;
    transition: all .2s ease-in-out
}

    .rw-btn--card > div {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -1px;
        margin-top: -1px;
        width: 3px;
        height: 3px;
        border: 1px solid #91969a;
        transition: all .2s ease-in-out
    }

        .rw-btn--card > div:after, .rw-btn--card > div:before {
            position: absolute;
            content: " ";
            left: -1px;
            top: -6px;
            width: 3px;
            height: 3px;
            border: 1px solid #91969a;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .rw-btn--card > div:after {
            top: 4px
        }

    .rw-btn--card:hover {
        background: rgba(0,0,0,.05)
    }

    .rw-btn--card.rw-btn--lg {
        width: 40px;
        height: 40px;
        padding: 10px
    }

.dropdown.show .rw-btn--card {
    background: rgba(0,0,0,.03)
}

    .dropdown.show .rw-btn--card > div {
        width: 15px;
        height: 1px;
        transform: rotate(45deg);
        margin-left: -7px;
        margin-top: 0;
        background: #323c47;
        border: 0
    }

        .dropdown.show .rw-btn--card > div:before {
            width: 15px;
            height: 1px;
            left: 0;
            top: 0;
            transform: rotate(90deg);
            background: #323c47;
            border: 0
        }

.rw-accordion, .rw-accordion__header, .rw-accordion__item {
    width: 100%;
    float: left
}

.dropdown.show .rw-btn--card > div:after {
    opacity: 0
}

.page-content .page-aside.page-aside-minimized .page-aside-controls .rw-btn {
    margin-right: 5px
}

.rw-accordion__item {
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: #FFF
}

    .rw-accordion__item.open .rw-accordion__header {
        border-bottom: 1px solid rgba(0,0,0,.1);
        max-height: 800px
    }

    .rw-accordion__item.open .rw-accordion__pointer:after {
        content: "\f068"
    }

    .rw-accordion__item.open .rw-accordion__content {
        padding: 20px;
        height: auto
    }

.rw-accordion__header {
    padding: 20px;
    line-height: 20px;
    background: rgba(0,0,0,.03);
    cursor: pointer
}

.rw-accordion__title {
    float: left;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 15px
}

.rw-accordion__pointer {
    float: left;
    margin-right: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: relative
}

    .rw-accordion__pointer:after {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        font-family: FontAwesome;
        content: "\f067";
        line-height: 20px;
        text-align: center;
        width: 20px
    }

.rw-accordion__content {
    float: left;
    width: 100%;
    overflow-y: hidden;
    padding: 0 20px;
    height: 0
}

.rw-accordion--w-animation .rw-accordion__content {
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.rw-compact-gallery > li, .switch span {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.rw-accordion--merged .rw-accordion__item {
    margin-bottom: 0
}

    .rw-accordion--merged .rw-accordion__item:first-of-type {
        border-radius: 3px 3px 0 0;
        border-bottom: 0
    }

    .rw-accordion--merged .rw-accordion__item:not(:first-of-type):not(:last-of-type) {
        border-radius: 0;
        border-bottom: 0
    }

    .rw-accordion--merged .rw-accordion__item:last-of-type {
        border-radius: 0 0 3px 3px
    }

.rw-accordion--flush .rw-accordion__item {
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

    .rw-accordion--flush .rw-accordion__item:first-of-type, .rw-accordion--flush .rw-accordion__item:last-of-type {
        border-radius: 0
    }

.rw-accordion--condensed .rw-accordion__header {
    padding: 10px 20px
}

.rw-accordion--condensed .rw-accordion__title {
    font-size: 13px
}

.rw-compact-gallery {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

    .rw-compact-gallery:after {
        content: "";
        display: table;
        clear: both
    }

    .rw-compact-gallery > li {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        cursor: pointer;
        opacity: 0;
        box-shadow: 0 3px 6px rgba(0,0,0,.1);
        border-radius: 3px;
        transition: all .2s ease-in-out;
        -moz-transform: scale(.85);
        -o-transform: scale(.85);
        -ms-transform: scale(.85);
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }

        .rw-compact-gallery > li:nth-child(1) {
            z-index: 3;
            opacity: 1;
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .rw-compact-gallery > li:nth-child(2) {
            z-index: 2;
            top: -15px;
            opacity: .9;
            -moz-transform: scale(.95);
            -o-transform: scale(.95);
            -ms-transform: scale(.95);
            -webkit-transform: scale(.95);
            transform: scale(.95)
        }

        .rw-compact-gallery > li:nth-child(3) {
            z-index: 1;
            top: -28px;
            opacity: .8;
            -moz-transform: scale(.9);
            -o-transform: scale(.9);
            -ms-transform: scale(.9);
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }

.rw-compact-gallery--noshadow > li {
    box-shadow: none
}

.rw-compact-gallery-horizontal {
    float: left;
    width: 100%;
    padding-right: 30px
}

    .rw-compact-gallery-horizontal > .rw-compact-gallery {
        margin-top: 0
    }

        .rw-compact-gallery-horizontal > .rw-compact-gallery > li {
            top: 0;
            left: auto;
            right: 0
        }

            .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(1) {
                right: 0
            }

            .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(2) {
                right: -24px
            }

            .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(3) {
                right: -45px
            }

            .rw-compact-gallery-horizontal > .rw-compact-gallery > li:nth-child(4) {
                right: -72px
            }

    .rw-compact-gallery-horizontal.dir-left {
        padding-right: 0;
        padding-left: 30px
    }

        .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li {
            left: 0;
            right: auto
        }

            .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(1) {
                left: 0
            }

            .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(2) {
                left: -24px
            }

            .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(3) {
                left: -45px
            }

            .rw-compact-gallery-horizontal.dir-left > .rw-compact-gallery > li:nth-child(4) {
                left: -72px
            }

.switch {
    cursor: pointer;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 5px 0
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0)
    }

        .switch input:checked + span:after {
            left: 16px
        }

        .switch input:checked + span {
            background-color: #428c01
        }

        .switch input:disabled + span {
            opacity: .5
        }

            .switch input:disabled + span:after {
                box-shadow: none;
                border: 1px solid #d7dde3
            }

    .switch span {
        position: relative;
        width: 45px;
        height: 30px;
        border-radius: 30px;
        background-color: #ba3030;
        border: 1px solid rgba(0,0,0,.1);
        display: inline-block;
        transition: all .2s ease-in-out;
        left: 0
    }

        .switch span:after {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 26px;
            top: 1px;
            bottom: 1px;
            left: 1px;
            border-radius: 25px;
            box-shadow: 1px 1px 2px rgba(0,0,0,.1);
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

.card-group .card, .custom-control .custom-control-input:focus ~ .custom-control-label:before, .custom-file .custom-file-input:focus ~ .custom-file-label {
    box-shadow: none
}

.switch.switch-lg {
    height: 35px;
    line-height: 35px;
    margin: 0 !important
}

    .switch.switch-lg input:checked + span:after {
        left: 27px
    }

    .switch.switch-lg span {
        width: 60px;
        height: 35px;
        border-radius: 30px
    }

        .switch.switch-lg span:after {
            width: 30px
        }

.switch.switch-sm {
    height: 20px;
    line-height: 20px;
    margin: 10px 0
}

    .switch.switch-sm input:checked + span:after {
        left: 16px
    }

    .switch.switch-sm span {
        width: 35px;
        height: 20px;
        border-radius: 10px
    }

        .switch.switch-sm span:after {
            width: 16px
        }

.form-group {
    margin-bottom: 15px
}

    .form-group .col-form-legend {
        font-weight: 500;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .form-group label {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 12px;
        color: #323c47
    }

        .form-group label.col-form-label {
            margin-bottom: 0;
            line-height: 20px;
            padding-top: 10px;
            padding-bottom: 10px
        }

    .form-group .form-text {
        margin-top: 5px;
        font-size: 11px;
        font-weight: 400;
        color: #91969a
    }

.form-control, legend {
    font-size: 13px
}

.form-group .form-text--primary {
    background: #ff2d2d;
    color: #FFF;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px
}

.form-group .custom-control {
    margin-bottom: 0
}

    .form-group .custom-control .custom-control-description {
        font-weight: 400
    }

.form-control {
    line-height: 20px;
    padding: 9px;
    border-color: #d7dde3;
    background: #fff;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .form-control:focus {
        box-shadow: none;
        border-color: #2c9fdd
    }

    .form-control [readonly], .form-control:disabled {
        color: #91969a;
        background: #f2f2f2
    }

select.form-control:not([size]):not([multiple]) {
    height: 40px
}

.input-group-sm > .input-group-append > select.btn, .input-group-sm > .input-group-append > select.input-group-text, .input-group-sm > .input-group-prepend > select.btn, .input-group-sm > .input-group-prepend > select.input-group-text, .input-group-sm > select.form-control, select.form-control-sm {
    height: auto
}

.form-check {
    margin-bottom: 5px
}

    .form-check label {
        font-size: 12px
    }

.form-inline .form-group label {
    margin-bottom: 0
}

.form-inline .form-group .form-text {
    margin-top: 0
}

.custom-control {
    margin-bottom: 10px;
    padding-left: 30px
}

    .custom-control .custom-control-input:checked ~ .custom-control-label:before {
        background-color: #2c9fdd
    }

    .custom-control .custom-control-input:active ~ .custom-control-label:before {
        background-color: #b0dbf2
    }

    .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
        background-color: #f2f2f2
    }

    .custom-control .custom-control-label {
        font-size: 12px;
        line-height: 20px
    }

        .custom-control .custom-control-label:before {
            background-color: #f2f2f2;
            width: 20px;
            height: 20px;
            top: 0;
            left: -30px;
            -moz-transition: background .2s ease-in-out;
            -o-transition: background .2s ease-in-out;
            -webkit-transition: background .2s ease-in-out;
            transition: background .2s ease-in-out
        }

        .custom-control .custom-control-label:after {
            top: 0;
            left: -30px;
            width: 20px;
            height: 20px
        }

.custom-select {
    line-height: 20px;
    font-size: 13px;
    padding: 9px 30px 9px 9px;
    border-color: #d7dde3;
    border-radius: 3px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.card .card-body div.card-title, .card .card-header .card-title {
    font-size: 15px;
    font-weight: 500
}

.custom-file .custom-file-input {
    height: 40px
}

.custom-file .custom-file-label, .custom-file .custom-file-label:after {
    height: auto;
    padding: 9px;
    line-height: 20px
}

.card {
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .card .card-header {
        background: rgba(0,0,0,.05);
        border-color: rgba(0,0,0,.1);
        padding: 15px 20px
    }

        .card .card-header .card-title {
            margin-bottom: 0;
            color: #242437;
            float: left
        }

    .card .card-body {
        padding: 20px
    }

        .card .card-body .card-title {
            margin-bottom: 10px;
            color: #242437
        }

        .card .card-body .card-subtitle {
            margin-top: -5px;
            margin-bottom: 10px;
            color: #91969a
        }

        .card .card-body .navigation {
            padding: 0
        }

        .card .card-body .navigation--minimized .navigation {
            padding: 10px
        }

        .card .card-body .card-inner-container {
            background: rgba(0,0,0,.05);
            border-radius: 3px;
            padding: 20px;
            margin-bottom: 20px;
            border: 1px dashed rgba(0,0,0,.1)
        }

        .card .card-body .card-inner-container--light {
            background: #FFF
        }

    .card .card-footer {
        background: rgba(0,0,0,.05);
        border-color: rgba(0,0,0,.1);
        padding: 15px 20px
    }

    .card > .table {
        margin-bottom: 0
    }

    .card .card-container {
        position: absolute;
        right: 20px;
        top: 25px;
        z-index: 1
    }

    .card.card-inner-container--up {
        margin-top: 40px
    }

        .card.card-inner-container--up .card-inner-container {
            position: absolute;
            top: -40px;
            width: calc(100% - 40px);
            border: 1px solid rgba(0,0,0,.1)
        }

        .card.card-inner-container--up .card-body {
            padding-top: 60px
        }

        .card.card-inner-container--up .card-container {
            right: 40px;
            top: -15px
        }

.card--expanded {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    border: 0
}

    .card--expanded .card-body {
        flex: 0
    }

    .card--expanded.card-inner-container--up {
        margin-top: 0
    }

        .card--expanded.card-inner-container--up .card-body {
            padding-top: 20px
        }

        .card--expanded.card-inner-container--up .card-inner-container {
            width: 100%;
            margin-top: 0;
            position: relative;
            top: 0;
            margin-bottom: 30px
        }

        .card--expanded.card-inner-container--up .card-container {
            top: 45px
        }

.card .card-preview-holder {
    position: relative
}

    .card .card-preview-holder .card-preview-layer {
        border-radius: 3px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0);
        -moz-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out
    }

        .card .card-preview-holder .card-preview-layer div {
            float: none;
            position: absolute;
            z-index: 3;
            left: 50%;
            top: 50%;
            margin: -20px 0 0 -20px;
            color: #FFF;
            opacity: 0;
            border-radius: 3px;
            background: rgba(0,0,0,.8)
        }

    .card .card-preview-holder:hover .card-preview-layer {
        background: rgba(255,255,255,.6)
    }

        .card .card-preview-holder:hover .card-preview-layer div {
            opacity: 1
        }

.card-img-overlay {
    padding: 15px
}

.card-deck, .card-group {
    margin-bottom: 30px
}

.card-header-tabs {
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0
}

.nav-tabs .nav-link {
    color: #323c47;
    padding: 9px 20px
}

    .nav-tabs .nav-link:active:not(.active), .nav-tabs .nav-link:hover:not(.active) {
        border-color: transparent;
        outline: 0
    }

    .nav-tabs .nav-link:focus:not(.active) {
        border-color: transparent
    }

    .nav-tabs .nav-link.active {
        color: #323c47
    }

    .nav-tabs .nav-link.disabled {
        color: #91969a
    }

.nav-tabs-cardtop {
    margin-top: 70px
}

    .nav-tabs-cardtop .nav-tabs {
        margin-top: -40px;
        margin-left: -1px
    }

.card-header-pills {
    margin-right: 0;
    margin-left: 0
}

.nav-pills .nav-link {
    border-radius: 3px;
    padding: 10px 15px;
    color: #323c47
}

    .nav-pills .nav-link.disabled {
        color: #91969a
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #ff2d2d;
        color: #FFF
    }

.list-group .list-group-item {
    color: #323c47;
    border-color: #d7dde3;
    padding: 10px 15px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.dropdown-menu .dropdown-item, .table.table-hover tbody tr {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.list-group .list-group-item > span.fa {
    font-size: 14px;
    margin-right: 5px
}

.btn--icon span, .btn--icon.btn-lg span, .btn-group-lg > .btn--icon.btn span {
    margin-right: 10px
}

.list-group .list-group-item.active {
    background: #ff2d2d;
    color: #FFF;
    border-color: #ff2d2d
}

    .list-group .list-group-item.active h1, .list-group .list-group-item.active h2, .list-group .list-group-item.active h3, .list-group .list-group-item.active h4, .list-group .list-group-item.active h5, .list-group .list-group-item.active h6, .list-group .list-group-item.active small {
        color: #FFF
    }

.list-group .list-group-item.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-action:hover:not(.disabled) {
    background: rgba(0,0,0,.05)
}

.list-group .list-group-item.disabled, .list-group .list-group-item:disabled {
    color: #91969a
}

.list-group .list-group-item.list-group-item-action.active:focus, .list-group .list-group-item.list-group-item-action.active:hover {
    background: #ff2d2d
}

.list-group .list-group-item.list-group-item-primary {
    background: #ff2d2d;
    border-color: #ff1414;
    color: #FFF
}

    .list-group .list-group-item.list-group-item-primary.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-primary.list-group-item-action:hover:not(.disabled) {
        background: #ff1414
    }

.list-group .list-group-item.list-group-item-secondary {
    background: #22212f;
    border-color: #171620;
    color: #FFF
}

    .list-group .list-group-item.list-group-item-secondary.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-secondary.list-group-item-action:hover:not(.disabled) {
        background: #171620
    }

.list-group .list-group-item.list-group-item-success {
    background: #428c01;
    border-color: #367301;
    color: #FFF
}

    .list-group .list-group-item.list-group-item-success.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-success.list-group-item-action:hover:not(.disabled) {
        background: #367301
    }

.list-group .list-group-item.list-group-item-danger {
    background: #ba3030;
    border-color: #a62b2b;
    color: #FFF
}

    .list-group .list-group-item.list-group-item-danger.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-danger.list-group-item-action:hover:not(.disabled) {
        background: #a62b2b
    }

.list-group .list-group-item.list-group-item-warning {
    background: #fece00;
    border-color: #e5b900;
    color: #211b01
}

    .list-group .list-group-item.list-group-item-warning.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-warning.list-group-item-action:hover:not(.disabled) {
        background: #e5b900
    }

.list-group .list-group-item.list-group-item-info {
    background: #008abe;
    border-color: #0077a5;
    color: #FFF
}

    .list-group .list-group-item.list-group-item-info.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-info.list-group-item-action:hover:not(.disabled) {
        background: #0077a5
    }

.list-group .list-group-item.list-group-item-light {
    background: #FFF;
    border-color: #f2f2f2;
    color: #20232a
}

    .list-group .list-group-item.list-group-item-light.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-light.list-group-item-action:hover:not(.disabled) {
        background: #f2f2f2
    }

.list-group .list-group-item.list-group-item-dark {
    background: #121119;
    border-color: #07070a;
    color: #FFF
}

    .list-group .list-group-item.list-group-item-dark.list-group-item-action:focus:not(.disabled), .list-group .list-group-item.list-group-item-dark.list-group-item-action:hover:not(.disabled) {
        background: #07070a
    }

.btn-group {
    width: 100%
}

.bg-primary {
    background: #ff2d2d !important
}

.bg-secondary {
    background: #22212f !important
}

.bg-success {
    background: #428c01 !important
}

.bg-danger {
    background: #ba3030 !important
}

.bg-warning {
    background: #fece00 !important
}

.bg-info {
    background: #008abe !important
}

.bg-light {
    background: #FFF !important
}

.bg-dark {
    background: #121119 !important
}

.btn {
    padding: 9px 15px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px
}

    .btn.btn-primary {
        border-color: #ff1e1e;
        background: #ff2d2d;
        color: #FFF
    }

        .btn.btn-primary:hover {
            border-color: #f40000;
            background: #ff1414;
            color: #FFF
        }

        .btn.btn-primary:not([disabled]):not(.disabled).active, .btn.btn-primary:not([disabled]):not(.disabled):active {
            border-color: #ea0000;
            background: #ff1e1e;
            color: #FFF;
            box-shadow: 0 0 0 2px rgba(255,45,45,.2)
        }

        .btn.btn-primary.focus, .btn.btn-primary:focus {
            border-color: #ff0e0e;
            background: #ff2323;
            color: #FFF;
            box-shadow: none
        }

    .btn.btn-outline-primary {
        border-color: #ff1e1e;
        color: #ff2d2d
    }

        .btn.btn-outline-primary.active, .btn.btn-outline-primary:active, .btn.btn-outline-primary:active:focus, .btn.btn-outline-primary:hover {
            border-color: #ff1e1e;
            background: #ff2d2d;
            color: #FFF
        }

        .btn.btn-outline-primary:focus {
            border-color: #e00000;
            background: #ef0000;
            color: #FFF
        }

        .btn.btn-outline-primary.disabled, .btn.btn-outline-primary.disabled:hover {
            border-color: #ff1e1e;
            background: rgba(255,45,45,.1)
        }

            .btn.btn-outline-primary.disabled:hover {
                color: #ff2d2d
            }

    .btn.btn-secondary {
        border-color: #1b1b26;
        background: #22212f;
        color: #FFF
    }

        .btn.btn-secondary:hover {
            border-color: #0a0a0e;
            background: #171620;
            color: #FFF
        }

        .btn.btn-secondary:not([disabled]):not(.disabled).active, .btn.btn-secondary:not([disabled]):not(.disabled):active {
            border-color: #060608;
            background: #1b1b26;
            color: #FFF;
            box-shadow: 0 0 0 2px rgba(34,33,47,.2)
        }

        .btn.btn-secondary.focus, .btn.btn-secondary:focus {
            border-color: #15141d;
            background: #1e1d29;
            color: #FFF;
            box-shadow: none
        }

    .btn.btn-outline-secondary {
        border-color: #1b1b26;
        color: #22212f
    }

        .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:active:focus, .btn.btn-outline-secondary:hover {
            border-color: #1b1b26;
            background: #22212f;
            color: #FFF
        }

        .btn.btn-outline-secondary:focus {
            border-color: #010102;
            background: #08080b;
            color: #FFF
        }

        .btn.btn-outline-secondary.disabled, .btn.btn-outline-secondary.disabled:hover {
            border-color: #1b1b26;
            background: rgba(34,33,47,.1)
        }

            .btn.btn-outline-secondary.disabled:hover {
                color: #22212f
            }

    .btn.btn-success {
        border-color: #3b7d01;
        background: #428c01;
        color: #FFF
    }

        .btn.btn-success:hover {
            border-color: #285401;
            background: #367301;
            color: #FFF
        }

        .btn.btn-success:not([disabled]):not(.disabled).active, .btn.btn-success:not([disabled]):not(.disabled):active {
            border-color: #234a01;
            background: #3b7d01;
            color: #FFF;
            box-shadow: 0 0 0 2px rgba(66,140,1,.2)
        }

        .btn.btn-success.focus, .btn.btn-success:focus {
            border-color: #346e01;
            background: #3d8201;
            color: #FFF;
            box-shadow: none
        }

    .btn.btn-outline-success {
        border-color: #3b7d01;
        color: #428c01
    }

        .btn.btn-outline-success.active, .btn.btn-outline-success:active, .btn.btn-outline-success:active:focus, .btn.btn-outline-success:hover {
            border-color: #3b7d01;
            background: #428c01;
            color: #FFF
        }

        .btn.btn-outline-success:focus {
            border-color: #1e4000;
            background: #254f01;
            color: #FFF
        }

        .btn.btn-outline-success.disabled, .btn.btn-outline-success.disabled:hover {
            border-color: #3b7d01;
            background: rgba(66,140,1,.1)
        }

            .btn.btn-outline-success.disabled:hover {
                color: #428c01
            }

    .btn.btn-danger {
        border-color: #ae2d2d;
        background: #ba3030;
        color: #FFF
    }

        .btn.btn-danger:hover {
            border-color: #8d2424;
            background: #a62b2b;
            color: #FFF
        }

        .btn.btn-danger:not([disabled]):not(.disabled).active, .btn.btn-danger:not([disabled]):not(.disabled):active {
            border-color: #852222;
            background: #ae2d2d;
            color: #FFF;
            box-shadow: 0 0 0 2px rgba(186,48,48,.2)
        }

        .btn.btn-danger.focus, .btn.btn-danger:focus {
            border-color: #a22a2a;
            background: #b22e2e;
            color: #FFF;
            box-shadow: none
        }

    .btn.btn-outline-danger {
        border-color: #ae2d2d;
        color: #ba3030
    }

        .btn.btn-outline-danger.active, .btn.btn-outline-danger:active, .btn.btn-outline-danger:active:focus, .btn.btn-outline-danger:hover {
            border-color: #ae2d2d;
            background: #ba3030;
            color: #FFF
        }

        .btn.btn-outline-danger:focus {
            border-color: #7d2020;
            background: #892323;
            color: #FFF
        }

        .btn.btn-outline-danger.disabled, .btn.btn-outline-danger.disabled:hover {
            border-color: #ae2d2d;
            background: rgba(186,48,48,.1)
        }

            .btn.btn-outline-danger.disabled:hover {
                color: #ba3030
            }

    .btn.btn-warning {
        border-color: #efc200;
        background: #fece00;
        color: #211b01
    }

        .btn.btn-warning:hover {
            border-color: #c6a100;
            background: #e5b900;
            color: #211b01
        }

        .btn.btn-warning:not([disabled]):not(.disabled).active, .btn.btn-warning:not([disabled]):not(.disabled):active {
            border-color: #bc9800;
            background: #efc200;
            color: #211b01;
            box-shadow: 0 0 0 2px rgba(254,206,0,.2)
        }

        .btn.btn-warning.focus, .btn.btn-warning:focus {
            border-color: #dfb500;
            background: #f4c600;
            color: #211b01;
            box-shadow: none
        }

    .btn.btn-outline-warning {
        border-color: #efc200;
        color: #211b01
    }

        .btn.btn-outline-warning.active, .btn.btn-outline-warning:active, .btn.btn-outline-warning:active:focus, .btn.btn-outline-warning:hover {
            border-color: #efc200;
            background: #fece00;
            color: #211b01
        }

        .btn.btn-outline-warning:focus {
            border-color: #b29000;
            background: #c19c00;
            color: #211b01
        }

        .btn.btn-outline-warning.disabled, .btn.btn-outline-warning.disabled:hover {
            border-color: #efc200;
            background: rgba(254,206,0,.1)
        }

            .btn.btn-outline-warning.disabled:hover {
                color: #211b01
            }

    .btn.btn-info {
        border-color: #007faf;
        background: #008abe;
        color: #FFF
    }

        .btn.btn-info:hover {
            border-color: #006186;
            background: #0077a5;
            color: #FFF
        }

        .btn.btn-info:not([disabled]):not(.disabled).active, .btn.btn-info:not([disabled]):not(.disabled):active {
            border-color: #005a7c;
            background: #007faf;
            color: #FFF;
            box-shadow: 0 0 0 2px rgba(0,138,190,.2)
        }

        .btn.btn-info.focus, .btn.btn-info:focus {
            border-color: #00749f;
            background: #0083b4;
            color: #FFF;
            box-shadow: none
        }

    .btn.btn-outline-info {
        border-color: #007faf;
        color: #008abe
    }

        .btn.btn-outline-info.active, .btn.btn-outline-info:active, .btn.btn-outline-info:active:focus, .btn.btn-outline-info:hover {
            border-color: #007faf;
            background: #008abe;
            color: #FFF
        }

        .btn.btn-outline-info:focus {
            border-color: #005272;
            background: #005e81;
            color: #FFF
        }

        .btn.btn-outline-info.disabled, .btn.btn-outline-info.disabled:hover {
            border-color: #007faf;
            background: rgba(0,138,190,.1)
        }

            .btn.btn-outline-info.disabled:hover {
                color: #008abe
            }

    .btn.btn-light {
        border-color: #d7dde3;
        background: #FFF;
        color: #20232a
    }

        .btn.btn-light:hover {
            border-color: #bfc9d2;
            background: #f2f2f2;
            color: #20232a
        }

        .btn.btn-light:not([disabled]):not(.disabled).active, .btn.btn-light:not([disabled]):not(.disabled):active {
            border-color: #b9c4ce;
            background: #f7f7f7;
            color: #20232a;
            box-shadow: 0 0 0 2px rgba(255,255,255,.2)
        }

        .btn.btn-light.focus, .btn.btn-light:focus {
            border-color: #ced5dd;
            background: #fafafa;
            color: #20232a;
            box-shadow: none
        }

    .btn.btn-outline-light {
        border-color: #d7dde3;
        color: #20232a
    }

        .btn.btn-outline-light.active, .btn.btn-outline-light:active, .btn.btn-outline-light:active:focus, .btn.btn-outline-light:hover {
            border-color: #d7dde3;
            background: #FFF;
            color: #20232a
        }

        .btn.btn-outline-light:focus {
            border-color: #b3beca;
            background: #e0e0e0;
            color: #20232a
        }

        .btn.btn-outline-light.disabled, .btn.btn-outline-light.disabled:hover {
            border-color: #d7dde3;
            background: rgba(255,255,255,.1)
        }

            .btn.btn-outline-light.disabled:hover {
                color: #20232a
            }

    .btn.btn-dark {
        border-color: #0b0b10;
        background: #121119;
        color: #FFF
    }

        .btn.btn-dark:hover {
            border-color: #000;
            background: #07070a;
            color: #FFF
        }

        .btn.btn-dark:not([disabled]):not(.disabled).active, .btn.btn-dark:not([disabled]):not(.disabled):active {
            border-color: #000;
            background: #0b0b10;
            color: #FFF;
            box-shadow: 0 0 0 2px rgba(18,17,25,.2)
        }

        .btn.btn-dark.focus, .btn.btn-dark:focus {
            border-color: #050507;
            background: #0e0d13;
            color: #FFF;
            box-shadow: none
        }

    .btn.btn-outline-dark {
        border-color: #0b0b10;
        color: #121119
    }

        .btn.btn-outline-dark.active, .btn.btn-outline-dark:active, .btn.btn-outline-dark:active:focus, .btn.btn-outline-dark:hover {
            border-color: #0b0b10;
            background: #121119;
            color: #FFF
        }

        .btn.btn-outline-dark:focus {
            border-color: #000;
            background: #000;
            color: #FFF
        }

        .btn.btn-outline-dark.disabled, .btn.btn-outline-dark.disabled:hover {
            border-color: #0b0b10;
            background: rgba(18,17,25,.1)
        }

            .btn.btn-outline-dark.disabled:hover {
                color: #121119
            }

    .btn.disabled, .btn:disabled {
        cursor: default
    }

    .btn .fa, .btn [class^=li-] {
        font-size: 20px;
        line-height: 20px;
        float: left;
        text-align: center
    }

    .btn .fa {
        font-size: 14px
    }

    .btn-group-lg > .btn, .btn.btn-lg {
        padding: 14px 20px;
        font-size: 13px
    }

    .btn-group-sm > .btn, .btn.btn-sm {
        padding: 4px 10px;
        font-size: 11px
    }

        .btn-group-sm > .btn span[class^=li-], .btn.btn-sm span[class^=li-] {
            font-size: 20px
        }

        .btn-group-sm > .btn span.fa, .btn.btn-sm span.fa {
            font-size: 14px
        }

    .btn.btn-xs {
        line-height: 18px;
        padding: 0 10px;
        font-size: 10px
    }

    .btn + .dropdown-toggle-split {
        padding-left: 10px;
        padding-right: 10px
    }

.btn--icon span {
    float: left;
    line-height: 19px
}

    .btn--icon span.fa {
        font-size: 14px;
        line-height: 19px
    }

.btn--icon.btn--icon-stacked {
    position: relative;
    padding-left: 52px
}

    .btn--icon.btn--icon-stacked span {
        position: absolute;
        left: 0;
        top: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        background: rgba(0,0,0,.05);
        text-align: center
    }

        .btn--icon.btn--icon-stacked span.text {
            font-size: 13px
        }

    .btn--icon.btn--icon-stacked.btn-lg, .btn-group-lg > .btn--icon.btn--icon-stacked.btn {
        padding-left: 58px
    }

        .btn--icon.btn--icon-stacked.btn-lg span, .btn-group-lg > .btn--icon.btn--icon-stacked.btn span {
            width: 48px;
            height: 48px;
            line-height: 48px
        }

    .btn--icon.btn--icon-stacked.btn-sm, .btn-group-sm > .btn--icon.btn--icon-stacked.btn {
        padding-left: 35px
    }

        .btn--icon.btn--icon-stacked.btn-sm span, .btn-group-sm > .btn--icon.btn--icon-stacked.btn span {
            width: 28px;
            height: 28px;
            line-height: 27px
        }

.btn--icon.btn--icon-right span {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.btn--icon.btn--icon-right.btn-lg span, .btn-group-lg > .btn--icon.btn--icon-right.btn span {
    margin-right: 0;
    margin-left: 10px
}

.btn--icon.btn--icon-right.btn--icon-stacked {
    padding-left: 15px;
    padding-right: 45px
}

    .btn--icon.btn--icon-right.btn--icon-stacked span {
        float: none;
        left: auto;
        right: 0
    }

    .btn--icon.btn--icon-right.btn--icon-stacked.btn-lg, .btn-group-lg > .btn--icon.btn--icon-right.btn--icon-stacked.btn {
        padding-left: 20px;
        padding-right: 58px
    }

    .btn--icon.btn--icon-right.btn--icon-stacked.btn-sm, .btn-group-sm > .btn--icon.btn--icon-right.btn--icon-stacked.btn {
        padding-left: 10px;
        padding-right: 35px
    }

.btn-icon {
    padding: 9px 0;
    width: 40px;
    text-align: center
}

    .btn-icon span.fa, .btn-icon span[class^=li-] {
        width: 100%
    }

    .btn-group-lg > .btn-icon.btn, .btn-icon.btn-lg {
        width: 50px;
        padding: 14px 0
    }

    .btn-group-sm > .btn-icon.btn, .btn-icon.btn-sm {
        width: 30px;
        padding: 4px 0
    }

    .btn-icon.btn-xs {
        width: 20px;
        padding: 0
    }

.btn--anon {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.badge, .table tbody th, .table thead th {
    font-weight: 500
}

button.close {
    cursor: pointer
}

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    background: #FFF;
    border: 1px solid #d7dde3;
    color: #20232a;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px
}

.dropdown-menu, .dropdown-menu .dropdown-divider {
    border-color: #d7dde3
}

.input-group-append .input-group-text [class^=fa], .input-group-prepend .input-group-text [class^=fa] {
    font-size: 14px
}

.input-group-append .input-group-text [class^=li-], .input-group-prepend .input-group-text [class^=li-] {
    font-size: 20px
}

.input-group-append .input-group-text .custom-checkbox, .input-group-append .input-group-text .custom-radio, .input-group-prepend .input-group-text .custom-checkbox, .input-group-prepend .input-group-text .custom-radio {
    margin: 0;
    padding-left: 20px
}

    .input-group-append .input-group-text .custom-checkbox .custom-control-label, .input-group-append .input-group-text .custom-radio .custom-control-label, .input-group-prepend .input-group-text .custom-checkbox .custom-control-label, .input-group-prepend .input-group-text .custom-radio .custom-control-label {
        display: block
    }

        .input-group-append .input-group-text .custom-checkbox .custom-control-label:after, .input-group-append .input-group-text .custom-checkbox .custom-control-label:before, .input-group-append .input-group-text .custom-radio .custom-control-label:after, .input-group-append .input-group-text .custom-radio .custom-control-label:before, .input-group-prepend .input-group-text .custom-checkbox .custom-control-label:after, .input-group-prepend .input-group-text .custom-checkbox .custom-control-label:before, .input-group-prepend .input-group-text .custom-radio .custom-control-label:after, .input-group-prepend .input-group-text .custom-radio .custom-control-label:before {
            left: -20px
        }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append .input-group-text, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 4px 5px;
    font-size: 11px;
    line-height: 20px;
    height: 30px !important;
    border-radius: 3px
}

.badge:after, .dropdown-menu .dropdown-item:after {
    content: " ";
    height: 3px
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append .input-group-text, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 14px 15px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px
}

.input-group {
    margin-bottom: 15px
}

.form-group > .input-group {
    margin-bottom: 0
}

.dropdown-menu {
    padding: 5px 0;
    margin: 7px 0;
    min-width: 200px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 3px;
    color: #323c47
}

    .dropdown-menu .dropdown-item {
        padding: 10px 15px 10px 30px;
        color: #323c47;
        outline: 0;
        position: relative;
        transition: all .2s ease-in-out
    }

        .dropdown-menu .dropdown-item:after {
            width: 3px;
            background: #323c47;
            position: absolute;
            left: 14px;
            top: 18px
        }

        .dropdown-menu .dropdown-item span.fa {
            font-size: 14px;
            line-height: 19px;
            float: left;
            margin-right: 10px;
            width: 20px;
            text-align: center
        }

        .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
            padding-left: 35px;
            background: rgba(0,0,0,.03)
        }

        .dropdown-menu .dropdown-item.active {
            background: #FFF
        }

            .dropdown-menu .dropdown-item.active:hover {
                padding-left: 30px;
                background: rgba(0,0,0,.03)
            }

    .alert, .dropdown-menu .dropdown-header {
        padding: 10px 15px
    }

    .dropdown-menu .dropdown-item.active:after {
        background: #ff2d2d
    }

    .dropdown-menu .dropdown-item.disabled {
        background: 0 0;
        opacity: .5
    }

.alert {
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px
}

    .alert.alert-danger, .alert.alert-danger hr, .alert.alert-info, .alert.alert-info hr, .alert.alert-primary, .alert.alert-primary hr, .alert.alert-secondary, .alert.alert-secondary hr, .alert.alert-success, .alert.alert-warning, .alert.alert-warning hr {
        border-color: rgba(0,0,0,.1)
    }

    .alert .alert-heading {
        margin-top: 5px
    }

    .alert.alert-primary {
        background: #ff2d2d;
        color: #FFF
    }

    .alert.alert-secondary {
        background: #22212f;
        color: #FFF
    }

    .alert.alert-success {
        background: #428c01;
        color: #FFF
    }

        .alert.alert-success hr {
            border-color: rgba(0,0,0,.1)
        }

    .alert.alert-danger {
        background: #ba3030;
        color: #FFF
    }

    .alert.alert-warning {
        background: #fece00;
        color: #211b01
    }

    .alert.alert-info {
        background: #008abe;
        color: #FFF
    }

    .alert.alert-light, .alert.alert-light hr {
        border-color: #d7dde3
    }

    .alert.alert-light {
        background: #FFF;
        color: #20232a
    }

    .alert.alert-dark, .alert.alert-dark hr, .badge.badge-danger, .badge.badge-info, .badge.badge-primary, .badge.badge-secondary, .badge.badge-success, .badge.badge-warning {
        border-color: rgba(0,0,0,.1)
    }

    .alert.alert-dark {
        background: #121119;
        color: #FFF
    }

.badge {
    font-size: 11px;
    border-radius: 3px;
    padding: 0 5px 0 15px;
    line-height: inherit;
    position: relative;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

    .badge:after {
        position: absolute;
        left: 7px;
        top: 8px;
        width: 3px;
        border-radius: 50%
    }

    .badge.badge-primary {
        background: rgba(255,45,45,.1);
        color: #ff2d2d
    }

        .badge.badge-primary:after {
            background: #ff2d2d
        }

        .badge.badge-primary[hover]:hover {
            background: rgba(255,45,45,.5)
        }

    .badge.badge-secondary {
        background: rgba(34,33,47,.1);
        color: #22212f
    }

        .badge.badge-secondary:after {
            background: #22212f
        }

        .badge.badge-secondary[hover]:hover {
            background: rgba(34,33,47,.5)
        }

    .badge.badge-success {
        background: rgba(66,140,1,.1);
        color: #428c01
    }

        .badge.badge-success:after {
            background: #428c01
        }

        .badge.badge-success[hover]:hover {
            background: rgba(66,140,1,.5)
        }

    .badge.badge-danger {
        background: rgba(186,48,48,.1);
        color: #ba3030
    }

        .badge.badge-danger:after {
            background: #ba3030
        }

        .badge.badge-danger[hover]:hover {
            background: rgba(186,48,48,.5)
        }

    .badge.badge-warning {
        background: rgba(254,206,0,.1);
        color: #fece00
    }

        .badge.badge-warning:after {
            background: #fece00
        }

        .badge.badge-warning[hover]:hover {
            background: rgba(254,206,0,.5)
        }

    .badge.badge-info {
        background: rgba(0,138,190,.1);
        color: #008abe
    }

        .badge.badge-info:after {
            background: #008abe
        }

        .badge.badge-info[hover]:hover {
            background: rgba(0,138,190,.5)
        }

    .badge.badge-light {
        background: rgba(255,255,255,.1);
        color: #FFF;
        border-color: #d7dde3
    }

        .badge.badge-light:after {
            background: #FFF
        }

        .badge.badge-light[hover]:hover {
            background: rgba(255,255,255,.5)
        }

    .badge.badge-dark {
        background: rgba(18,17,25,.1);
        color: #121119;
        border-color: rgba(0,0,0,.1)
    }

        .badge.badge-dark:after {
            background: #121119
        }

        .badge.badge-dark[hover]:hover {
            background: rgba(18,17,25,.5)
        }

    .badge.badge-pill {
        border-radius: 1rem;
        padding: 0 10px
    }

        .badge.badge-pill:after {
            display: none
        }

.modal-content {
    border-color: rgba(0,0,0,.1);
    border-radius: 3px
}

    .modal-content .modal-header {
        border-color: rgba(0,0,0,.1);
        border-radius: 3px 3px 0 0;
        padding: 20px
    }

    .modal-content .modal-footer {
        border-color: rgba(0,0,0,.1);
        border-radius: 0 0 3px 3px
    }

.modal-content--bordered {
    border: 10px solid rgba(0,0,0,.1)
}

.popover {
    line-height: 20px;
    font-size: 13px;
    border-radius: 3px;
    padding: 0
}

    .popover .popover-header {
        padding: 10px 15px;
        line-height: 20px;
        border-radius: 3px 3px 0 0
    }

    .popover .popover-body {
        padding: 10px 15px
    }

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #428c01
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #ba3030
}

.invalid-feedback {
    color: #ba3030;
    font-size: 11px
}

.custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
    background-color: rgba(186,48,48,.25)
}

.custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #ba3030
}

.table {
    margin-bottom: 20px
}

    .table .custom-control {
        margin: 0;
        padding-left: 20px
    }

        .table .custom-control .custom-control-label {
            display: block
        }

            .table .custom-control .custom-control-label:after, .table .custom-control .custom-control-label:before {
                left: -20px
            }

    .table th {
        color: #242437
    }

    .table td, .table th {
        padding: 10px;
        border-top: 1px solid #d7dde3;
        vertical-align: middle
    }

    .table thead th {
        border-bottom: 0;
        border-top: 0
    }

    .table tfoot th {
        border-top: 1px solid #d7dde3;
        border-bottom: 0
    }

    .table .thead-dark th, .table.table-dark td, .table.table-dark th, .table.table-dark thead th {
        border-color: rgba(0,0,0,.2)
    }

    .table.table-dark {
        color: #dfdfe9;
        background-color: #201f2c
    }

        .table.table-dark th {
            color: #fefeff
        }

    .table .thead-dark th {
        color: #dfdfe9;
        background-color: #201f2c
    }

    .table .thead-light th {
        background: #fafafa
    }

    .table.table-striped tbody tr:nth-of-type(odd) {
        background: rgba(0,0,0,.02)
    }

    .table.table-hover tbody tr {
        transition: all .2s ease-in-out
    }

        .table.table-hover tbody tr:hover {
            background: rgba(0,0,0,.03)
        }

    .table.table-bordered {
        border-top: 1px solid #d7dde3
    }

    .table.table-indent-rows {
        border-collapse: separate;
        border-spacing: 0 10px;
        border: 0
    }

        .table.table-indent-rows tbody td, .table.table-indent-rows tbody th {
            border-top: 1px solid #d7dde3;
            border-bottom: 1px solid #d7dde3
        }

            .table.table-indent-rows tbody td:first-child, .table.table-indent-rows tbody th:first-child {
                border-left: 1px solid #d7dde3
            }

            .table.table-indent-rows tbody td:last-child, .table.table-indent-rows tbody th:last-child {
                border-right: 1px solid #d7dde3
            }

.pagination {
    border-radius: 3px
}

    .pagination .page-item .page-link {
        padding: 10px;
        line-height: 20px;
        min-width: 40px;
        text-align: center;
        color: #323c47;
        border-color: #d7dde3;
        outline: 0;
        background: #FFF;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .pagination .page-item .page-link:hover {
            background: #f2f2f2
        }

    .pagination .page-item.active .page-link {
        border-color: #f90000;
        background: #ff2d2d;
        color: #FFF
    }

    .pagination .page-item.disabled .page-link {
        color: #91969a
    }

    .pagination .page-item:first-child .page-link {
        border-radius: 3px 0 0 3px
    }

    .pagination .page-item:last-child .page-link {
        border-radius: 0 3px 3px 0
    }

.pagination--space .page-item .page-link {
    margin-right: 5px;
    border-radius: 3px !important
}

.pagination.pagination-lg .page-item .page-link {
    padding: 14px 15px;
    min-width: 50px;
    font-size: 13px
}

.pagination.pagination-sm .page-item .page-link {
    padding: 4px 10px;
    min-width: 30px;
    font-size: 12px
}

.progress {
    height: 20px;
    margin: 10px 0;
    border-radius: 3px;
    font-size: 11px;
    background: rgba(0,0,0,.05)
}

    .progress .progress-bar {
        background: #ff2d2d;
        color: #FFF
    }

        .progress .progress-bar.progress-bar-striped {
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
            background-size: 1rem 1rem
        }

body[dir=rtl] {
    text-align: right
}

    body[dir=rtl] > .page .page__content.page__content--w-aside-fixed {
        padding-left: 0;
        padding-right: 250px
    }

        body[dir=rtl] > .page .page__content.page__content--w-aside-fixed.page-aside--minimized {
            padding-left: 0;
            padding-right: 70px
        }

        body[dir=rtl] > .page .page__content.page__content--w-aside-fixed.page-aside--hidden {
            padding-left: 0;
            padding-right: 0
        }

        body[dir=rtl] > .page .page__content.page__content--w-aside-fixed > .page-aside {
            left: auto;
            right: 0
        }

    body[dir=rtl] > .page .page__content .page-sidepanel {
        border-right: 0;
        border-left: 1px solid #d7dde3
    }

        body[dir=rtl] > .page .page__content .page-sidepanel .page-sidepanel__button {
            left: -10px;
            right: auto;
            border: 1px solid #d7dde3;
            border-right-color: #FFF;
            border-radius: 3px 0 0 3px;
            -moz-transition: width .1s linear,left .1s linear;
            -o-transition: width .1s linear,left .1s linear;
            -webkit-transition: width .1s linear,left .1s linear;
            transition: width .1s linear,left .1s linear
        }

            body[dir=rtl] > .page .page__content .page-sidepanel .page-sidepanel__button div {
                border-style: solid;
                border-width: 3px 0 3px 4px;
                border-color: transparent transparent transparent #323c47;
                margin: 11px 0;
                float: right
            }

        body[dir=rtl] > .page .page__content .page-sidepanel:hover > .page-sidepanel__button {
            width: 16px;
            left: -16px;
            right: auto
        }

    body[dir=rtl] > .page .page__content .page-sidepanel--hidden {
        width: 5px
    }

        body[dir=rtl] > .page .page__content .page-sidepanel--hidden > .page-sidepanel__button div {
            border-width: 3px 4px 3px 0;
            border-color: transparent #323c47 transparent transparent
        }

        body[dir=rtl] > .page .page__content .page-sidepanel--hidden:hover > .page-sidepanel__button div {
            margin: 11px 2px 11px 4px
        }

    body[dir=rtl] .fixed-panel {
        right: auto;
        left: -300px;
        -moz-transition: left .2s ease-in-out;
        -o-transition: left .2s ease-in-out;
        -webkit-transition: left .2s ease-in-out;
        transition: left .2s ease-in-out
    }

        body[dir=rtl] .fixed-panel .fixed-panel__header .title {
            float: right
        }

        body[dir=rtl] .fixed-panel .fixed-panel__header .btn {
            float: left
        }

        body[dir=rtl] .fixed-panel.show {
            right: auto;
            left: 0
        }

    body[dir=rtl].boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside, body[dir=rtl].boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
        border-radius: 0 10px 10px 0
    }

    body[dir=rtl].boxed.boxed--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
        border-radius: 10px 10px 0 0
    }

    body[dir=rtl].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside {
        display: none;
        border-radius: 0 6px 6px 0
    }

        body[dir=rtl].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside > .page-aside-controls {
            border-radius: 0 0 6px
        }

        body[dir=rtl].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .page-aside.page-aside--hidden + .page-sidepanel {
            border-radius: 0 6px 6px 0
        }

    body[dir=rtl].indent.indent--rounded > .page:not(.page--w-header):not(.page--w-container) > .page__content > .content > .page-heading {
        border-radius: 6px 6px 0 0
    }

    body[dir=rtl].indent.indent--relative-header > .page:not(.page--w-container) > .page__content.page-aside--hidden .page-sidepanel, body[dir=rtl].indent.indent--relative-header > .page:not(.page--w-container) > .page__content > .page-aside, body[dir=rtl].indent.indent--single-container > .page > .page__content.page-aside--hidden .page-sidepanel, body[dir=rtl].indent.indent--single-container > .page > .page__content > .page-aside, body[dir=rtl].indent.indent--single-header > .page:not(.page--w-container) > .page__content.page-aside--hidden .page-sidepanel, body[dir=rtl].indent.indent--single-header > .page:not(.page--w-container) > .page__content > .page-aside {
        border-radius: 0 6px 6px 0
    }

    body[dir=rtl] .page-header-search .form-control {
        padding-left: 9px;
        padding-right: 40px
    }

    body[dir=rtl] .page-header-search .page-header-search__icon {
        left: auto;
        right: 0
    }

    body[dir=rtl] .logo-holder, body[dir=rtl] .logo-holder .logo, body[dir=rtl] .logo-holder .logo-text {
        float: right
    }

        body[dir=rtl] .logo-holder .logo-text {
            padding: 20px 20px 20px 0
        }

        body[dir=rtl] .logo-holder.logo-holder--lg .logo-text, body[dir=rtl] .logo-holder.logo-holder--xl .logo-text {
            text-align: center
        }

        body[dir=rtl] .logo-holder.text-left.logo-holder--xl .logo-text {
            text-align: left
        }

    body[dir=rtl] .page .logo-holder .rw-btn {
        right: auto;
        left: 5px
    }

    body[dir=rtl] .page-heading .page-heading__container {
        display: block;
        padding: 15px 20px;
        float: right;
        position: relative
    }

        body[dir=rtl] .page-heading .page-heading__container .icon {
            float: right;
            margin-right: 0;
            margin-left: 10px;
            text-align: right
        }

        body[dir=rtl] .page-heading .page-heading__container.page-heading__container--center, body[dir=rtl] .user.user--centred {
            text-align: center
        }

        body[dir=rtl] .page-heading .page-heading__container.float-left {
            padding-left: 10px
        }

    body[dir=rtl] .page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: "\f104";
        padding-left: .5rem
    }

    body[dir=rtl] .navigation {
        float: right
    }

        body[dir=rtl] .navigation .icon {
            margin-right: 0;
            margin-left: 10px;
            float: right
        }

        body[dir=rtl] .navigation .text {
            float: right
        }

        body[dir=rtl] .navigation ul {
            padding-right: 0 !important
        }

            body[dir=rtl] .navigation ul > li > a.no-icon {
                padding-left: 0;
                padding-right: 40px
            }

                body[dir=rtl] .navigation ul > li > a.no-icon:after {
                    left: auto;
                    right: 19px
                }

            body[dir=rtl] .navigation ul > li.openable:before {
                right: auto;
                left: 10px
            }

            body[dir=rtl] .navigation ul ul {
                padding-right: 0
            }

        body[dir=rtl] .navigation > ul, body[dir=rtl] .navigation > ul > li {
            float: right
        }

            body[dir=rtl] .navigation > ul > li.title {
                padding: 10px 10px 0 0
            }

            body[dir=rtl] .navigation > ul > li ul, body[dir=rtl] .navigation > ul > li ul > li, body[dir=rtl] .navigation > ul > li ul > li > a, body[dir=rtl] .navigation > ul > li > a {
                float: right
            }

        body[dir=rtl] .navigation.navigation--condensed ul > li.active > a:before {
            left: auto;
            right: 0
        }

        body[dir=rtl] .navigation.navigation--quick ul > li > a {
            padding-left: 0;
            padding-right: 30px
        }

            body[dir=rtl] .navigation.navigation--quick ul > li > a:after {
                left: auto;
                right: 14px
            }

    body[dir=rtl] .navigation--custom > ul > li > a .icon {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .text, body[dir=rtl] .user > .user__button, body[dir=rtl] .user > img {
        float: right
    }

    body[dir=rtl] .navigation--custom > ul > li.openable:before {
        right: auto;
        left: 40px
    }

    body[dir=rtl] ul:not([class]) {
        padding-left: 0;
        padding-right: 15px
    }

        body[dir=rtl] .user > .user__button + .user__title, body[dir=rtl] .user > img + .user__name, body[dir=rtl] ul:not([class]) > ul {
            padding-right: 30px;
            padding-left: 0
        }

    body[dir=rtl] .user.user--lg > .user__button + .user__title, body[dir=rtl] .user.user--lg > img + .user__name {
        padding-left: 0;
        padding-right: 50px
    }

    body[dir=rtl] .user.user--xlg > .user__button + .user__title, body[dir=rtl] .user.user--xlg > img + .user__name {
        padding-left: 0;
        padding-right: 75px
    }

    body[dir=rtl] .user.user--huge > img + .user__name {
        padding-left: 0;
        padding-right: 95px
    }

    body[dir=rtl] .user.user--huge > .user__button + .user__title {
        padding-left: 0;
        padding-right: 90px
    }

    body[dir=rtl] .dropdown-menu, body[dir=rtl] .widget .widget__icon_layer {
        text-align: right
    }

    body[dir=rtl] .user.user--centred > img + .user__name {
        padding-right: 0
    }

    body[dir=rtl] .user.user--controls .user__name {
        padding-left: 30px;
        padding-right: 0
    }

        body[dir=rtl] .user.user--controls .user__name .user__controls {
            right: auto;
            left: 0
        }

    body[dir=rtl] .user-group .user {
        float: right;
        margin-left: 0;
        margin-right: -5px
    }

    body[dir=rtl] .user-group .user--lg {
        margin-right: -15px;
        margin-left: 0
    }

    body[dir=rtl] .user-group .user--xlg {
        margin-right: -25px;
        margin-left: 0
    }

    body[dir=rtl] .user-group .user--huge {
        margin-right: -45px;
        margin-left: 0
    }

    body[dir=rtl] .user-group .user:first-child {
        margin-right: 0
    }

    body[dir=rtl] .navigation .user.user--lg {
        padding: 10px 10px 10px 0
    }

    body[dir=rtl] .navigation .user.user--w-lineunder {
        padding: 10px 5px 35px
    }

        body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder {
            padding: 4px 10px;
            left: auto;
            right: 0
        }

            body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .buttons {
                left: 15px;
                right: auto
            }

                body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .buttons .dropdown {
                    float: none
                }

                body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .buttons .button {
                    float: none;
                    margin-right: 4px;
                    margin-left: 0
                }

                    body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .buttons .button:first-child {
                        margin-right: 0
                    }

                    body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .buttons .button.button-minimize:after {
                        content: "\f105"
                    }

                    body[dir=rtl] .navigation .user.user--w-lineunder .user__lineunder .buttons .button.button-minimize.active:after {
                        content: "\f104"
                    }

    body[dir=rtl] .navigation.navigation--condensed .user--w-lineunder {
        padding: 20px 10px 35px
    }

        body[dir=rtl] .navigation.navigation--condensed .user--w-lineunder .user__lineunder {
            padding-left: 0;
            padding-right: 10px
        }

            body[dir=rtl] .navigation.navigation--condensed .user--w-lineunder .user__lineunder .buttons {
                right: auto;
                left: 10px
            }

    body[dir=rtl] .navigation--minimized .navigation .user.user--w-lineunder .user__lineunder .buttons, body[dir=rtl] .page-aside--minimized .navigation .user.user--w-lineunder .user__lineunder .buttons {
        right: auto;
        left: 0
    }

    body[dir=rtl] ul.list-group {
        padding-right: 0
    }

    body[dir=rtl] .dropdown-menu .dropdown-item {
        padding: 10px 30px 10px 15px
    }

        body[dir=rtl] .dropdown-menu .dropdown-item:after {
            right: 14px;
            left: auto
        }

        body[dir=rtl] .dropdown-menu .dropdown-item span.fa {
            margin-right: 0;
            margin-left: 10px;
            float: right
        }

        body[dir=rtl] .dropdown-menu .dropdown-item:focus, body[dir=rtl] .dropdown-menu .dropdown-item:hover {
            padding-right: 35px;
            padding-left: 15px
        }

        body[dir=rtl] .custom-control, body[dir=rtl] .dropdown-menu .dropdown-item.active:hover {
            padding-right: 30px;
            padding-left: 0
        }

            body[dir=rtl] .custom-control .custom-control-label:after, body[dir=rtl] .custom-control .custom-control-label:before {
                right: -30px;
                left: auto
            }

    body[dir=rtl] .table.table-indent-rows {
        border-collapse: separate;
        border-spacing: 0 10px;
        border: 0
    }

        body[dir=rtl] .table.table-indent-rows tbody td, body[dir=rtl] .table.table-indent-rows tbody th {
            border-top: 1px solid #d7dde3;
            border-bottom: 1px solid #d7dde3
        }

            body[dir=rtl] .table.table-indent-rows tbody td:first-child, body[dir=rtl] .table.table-indent-rows tbody th:first-child {
                border-left: 0;
                border-right: 1px solid #d7dde3
            }

            body[dir=rtl] .table.table-indent-rows tbody td:last-child, body[dir=rtl] .table.table-indent-rows tbody th:last-child {
                border-right: 0;
                border-left: 1px solid #d7dde3
            }

    body[dir=rtl] .form-check {
        padding-left: 0;
        padding-right: 20px;
        margin-right: 0;
        margin-left: 10px
    }

        body[dir=rtl] .form-check .form-check-input {
            right: 0;
            left: auto;
            top: 0;
            margin-top: 4px;
            position: absolute;
            margin-right: 0
        }

    body[dir=rtl] .custom-file-label:after {
        right: auto;
        left: 0;
        border-left: 0;
        border-right: 1px solid #ced4da;
        border-radius: 3px 0 0 3px
    }

    body[dir=rtl] .widget .widget__icon_layer.widget__icon_layer--middle {
        text-align: center
    }

    body[dir=rtl] .widget .widget__icon_layer.widget__icon_layer--left {
        text-align: left
    }

    body[dir=rtl] .widget .widget__container {
        right: 0;
        left: auto
    }

    body[dir=rtl] .widget .widget__icon, body[dir=rtl] .widget .widget__line {
        float: right
    }

    body[dir=rtl] .widget .widget__subtitle, body[dir=rtl] .widget .widget__title {
        padding-right: 50px;
        padding-left: 0
    }

    body[dir=rtl] .widget .widget__box {
        left: 10px;
        right: 0
    }

        body[dir=rtl] .widget .widget__box.widget__box--left {
            left: auto;
            right: 10px
        }

    body[dir=rtl] .widget.widget--box .widget__container {
        left: auto;
        top: auto
    }

        body[dir=rtl] .informer .informer__num, body[dir=rtl] .informer .informer__title, body[dir=rtl] .informer .informer__wrapper, body[dir=rtl] .widget.widget--box .widget__container .widget__subtitle, body[dir=rtl] .widget.widget--box .widget__container .widget__title {
            float: right
        }

    body[dir=rtl] .informer.informer--icon .informer__wrapper {
        padding-right: 70px;
        padding-left: 0
    }

    body[dir=rtl] .informer.informer--icon--icon-right .informer__wrapper {
        padding-right: 10px;
        padding-left: 70px
    }

    body[dir=rtl] .informer.informer--icon--icon-right .informer__icon {
        left: 0;
        right: auto
    }

    body[dir=rtl] .rw-accordion__title {
        float: right
    }

    body[dir=rtl] .rw-accordion__pointer {
        float: right;
        margin-right: 0;
        margin-left: 10px
    }

.invert {
    color: #dfdfe9
}

    .invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6 {
        color: #fefeff
    }

    .invert .text-muted, .invert p.caption, .invert small {
        color: rgba(223,223,233,.9) !important
    }

    .invert code, .invert pre {
        color: #dfdfe9
    }

    .invert code {
        background: #171620
    }

    .invert .styled-list > li > a {
        color: #fefeff
    }

.page .page__container.invert, .page .page__header.invert {
    background: #22212f;
    color: #dfdfe9;
    border-bottom-color: rgba(0,0,0,.2)
}

.page .page__content.page__content-invert {
    background: #171624
}

.page .page__content .page-aside.invert {
    background-color: #22212f;
    color: #dfdfe9;
    border-right-color: rgba(0,0,0,.2)
}

    .page .page__content .page-aside.invert .page-aside-controls {
        background: #1e1d29;
        border-top: 1px solid rgba(0,0,0,.2)
    }

.page .page__content .page-sidepanel.invert {
    background: #201f2c;
    color: #dfdfe9;
    border-right-color: rgba(0,0,0,.2)
}

    .page .page__content .page-sidepanel.invert > .page-sidepanel__button {
        background: #201f2c;
        border: 1px solid rgba(0,0,0,.2);
        border-left-color: #201f2c
    }

        .page .page__content .page-sidepanel.invert > .page-sidepanel__button div {
            border-color: transparent #dfdfe9 transparent transparent
        }

    .page .page__content .page-sidepanel.invert.page-sidepanel--hidden > .page-sidepanel__button div {
        border-color: transparent transparent transparent #dfdfe9
    }

.page .page__content .important-container.invert {
    background: #201f2c;
    color: #dfdfe9
}

.invert .page-header-search__icon:after {
    border-color: #FFF
}

.invert .page-header-search--focus .page-header-search__icon:after, .invert .page-header-search__icon:before {
    background: #FFF
}

.invert .logo-holder .logo {
    background-image: url(../img/logo_light-2x.png)
}

@media (min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6 / 2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .invert .logo-holder .logo {
        background-image: url(../img/logo_light-2x.png);
        background-size: 25rem 5r4em
    }
}

.invert .logo-holder .logo-text {
    color: #fefeff
}

.invert .navigation .icon {
    color: #FFF
}

.invert .navigation ul > li > a.no-icon:after {
    background: #FFF
}

.invert .navigation ul > li.active > a.no-icon:after {
    background: #ff2d2d
}

.invert .navigation > ul > li.title {
    color: rgba(223,223,233,.9)
}

.invert .navigation > ul > li > a {
    background: 0 0;
    color: #ebebf5
}

    .invert .navigation > ul > li > a:hover {
        background: rgba(0,0,0,.08);
        color: #c6c6ce
    }

.invert .navigation > ul > li.active > a {
    background: rgba(0,0,0,.1);
    color: #fefeff
}

    .invert .navigation > ul > li.active > a .icon {
        color: #ff2d2d
    }

.invert .navigation > ul > li.open > a {
    background: rgba(0,0,0,.08);
    color: #ebebf5
}

.invert .navigation > ul > li ul > li > a {
    background: rgba(0,0,0,.05);
    color: #ebebf5
}

    .invert .navigation > ul > li ul > li > a:hover {
        color: #c6c6ce;
        background: rgba(0,0,0,.1)
    }

.invert .navigation > ul > li ul > li.active > a, .invert .navigation > ul > li ul > li.open > a {
    background: rgba(0,0,0,.12)
}

.invert .navigation > ul > li ul > li > ul > li > a {
    background: rgba(0,0,0,.15)
}

    .invert .navigation > ul > li ul > li > ul > li > a:hover {
        background: rgba(0,0,0,.2)
    }

.invert.navigation--minimized .navigation > ul > li:hover > a, .invert.page-aside--minimized .navigation > ul > li:hover > a {
    background: rgba(0,0,0,.08);
    color: #c6c6ce
}

.invert.navigation--minimized .navigation > ul > li ul > li, .invert.page-aside--minimized .navigation > ul > li ul > li {
    background: #22212f
}

.invert .horizontal-navigation > ul .icon {
    color: #FFF
}

.invert .horizontal-navigation > ul > li > a {
    color: #ebebf5;
    background: 0 0
}

    .invert .horizontal-navigation > ul > li > a:hover {
        color: #c6c6ce;
        background: rgba(0,0,0,.08)
    }

.invert .horizontal-navigation > ul > li ul {
    border: 1px solid rgba(0,0,0,.2)
}

    .invert .horizontal-navigation > ul > li ul > li {
        background: #22212f
    }

        .invert .horizontal-navigation > ul > li ul > li > a {
            background: rgba(0,0,0,.05);
            border-color: rgba(0,0,0,.2);
            color: #ebebf5
        }

            .invert .horizontal-navigation > ul > li ul > li > a:hover {
                background: rgba(0,0,0,.1);
                color: #c6c6ce
            }

.invert .horizontal-navigation > ul li {
    background: #22212f
}

    .invert .horizontal-navigation > ul li > a.no-icon:after {
        background: #FFF
    }

    .invert .horizontal-navigation > ul li.active > a.no-icon:after {
        background: #ff2d2d
    }

    .invert .horizontal-navigation > ul li:hover > a {
        color: #c6c6ce;
        background: rgba(0,0,0,.08)
    }

.invert .file-tree ul > li > a {
    color: #fdfcff
}

    .invert .file-tree ul > li > a:hover {
        color: #fd0100
    }

.invert .file-tree ul > li:after {
    border-top: 1px dotted rgba(0,0,0,.2)
}

.invert .file-tree ul > li.folder:before {
    border-color: transparent transparent transparent #dfdfe9
}

.invert .file-tree ul > li.open.folder:before {
    border-color: #dfdfe9 transparent transparent
}

.invert .file-tree ul:after {
    border-right: 1px dotted rgba(0,0,0,.2)
}

.page-heading.invert {
    background: #13121e;
    border-bottom-color: rgba(0,0,0,.2)
}

    .page-heading.invert .page-heading__container .title {
        color: #fefeff
    }

    .page-heading.invert .breadcrumb .breadcrumb-item > a, .page-heading.invert .page-heading__container p.caption {
        color: rgba(223,223,233,.9)
    }

    .page-heading.invert .breadcrumb {
        border-top: 1px solid rgba(0,0,0,.2);
        background: #11101b
    }

        .page-heading.invert .breadcrumb .breadcrumb-item.active {
            color: #dfdfe9
        }

        .page-heading.invert .breadcrumb .breadcrumb-item:before {
            color: rgba(223,223,233,.9)
        }

.invert .page-heading {
    background: #201f2c;
    border-bottom-color: rgba(0,0,0,.2)
}

    .invert .page-heading .page-heading__container .title {
        color: #fefeff
    }

    .invert .page-heading .breadcrumb .breadcrumb-item > a, .invert .page-heading .page-heading__container p.caption {
        color: rgba(223,223,233,.9)
    }

    .invert .page-heading .breadcrumb {
        border-top: 1px solid rgba(0,0,0,.2);
        background: #1e1d29
    }

        .invert .page-heading .breadcrumb .breadcrumb-item.active {
            color: #dfdfe9
        }

        .invert .page-heading .breadcrumb .breadcrumb-item:before {
            color: rgba(223,223,233,.9)
        }

.invert .divider {
    background: rgba(0,0,0,.2)
}

    .invert .divider:after, .invert .divider:before {
        background: #22212f;
        border: 1px solid rgba(0,0,0,.2)
    }

.invert .divider-text {
    border-top-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    color: #dfdfe9
}

.invert .loading {
    color: #dfdfe9;
    background: rgba(0,0,0,.8)
}

    .invert .loading.loading--w-spinner > div .loading-spinner:before {
        border-color: #dfdfe9 transparent #dfdfe9 #dfdfe9
    }

.credit-card.invert {
    border: 0
}

    .credit-card.invert .credit-card__number {
        color: #fefeff
    }

.invert .list-faq .list-faq-item .list-faq-item-title:after, .invert .rw-informative-progress > .text, .invert .timeline__item > .content .title {
    color: #dfdfe9
}

.invert .list-faq .list-faq-item {
    background: #22212f
}

    .invert .list-faq .list-faq-item:hover {
        background: #1e1d29
    }

.invert .rw-informative-progress > .bar {
    background: rgba(0,0,0,.1)
}

.invert .rw-informative-progress > .bar--primary {
    background: rgba(255,45,45,.3)
}

.invert .rw-informative-progress > .bar--secondary {
    background: rgba(0,0,0,.1)
}

.invert .rw-informative-progress > .bar--success {
    background: rgba(66,140,1,.3)
}

.invert .rw-informative-progress > .bar--info {
    background: rgba(0,138,190,.3)
}

.invert .rw-informative-progress > .bar--warning {
    background: rgba(254,206,0,.3)
}

.invert .rw-informative-progress > .bar--danger {
    background: rgba(186,48,48,.3)
}

.invert .timeline__item > .dot:after, .invert .timeline__item > .user > img {
    background: #22212f
}

.invert .timeline__item > .dot.dot-primary:after {
    background: #ff2d2d
}

.invert .timeline__item > .dot.dot-info:after {
    background: #008abe
}

.invert .timeline__item > .dot.dot-success:after {
    background: #428c01
}

.invert .timeline__item > .dot.dot-warning:after {
    background: #fece00
}

.invert .timeline__item > .dot.dot-danger:after {
    background: #ba3030
}

.invert .timeline__item > .content {
    background: #22212f
}

    .invert .timeline__item > .content strong {
        color: #fefeff
    }

.invert .timeline__more > a {
    background: #22212f;
    color: #dfdfe9
}

    .invert .timeline__more > a:hover {
        color: #fefeff;
        background: #F5F5F5
    }

.widget.invert {
    border: 0;
    background: #22212f;
    color: #fefeff
}

    .widget.invert .widget__icon_layer span {
        color: rgba(223,223,233,.1)
    }

    .widget.invert .widget__icon, .widget.invert .widget__title {
        color: #fefeff
    }

    .widget.invert .widget__subtitle, .widget.invert.widget--button .widget__icon {
        color: rgba(223,223,233,.9)
    }

    .widget.invert .widget__informer {
        background: rgba(0,0,0,.1)
    }

    .widget.invert.widget--button {
        border: 1px dashed rgba(223,223,233,.9);
        background: 0 0
    }

        .widget.invert.widget--button:hover {
            background: #22212f;
            border: 1px dashed #dfdfe9
        }

            .widget.invert.widget--button:hover .widget__icon {
                color: #dfdfe9
            }

.informer.invert {
    border: 0;
    background: #22212f;
    color: #dfdfe9
}

    .informer.invert .informer__num {
        color: #fefeff
    }

    .informer.invert .informer__title {
        color: #dfdfe9
    }

    .informer.invert .informer__icon {
        color: #fefeff
    }

.invert .widget.widget--button {
    border: 1px dashed rgba(223,223,233,.9);
    background: 0 0
}

    .invert .widget.widget--button .widget__icon {
        color: rgba(223,223,233,.9)
    }

    .invert .widget.widget--button:hover {
        background: #22212f;
        border: 1px dashed #dfdfe9
    }

        .invert .widget.widget--button:hover .widget__icon {
            color: #dfdfe9
        }

.invert .widget--invert-by-parent {
    border: 0;
    background: #22212f;
    color: #fefeff
}

    .invert .widget--invert-by-parent .widget__icon_layer span {
        color: rgba(223,223,233,.1)
    }

    .invert .widget--invert-by-parent .widget__icon, .invert .widget--invert-by-parent .widget__title {
        color: #fefeff
    }

    .invert .widget--invert-by-parent .widget__subtitle, .invert .widget--invert-by-parent.widget--button .widget__icon {
        color: rgba(223,223,233,.9)
    }

    .invert .widget--invert-by-parent .widget__informer {
        background: rgba(0,0,0,.1)
    }

    .invert .widget--invert-by-parent.widget--button {
        border: 1px dashed rgba(223,223,233,.9);
        background: 0 0
    }

        .invert .widget--invert-by-parent.widget--button:hover {
            background: #22212f;
            border: 1px dashed #dfdfe9
        }

.invert .rw-btn--card, .invert .user > .user__button {
    border-color: rgba(0,0,0,.2)
}

.invert .user > .user__name a, .invert .widget--invert-by-parent.widget--button:hover .widget__icon {
    color: #dfdfe9
}

    .invert .user > .user__name a:hover {
        color: #d0d0df
    }

.invert .user > .user__button {
    color: #dfdfe9;
    background: #22212f
}

    .invert .user > .user__button:hover {
        background: #1e1d29;
        color: #d0d0df
    }

.invert .user.user--bordered > img {
    box-shadow: 0 0 0 2px rgba(0,0,0,.2)
}

.invert .user-group.user-group--bordered .user img {
    box-shadow: 0 0 0 2px #22212f
}

.invert .navigation .user--w-lineunder .user__lineunder {
    background: rgba(0,0,0,.05)
}

    .invert .navigation .user--w-lineunder .user__lineunder .buttons .button, .invert .navigation .user--w-lineunder .user__lineunder .text {
        color: rgba(223,223,233,.9)
    }

        .invert .navigation .user--w-lineunder .user__lineunder .buttons .button:hover {
            background: rgba(0,0,0,.1)
        }

.invert .rw-btn--minimized span, .invert .rw-btn--minimized span:after, .invert .rw-btn--minimized span:before, .invert .rw-btn--nav span, .invert .rw-btn--nav span:after, .invert .rw-btn--nav span:before {
    background: #dfdfe9
}

.invert .rw-btn--card > div, .invert .rw-btn--card > div:after, .invert .rw-btn--card > div:before {
    border-color: rgba(223,223,233,.9)
}

.invert .dropdown.show .rw-btn--card {
    background: rgba(0,0,0,.2)
}

    .invert .dropdown.show .rw-btn--card > div, .invert .dropdown.show .rw-btn--card > div:before {
        background: #dfdfe9
    }

.invert .rw-accordion__item {
    background: #22212f
}

.invert .color_example, .invert .typography_example {
    background: #201f2c;
    border-color: rgba(0,0,0,.2)
}

    .invert .color_example .caption {
        border-top-color: rgba(0,0,0,.2)
    }

        .invert .color_example .caption strong {
            color: #dfdfe9
        }

    .invert .typography_example .text {
        color: #fefeff;
        border-bottom-color: rgba(0,0,0,.2)
    }

.invert label {
    color: #fefeff
}

.invert .form-text {
    color: rgba(223,223,233,.9)
}

.invert .form-control {
    border-color: rgba(0,0,0,.1);
    background: rgba(0,0,0,.3);
    color: #dfdfe9
}

    .invert .form-control:focus {
        border-color: #2c9fdd
    }

    .invert .form-control [readonly], .invert .form-control:disabled {
        color: rgba(223,223,233,.9);
        background: rgba(0,0,0,.1)
    }

.invert select.form-control > option {
    color: #323c47
}

.invert .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
    background-color: rgba(0,0,0,.1)
}

.invert .custom-control .custom-control-label:before, .invert .custom-select {
    background-color: rgba(0,0,0,.3)
}

.invert .custom-file-control, .invert .custom-file-control:before, .invert .input-group-append .input-group-text, .invert .input-group-prepend .input-group-text {
    background: rgba(0,0,0,.3);
    border-color: rgba(0,0,0,.1);
    color: #dfdfe9
}

.invert .custom-select {
    border-color: rgba(0,0,0,.1);
    color: #dfdfe9
}

.invert .list-group .list-group-item {
    color: #dfdfe9;
    border-color: rgba(0,0,0,.2);
    background: #22212f
}

    .invert .list-group .list-group-item.disabled, .invert .list-group .list-group-item:disabled {
        color: rgba(223,223,233,.9)
    }

    .invert .list-group .list-group-item.active {
        background: #ff2d2d
    }

    .invert .list-group .list-group-item.list-group-item-action:focus, .invert .list-group .list-group-item.list-group-item-action:hover {
        background: #171620
    }

    .invert .list-group .list-group-item.list-group-item-action.active {
        background: #ff2d2d;
        color: #FFF
    }

.invert .btn.btn-outline-secondary {
    color: #fff
}

.invert .btn.btn-warning {
    border-color: #fece00;
    background: #22212f;
    color: #fece00
}

    .invert .btn.btn-warning:hover {
        border-color: #d5ad00;
        background: #171620;
        color: #fece00
    }

    .invert .btn.btn-warning:not([disabled]):not(.disabled).active, .invert .btn.btn-warning:not([disabled]):not(.disabled):active {
        border-color: #cba500;
        background: #1b1b26;
        color: #fece00;
        box-shadow: 0 0 0 2px rgba(34,33,47,.2)
    }

    .invert .btn.btn-warning.focus, .invert .btn.btn-warning:focus {
        border-color: #efc200;
        background: #1e1d29;
        color: #fece00;
        box-shadow: none
    }

.invert .btn.btn-outline-warning {
    border-color: #fece00;
    color: #fece00
}

    .invert .btn.btn-outline-warning.active, .invert .btn.btn-outline-warning:active, .invert .btn.btn-outline-warning:active:focus, .invert .btn.btn-outline-warning:hover {
        border-color: #fece00;
        background: #22212f;
        color: #fece00
    }

    .invert .btn.btn-outline-warning:focus {
        border-color: #c19c00;
        background: #08080b;
        color: #fece00
    }

    .invert .btn.btn-outline-warning.disabled, .invert .btn.btn-outline-warning.disabled:hover {
        border-color: #fece00;
        background: rgba(34,33,47,.1)
    }

        .invert .btn.btn-outline-warning.disabled:hover {
            color: #fece00
        }

.invert .btn.btn-light {
    border-color: rgba(0,0,0,.2);
    background: #22212f;
    color: #fff
}

    .invert .btn.btn-light:hover {
        border-color: rgba(0,0,0,.2);
        background: #171620;
        color: #fff
    }

    .invert .btn.btn-light:not([disabled]):not(.disabled).active, .invert .btn.btn-light:not([disabled]):not(.disabled):active {
        border-color: rgba(0,0,0,.2);
        background: #1b1b26;
        color: #fff;
        box-shadow: 0 0 0 2px rgba(34,33,47,.2)
    }

    .invert .btn.btn-light.focus, .invert .btn.btn-light:focus {
        border-color: rgba(0,0,0,.2);
        background: #1e1d29;
        color: #fff;
        box-shadow: none
    }

.invert .btn.btn-outline-light {
    border-color: rgba(0,0,0,.2);
    color: #fff
}

    .invert .btn.btn-outline-light.active, .invert .btn.btn-outline-light:active, .invert .btn.btn-outline-light:active:focus, .invert .btn.btn-outline-light:hover {
        border-color: rgba(0,0,0,.2);
        background: #22212f;
        color: #fff
    }

    .invert .btn.btn-outline-light:focus {
        border-color: rgba(0,0,0,.2);
        background: #08080b;
        color: #fff
    }

    .invert .btn.btn-outline-light.disabled, .invert .btn.btn-outline-light.disabled:hover {
        border-color: rgba(0,0,0,.2);
        background: rgba(34,33,47,.1)
    }

        .invert .btn.btn-outline-light.disabled:hover {
            color: #fff
        }

.card.invert, .modal-content.invert .modal-header .close {
    color: #dfdfe9
}

.modal-content.invert {
    background: #22212f;
    color: #dfdfe9
}

.card.invert {
    background: #201f2c
}

    .card.invert .card-header {
        background: rgba(0,0,0,.2)
    }

        .card.invert .card-body .card-title, .card.invert .card-header .card-title {
            color: #fefeff
        }

    .card.invert .card-body .card-inner-container {
        background: rgba(0,0,0,.1)
    }

    .card.invert .card-footer {
        background: rgba(0,0,0,.2)
    }

    .card.invert.card-inner-container--up .card-inner-container {
        background: #201f2c
    }

    .card.invert .nav-tabs .nav-link {
        color: #dfdfe9
    }

        .card.invert .nav-tabs .nav-link:active:not(.active), .card.invert .nav-tabs .nav-link:hover:not(.active) {
            border-color: transparent
        }

        .card.invert .nav-tabs .nav-link.active {
            color: #dfdfe9;
            background: #201f2c;
            border-color: rgba(0,0,0,.1);
            border-bottom-color: #201f2c
        }

.invert .dropdown-menu, .invert .dropdown-menu .dropdown-divider {
    border-color: rgba(0,0,0,.2)
}

.card.invert .nav-tabs .nav-link.disabled {
    color: rgba(223,223,233,.9)
}

.card.invert .nav-pills .nav-link {
    color: #dfdfe9
}

    .card.invert .nav-pills .nav-link.active {
        background: #ff2d2d;
        color: #FFF
    }

    .card.invert .nav-pills .nav-link.disabled {
        color: rgba(223,223,233,.9)
    }

.invert .dropdown-menu {
    background: #1b1b26;
    color: #dfdfe9
}

    .invert .dropdown-menu .dropdown-item {
        color: #dfdfe9
    }

        .invert .dropdown-menu .dropdown-item:hover {
            background: rgba(0,0,0,.2)
        }

        .invert .dropdown-menu .dropdown-item.active {
            background: #171620
        }

.invert .table {
    color: #dfdfe9;
    background-color: #201f2c
}

    .invert .table td, .invert .table th {
        border-top: 1px solid rgba(0,0,0,.2);
        color: #dfdfe9
    }

    .invert .table thead th {
        border-bottom: 1px solid rgba(0,0,0,.2);
        color: #fefeff
    }

    .invert .table.table-bordered, .invert .table.table-bordered td, .invert .table.table-bordered th, .invert .table.table-dark td, .invert .table.table-dark th, .invert .table.table-dark thead th, .invert .table.table-indent-rows td, .invert .table.table-indent-rows td:first-child, .invert .table.table-indent-rows td:last-child, .invert .table.table-indent-rows th, .invert .table.table-indent-rows th:first-child, .invert .table.table-indent-rows th:last-child {
        border-color: rgba(0,0,0,.2)
    }

    .invert .table.table-dark {
        color: #dfdfe9;
        background-color: #1b1b26
    }

        .invert .table.table-dark th {
            color: #fefeff
        }

    .invert .table .thead-dark th {
        color: #dfdfe9;
        background-color: #1b1b26;
        border-color: rgba(0,0,0,.2)
    }

    .invert .table .thead-light th, .invert .table.table-striped tbody tr:nth-of-type(odd) {
        background: rgba(0,0,0,.05)
    }

    .invert .table.table-hover tbody tr {
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .invert .table.table-hover tbody tr:hover {
            background: rgba(0,0,0,.08)
        }

    .invert .table.table-indent-rows thead th {
        border: 0;
        color: rgba(223,223,233,.9)
    }

    .invert .table.table-indent-rows tbody td {
        background: rgba(0,0,0,.05)
    }

.table .thead-dark .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
    background-color: rgba(0,0,0,.1)
}

.table .thead-dark .custom-control .custom-control-label:before {
    background-color: rgba(0,0,0,.3)
}

.table.table-dark .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
    background-color: rgba(0,0,0,.1)
}

.table.table-dark .custom-control .custom-control-label:before {
    background-color: rgba(0,0,0,.3)
}

.invert .pagination .page-item .page-link {
    color: #dfdfe9;
    border-color: rgba(0,0,0,.2);
    background: #22212f
}

    .invert .pagination .page-item .page-link:hover {
        background: #171620
    }

.invert .pagination .page-item.disabled .page-link {
    color: rgba(223,223,233,.9)
}

.invert .bootstrap-datetimepicker-widget .dropdown-menu {
    background: #FFF
}

.invert .select2-container--default .select2-selection--multiple, .invert .select2-container--default .select2-selection--single {
    border-color: rgba(0,0,0,.1);
    background: rgba(0,0,0,.3)
}

    .invert .select2-container--default .select2-search--inline .select2-search__field, .invert .select2-container--default .select2-selection--multiple .select2-selection__rendered, .invert .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #dfdfe9
    }

.invert .select2-container--default.select2-container--open .select2-selection--multiple, .invert .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2c9fdd
}

.invert .select2-container--default.select2-container--disabled .select2-selection__rendered {
    background: rgba(0,0,0,.1)
}

.invert .select2-dropdown {
    border-color: rgba(0,0,0,.1);
    background: rgba(0,0,0,.3)
}
