/*!
 *  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';
    font-display: fallback;
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

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

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

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

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

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

.fa-th:before {
    content: "\f00a"
}

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

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

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

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

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

.fa-signal:before {
    content: "\f012"
}

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

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

.fa-home:before {
    content: "\f015"
}

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

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

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

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

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

.fa-inbox:before {
    content: "\f01c"
}

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

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

.fa-refresh:before {
    content: "\f021"
}

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

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

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

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

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

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

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

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

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

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

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

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

.fa-list:before {
    content: "\f03a"
}

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

.fa-indent:before {
    content: "\f03c"
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

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

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

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

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

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

.fa-arrows:before {
    content: "\f047"
}

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

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

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

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

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

.fa-eject:before {
    content: "\f052"
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
    content: "\f05b"
}

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

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

.fa-ban:before {
    content: "\f05e"
}

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

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

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

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

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

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

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

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

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

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

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

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

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

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

.fa-folder:before {
    content: "\f07b"
}

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

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

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

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

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

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

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

.fa-key:before {
    content: "\f084"
}

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

.fa-comments:before {
    content: "\f086"
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
    content: "\f091"
}

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

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

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

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

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

.fa-twitter:before {
    content: "\f099"
}

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

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

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

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

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

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

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

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

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

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

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

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

.fa-paperclip:before {
    content: "\f0c6"
}

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

.fa-square:before {
    content: "\f0c8"
}

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

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

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

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

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

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

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

.fa-money:before {
    content: "\f0d6"
}

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

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

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

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

.fa-columns:before {
    content: "\f0db"
}

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

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

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

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

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

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

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

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

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

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

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

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

.fa-exchange:before {
    content: "\f0ec"
}

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

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

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

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

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

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

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

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

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

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

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

.fa-beer:before {
    content: "\f0fc"
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

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

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

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

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

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

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

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

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

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

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

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

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

.fa-gamepad:before {
    content: "\f11b"
}

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

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

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

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

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

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

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

.fa-crop:before {
    content: "\f125"
}

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

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

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

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

.fa-microphone:before {
    content: "\f130"
}

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

.fa-shield:before {
    content: "\f132"
}

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

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

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

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

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

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

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

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

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

.fa-bullseye:before {
    content: "\f140"
}

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

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

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

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

.fa-ticket:before {
    content: "\f145"
}

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

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

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

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

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

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

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

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

.fa-compass:before {
    content: "\f14e"
}

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

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

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

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

.fa-gbp:before {
    content: "\f154"
}

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

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

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

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

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

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

.fa-file:before {
    content: "\f15b"
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

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

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

.fa-dropbox:before {
    content: "\f16b"
}

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

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

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

.fa-tumblr:before {
    content: "\f173"
}

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

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

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

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

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

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

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

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

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

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

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

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

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

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

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

.fa-wheelchair:before {
    content: "\f193"
}

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

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

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

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

.fa-slack:before {
    content: "\f198"
}

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

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

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

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

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

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

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

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

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

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

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

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

.fa-steam:before {
    content: "\f1b6"
}

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

.fa-recycle:before {
    content: "\f1b8"
}

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

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

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

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

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

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

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

.fa-git:before {
    content: "\f1d3"
}

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

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

.fa-qq:before {
    content: "\f1d6"
}

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

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

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

.fa-history:before {
    content: "\f1da"
}

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

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

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

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

.fa-bomb:before {
    content: "\f1e2"
}

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

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

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

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

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

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

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

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

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

.fa-lastfm:before {
    content: "\f202"
}

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

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

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

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

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

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

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

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

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

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

.fa-motorcycle:before {
    content: "\f21c"
}

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

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

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

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

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

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

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

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

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

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

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

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
    content: "\f24d"
}

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

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

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

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

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

.fa-hourglass:before {
    content: "\f254"
}

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

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

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

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

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

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

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

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

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

.fa-gg:before {
    content: "\f260"
}

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

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

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

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

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

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

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

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

.fa-contao:before {
    content: "\f26d"
}

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

.fa-amazon:before {
    content: "\f270"
}

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

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

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

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

.fa-industry:before {
    content: "\f275"
}

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

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

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

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

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

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

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

.fa-fonticons:before {
    content: "\f280"
}

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

.fa-edge:before {
    content: "\f282"
}

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

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

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

.fa-usb:before {
    content: "\f287"
}

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

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

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

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

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

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

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

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

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

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

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

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

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

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

.fa-blind:before {
    content: "\f29d"
}

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

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

.fa-braille:before {
    content: "\f2a1"
}

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

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

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

.fa-glide:before {
    content: "\f2a5"
}

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

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

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

.fa-viadeo:before {
    content: "\f2a9"
}

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

.fa-snapchat:before {
    content: "\f2ab"
}

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

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

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

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

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

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

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

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

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

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

.fa-linode:before {
    content: "\f2b8"
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
    content: "\f2c4"
}

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

.fa-telegram:before {
    content: "\f2c6"
}

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

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

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

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

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

.fa-shower:before {
    content: "\f2cc"
}

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

.fa-podcast:before {
    content: "\f2ce"
}

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

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

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

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

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

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

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

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

@font-face {
    font-family: simple-line-icons;
    font-display: fallback;
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0);
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(../fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(../fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    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
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-minus:before {
    content: "\e615"
}

.icon-close:before {
    content: "\e082"
}

.icon-event:before {
    content: "\e619"
}

.icon-exclamation:before {
    content: "\e617"
}

.icon-organization:before {
    content: "\e616"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawer:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calendar:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symbol-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pinterest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-google:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}

.icon-social-vkontakte:before {
    content: "\e618"
}

.icon-social-steam:before {
    content: "\e620"
}

/*!
 * CoreUI - Open Source Bootstrap Admin Template
 * @version v1.0.10
 * @link http://coreui.io
 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
 * @license MIT
 */
/*!
 * Bootstrap v4.0.0 (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: #20a8d8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f86c6b;
    --orange: #f8cb00;
    --yellow: #ffc107;
    --green: #4dbd74;
    --teal: #20c997;
    --cyan: #63c2de;
    --white: #fff;
    --gray: #536c79;
    --gray-dark: #29363d;
    --blue: #20a8d8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f86c6b;
    --orange: #f8cb00;
    --yellow: #ffc107;
    --green: #4dbd74;
    --teal: #20c997;
    --cyan: #63c2de;
    --white: #fff;
    --gray: #536c79;
    --primary: #20a8d8;
    --secondary: #a4b7c1;
    --success: #4dbd74;
    --info: #63c2de;
    --warning: #ffc107;
    --danger: #f86c6b;
    --light: #f0f3f5;
    --dark: #29363d;
    --blue: #20a8d8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f86c6b;
    --orange: #f8cb00;
    --yellow: #ffc107;
    --green: #4dbd74;
    --teal: #20c997;
    --cyan: #63c2de;
    --gray-100: #f0f3f5;
    --gray-200: #c2cfd6;
    --gray-300: #a4b7c1;
    --gray-400: #869fac;
    --gray-500: #678898;
    --gray-600: #536c79;
    --gray-700: #3e515b;
    --gray-800: #29363d;
    --gray-900: #151b1e;
    --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 {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #20a8d8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #167495;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

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-family: monospace, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #536c79;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.h1,
h1 {
    font-size: 2.1875rem
}

.h2,
h2 {
    font-size: 1.75rem
}

.h3,
h3 {
    font-size: 1.53125rem
}

.h4,
h4 {
    font-size: 1.3125rem
}

.h5,
h5 {
    font-size: 1.09375rem
}

.h6,
h6 {
    font-size: .875rem
}

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #536c79
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #e4e5e6;
    border: 1px solid #a4b7c1;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #536c79
}

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #151b1e
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #151b1e
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #a4b7c1
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #a4b7c1
}

.table tbody+tbody {
    border-top: 2px solid #a4b7c1
}

.table .table {
    background-color: #e4e5e6
}

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

.table-bordered {
    border: 1px solid #a4b7c1
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #a4b7c1
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.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: #c1e7f4
}

.table-hover .table-primary:hover {
    background-color: #abdff0
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #abdff0
}

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

.table-hover .table-secondary:hover {
    background-color: #d7dfe4
}

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

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

.table-hover .table-success:hover {
    background-color: #bae6c9
}

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

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

.table-hover .table-info:hover {
    background-color: #bee6f2
}

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

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

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

.table-hover .table-danger:hover {
    background-color: #fcbebe
}

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

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

.table-hover .table-light:hover {
    background-color: #ecf1f1
}

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

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

.table-hover .table-dark:hover {
    background-color: #b6babd
}

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

.table-blue,
.table-blue>td,
.table-blue>th {
    background-color: #c1e7f4
}

.table-hover .table-blue:hover {
    background-color: #abdff0
}

.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
    background-color: #abdff0
}

.table-indigo,
.table-indigo>td,
.table-indigo>th {
    background-color: #d4bcfb
}

.table-hover .table-indigo:hover {
    background-color: #c5a4fa
}

.table-hover .table-indigo:hover>td,
.table-hover .table-indigo:hover>th {
    background-color: #c5a4fa
}

.table-purple,
.table-purple>td,
.table-purple>th {
    background-color: #d7caee
}

.table-hover .table-purple:hover {
    background-color: #c8b7e8
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
    background-color: #c8b7e8
}

.table-pink,
.table-pink>td,
.table-pink>th {
    background-color: #f9c9df
}

.table-hover .table-pink:hover {
    background-color: #f6b2d1
}

.table-hover .table-pink:hover>td,
.table-hover .table-pink:hover>th {
    background-color: #f6b2d1
}

.table-red,
.table-red>td,
.table-red>th {
    background-color: #fdd6d6
}

.table-hover .table-red:hover {
    background-color: #fcbebe
}

.table-hover .table-red:hover>td,
.table-hover .table-red:hover>th {
    background-color: #fcbebe
}

.table-orange,
.table-orange>td,
.table-orange>th {
    background-color: #fdf0b8
}

.table-hover .table-orange:hover {
    background-color: #fceb9f
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
    background-color: #fceb9f
}

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

.table-hover .table-yellow:hover {
    background-color: #ffe8a1
}

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

.table-green,
.table-green>td,
.table-green>th {
    background-color: #cdedd8
}

.table-hover .table-green:hover {
    background-color: #bae6c9
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
    background-color: #bae6c9
}

.table-teal,
.table-teal>td,
.table-teal>th {
    background-color: #c1f0e2
}

.table-hover .table-teal:hover {
    background-color: #acebd8
}

.table-hover .table-teal:hover>td,
.table-hover .table-teal:hover>th {
    background-color: #acebd8
}

.table-cyan,
.table-cyan>td,
.table-cyan>th {
    background-color: #d3eef6
}

.table-hover .table-cyan:hover {
    background-color: #bee6f2
}

.table-hover .table-cyan:hover>td,
.table-hover .table-cyan:hover>th {
    background-color: #bee6f2
}

.table-gray-100,
.table-gray-100>td,
.table-gray-100>th {
    background-color: #fbfcfc
}

.table-hover .table-gray-100:hover {
    background-color: #ecf1f1
}

.table-hover .table-gray-100:hover>td,
.table-hover .table-gray-100:hover>th {
    background-color: #ecf1f1
}

.table-gray-200,
.table-gray-200>td,
.table-gray-200>th {
    background-color: #eef2f4
}

.table-hover .table-gray-200:hover {
    background-color: #dfe6ea
}

.table-hover .table-gray-200:hover>td,
.table-hover .table-gray-200:hover>th {
    background-color: #dfe6ea
}

.table-gray-300,
.table-gray-300>td,
.table-gray-300>th {
    background-color: #e6ebee
}

.table-hover .table-gray-300:hover {
    background-color: #d7dfe4
}

.table-hover .table-gray-300:hover>td,
.table-hover .table-gray-300:hover>th {
    background-color: #d7dfe4
}

.table-gray-400,
.table-gray-400>td,
.table-gray-400>th {
    background-color: #dde4e8
}

.table-hover .table-gray-400:hover {
    background-color: #ced8de
}

.table-hover .table-gray-400:hover>td,
.table-hover .table-gray-400:hover>th {
    background-color: #ced8de
}

.table-gray-500,
.table-gray-500>td,
.table-gray-500>th {
    background-color: #d4dee2
}

.table-hover .table-gray-500:hover {
    background-color: #c5d2d8
}

.table-hover .table-gray-500:hover>td,
.table-hover .table-gray-500:hover>th {
    background-color: #c5d2d8
}

.table-gray-600,
.table-gray-600>td,
.table-gray-600>th {
    background-color: #cfd6d9
}

.table-hover .table-gray-600:hover {
    background-color: #c1cace
}

.table-hover .table-gray-600:hover>td,
.table-hover .table-gray-600:hover>th {
    background-color: #c1cace
}

.table-gray-700,
.table-gray-700>td,
.table-gray-700>th {
    background-color: #c9ced1
}

.table-hover .table-gray-700:hover {
    background-color: #bbc2c5
}

.table-hover .table-gray-700:hover>td,
.table-hover .table-gray-700:hover>th {
    background-color: #bbc2c5
}

.table-gray-800,
.table-gray-800>td,
.table-gray-800>th {
    background-color: #c3c7c9
}

.table-hover .table-gray-800:hover {
    background-color: #b6babd
}

.table-hover .table-gray-800:hover>td,
.table-hover .table-gray-800:hover>th {
    background-color: #b6babd
}

.table-gray-900,
.table-gray-900>td,
.table-gray-900>th {
    background-color: #bdbfc0
}

.table-hover .table-gray-900:hover {
    background-color: #b0b2b4
}

.table-hover .table-gray-900:hover>td,
.table-hover .table-gray-900:hover>th {
    background-color: #b0b2b4
}

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

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

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

.table .thead-dark th {
    color: #e4e5e6;
    background-color: #151b1e;
    border-color: #252f35
}

.table .thead-light th {
    color: #3e515b;
    background-color: #c2cfd6;
    border-color: #a4b7c1
}

.table-dark {
    color: #e4e5e6;
    background-color: #151b1e
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #252f35
}

.table-dark.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
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #3e515b;
    background-color: #fff;
    border-color: #8ad4ee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.form-control::-webkit-input-placeholder {
    color: #536c79;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #536c79;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #536c79;
    opacity: 1
}

.form-control::placeholder {
    color: #536c79;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #c2cfd6;
    opacity: 1
}

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

select.form-control:focus::-ms-value {
    color: #3e515b;
    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);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    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
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5
}

.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.64844rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.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.64063rem + 2px)
}

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

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

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #536c79
}

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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: #4dbd74
}

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

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #4dbd74
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4dbd74;
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .25)
}

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

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #4dbd74
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #4dbd74
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #aadfbd
}

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

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

.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 #e4e5e6, 0 0 0 .2rem rgba(77, 189, 116, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #4dbd74
}

.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~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.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(77, 189, 116, .25)
}

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

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

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #f86c6b
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f86c6b;
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .25)
}

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

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

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

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f86c6b
}

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

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

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

.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 #e4e5e6, 0 0 0 .2rem rgba(248, 108, 107, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f86c6b
}

.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~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.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(248, 108, 107, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: 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 {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

.btn-primary {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b8eb7;
    border-color: #1985ac
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1985ac;
    border-color: #187da0
}

.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(32, 168, 216, .5)
}

.btn-secondary {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-secondary:hover {
    color: #151b1e;
    background-color: #8da5b2;
    border-color: #869fac
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 183, 193, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #151b1e;
    background-color: #869fac;
    border-color: #7e99a7
}

.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(164, 183, 193, .5)
}

.btn-success {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-success:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3a9d5d
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9d5d;
    border-color: #379457
}

.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(77, 189, 116, .5)
}

.btn-info {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-info:hover {
    color: #151b1e;
    background-color: #43b6d7;
    border-color: #39b2d5
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b2d5;
    border-color: #2eadd3
}

.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(99, 194, 222, .5)
}

.btn-warning {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #151b1e;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #151b1e;
    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: #151b1e;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-danger:hover {
    color: #fff;
    background-color: #f64846;
    border-color: #f63c3a
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f63c3a;
    border-color: #f5302e
}

.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(248, 108, 107, .5)
}

.btn-light {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-light:hover {
    color: #151b1e;
    background-color: #d9e1e6;
    border-color: #d1dbe1
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #151b1e;
    background-color: #d1dbe1;
    border-color: #cad4dc
}

.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(240, 243, 245, .5)
}

.btn-dark {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-dark:hover {
    color: #fff;
    background-color: #1a2226;
    border-color: #151b1f
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 54, 61, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #151b1f;
    border-color: #0f1417
}

.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(41, 54, 61, .5)
}

.btn-blue {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-blue:hover {
    color: #fff;
    background-color: #1b8eb7;
    border-color: #1985ac
}

.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #1985ac;
    border-color: #187da0
}

.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-indigo {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2
}

.btn-indigo:hover {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4
}

.btn-indigo.focus,
.btn-indigo:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5)
}

.btn-indigo.disabled,
.btn-indigo:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2
}

.btn-indigo:not(:disabled):not(.disabled).active,
.btn-indigo:not(:disabled):not(.disabled):active,
.show>.btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #510bc4;
    border-color: #4c0ab8
}

.btn-indigo:not(:disabled):not(.disabled).active:focus,
.btn-indigo:not(:disabled):not(.disabled):active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5)
}

.btn-purple {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-purple:hover {
    color: #fff;
    background-color: #5e37a6;
    border-color: #59339d
}

.btn-purple.focus,
.btn-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #59339d;
    border-color: #533093
}

.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-pink {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-pink:hover {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72
}

.btn-pink.focus,
.btn-pink:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5)
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink:not(:disabled):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #d91a72;
    border-color: #ce196c
}

.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5)
}

.btn-red {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-red:hover {
    color: #fff;
    background-color: #f64846;
    border-color: #f63c3a
}

.btn-red.focus,
.btn-red:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #f63c3a;
    border-color: #f5302e
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-orange {
    color: #151b1e;
    background-color: #f8cb00;
    border-color: #f8cb00
}

.btn-orange:hover {
    color: #151b1e;
    background-color: #d2ac00;
    border-color: #c5a100
}

.btn-orange.focus,
.btn-orange:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 203, 0, .5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #151b1e;
    background-color: #f8cb00;
    border-color: #f8cb00
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show>.btn-orange.dropdown-toggle {
    color: #151b1e;
    background-color: #c5a100;
    border-color: #b89700
}

.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 203, 0, .5)
}

.btn-yellow {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-yellow:hover {
    color: #151b1e;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-yellow.focus,
.btn-yellow:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-yellow:not(:disabled):not(.disabled).active,
.btn-yellow:not(:disabled):not(.disabled):active,
.show>.btn-yellow.dropdown-toggle {
    color: #151b1e;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-yellow:not(:disabled):not(.disabled).active:focus,
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-green {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-green:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3a9d5d
}

.btn-green.focus,
.btn-green:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #3a9d5d;
    border-color: #379457
}

.btn-green:not(:disabled):not(.disabled).active:focus,
.btn-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997
}

.btn-teal:hover {
    color: #fff;
    background-color: #1ba87e;
    border-color: #199d76
}

.btn-teal.focus,
.btn-teal:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5)
}

.btn-teal.disabled,
.btn-teal:disabled {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997
}

.btn-teal:not(:disabled):not(.disabled).active,
.btn-teal:not(:disabled):not(.disabled):active,
.show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #199d76;
    border-color: #17926e
}

.btn-teal:not(:disabled):not(.disabled).active:focus,
.btn-teal:not(:disabled):not(.disabled):active:focus,
.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5)
}

.btn-cyan {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-cyan:hover {
    color: #151b1e;
    background-color: #43b6d7;
    border-color: #39b2d5
}

.btn-cyan.focus,
.btn-cyan:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-cyan.disabled,
.btn-cyan:disabled {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-cyan:not(:disabled):not(.disabled).active,
.btn-cyan:not(:disabled):not(.disabled):active,
.show>.btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #39b2d5;
    border-color: #2eadd3
}

.btn-cyan:not(:disabled):not(.disabled).active:focus,
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-gray-100 {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-gray-100:hover {
    color: #151b1e;
    background-color: #d9e1e6;
    border-color: #d1dbe1
}

.btn-gray-100.focus,
.btn-gray-100:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-gray-100.disabled,
.btn-gray-100:disabled {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-gray-100:not(:disabled):not(.disabled).active,
.btn-gray-100:not(:disabled):not(.disabled):active,
.show>.btn-gray-100.dropdown-toggle {
    color: #151b1e;
    background-color: #d1dbe1;
    border-color: #cad4dc
}

.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-100.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-gray-200 {
    color: #151b1e;
    background-color: #c2cfd6;
    border-color: #c2cfd6
}

.btn-gray-200:hover {
    color: #151b1e;
    background-color: #abbdc7;
    border-color: #a4b7c2
}

.btn-gray-200.focus,
.btn-gray-200:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 207, 214, .5)
}

.btn-gray-200.disabled,
.btn-gray-200:disabled {
    color: #151b1e;
    background-color: #c2cfd6;
    border-color: #c2cfd6
}

.btn-gray-200:not(:disabled):not(.disabled).active,
.btn-gray-200:not(:disabled):not(.disabled):active,
.show>.btn-gray-200.dropdown-toggle {
    color: #151b1e;
    background-color: #a4b7c2;
    border-color: #9cb1bc
}

.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 207, 214, .5)
}

.btn-gray-300 {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-gray-300:hover {
    color: #151b1e;
    background-color: #8da5b2;
    border-color: #869fac
}

.btn-gray-300.focus,
.btn-gray-300:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 183, 193, .5)
}

.btn-gray-300.disabled,
.btn-gray-300:disabled {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-gray-300:not(:disabled):not(.disabled).active,
.btn-gray-300:not(:disabled):not(.disabled):active,
.show>.btn-gray-300.dropdown-toggle {
    color: #151b1e;
    background-color: #869fac;
    border-color: #7e99a7
}

.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 183, 193, .5)
}

.btn-gray-400 {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac
}

.btn-gray-400:hover {
    color: #fff;
    background-color: #6f8d9c;
    border-color: #688797
}

.btn-gray-400.focus,
.btn-gray-400:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 159, 172, .5)
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac
}

.btn-gray-400:not(:disabled):not(.disabled).active,
.btn-gray-400:not(:disabled):not(.disabled):active,
.show>.btn-gray-400.dropdown-toggle {
    color: #fff;
    background-color: #688797;
    border-color: #638090
}

.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 159, 172, .5)
}

.btn-gray-500 {
    color: #fff;
    background-color: #678898;
    border-color: #678898
}

.btn-gray-500:hover {
    color: #fff;
    background-color: #587481;
    border-color: #526d7a
}

.btn-gray-500.focus,
.btn-gray-500:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 136, 152, .5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
    color: #fff;
    background-color: #678898;
    border-color: #678898
}

.btn-gray-500:not(:disabled):not(.disabled).active,
.btn-gray-500:not(:disabled):not(.disabled):active,
.show>.btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #526d7a;
    border-color: #4d6672
}

.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 136, 152, .5)
}

.btn-gray-600 {
    color: #fff;
    background-color: #536c79;
    border-color: #536c79
}

.btn-gray-600:hover {
    color: #fff;
    background-color: #435862;
    border-color: #3e515b
}

.btn-gray-600.focus,
.btn-gray-600:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 108, 121, .5)
}

.btn-gray-600.disabled,
.btn-gray-600:disabled {
    color: #fff;
    background-color: #536c79;
    border-color: #536c79
}

.btn-gray-600:not(:disabled):not(.disabled).active,
.btn-gray-600:not(:disabled):not(.disabled):active,
.show>.btn-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #3e515b;
    border-color: #394a53
}

.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-600.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 108, 121, .5)
}

.btn-gray-700 {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b
}

.btn-gray-700:hover {
    color: #fff;
    background-color: #2f3d44;
    border-color: #29363d
}

.btn-gray-700.focus,
.btn-gray-700:focus {
    box-shadow: 0 0 0 .2rem rgba(62, 81, 91, .5)
}

.btn-gray-700.disabled,
.btn-gray-700:disabled {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b
}

.btn-gray-700:not(:disabled):not(.disabled).active,
.btn-gray-700:not(:disabled):not(.disabled):active,
.show>.btn-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #29363d;
    border-color: #242f35
}

.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-700.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(62, 81, 91, .5)
}

.btn-gray-800 {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-gray-800:hover {
    color: #fff;
    background-color: #1a2226;
    border-color: #151b1f
}

.btn-gray-800.focus,
.btn-gray-800:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 54, 61, .5)
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-gray-800:not(:disabled):not(.disabled).active,
.btn-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #151b1f;
    border-color: #0f1417
}

.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 54, 61, .5)
}

.btn-gray-900 {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e
}

.btn-gray-900:hover {
    color: #fff;
    background-color: #050708;
    border-color: #000
}

.btn-gray-900.focus,
.btn-gray-900:focus {
    box-shadow: 0 0 0 .2rem rgba(21, 27, 30, .5)
}

.btn-gray-900.disabled,
.btn-gray-900:disabled {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e
}

.btn-gray-900:not(:disabled):not(.disabled).active,
.btn-gray-900:not(:disabled):not(.disabled):active,
.show>.btn-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-900.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(21, 27, 30, .5)
}

.btn-outline-primary {
    color: #20a8d8;
    background-color: transparent;
    background-image: none;
    border-color: #20a8d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #20a8d8;
    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: #20a8d8;
    border-color: #20a8d8
}

.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(32, 168, 216, .5)
}

.btn-outline-secondary {
    color: #a4b7c1;
    background-color: transparent;
    background-image: none;
    border-color: #a4b7c1
}

.btn-outline-secondary:hover {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 183, 193, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #a4b7c1;
    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: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.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(164, 183, 193, .5)
}

.btn-outline-success {
    color: #4dbd74;
    background-color: transparent;
    background-image: none;
    border-color: #4dbd74
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4dbd74;
    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: #4dbd74;
    border-color: #4dbd74
}

.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(77, 189, 116, .5)
}

.btn-outline-info {
    color: #63c2de;
    background-color: transparent;
    background-image: none;
    border-color: #63c2de
}

.btn-outline-info:hover {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #63c2de;
    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: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.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(99, 194, 222, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #f86c6b;
    background-color: transparent;
    background-image: none;
    border-color: #f86c6b
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f86c6b;
    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: #f86c6b;
    border-color: #f86c6b
}

.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(248, 108, 107, .5)
}

.btn-outline-light {
    color: #f0f3f5;
    background-color: transparent;
    background-image: none;
    border-color: #f0f3f5
}

.btn-outline-light:hover {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f0f3f5;
    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: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.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(240, 243, 245, .5)
}

.btn-outline-dark {
    color: #29363d;
    background-color: transparent;
    background-image: none;
    border-color: #29363d
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 54, 61, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #29363d;
    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: #29363d;
    border-color: #29363d
}

.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(41, 54, 61, .5)
}

.btn-outline-blue {
    color: #20a8d8;
    background-color: transparent;
    background-image: none;
    border-color: #20a8d8
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-blue.focus,
.btn-outline-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #20a8d8;
    background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .5)
}

.btn-outline-indigo {
    color: #6610f2;
    background-color: transparent;
    background-image: none;
    border-color: #6610f2
}

.btn-outline-indigo:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2
}

.btn-outline-indigo.focus,
.btn-outline-indigo:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5)
}

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
    color: #6610f2;
    background-color: transparent
}

.btn-outline-indigo:not(:disabled):not(.disabled).active,
.btn-outline-indigo:not(:disabled):not(.disabled):active,
.show>.btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2
}

.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5)
}

.btn-outline-purple {
    color: #6f42c1;
    background-color: transparent;
    background-image: none;
    border-color: #6f42c1
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-outline-purple.focus,
.btn-outline-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #6f42c1;
    background-color: transparent
}

.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-outline-pink {
    color: #e83e8c;
    background-color: transparent;
    background-image: none;
    border-color: #e83e8c
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-outline-pink.focus,
.btn-outline-pink:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5)
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #e83e8c;
    background-color: transparent
}

.btn-outline-pink:not(:disabled):not(.disabled).active,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.show>.btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5)
}

.btn-outline-red {
    color: #f86c6b;
    background-color: transparent;
    background-image: none;
    border-color: #f86c6b
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-outline-red.focus,
.btn-outline-red:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #f86c6b;
    background-color: transparent
}

.btn-outline-red:not(:disabled):not(.disabled).active,
.btn-outline-red:not(:disabled):not(.disabled):active,
.show>.btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b
}

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 108, 107, .5)
}

.btn-outline-orange {
    color: #f8cb00;
    background-color: transparent;
    background-image: none;
    border-color: #f8cb00
}

.btn-outline-orange:hover {
    color: #151b1e;
    background-color: #f8cb00;
    border-color: #f8cb00
}

.btn-outline-orange.focus,
.btn-outline-orange:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 203, 0, .5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #f8cb00;
    background-color: transparent
}

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle {
    color: #151b1e;
    background-color: #f8cb00;
    border-color: #f8cb00
}

.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 203, 0, .5)
}

.btn-outline-yellow {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-yellow:hover {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-yellow.focus,
.btn-outline-yellow:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-yellow:not(:disabled):not(.disabled).active,
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.show>.btn-outline-yellow.dropdown-toggle {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-green {
    color: #4dbd74;
    background-color: transparent;
    background-image: none;
    border-color: #4dbd74
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-green.focus,
.btn-outline-green:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #4dbd74;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled).active,
.btn-outline-green:not(:disabled):not(.disabled):active,
.show>.btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74
}

.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 189, 116, .5)
}

.btn-outline-teal {
    color: #20c997;
    background-color: transparent;
    background-image: none;
    border-color: #20c997
}

.btn-outline-teal:hover {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997
}

.btn-outline-teal.focus,
.btn-outline-teal:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5)
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
    color: #20c997;
    background-color: transparent
}

.btn-outline-teal:not(:disabled):not(.disabled).active,
.btn-outline-teal:not(:disabled):not(.disabled):active,
.show>.btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997
}

.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5)
}

.btn-outline-cyan {
    color: #63c2de;
    background-color: transparent;
    background-image: none;
    border-color: #63c2de
}

.btn-outline-cyan:hover {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-cyan.focus,
.btn-outline-cyan:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
    color: #63c2de;
    background-color: transparent
}

.btn-outline-cyan:not(:disabled):not(.disabled).active,
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.show>.btn-outline-cyan.dropdown-toggle {
    color: #151b1e;
    background-color: #63c2de;
    border-color: #63c2de
}

.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 194, 222, .5)
}

.btn-outline-gray-100 {
    color: #f0f3f5;
    background-color: transparent;
    background-image: none;
    border-color: #f0f3f5
}

.btn-outline-gray-100:hover {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-outline-gray-100.focus,
.btn-outline-gray-100:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
    color: #f0f3f5;
    background-color: transparent
}

.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-100.dropdown-toggle {
    color: #151b1e;
    background-color: #f0f3f5;
    border-color: #f0f3f5
}

.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-100.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 243, 245, .5)
}

.btn-outline-gray-200 {
    color: #c2cfd6;
    background-color: transparent;
    background-image: none;
    border-color: #c2cfd6
}

.btn-outline-gray-200:hover {
    color: #151b1e;
    background-color: #c2cfd6;
    border-color: #c2cfd6
}

.btn-outline-gray-200.focus,
.btn-outline-gray-200:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 207, 214, .5)
}

.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
    color: #c2cfd6;
    background-color: transparent
}

.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-200.dropdown-toggle {
    color: #151b1e;
    background-color: #c2cfd6;
    border-color: #c2cfd6
}

.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 207, 214, .5)
}

.btn-outline-gray-300 {
    color: #a4b7c1;
    background-color: transparent;
    background-image: none;
    border-color: #a4b7c1
}

.btn-outline-gray-300:hover {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-outline-gray-300.focus,
.btn-outline-gray-300:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 183, 193, .5)
}

.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
    color: #a4b7c1;
    background-color: transparent
}

.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-300.dropdown-toggle {
    color: #151b1e;
    background-color: #a4b7c1;
    border-color: #a4b7c1
}

.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 183, 193, .5)
}

.btn-outline-gray-400 {
    color: #869fac;
    background-color: transparent;
    background-image: none;
    border-color: #869fac
}

.btn-outline-gray-400:hover {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac
}

.btn-outline-gray-400.focus,
.btn-outline-gray-400:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 159, 172, .5)
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
    color: #869fac;
    background-color: transparent
}

.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-400.dropdown-toggle {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac
}

.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 159, 172, .5)
}

.btn-outline-gray-500 {
    color: #678898;
    background-color: transparent;
    background-image: none;
    border-color: #678898
}

.btn-outline-gray-500:hover {
    color: #fff;
    background-color: #678898;
    border-color: #678898
}

.btn-outline-gray-500.focus,
.btn-outline-gray-500:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 136, 152, .5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
    color: #678898;
    background-color: transparent
}

.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #678898;
    border-color: #678898
}

.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 136, 152, .5)
}

.btn-outline-gray-600 {
    color: #536c79;
    background-color: transparent;
    background-image: none;
    border-color: #536c79
}

.btn-outline-gray-600:hover {
    color: #fff;
    background-color: #536c79;
    border-color: #536c79
}

.btn-outline-gray-600.focus,
.btn-outline-gray-600:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 108, 121, .5)
}

.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
    color: #536c79;
    background-color: transparent
}

.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #536c79;
    border-color: #536c79
}

.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-600.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 108, 121, .5)
}

.btn-outline-gray-700 {
    color: #3e515b;
    background-color: transparent;
    background-image: none;
    border-color: #3e515b
}

.btn-outline-gray-700:hover {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b
}

.btn-outline-gray-700.focus,
.btn-outline-gray-700:focus {
    box-shadow: 0 0 0 .2rem rgba(62, 81, 91, .5)
}

.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
    color: #3e515b;
    background-color: transparent
}

.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b
}

.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-700.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(62, 81, 91, .5)
}

.btn-outline-gray-800 {
    color: #29363d;
    background-color: transparent;
    background-image: none;
    border-color: #29363d
}

.btn-outline-gray-800:hover {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-outline-gray-800.focus,
.btn-outline-gray-800:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 54, 61, .5)
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
    color: #29363d;
    background-color: transparent
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #29363d;
    border-color: #29363d
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-800.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 54, 61, .5)
}

.btn-outline-gray-900 {
    color: #151b1e;
    background-color: transparent;
    background-image: none;
    border-color: #151b1e
}

.btn-outline-gray-900:hover {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e
}

.btn-outline-gray-900.focus,
.btn-outline-gray-900:focus {
    box-shadow: 0 0 0 .2rem rgba(21, 27, 30, .5)
}

.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
    color: #151b1e;
    background-color: transparent
}

.btn-outline-gray-900:not(:disabled):not(.disabled).active,
.btn-outline-gray-900:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e
}

.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-900.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(21, 27, 30, .5)
}

.btn-link {
    font-weight: 400;
    color: #20a8d8;
    background-color: transparent
}

.btn-link:hover {
    color: #167495;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #536c79
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    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;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #151b1e;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2cfd6
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

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

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

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

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

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

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

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #151b1e;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0b0e0f;
    text-decoration: none;
    background-color: #f0f3f5
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #20a8d8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #536c79;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: .76563rem;
    color: #536c79;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

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

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

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

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

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    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+.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
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.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 {
    margin-left: -1px
}

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e515b;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f5;
    border: 1px solid #c2cfd6
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

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

.custom-control-inline {
    display: -ms-inline-flexbox;
    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: #20a8d8
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b6e4f4
}

.custom-control-input:disabled~.custom-control-label {
    color: #536c79
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #c2cfd6
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a4b7c1
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #20a8d8
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #20a8d8
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(32, 168, 216, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(32, 168, 216, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #20a8d8
}

.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(32, 168, 216, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #3e515b;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2329363d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #8ad4ee;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(138, 212, 238, .5)
}

.custom-select:focus::-ms-value {
    color: #3e515b;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #536c79;
    background-color: #c2cfd6
}

.custom-select::-ms-expand {
    opacity: 0
}

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

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

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.0625rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #8ad4ee;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #8ad4ee
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.0625rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    border: 1px solid #c2cfd6
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.0625rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #3e515b;
    content: "Browse";
    background-color: #f0f3f5;
    border-left: 1px solid #c2cfd6
}

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

.nav-link,
.navbar .dropdown-toggle {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:hover {
    text-decoration: none
}

.nav-link.disabled,
.navbar .disabled.dropdown-toggle {
    color: #536c79
}

.nav-tabs {
    border-bottom: 1px solid #a4b7c1
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
    border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .navbar .dropdown-toggle:focus,
.nav-tabs .navbar .dropdown-toggle:hover,
.navbar .nav-tabs .dropdown-toggle:focus,
.navbar .nav-tabs .dropdown-toggle:hover {
    border-color: #c2cfd6 #c2cfd6 #a4b7c1
}

.nav-tabs .nav-link.disabled,
.nav-tabs .navbar .disabled.dropdown-toggle,
.navbar .nav-tabs .disabled.dropdown-toggle {
    color: #536c79;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar .dropdown-toggle,
.nav-tabs .nav-link.active,
.nav-tabs .navbar .active.dropdown-toggle,
.navbar .nav-tabs .active.dropdown-toggle,
.navbar .nav-tabs .nav-item.show .dropdown-toggle {
    color: #3e515b;
    background-color: #e4e5e6;
    border-color: #a4b7c1 #a4b7c1 #e4e5e6
}

.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .navbar .active.dropdown-toggle,
.nav-pills .navbar .show>.dropdown-toggle,
.nav-pills .show>.nav-link,
.navbar .nav-pills .active.dropdown-toggle,
.navbar .nav-pills .show>.dropdown-toggle {
    color: #fff;
    background-color: #20a8d8
}

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

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .33594rem;
    padding-bottom: .33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar .navbar-nav .dropdown-toggle,
.navbar-nav .nav-link,
.navbar-nav .navbar .dropdown-toggle {
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar .navbar-expand-sm .navbar-nav .dropdown-toggle,
    .navbar-expand-sm .navbar-nav .nav-link,
    .navbar-expand-sm .navbar-nav .navbar .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar .navbar-expand-md .navbar-nav .dropdown-toggle,
    .navbar-expand-md .navbar-nav .nav-link,
    .navbar-expand-md .navbar-nav .navbar .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar .navbar-expand-lg .navbar-nav .dropdown-toggle,
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .navbar .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar .navbar-expand-xl .navbar-nav .dropdown-toggle,
    .navbar-expand-xl .navbar-nav .nav-link,
    .navbar-expand-xl .navbar-nav .navbar .dropdown-toggle {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

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

.navbar .navbar-expand .navbar-nav .dropdown-toggle,
.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .navbar .dropdown-toggle {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

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

.navbar .navbar-light .navbar-nav .dropdown-toggle,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .navbar .dropdown-toggle {
    color: rgba(0, 0, 0, .5)
}

.navbar .navbar-light .navbar-nav .dropdown-toggle:focus,
.navbar .navbar-light .navbar-nav .dropdown-toggle:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .navbar .dropdown-toggle:focus,
.navbar-light .navbar-nav .navbar .dropdown-toggle:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar .navbar-light .navbar-nav .disabled.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .navbar .disabled.dropdown-toggle {
    color: rgba(0, 0, 0, .3)
}

.navbar .navbar-light .navbar-nav .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active>.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show>.dropdown-toggle,
.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 .navbar .active.dropdown-toggle,
.navbar-light .navbar-nav .navbar .active>.dropdown-toggle,
.navbar-light .navbar-nav .navbar .show.dropdown-toggle,
.navbar-light .navbar-nav .navbar .show>.dropdown-toggle,
.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 {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

.navbar .navbar-dark .navbar-nav .dropdown-toggle,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .navbar .dropdown-toggle {
    color: rgba(255, 255, 255, .5)
}

.navbar .navbar-dark .navbar-nav .dropdown-toggle:focus,
.navbar .navbar-dark .navbar-nav .dropdown-toggle:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .navbar .dropdown-toggle:focus,
.navbar-dark .navbar-nav .navbar .dropdown-toggle:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar .navbar-dark .navbar-nav .disabled.dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .navbar .disabled.dropdown-toggle {
    color: rgba(255, 255, 255, .25)
}

.navbar .navbar-dark .navbar-nav .active.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active>.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show>.dropdown-toggle,
.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 .navbar .active.dropdown-toggle,
.navbar-dark .navbar-nav .navbar .active>.dropdown-toggle,
.navbar-dark .navbar-nav .navbar .show.dropdown-toggle,
.navbar-dark .navbar-nav .navbar .show>.dropdown-toggle,
.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 {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c2cfd6
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

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

.card-title {
    margin-bottom: .75rem
}

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c2cfd6
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f0f3f5;
    border-top: 1px solid #c2cfd6
}

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

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

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

.card-img {
    width: 100%
}

.card-img-top {
    width: 100%
}

.card-img-bottom {
    width: 100%
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #536c79;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #536c79
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link,
.pagination li a,
.pagination-datatables li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #20a8d8;
    background-color: #fff;
    border: 1px solid #a4b7c1
}

.page-link:hover,
.pagination li a:hover,
.pagination-datatables li a:hover {
    color: #167495;
    text-decoration: none;
    background-color: #c2cfd6;
    border-color: #a4b7c1
}

.page-link:focus,
.pagination li a:focus,
.pagination-datatables li a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 168, 216, .25)
}

.page-link:not(:disabled):not(.disabled),
.pagination li a:not(:disabled):not(.disabled),
.pagination-datatables li a:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link,
.page-item:first-child .pagination li a,
.page-item:first-child .pagination-datatables li a,
.pagination li .page-item:first-child a,
.pagination li:first-child .page-link,
.pagination li:first-child a,
.pagination-datatables li .page-item:first-child a,
.pagination-datatables li:first-child .page-link,
.pagination-datatables li:first-child a {
    margin-left: 0
}

.page-item.active .page-link,
.page-item.active .pagination li a,
.page-item.active .pagination-datatables li a,
.pagination li .page-item.active a,
.pagination li.active .page-link,
.pagination li.active a,
.pagination-datatables li .page-item.active a,
.pagination-datatables li.active .page-link,
.pagination-datatables li.active a {
    z-index: 1;
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.page-item.disabled .page-link,
.page-item.disabled .pagination li a,
.page-item.disabled .pagination-datatables li a,
.pagination li .page-item.disabled a,
.pagination li.disabled .page-link,
.pagination li.disabled a,
.pagination-datatables li .page-item.disabled a,
.pagination-datatables li.disabled .page-link,
.pagination-datatables li.disabled a {
    color: #536c79;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #a4b7c1
}

.pagination li .pagination-lg a,
.pagination-datatables li .pagination-lg a,
.pagination-lg .page-link,
.pagination-lg .pagination li a,
.pagination-lg .pagination-datatables li a {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.pagination li .pagination-sm a,
.pagination-datatables li .pagination-sm a,
.pagination-sm .page-link,
.pagination-sm .pagination li a,
.pagination-sm .pagination-datatables li a {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-primary {
    color: #fff;
    background-color: #20a8d8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1985ac
}

.badge-secondary {
    color: #151b1e;
    background-color: #a4b7c1
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #869fac
}

.badge-success {
    color: #fff;
    background-color: #4dbd74
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a9d5d
}

.badge-info {
    color: #151b1e;
    background-color: #63c2de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #39b2d5
}

.badge-warning {
    color: #151b1e;
    background-color: #ffc107
}

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

.badge-danger {
    color: #fff;
    background-color: #f86c6b
}

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

.badge-light {
    color: #151b1e;
    background-color: #f0f3f5
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #d1dbe1
}

.badge-dark {
    color: #fff;
    background-color: #29363d
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #151b1f
}

.badge-blue {
    color: #fff;
    background-color: #20a8d8
}

.badge-blue[href]:focus,
.badge-blue[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1985ac
}

.badge-indigo {
    color: #fff;
    background-color: #6610f2
}

.badge-indigo[href]:focus,
.badge-indigo[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #510bc4
}

.badge-purple {
    color: #fff;
    background-color: #6f42c1
}

.badge-purple[href]:focus,
.badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #59339d
}

.badge-pink {
    color: #fff;
    background-color: #e83e8c
}

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

.badge-red {
    color: #fff;
    background-color: #f86c6b
}

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

.badge-orange {
    color: #151b1e;
    background-color: #f8cb00
}

.badge-orange[href]:focus,
.badge-orange[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #c5a100
}

.badge-yellow {
    color: #151b1e;
    background-color: #ffc107
}

.badge-yellow[href]:focus,
.badge-yellow[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #d39e00
}

.badge-green {
    color: #fff;
    background-color: #4dbd74
}

.badge-green[href]:focus,
.badge-green[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a9d5d
}

.badge-teal {
    color: #fff;
    background-color: #20c997
}

.badge-teal[href]:focus,
.badge-teal[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #199d76
}

.badge-cyan {
    color: #151b1e;
    background-color: #63c2de
}

.badge-cyan[href]:focus,
.badge-cyan[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #39b2d5
}

.badge-gray-100 {
    color: #151b1e;
    background-color: #f0f3f5
}

.badge-gray-100[href]:focus,
.badge-gray-100[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #d1dbe1
}

.badge-gray-200 {
    color: #151b1e;
    background-color: #c2cfd6
}

.badge-gray-200[href]:focus,
.badge-gray-200[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #a4b7c2
}

.badge-gray-300 {
    color: #151b1e;
    background-color: #a4b7c1
}

.badge-gray-300[href]:focus,
.badge-gray-300[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #869fac
}

.badge-gray-400 {
    color: #151b1e;
    background-color: #869fac
}

.badge-gray-400[href]:focus,
.badge-gray-400[href]:hover {
    color: #151b1e;
    text-decoration: none;
    background-color: #688797
}

.badge-gray-500 {
    color: #fff;
    background-color: #678898
}

.badge-gray-500[href]:focus,
.badge-gray-500[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #526d7a
}

.badge-gray-600 {
    color: #fff;
    background-color: #536c79
}

.badge-gray-600[href]:focus,
.badge-gray-600[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3e515b
}

.badge-gray-700 {
    color: #fff;
    background-color: #3e515b
}

.badge-gray-700[href]:focus,
.badge-gray-700[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #29363d
}

.badge-gray-800 {
    color: #fff;
    background-color: #29363d
}

.badge-gray-800[href]:focus,
.badge-gray-800[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #151b1f
}

.badge-gray-900 {
    color: #fff;
    background-color: #151b1e
}

.badge-gray-900[href]:focus,
.badge-gray-900[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #c2cfd6
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

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

.alert-primary {
    color: #115770;
    background-color: #d2eef7;
    border-color: #c1e7f4
}

.alert-primary hr {
    border-top-color: #abdff0
}

.alert-primary .alert-link {
    color: #0a3544
}

.alert-secondary {
    color: #555f64;
    background-color: #edf1f3;
    border-color: #e6ebee
}

.alert-secondary hr {
    border-top-color: #d7dfe4
}

.alert-secondary .alert-link {
    color: #3e4548
}

.alert-success {
    color: #28623c;
    background-color: #dbf2e3;
    border-color: #cdedd8
}

.alert-success hr {
    border-top-color: #bae6c9
}

.alert-success .alert-link {
    color: #193e26
}

.alert-info {
    color: #336573;
    background-color: #e0f3f8;
    border-color: #d3eef6
}

.alert-info hr {
    border-top-color: #bee6f2
}

.alert-info .alert-link {
    color: #234650
}

.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: #813838;
    background-color: #fee2e1;
    border-color: #fdd6d6
}

.alert-danger hr {
    border-top-color: #fcbebe
}

.alert-danger .alert-link {
    color: #5d2929
}

.alert-light {
    color: #7d7e7f;
    background-color: #fcfdfd;
    border-color: #fbfcfc
}

.alert-light hr {
    border-top-color: #ecf1f1
}

.alert-light .alert-link {
    color: #646565
}

.alert-dark {
    color: #151c20;
    background-color: #d4d7d8;
    border-color: #c3c7c9
}

.alert-dark hr {
    border-top-color: #b6babd
}

.alert-dark .alert-link {
    color: #010101
}

.alert-blue {
    color: #115770;
    background-color: #d2eef7;
    border-color: #c1e7f4
}

.alert-blue hr {
    border-top-color: #abdff0
}

.alert-blue .alert-link {
    color: #0a3544
}

.alert-indigo {
    color: #35087e;
    background-color: #e0cffc;
    border-color: #d4bcfb
}

.alert-indigo hr {
    border-top-color: #c5a4fa
}

.alert-indigo .alert-link {
    color: #21054e
}

.alert-purple {
    color: #3a2264;
    background-color: #e2d9f3;
    border-color: #d7caee
}

.alert-purple hr {
    border-top-color: #c8b7e8
}

.alert-purple .alert-link {
    color: #24153e
}

.alert-pink {
    color: #792049;
    background-color: #fad8e8;
    border-color: #f9c9df
}

.alert-pink hr {
    border-top-color: #f6b2d1
}

.alert-pink .alert-link {
    color: #511531
}

.alert-red {
    color: #813838;
    background-color: #fee2e1;
    border-color: #fdd6d6
}

.alert-red hr {
    border-top-color: #fcbebe
}

.alert-red .alert-link {
    color: #5d2929
}

.alert-orange {
    color: #816a00;
    background-color: #fef5cc;
    border-color: #fdf0b8
}

.alert-orange hr {
    border-top-color: #fceb9f
}

.alert-orange .alert-link {
    color: #4e4000
}

.alert-yellow {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-yellow hr {
    border-top-color: #ffe8a1
}

.alert-yellow .alert-link {
    color: #533f03
}

.alert-green {
    color: #28623c;
    background-color: #dbf2e3;
    border-color: #cdedd8
}

.alert-green hr {
    border-top-color: #bae6c9
}

.alert-green .alert-link {
    color: #193e26
}

.alert-teal {
    color: #11694f;
    background-color: #d2f4ea;
    border-color: #c1f0e2
}

.alert-teal hr {
    border-top-color: #acebd8
}

.alert-teal .alert-link {
    color: #0a3d2e
}

.alert-cyan {
    color: #336573;
    background-color: #e0f3f8;
    border-color: #d3eef6
}

.alert-cyan hr {
    border-top-color: #bee6f2
}

.alert-cyan .alert-link {
    color: #234650
}

.alert-gray-100 {
    color: #7d7e7f;
    background-color: #fcfdfd;
    border-color: #fbfcfc
}

.alert-gray-100 hr {
    border-top-color: #ecf1f1
}

.alert-gray-100 .alert-link {
    color: #646565
}

.alert-gray-200 {
    color: #656c6f;
    background-color: #f3f5f7;
    border-color: #eef2f4
}

.alert-gray-200 hr {
    border-top-color: #dfe6ea
}

.alert-gray-200 .alert-link {
    color: #4d5254
}

.alert-gray-300 {
    color: #555f64;
    background-color: #edf1f3;
    border-color: #e6ebee
}

.alert-gray-300 hr {
    border-top-color: #d7dfe4
}

.alert-gray-300 .alert-link {
    color: #3e4548
}

.alert-gray-400 {
    color: #465359;
    background-color: #e7ecee;
    border-color: #dde4e8
}

.alert-gray-400 hr {
    border-top-color: #ced8de
}

.alert-gray-400 .alert-link {
    color: #30383c
}

.alert-gray-500 {
    color: #36474f;
    background-color: #e1e7ea;
    border-color: #d4dee2
}

.alert-gray-500 hr {
    border-top-color: #c5d2d8
}

.alert-gray-500 .alert-link {
    color: #212c31
}

.alert-gray-600 {
    color: #2b383f;
    background-color: #dde2e4;
    border-color: #cfd6d9
}

.alert-gray-600 hr {
    border-top-color: #c1cace
}

.alert-gray-600 .alert-link {
    color: #161d21
}

.alert-gray-700 {
    color: #202a2f;
    background-color: #d8dcde;
    border-color: #c9ced1
}

.alert-gray-700 hr {
    border-top-color: #bbc2c5
}

.alert-gray-700 .alert-link {
    color: #0b0f11
}

.alert-gray-800 {
    color: #151c20;
    background-color: #d4d7d8;
    border-color: #c3c7c9
}

.alert-gray-800 hr {
    border-top-color: #b6babd
}

.alert-gray-800 .alert-link {
    color: #010101
}

.alert-gray-900 {
    color: #0b0e10;
    background-color: #d0d1d2;
    border-color: #bdbfc0
}

.alert-gray-900 hr {
    border-top-color: #b0b2b4
}

.alert-gray-900 .alert-link {
    color: #000
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #f0f3f5
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #20a8d8;
    transition: width .6s ease
}

.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 {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

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

.media-body {
    -ms-flex: 1;
    flex: 1
}

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

.list-group-item-action {
    width: 100%;
    color: #3e515b;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #3e515b;
    text-decoration: none;
    background-color: #f0f3f5
}

.list-group-item-action:active {
    color: #151b1e;
    background-color: #c2cfd6
}

.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:last-child {
    margin-bottom: 0
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #536c79;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 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: #115770;
    background-color: #c1e7f4
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #115770;
    background-color: #abdff0
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #115770;
    border-color: #115770
}

.list-group-item-secondary {
    color: #555f64;
    background-color: #e6ebee
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #555f64;
    background-color: #d7dfe4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #555f64;
    border-color: #555f64
}

.list-group-item-success {
    color: #28623c;
    background-color: #cdedd8
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #28623c;
    background-color: #bae6c9
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #28623c;
    border-color: #28623c
}

.list-group-item-info {
    color: #336573;
    background-color: #d3eef6
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #336573;
    background-color: #bee6f2
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #336573;
    border-color: #336573
}

.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: #813838;
    background-color: #fdd6d6
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #813838;
    background-color: #fcbebe
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #813838;
    border-color: #813838
}

.list-group-item-light {
    color: #7d7e7f;
    background-color: #fbfcfc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7d7e7f;
    background-color: #ecf1f1
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7d7e7f;
    border-color: #7d7e7f
}

.list-group-item-dark {
    color: #151c20;
    background-color: #c3c7c9
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #151c20;
    background-color: #b6babd
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #151c20;
    border-color: #151c20
}

.list-group-item-blue {
    color: #115770;
    background-color: #c1e7f4
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
    color: #115770;
    background-color: #abdff0
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #115770;
    border-color: #115770
}

.list-group-item-indigo {
    color: #35087e;
    background-color: #d4bcfb
}

.list-group-item-indigo.list-group-item-action:focus,
.list-group-item-indigo.list-group-item-action:hover {
    color: #35087e;
    background-color: #c5a4fa
}

.list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #35087e;
    border-color: #35087e
}

.list-group-item-purple {
    color: #3a2264;
    background-color: #d7caee
}

.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
    color: #3a2264;
    background-color: #c8b7e8
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #3a2264;
    border-color: #3a2264
}

.list-group-item-pink {
    color: #792049;
    background-color: #f9c9df
}

.list-group-item-pink.list-group-item-action:focus,
.list-group-item-pink.list-group-item-action:hover {
    color: #792049;
    background-color: #f6b2d1
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #792049;
    border-color: #792049
}

.list-group-item-red {
    color: #813838;
    background-color: #fdd6d6
}

.list-group-item-red.list-group-item-action:focus,
.list-group-item-red.list-group-item-action:hover {
    color: #813838;
    background-color: #fcbebe
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #813838;
    border-color: #813838
}

.list-group-item-orange {
    color: #816a00;
    background-color: #fdf0b8
}

.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
    color: #816a00;
    background-color: #fceb9f
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #816a00;
    border-color: #816a00
}

.list-group-item-yellow {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-yellow.list-group-item-action:focus,
.list-group-item-yellow.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-green {
    color: #28623c;
    background-color: #cdedd8
}

.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
    color: #28623c;
    background-color: #bae6c9
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #28623c;
    border-color: #28623c
}

.list-group-item-teal {
    color: #11694f;
    background-color: #c1f0e2
}

.list-group-item-teal.list-group-item-action:focus,
.list-group-item-teal.list-group-item-action:hover {
    color: #11694f;
    background-color: #acebd8
}

.list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #11694f;
    border-color: #11694f
}

.list-group-item-cyan {
    color: #336573;
    background-color: #d3eef6
}

.list-group-item-cyan.list-group-item-action:focus,
.list-group-item-cyan.list-group-item-action:hover {
    color: #336573;
    background-color: #bee6f2
}

.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #336573;
    border-color: #336573
}

.list-group-item-gray-100 {
    color: #7d7e7f;
    background-color: #fbfcfc
}

.list-group-item-gray-100.list-group-item-action:focus,
.list-group-item-gray-100.list-group-item-action:hover {
    color: #7d7e7f;
    background-color: #ecf1f1
}

.list-group-item-gray-100.list-group-item-action.active {
    color: #fff;
    background-color: #7d7e7f;
    border-color: #7d7e7f
}

.list-group-item-gray-200 {
    color: #656c6f;
    background-color: #eef2f4
}

.list-group-item-gray-200.list-group-item-action:focus,
.list-group-item-gray-200.list-group-item-action:hover {
    color: #656c6f;
    background-color: #dfe6ea
}

.list-group-item-gray-200.list-group-item-action.active {
    color: #fff;
    background-color: #656c6f;
    border-color: #656c6f
}

.list-group-item-gray-300 {
    color: #555f64;
    background-color: #e6ebee
}

.list-group-item-gray-300.list-group-item-action:focus,
.list-group-item-gray-300.list-group-item-action:hover {
    color: #555f64;
    background-color: #d7dfe4
}

.list-group-item-gray-300.list-group-item-action.active {
    color: #fff;
    background-color: #555f64;
    border-color: #555f64
}

.list-group-item-gray-400 {
    color: #465359;
    background-color: #dde4e8
}

.list-group-item-gray-400.list-group-item-action:focus,
.list-group-item-gray-400.list-group-item-action:hover {
    color: #465359;
    background-color: #ced8de
}

.list-group-item-gray-400.list-group-item-action.active {
    color: #fff;
    background-color: #465359;
    border-color: #465359
}

.list-group-item-gray-500 {
    color: #36474f;
    background-color: #d4dee2
}

.list-group-item-gray-500.list-group-item-action:focus,
.list-group-item-gray-500.list-group-item-action:hover {
    color: #36474f;
    background-color: #c5d2d8
}

.list-group-item-gray-500.list-group-item-action.active {
    color: #fff;
    background-color: #36474f;
    border-color: #36474f
}

.list-group-item-gray-600 {
    color: #2b383f;
    background-color: #cfd6d9
}

.list-group-item-gray-600.list-group-item-action:focus,
.list-group-item-gray-600.list-group-item-action:hover {
    color: #2b383f;
    background-color: #c1cace
}

.list-group-item-gray-600.list-group-item-action.active {
    color: #fff;
    background-color: #2b383f;
    border-color: #2b383f
}

.list-group-item-gray-700 {
    color: #202a2f;
    background-color: #c9ced1
}

.list-group-item-gray-700.list-group-item-action:focus,
.list-group-item-gray-700.list-group-item-action:hover {
    color: #202a2f;
    background-color: #bbc2c5
}

.list-group-item-gray-700.list-group-item-action.active {
    color: #fff;
    background-color: #202a2f;
    border-color: #202a2f
}

.list-group-item-gray-800 {
    color: #151c20;
    background-color: #c3c7c9
}

.list-group-item-gray-800.list-group-item-action:focus,
.list-group-item-gray-800.list-group-item-action:hover {
    color: #151c20;
    background-color: #b6babd
}

.list-group-item-gray-800.list-group-item-action.active {
    color: #fff;
    background-color: #151c20;
    border-color: #151c20
}

.list-group-item-gray-900 {
    color: #0b0e10;
    background-color: #bdbfc0
}

.list-group-item-gray-900.list-group-item-action:focus,
.list-group-item-gray-900.list-group-item-action:hover {
    color: #0b0e10;
    background-color: #b0b2b4
}

.list-group-item-gray-900.list-group-item-action.active {
    color: #fff;
    background-color: #0b0e10;
    border-color: #0b0e10
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.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-open {
    overflow: hidden
}

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

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #c2cfd6
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #c2cfd6
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

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

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

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    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
}

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

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    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 .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
}

.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: .875rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #151b1e
}

.carousel {
    position: relative
}

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

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.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 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: 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: transparent no-repeat center center;
    background-size: 100% 100%
}

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

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

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

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

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

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

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

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

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

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

.bg-primary {
    background-color: #20a8d8 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1985ac !important
}

.bg-secondary {
    background-color: #a4b7c1 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #869fac !important
}

.bg-success {
    background-color: #4dbd74 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #3a9d5d !important
}

.bg-info {
    background-color: #63c2de !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #39b2d5 !important
}

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

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

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

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

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

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

.bg-dark {
    background-color: #29363d !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #151b1f !important
}

.bg-blue {
    background-color: #20a8d8 !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #1985ac !important
}

.bg-indigo {
    background-color: #6610f2 !important
}

a.bg-indigo:focus,
a.bg-indigo:hover,
button.bg-indigo:focus,
button.bg-indigo:hover {
    background-color: #510bc4 !important
}

.bg-purple {
    background-color: #6f42c1 !important
}

a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
    background-color: #59339d !important
}

.bg-pink {
    background-color: #e83e8c !important
}

a.bg-pink:focus,
a.bg-pink:hover,
button.bg-pink:focus,
button.bg-pink:hover {
    background-color: #d91a72 !important
}

.bg-red {
    background-color: #f86c6b !important
}

a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
    background-color: #f63c3a !important
}

.bg-orange {
    background-color: #f8cb00 !important
}

a.bg-orange:focus,
a.bg-orange:hover,
button.bg-orange:focus,
button.bg-orange:hover {
    background-color: #c5a100 !important
}

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

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

.bg-green {
    background-color: #4dbd74 !important
}

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
    background-color: #3a9d5d !important
}

.bg-teal {
    background-color: #20c997 !important
}

a.bg-teal:focus,
a.bg-teal:hover,
button.bg-teal:focus,
button.bg-teal:hover {
    background-color: #199d76 !important
}

.bg-cyan {
    background-color: #63c2de !important
}

a.bg-cyan:focus,
a.bg-cyan:hover,
button.bg-cyan:focus,
button.bg-cyan:hover {
    background-color: #39b2d5 !important
}

.bg-gray-100 {
    background-color: #f0f3f5 !important
}

a.bg-gray-100:focus,
a.bg-gray-100:hover,
button.bg-gray-100:focus,
button.bg-gray-100:hover {
    background-color: #d1dbe1 !important
}

.bg-gray-200 {
    background-color: #c2cfd6 !important
}

a.bg-gray-200:focus,
a.bg-gray-200:hover,
button.bg-gray-200:focus,
button.bg-gray-200:hover {
    background-color: #a4b7c2 !important
}

.bg-gray-300 {
    background-color: #a4b7c1 !important
}

a.bg-gray-300:focus,
a.bg-gray-300:hover,
button.bg-gray-300:focus,
button.bg-gray-300:hover {
    background-color: #869fac !important
}

.bg-gray-400 {
    background-color: #869fac !important
}

a.bg-gray-400:focus,
a.bg-gray-400:hover,
button.bg-gray-400:focus,
button.bg-gray-400:hover {
    background-color: #688797 !important
}

.bg-gray-500 {
    background-color: #678898 !important
}

a.bg-gray-500:focus,
a.bg-gray-500:hover,
button.bg-gray-500:focus,
button.bg-gray-500:hover {
    background-color: #526d7a !important
}

.bg-gray-600 {
    background-color: #536c79 !important
}

a.bg-gray-600:focus,
a.bg-gray-600:hover,
button.bg-gray-600:focus,
button.bg-gray-600:hover {
    background-color: #3e515b !important
}

.bg-gray-700 {
    background-color: #3e515b !important
}

a.bg-gray-700:focus,
a.bg-gray-700:hover,
button.bg-gray-700:focus,
button.bg-gray-700:hover {
    background-color: #29363d !important
}

.bg-gray-800 {
    background-color: #29363d !important
}

a.bg-gray-800:focus,
a.bg-gray-800:hover,
button.bg-gray-800:focus,
button.bg-gray-800:hover {
    background-color: #151b1f !important
}

.bg-gray-900 {
    background-color: #151b1e !important
}

a.bg-gray-900:focus,
a.bg-gray-900:hover,
button.bg-gray-900:focus,
button.bg-gray-900:hover {
    background-color: #000 !important
}

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

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

.border {
    border: 1px solid #a4b7c1 !important
}

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #20a8d8 !important
}

.border-secondary {
    border-color: #a4b7c1 !important
}

.border-success {
    border-color: #4dbd74 !important
}

.border-info {
    border-color: #63c2de !important
}

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

.border-danger {
    border-color: #f86c6b !important
}

.border-light {
    border-color: #f0f3f5 !important
}

.border-dark {
    border-color: #29363d !important
}

.border-blue {
    border-color: #20a8d8 !important
}

.border-indigo {
    border-color: #6610f2 !important
}

.border-purple {
    border-color: #6f42c1 !important
}

.border-pink {
    border-color: #e83e8c !important
}

.border-red {
    border-color: #f86c6b !important
}

.border-orange {
    border-color: #f8cb00 !important
}

.border-yellow {
    border-color: #ffc107 !important
}

.border-green {
    border-color: #4dbd74 !important
}

.border-teal {
    border-color: #20c997 !important
}

.border-cyan {
    border-color: #63c2de !important
}

.border-gray-100 {
    border-color: #f0f3f5 !important
}

.border-gray-200 {
    border-color: #c2cfd6 !important
}

.border-gray-300 {
    border-color: #a4b7c1 !important
}

.border-gray-400 {
    border-color: #869fac !important
}

.border-gray-500 {
    border-color: #678898 !important
}

.border-gray-600 {
    border-color: #536c79 !important
}

.border-gray-700 {
    border-color: #3e515b !important
}

.border-gray-800 {
    border-color: #29363d !important
}

.border-gray-900 {
    border-color: #151b1e !important
}

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

.rounded {
    border-radius: .25rem !important
}

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

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

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

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

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

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

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

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

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

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

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

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

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

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

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

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

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

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

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

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

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

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

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

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

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

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

.h-100 {
    height: 100% !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) {
    .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) {
    .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) {
    .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) {
    .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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #20a8d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1985ac !important
}

.text-secondary {
    color: #a4b7c1 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #869fac !important
}

.text-success {
    color: #4dbd74 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #3a9d5d !important
}

.text-info {
    color: #63c2de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #39b2d5 !important
}

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

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

.text-danger {
    color: #f86c6b !important
}

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

.text-light {
    color: #f0f3f5 !important
}

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

.text-dark {
    color: #29363d !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #151b1f !important
}

.text-blue {
    color: #20a8d8 !important
}

a.text-blue:focus,
a.text-blue:hover {
    color: #1985ac !important
}

.text-indigo {
    color: #6610f2 !important
}

a.text-indigo:focus,
a.text-indigo:hover {
    color: #510bc4 !important
}

.text-purple {
    color: #6f42c1 !important
}

a.text-purple:focus,
a.text-purple:hover {
    color: #59339d !important
}

.text-pink {
    color: #e83e8c !important
}

a.text-pink:focus,
a.text-pink:hover {
    color: #d91a72 !important
}

.text-red {
    color: #f86c6b !important
}

a.text-red:focus,
a.text-red:hover {
    color: #f63c3a !important
}

.text-orange {
    color: #f8cb00 !important
}

a.text-orange:focus,
a.text-orange:hover {
    color: #c5a100 !important
}

.text-yellow {
    color: #ffc107 !important
}

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

.text-green {
    color: #4dbd74 !important
}

a.text-green:focus,
a.text-green:hover {
    color: #3a9d5d !important
}

.text-teal {
    color: #20c997 !important
}

a.text-teal:focus,
a.text-teal:hover {
    color: #199d76 !important
}

.text-cyan {
    color: #63c2de !important
}

a.text-cyan:focus,
a.text-cyan:hover {
    color: #39b2d5 !important
}

.text-gray-100 {
    color: #f0f3f5 !important
}

a.text-gray-100:focus,
a.text-gray-100:hover {
    color: #d1dbe1 !important
}

.text-gray-200 {
    color: #c2cfd6 !important
}

a.text-gray-200:focus,
a.text-gray-200:hover {
    color: #a4b7c2 !important
}

.text-gray-300 {
    color: #a4b7c1 !important
}

a.text-gray-300:focus,
a.text-gray-300:hover {
    color: #869fac !important
}

.text-gray-400 {
    color: #869fac !important
}

a.text-gray-400:focus,
a.text-gray-400:hover {
    color: #688797 !important
}

.text-gray-500 {
    color: #678898 !important
}

a.text-gray-500:focus,
a.text-gray-500:hover {
    color: #526d7a !important
}

.text-gray-600 {
    color: #536c79 !important
}

a.text-gray-600:focus,
a.text-gray-600:hover {
    color: #3e515b !important
}

.text-gray-700 {
    color: #3e515b !important
}

a.text-gray-700:focus,
a.text-gray-700:hover {
    color: #29363d !important
}

.text-gray-800 {
    color: #29363d !important
}

a.text-gray-800:focus,
a.text-gray-800:hover {
    color: #151b1f !important
}

.text-gray-900 {
    color: #151b1e !important
}

a.text-gray-900:focus,
a.text-gray-900:hover {
    color: #000 !important
}

.text-muted {
    color: #536c79 !important
}

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::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 #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-xs {
    font-size: .75rem !important
}

.font-sm {
    font-size: .85rem !important
}

.font-lg {
    font-size: 1rem !important
}

.font-xl {
    font-size: 1.25rem !important
}

.font-2xl {
    font-size: 1.5rem !important
}

.font-3xl {
    font-size: 1.75rem !important
}

.font-4xl {
    font-size: 2rem !important
}

.font-5xl {
    font-size: 2.5rem !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.aside-menu {
    z-index: 1019;
    width: 250px;
    color: #29363d;
    background: #fff;
    border-left: 1px solid #a4b7c1
}

.aside-menu .nav-tabs {
    border-color: #a4b7c1
}

.aside-menu .nav-tabs .nav-link,
.aside-menu .nav-tabs .navbar .dropdown-toggle,
.navbar .aside-menu .nav-tabs .dropdown-toggle {
    padding: .75rem 1rem;
    color: #151b1e;
    border-top: 0
}

.aside-menu .nav-tabs .nav-link.active,
.aside-menu .nav-tabs .navbar .active.dropdown-toggle,
.navbar .aside-menu .nav-tabs .active.dropdown-toggle {
    color: #20a8d8;
    border-right-color: #a4b7c1;
    border-left-color: #a4b7c1
}

.aside-menu .nav-tabs .nav-item:first-child .nav-link,
.aside-menu .nav-tabs .nav-item:first-child .navbar .dropdown-toggle,
.navbar .aside-menu .nav-tabs .nav-item:first-child .dropdown-toggle {
    border-left: 0
}

.aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #a4b7c1;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.aside-menu .tab-content::-webkit-scrollbar {
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none
}

.aside-menu .tab-content::-webkit-scrollbar-track {
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2
}

.aside-menu .tab-content::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e6e6e6;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px
}

.aside-menu .tab-content .tab-pane {
    padding: 0
}

.img-avatar {
    border-radius: 5px
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px
}

.avatar .img-avatar {
    width: 36px;
    height: 36px
}

.avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar.avatar-xs {
    position: relative;
    display: inline-block;
    width: 20px
}

.avatar.avatar-xs .img-avatar {
    width: 20px;
    height: 20px
}

.avatar.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar.avatar-sm {
    position: relative;
    display: inline-block;
    width: 24px
}

.avatar.avatar-sm .img-avatar {
    width: 24px;
    height: 24px
}

.avatar.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar.avatar-lg {
    position: relative;
    display: inline-block;
    width: 72px
}

.avatar.avatar-lg .img-avatar {
    width: 72px;
    height: 72px
}

.avatar.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatars-stack .avatar.avatar-xs {
    margin-right: -10px
}

.avatars-stack .avatar {
    margin-right: -15px;
    transition: margin-left .25s, margin-right .25s
}

.avatars-stack .avatar:hover {
    margin-right: 0 !important
}

.badge-pill {
    border-radius: 10rem
}

.breadcrumb-menu {
    margin-left: auto
}

.breadcrumb-menu::before {
    display: none
}

.breadcrumb-menu .btn-group {
    vertical-align: top
}

.breadcrumb-menu .btn {
    padding: 0 .75rem;
    color: #536c79;
    vertical-align: top;
    border: 0
}

.breadcrumb-menu .btn.active,
.breadcrumb-menu .btn:hover {
    color: #151b1e;
    background: 0 0
}

.breadcrumb-menu .open .btn {
    color: #151b1e;
    background: 0 0
}

.breadcrumb-menu .dropdown-menu {
    min-width: 180px;
    line-height: 1.5
}

.breadcrumb {
    position: relative;
    border-bottom: 1px solid #a4b7c1
}

button {
    cursor: pointer
}

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn [class*=" icon-"],
.btn [class^=icon-] {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle
}

.btn-behance,
.btn-css3,
.btn-dribbble,
.btn-dropbox,
.btn-facebook,
.btn-flickr,
.btn-foursquare,
.btn-github,
.btn-google-plus,
.btn-html5,
.btn-instagram,
.btn-linkedin,
.btn-openid,
.btn-pinterest,
.btn-reddit,
.btn-spotify,
.btn-stack-overflow,
.btn-tumblr,
.btn-twitter,
.btn-vimeo,
.btn-vine,
.btn-vk,
.btn-xing,
.btn-yahoo,
.btn-youtube {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border: 0
}

.btn-behance::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-dropbox::before,
.btn-facebook::before,
.btn-flickr::before,
.btn-foursquare::before,
.btn-github::before,
.btn-google-plus::before,
.btn-html5::before,
.btn-instagram::before,
.btn-linkedin::before,
.btn-openid::before,
.btn-pinterest::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-stack-overflow::before,
.btn-tumblr::before,
.btn-twitter::before,
.btn-vimeo::before,
.btn-vine::before,
.btn-vk::before,
.btn-xing::before,
.btn-yahoo::before,
.btn-youtube::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.btn-behance:hover,
.btn-css3:hover,
.btn-dribbble:hover,
.btn-dropbox:hover,
.btn-facebook:hover,
.btn-flickr:hover,
.btn-foursquare:hover,
.btn-github:hover,
.btn-google-plus:hover,
.btn-html5:hover,
.btn-instagram:hover,
.btn-linkedin:hover,
.btn-openid:hover,
.btn-pinterest:hover,
.btn-reddit:hover,
.btn-spotify:hover,
.btn-stack-overflow:hover,
.btn-tumblr:hover,
.btn-twitter:hover,
.btn-vimeo:hover,
.btn-vine:hover,
.btn-vk:hover,
.btn-xing:hover,
.btn-yahoo:hover,
.btn-youtube:hover {
    color: #fff
}

.btn-behance.icon span,
.btn-css3.icon span,
.btn-dribbble.icon span,
.btn-dropbox.icon span,
.btn-facebook.icon span,
.btn-flickr.icon span,
.btn-foursquare.icon span,
.btn-github.icon span,
.btn-google-plus.icon span,
.btn-html5.icon span,
.btn-instagram.icon span,
.btn-linkedin.icon span,
.btn-openid.icon span,
.btn-pinterest.icon span,
.btn-reddit.icon span,
.btn-spotify.icon span,
.btn-stack-overflow.icon span,
.btn-tumblr.icon span,
.btn-twitter.icon span,
.btn-vimeo.icon span,
.btn-vine.icon span,
.btn-vk.icon span,
.btn-xing.icon span,
.btn-yahoo.icon span,
.btn-youtube.icon span {
    display: none
}

.btn-behance.text::before,
.btn-css3.text::before,
.btn-dribbble.text::before,
.btn-dropbox.text::before,
.btn-facebook.text::before,
.btn-flickr.text::before,
.btn-foursquare.text::before,
.btn-github.text::before,
.btn-google-plus.text::before,
.btn-html5.text::before,
.btn-instagram.text::before,
.btn-linkedin.text::before,
.btn-openid.text::before,
.btn-pinterest.text::before,
.btn-reddit.text::before,
.btn-spotify.text::before,
.btn-stack-overflow.text::before,
.btn-tumblr.text::before,
.btn-twitter.text::before,
.btn-vimeo.text::before,
.btn-vine.text::before,
.btn-vk.text::before,
.btn-xing.text::before,
.btn-yahoo.text::before,
.btn-youtube.text::before {
    display: none
}

.btn-behance.text span,
.btn-css3.text span,
.btn-dribbble.text span,
.btn-dropbox.text span,
.btn-facebook.text span,
.btn-flickr.text span,
.btn-foursquare.text span,
.btn-github.text span,
.btn-google-plus.text span,
.btn-html5.text span,
.btn-instagram.text span,
.btn-linkedin.text span,
.btn-openid.text span,
.btn-pinterest.text span,
.btn-reddit.text span,
.btn-spotify.text span,
.btn-stack-overflow.text span,
.btn-tumblr.text span,
.btn-twitter.text span,
.btn-vimeo.text span,
.btn-vine.text span,
.btn-vk.text span,
.btn-xing.text span,
.btn-yahoo.text span,
.btn-youtube.text span {
    margin-left: 0 !important
}

.btn-behance::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-dropbox::before,
.btn-facebook::before,
.btn-flickr::before,
.btn-foursquare::before,
.btn-github::before,
.btn-google-plus::before,
.btn-html5::before,
.btn-instagram::before,
.btn-linkedin::before,
.btn-openid::before,
.btn-pinterest::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-stack-overflow::before,
.btn-tumblr::before,
.btn-twitter::before,
.btn-vimeo::before,
.btn-vine::before,
.btn-vk::before,
.btn-xing::before,
.btn-yahoo::before,
.btn-youtube::before {
    width: 2.0625rem;
    height: 2.0625rem;
    padding: .375rem 0;
    font-size: .875rem;
    line-height: 1.5
}

.btn-behance span,
.btn-css3 span,
.btn-dribbble span,
.btn-dropbox span,
.btn-facebook span,
.btn-flickr span,
.btn-foursquare span,
.btn-github span,
.btn-google-plus span,
.btn-html5 span,
.btn-instagram span,
.btn-linkedin span,
.btn-openid span,
.btn-pinterest span,
.btn-reddit span,
.btn-spotify span,
.btn-stack-overflow span,
.btn-tumblr span,
.btn-twitter span,
.btn-vimeo span,
.btn-vine span,
.btn-vk span,
.btn-xing span,
.btn-yahoo span,
.btn-youtube span {
    margin-left: 2.0625rem
}

.btn-behance.icon,
.btn-css3.icon,
.btn-dribbble.icon,
.btn-dropbox.icon,
.btn-facebook.icon,
.btn-flickr.icon,
.btn-foursquare.icon,
.btn-github.icon,
.btn-google-plus.icon,
.btn-html5.icon,
.btn-instagram.icon,
.btn-linkedin.icon,
.btn-openid.icon,
.btn-pinterest.icon,
.btn-reddit.icon,
.btn-spotify.icon,
.btn-stack-overflow.icon,
.btn-tumblr.icon,
.btn-twitter.icon,
.btn-vimeo.icon,
.btn-vine.icon,
.btn-vk.icon,
.btn-xing.icon,
.btn-yahoo.icon,
.btn-youtube.icon {
    width: 2.0625rem;
    height: 2.0625rem
}

.btn-behance.btn-lg,
.btn-css3.btn-lg,
.btn-dribbble.btn-lg,
.btn-dropbox.btn-lg,
.btn-facebook.btn-lg,
.btn-flickr.btn-lg,
.btn-foursquare.btn-lg,
.btn-github.btn-lg,
.btn-google-plus.btn-lg,
.btn-group-lg>.btn-behance.btn,
.btn-group-lg>.btn-css3.btn,
.btn-group-lg>.btn-dribbble.btn,
.btn-group-lg>.btn-dropbox.btn,
.btn-group-lg>.btn-facebook.btn,
.btn-group-lg>.btn-flickr.btn,
.btn-group-lg>.btn-foursquare.btn,
.btn-group-lg>.btn-github.btn,
.btn-group-lg>.btn-google-plus.btn,
.btn-group-lg>.btn-html5.btn,
.btn-group-lg>.btn-instagram.btn,
.btn-group-lg>.btn-linkedin.btn,
.btn-group-lg>.btn-openid.btn,
.btn-group-lg>.btn-pinterest.btn,
.btn-group-lg>.btn-reddit.btn,
.btn-group-lg>.btn-spotify.btn,
.btn-group-lg>.btn-stack-overflow.btn,
.btn-group-lg>.btn-tumblr.btn,
.btn-group-lg>.btn-twitter.btn,
.btn-group-lg>.btn-vimeo.btn,
.btn-group-lg>.btn-vine.btn,
.btn-group-lg>.btn-vk.btn,
.btn-group-lg>.btn-xing.btn,
.btn-group-lg>.btn-yahoo.btn,
.btn-group-lg>.btn-youtube.btn,
.btn-html5.btn-lg,
.btn-instagram.btn-lg,
.btn-linkedin.btn-lg,
.btn-openid.btn-lg,
.btn-pinterest.btn-lg,
.btn-reddit.btn-lg,
.btn-spotify.btn-lg,
.btn-stack-overflow.btn-lg,
.btn-tumblr.btn-lg,
.btn-twitter.btn-lg,
.btn-vimeo.btn-lg,
.btn-vine.btn-lg,
.btn-vk.btn-lg,
.btn-xing.btn-lg,
.btn-yahoo.btn-lg,
.btn-youtube.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border: 0
}

.btn-behance.btn-lg::before,
.btn-css3.btn-lg::before,
.btn-dribbble.btn-lg::before,
.btn-dropbox.btn-lg::before,
.btn-facebook.btn-lg::before,
.btn-flickr.btn-lg::before,
.btn-foursquare.btn-lg::before,
.btn-github.btn-lg::before,
.btn-google-plus.btn-lg::before,
.btn-group-lg>.btn-behance.btn::before,
.btn-group-lg>.btn-css3.btn::before,
.btn-group-lg>.btn-dribbble.btn::before,
.btn-group-lg>.btn-dropbox.btn::before,
.btn-group-lg>.btn-facebook.btn::before,
.btn-group-lg>.btn-flickr.btn::before,
.btn-group-lg>.btn-foursquare.btn::before,
.btn-group-lg>.btn-github.btn::before,
.btn-group-lg>.btn-google-plus.btn::before,
.btn-group-lg>.btn-html5.btn::before,
.btn-group-lg>.btn-instagram.btn::before,
.btn-group-lg>.btn-linkedin.btn::before,
.btn-group-lg>.btn-openid.btn::before,
.btn-group-lg>.btn-pinterest.btn::before,
.btn-group-lg>.btn-reddit.btn::before,
.btn-group-lg>.btn-spotify.btn::before,
.btn-group-lg>.btn-stack-overflow.btn::before,
.btn-group-lg>.btn-tumblr.btn::before,
.btn-group-lg>.btn-twitter.btn::before,
.btn-group-lg>.btn-vimeo.btn::before,
.btn-group-lg>.btn-vine.btn::before,
.btn-group-lg>.btn-vk.btn::before,
.btn-group-lg>.btn-xing.btn::before,
.btn-group-lg>.btn-yahoo.btn::before,
.btn-group-lg>.btn-youtube.btn::before,
.btn-html5.btn-lg::before,
.btn-instagram.btn-lg::before,
.btn-linkedin.btn-lg::before,
.btn-openid.btn-lg::before,
.btn-pinterest.btn-lg::before,
.btn-reddit.btn-lg::before,
.btn-spotify.btn-lg::before,
.btn-stack-overflow.btn-lg::before,
.btn-tumblr.btn-lg::before,
.btn-twitter.btn-lg::before,
.btn-vimeo.btn-lg::before,
.btn-vine.btn-lg::before,
.btn-vk.btn-lg::before,
.btn-xing.btn-lg::before,
.btn-yahoo.btn-lg::before,
.btn-youtube.btn-lg::before {
    width: 2.64063rem;
    height: 2.64063rem;
    padding: .5rem 0;
    font-size: 1.09375rem;
    line-height: 1.5
}

.btn-behance.btn-lg span,
.btn-css3.btn-lg span,
.btn-dribbble.btn-lg span,
.btn-dropbox.btn-lg span,
.btn-facebook.btn-lg span,
.btn-flickr.btn-lg span,
.btn-foursquare.btn-lg span,
.btn-github.btn-lg span,
.btn-google-plus.btn-lg span,
.btn-group-lg>.btn-behance.btn span,
.btn-group-lg>.btn-css3.btn span,
.btn-group-lg>.btn-dribbble.btn span,
.btn-group-lg>.btn-dropbox.btn span,
.btn-group-lg>.btn-facebook.btn span,
.btn-group-lg>.btn-flickr.btn span,
.btn-group-lg>.btn-foursquare.btn span,
.btn-group-lg>.btn-github.btn span,
.btn-group-lg>.btn-google-plus.btn span,
.btn-group-lg>.btn-html5.btn span,
.btn-group-lg>.btn-instagram.btn span,
.btn-group-lg>.btn-linkedin.btn span,
.btn-group-lg>.btn-openid.btn span,
.btn-group-lg>.btn-pinterest.btn span,
.btn-group-lg>.btn-reddit.btn span,
.btn-group-lg>.btn-spotify.btn span,
.btn-group-lg>.btn-stack-overflow.btn span,
.btn-group-lg>.btn-tumblr.btn span,
.btn-group-lg>.btn-twitter.btn span,
.btn-group-lg>.btn-vimeo.btn span,
.btn-group-lg>.btn-vine.btn span,
.btn-group-lg>.btn-vk.btn span,
.btn-group-lg>.btn-xing.btn span,
.btn-group-lg>.btn-yahoo.btn span,
.btn-group-lg>.btn-youtube.btn span,
.btn-html5.btn-lg span,
.btn-instagram.btn-lg span,
.btn-linkedin.btn-lg span,
.btn-openid.btn-lg span,
.btn-pinterest.btn-lg span,
.btn-reddit.btn-lg span,
.btn-spotify.btn-lg span,
.btn-stack-overflow.btn-lg span,
.btn-tumblr.btn-lg span,
.btn-twitter.btn-lg span,
.btn-vimeo.btn-lg span,
.btn-vine.btn-lg span,
.btn-vk.btn-lg span,
.btn-xing.btn-lg span,
.btn-yahoo.btn-lg span,
.btn-youtube.btn-lg span {
    margin-left: 2.64063rem
}

.btn-behance.btn-lg.icon,
.btn-css3.btn-lg.icon,
.btn-dribbble.btn-lg.icon,
.btn-dropbox.btn-lg.icon,
.btn-facebook.btn-lg.icon,
.btn-flickr.btn-lg.icon,
.btn-foursquare.btn-lg.icon,
.btn-github.btn-lg.icon,
.btn-google-plus.btn-lg.icon,
.btn-group-lg>.btn-behance.icon.btn,
.btn-group-lg>.btn-css3.icon.btn,
.btn-group-lg>.btn-dribbble.icon.btn,
.btn-group-lg>.btn-dropbox.icon.btn,
.btn-group-lg>.btn-facebook.icon.btn,
.btn-group-lg>.btn-flickr.icon.btn,
.btn-group-lg>.btn-foursquare.icon.btn,
.btn-group-lg>.btn-github.icon.btn,
.btn-group-lg>.btn-google-plus.icon.btn,
.btn-group-lg>.btn-html5.icon.btn,
.btn-group-lg>.btn-instagram.icon.btn,
.btn-group-lg>.btn-linkedin.icon.btn,
.btn-group-lg>.btn-openid.icon.btn,
.btn-group-lg>.btn-pinterest.icon.btn,
.btn-group-lg>.btn-reddit.icon.btn,
.btn-group-lg>.btn-spotify.icon.btn,
.btn-group-lg>.btn-stack-overflow.icon.btn,
.btn-group-lg>.btn-tumblr.icon.btn,
.btn-group-lg>.btn-twitter.icon.btn,
.btn-group-lg>.btn-vimeo.icon.btn,
.btn-group-lg>.btn-vine.icon.btn,
.btn-group-lg>.btn-vk.icon.btn,
.btn-group-lg>.btn-xing.icon.btn,
.btn-group-lg>.btn-yahoo.icon.btn,
.btn-group-lg>.btn-youtube.icon.btn,
.btn-html5.btn-lg.icon,
.btn-instagram.btn-lg.icon,
.btn-linkedin.btn-lg.icon,
.btn-openid.btn-lg.icon,
.btn-pinterest.btn-lg.icon,
.btn-reddit.btn-lg.icon,
.btn-spotify.btn-lg.icon,
.btn-stack-overflow.btn-lg.icon,
.btn-tumblr.btn-lg.icon,
.btn-twitter.btn-lg.icon,
.btn-vimeo.btn-lg.icon,
.btn-vine.btn-lg.icon,
.btn-vk.btn-lg.icon,
.btn-xing.btn-lg.icon,
.btn-yahoo.btn-lg.icon,
.btn-youtube.btn-lg.icon {
    width: 2.64063rem;
    height: 2.64063rem
}

.btn-behance.btn-sm,
.btn-css3.btn-sm,
.btn-dribbble.btn-sm,
.btn-dropbox.btn-sm,
.btn-facebook.btn-sm,
.btn-flickr.btn-sm,
.btn-foursquare.btn-sm,
.btn-github.btn-sm,
.btn-google-plus.btn-sm,
.btn-group-sm>.btn-behance.btn,
.btn-group-sm>.btn-css3.btn,
.btn-group-sm>.btn-dribbble.btn,
.btn-group-sm>.btn-dropbox.btn,
.btn-group-sm>.btn-facebook.btn,
.btn-group-sm>.btn-flickr.btn,
.btn-group-sm>.btn-foursquare.btn,
.btn-group-sm>.btn-github.btn,
.btn-group-sm>.btn-google-plus.btn,
.btn-group-sm>.btn-html5.btn,
.btn-group-sm>.btn-instagram.btn,
.btn-group-sm>.btn-linkedin.btn,
.btn-group-sm>.btn-openid.btn,
.btn-group-sm>.btn-pinterest.btn,
.btn-group-sm>.btn-reddit.btn,
.btn-group-sm>.btn-spotify.btn,
.btn-group-sm>.btn-stack-overflow.btn,
.btn-group-sm>.btn-tumblr.btn,
.btn-group-sm>.btn-twitter.btn,
.btn-group-sm>.btn-vimeo.btn,
.btn-group-sm>.btn-vine.btn,
.btn-group-sm>.btn-vk.btn,
.btn-group-sm>.btn-xing.btn,
.btn-group-sm>.btn-yahoo.btn,
.btn-group-sm>.btn-youtube.btn,
.btn-html5.btn-sm,
.btn-instagram.btn-sm,
.btn-linkedin.btn-sm,
.btn-openid.btn-sm,
.btn-pinterest.btn-sm,
.btn-reddit.btn-sm,
.btn-spotify.btn-sm,
.btn-stack-overflow.btn-sm,
.btn-tumblr.btn-sm,
.btn-twitter.btn-sm,
.btn-vimeo.btn-sm,
.btn-vine.btn-sm,
.btn-vk.btn-sm,
.btn-xing.btn-sm,
.btn-yahoo.btn-sm,
.btn-youtube.btn-sm {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5;
    border: 0
}

.btn-behance.btn-sm::before,
.btn-css3.btn-sm::before,
.btn-dribbble.btn-sm::before,
.btn-dropbox.btn-sm::before,
.btn-facebook.btn-sm::before,
.btn-flickr.btn-sm::before,
.btn-foursquare.btn-sm::before,
.btn-github.btn-sm::before,
.btn-google-plus.btn-sm::before,
.btn-group-sm>.btn-behance.btn::before,
.btn-group-sm>.btn-css3.btn::before,
.btn-group-sm>.btn-dribbble.btn::before,
.btn-group-sm>.btn-dropbox.btn::before,
.btn-group-sm>.btn-facebook.btn::before,
.btn-group-sm>.btn-flickr.btn::before,
.btn-group-sm>.btn-foursquare.btn::before,
.btn-group-sm>.btn-github.btn::before,
.btn-group-sm>.btn-google-plus.btn::before,
.btn-group-sm>.btn-html5.btn::before,
.btn-group-sm>.btn-instagram.btn::before,
.btn-group-sm>.btn-linkedin.btn::before,
.btn-group-sm>.btn-openid.btn::before,
.btn-group-sm>.btn-pinterest.btn::before,
.btn-group-sm>.btn-reddit.btn::before,
.btn-group-sm>.btn-spotify.btn::before,
.btn-group-sm>.btn-stack-overflow.btn::before,
.btn-group-sm>.btn-tumblr.btn::before,
.btn-group-sm>.btn-twitter.btn::before,
.btn-group-sm>.btn-vimeo.btn::before,
.btn-group-sm>.btn-vine.btn::before,
.btn-group-sm>.btn-vk.btn::before,
.btn-group-sm>.btn-xing.btn::before,
.btn-group-sm>.btn-yahoo.btn::before,
.btn-group-sm>.btn-youtube.btn::before,
.btn-html5.btn-sm::before,
.btn-instagram.btn-sm::before,
.btn-linkedin.btn-sm::before,
.btn-openid.btn-sm::before,
.btn-pinterest.btn-sm::before,
.btn-reddit.btn-sm::before,
.btn-spotify.btn-sm::before,
.btn-stack-overflow.btn-sm::before,
.btn-tumblr.btn-sm::before,
.btn-twitter.btn-sm::before,
.btn-vimeo.btn-sm::before,
.btn-vine.btn-sm::before,
.btn-vk.btn-sm::before,
.btn-xing.btn-sm::before,
.btn-yahoo.btn-sm::before,
.btn-youtube.btn-sm::before {
    width: 1.64844rem;
    height: 1.64844rem;
    padding: .25rem 0;
    font-size: .76563rem;
    line-height: 1.5
}

.btn-behance.btn-sm span,
.btn-css3.btn-sm span,
.btn-dribbble.btn-sm span,
.btn-dropbox.btn-sm span,
.btn-facebook.btn-sm span,
.btn-flickr.btn-sm span,
.btn-foursquare.btn-sm span,
.btn-github.btn-sm span,
.btn-google-plus.btn-sm span,
.btn-group-sm>.btn-behance.btn span,
.btn-group-sm>.btn-css3.btn span,
.btn-group-sm>.btn-dribbble.btn span,
.btn-group-sm>.btn-dropbox.btn span,
.btn-group-sm>.btn-facebook.btn span,
.btn-group-sm>.btn-flickr.btn span,
.btn-group-sm>.btn-foursquare.btn span,
.btn-group-sm>.btn-github.btn span,
.btn-group-sm>.btn-google-plus.btn span,
.btn-group-sm>.btn-html5.btn span,
.btn-group-sm>.btn-instagram.btn span,
.btn-group-sm>.btn-linkedin.btn span,
.btn-group-sm>.btn-openid.btn span,
.btn-group-sm>.btn-pinterest.btn span,
.btn-group-sm>.btn-reddit.btn span,
.btn-group-sm>.btn-spotify.btn span,
.btn-group-sm>.btn-stack-overflow.btn span,
.btn-group-sm>.btn-tumblr.btn span,
.btn-group-sm>.btn-twitter.btn span,
.btn-group-sm>.btn-vimeo.btn span,
.btn-group-sm>.btn-vine.btn span,
.btn-group-sm>.btn-vk.btn span,
.btn-group-sm>.btn-xing.btn span,
.btn-group-sm>.btn-yahoo.btn span,
.btn-group-sm>.btn-youtube.btn span,
.btn-html5.btn-sm span,
.btn-instagram.btn-sm span,
.btn-linkedin.btn-sm span,
.btn-openid.btn-sm span,
.btn-pinterest.btn-sm span,
.btn-reddit.btn-sm span,
.btn-spotify.btn-sm span,
.btn-stack-overflow.btn-sm span,
.btn-tumblr.btn-sm span,
.btn-twitter.btn-sm span,
.btn-vimeo.btn-sm span,
.btn-vine.btn-sm span,
.btn-vk.btn-sm span,
.btn-xing.btn-sm span,
.btn-yahoo.btn-sm span,
.btn-youtube.btn-sm span {
    margin-left: 1.64844rem
}

.btn-behance.btn-sm.icon,
.btn-css3.btn-sm.icon,
.btn-dribbble.btn-sm.icon,
.btn-dropbox.btn-sm.icon,
.btn-facebook.btn-sm.icon,
.btn-flickr.btn-sm.icon,
.btn-foursquare.btn-sm.icon,
.btn-github.btn-sm.icon,
.btn-google-plus.btn-sm.icon,
.btn-group-sm>.btn-behance.icon.btn,
.btn-group-sm>.btn-css3.icon.btn,
.btn-group-sm>.btn-dribbble.icon.btn,
.btn-group-sm>.btn-dropbox.icon.btn,
.btn-group-sm>.btn-facebook.icon.btn,
.btn-group-sm>.btn-flickr.icon.btn,
.btn-group-sm>.btn-foursquare.icon.btn,
.btn-group-sm>.btn-github.icon.btn,
.btn-group-sm>.btn-google-plus.icon.btn,
.btn-group-sm>.btn-html5.icon.btn,
.btn-group-sm>.btn-instagram.icon.btn,
.btn-group-sm>.btn-linkedin.icon.btn,
.btn-group-sm>.btn-openid.icon.btn,
.btn-group-sm>.btn-pinterest.icon.btn,
.btn-group-sm>.btn-reddit.icon.btn,
.btn-group-sm>.btn-spotify.icon.btn,
.btn-group-sm>.btn-stack-overflow.icon.btn,
.btn-group-sm>.btn-tumblr.icon.btn,
.btn-group-sm>.btn-twitter.icon.btn,
.btn-group-sm>.btn-vimeo.icon.btn,
.btn-group-sm>.btn-vine.icon.btn,
.btn-group-sm>.btn-vk.icon.btn,
.btn-group-sm>.btn-xing.icon.btn,
.btn-group-sm>.btn-yahoo.icon.btn,
.btn-group-sm>.btn-youtube.icon.btn,
.btn-html5.btn-sm.icon,
.btn-instagram.btn-sm.icon,
.btn-linkedin.btn-sm.icon,
.btn-openid.btn-sm.icon,
.btn-pinterest.btn-sm.icon,
.btn-reddit.btn-sm.icon,
.btn-spotify.btn-sm.icon,
.btn-stack-overflow.btn-sm.icon,
.btn-tumblr.btn-sm.icon,
.btn-twitter.btn-sm.icon,
.btn-vimeo.btn-sm.icon,
.btn-vine.btn-sm.icon,
.btn-vk.btn-sm.icon,
.btn-xing.btn-sm.icon,
.btn-yahoo.btn-sm.icon,
.btn-youtube.btn-sm.icon {
    width: 1.64844rem;
    height: 1.64844rem
}

.btn-facebook {
    background: #3b5998
}

.btn-facebook::before {
    content: "\f09a";
    background: #344e86
}

.btn-facebook:hover {
    background: #344e86
}

.btn-facebook:hover::before {
    background: #2d4373
}

.btn-twitter {
    background: #00aced
}

.btn-twitter::before {
    content: "\f099";
    background: #0099d4
}

.btn-twitter:hover {
    background: #0099d4
}

.btn-twitter:hover::before {
    background: #0087ba
}

.btn-linkedin {
    background: #4875b4
}

.btn-linkedin::before {
    content: "\f0e1";
    background: #4169a2
}

.btn-linkedin:hover {
    background: #4169a2
}

.btn-linkedin:hover::before {
    background: #395d90
}

.btn-flickr {
    background: #ff0084
}

.btn-flickr::before {
    content: "\f16e";
    background: #e60077
}

.btn-flickr:hover {
    background: #e60077
}

.btn-flickr:hover::before {
    background: #cc006a
}

.btn-tumblr {
    background: #32506d
}

.btn-tumblr::before {
    content: "\f173";
    background: #2a435c
}

.btn-tumblr:hover {
    background: #2a435c
}

.btn-tumblr:hover::before {
    background: #22364a
}

.btn-xing {
    background: #026466
}

.btn-xing::before {
    content: "\f168";
    background: #024b4d
}

.btn-xing:hover {
    background: #024b4d
}

.btn-xing:hover::before {
    background: #013334
}

.btn-github {
    background: #4183c4
}

.btn-github::before {
    content: "\f09b";
    background: #3876b4
}

.btn-github:hover {
    background: #3876b4
}

.btn-github:hover::before {
    background: #3269a0
}

.btn-html5 {
    background: #e34f26
}

.btn-html5::before {
    content: "\f13b";
    background: #d4431b
}

.btn-html5:hover {
    background: #d4431b
}

.btn-html5:hover::before {
    background: #be3c18
}

.btn-openid {
    background: #f78c40
}

.btn-openid::before {
    content: "\f19b";
    background: #f67d28
}

.btn-openid:hover {
    background: #f67d28
}

.btn-openid:hover::before {
    background: #f56f0f
}

.btn-stack-overflow {
    background: #fe7a15
}

.btn-stack-overflow::before {
    content: "\f16c";
    background: #f86c01
}

.btn-stack-overflow:hover {
    background: #f86c01
}

.btn-stack-overflow:hover::before {
    background: #df6101
}

.btn-css3 {
    background: #0170ba
}

.btn-css3::before {
    content: "\f13c";
    background: #0161a1
}

.btn-css3:hover {
    background: #0161a1
}

.btn-css3:hover::before {
    background: #015187
}

.btn-youtube {
    background: #b00
}

.btn-youtube::before {
    content: "\f167";
    background: #a20000
}

.btn-youtube:hover {
    background: #a20000
}

.btn-youtube:hover::before {
    background: #800
}

.btn-dribbble {
    background: #ea4c89
}

.btn-dribbble::before {
    content: "\f17d";
    background: #e7357a
}

.btn-dribbble:hover {
    background: #e7357a
}

.btn-dribbble:hover::before {
    background: #e51e6b
}

.btn-google-plus {
    background: #d34836
}

.btn-google-plus::before {
    content: "\f0d5";
    background: #c43d2b
}

.btn-google-plus:hover {
    background: #c43d2b
}

.btn-google-plus:hover::before {
    background: #b03626
}

.btn-instagram {
    background: #517fa4
}

.btn-instagram::before {
    content: "\f16d";
    background: #497293
}

.btn-instagram:hover {
    background: #497293
}

.btn-instagram:hover::before {
    background: #406582
}

.btn-pinterest {
    background: #cb2027
}

.btn-pinterest::before {
    content: "\f0d2";
    background: #b51d23
}

.btn-pinterest:hover {
    background: #b51d23
}

.btn-pinterest:hover::before {
    background: #9f191f
}

.btn-vk {
    background: #45668e
}

.btn-vk::before {
    content: "\f189";
    background: #3d5a7d
}

.btn-vk:hover {
    background: #3d5a7d
}

.btn-vk:hover::before {
    background: #344d6c
}

.btn-yahoo {
    background: #400191
}

.btn-yahoo::before {
    content: "\f19e";
    background: #350178
}

.btn-yahoo:hover {
    background: #350178
}

.btn-yahoo:hover::before {
    background: #2a015e
}

.btn-behance {
    background: #1769ff
}

.btn-behance::before {
    content: "\f1b4";
    background: #0059fd
}

.btn-behance:hover {
    background: #0059fd
}

.btn-behance:hover::before {
    background: #0050e3
}

.btn-dropbox {
    background: #007ee5
}

.btn-dropbox::before {
    content: "\f16b";
    background: #0070cc
}

.btn-dropbox:hover {
    background: #0070cc
}

.btn-dropbox:hover::before {
    background: #0062b2
}

.btn-reddit {
    background: #ff4500
}

.btn-reddit::before {
    content: "\f1a1";
    background: #e63e00
}

.btn-reddit:hover {
    background: #e63e00
}

.btn-reddit:hover::before {
    background: #cc3700
}

.btn-spotify {
    background: #7ab800
}

.btn-spotify::before {
    content: "\f1bc";
    background: #699f00
}

.btn-spotify:hover {
    background: #699f00
}

.btn-spotify:hover::before {
    background: #588500
}

.btn-vine {
    background: #00bf8f
}

.btn-vine::before {
    content: "\f1ca";
    background: #00a67c
}

.btn-vine:hover {
    background: #00a67c
}

.btn-vine:hover::before {
    background: #008c69
}

.btn-foursquare {
    background: #1073af
}

.btn-foursquare::before {
    content: "\f180";
    background: #0e6498
}

.btn-foursquare:hover {
    background: #0e6498
}

.btn-foursquare:hover::before {
    background: #0c5480
}

.btn-vimeo {
    background: #aad450
}

.btn-vimeo::before {
    content: "\f194";
    background: #a0cf3c
}

.btn-vimeo:hover {
    background: #a0cf3c
}

.btn-vimeo:hover::before {
    background: #93c130
}

.callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border: 0 solid #a4b7c1;
    border-left-width: .25rem
}

.callout .chart-wrapper {
    position: absolute;
    top: 10px;
    left: 50%;
    float: right;
    width: 50%
}

.callout-bordered {
    border: 1px solid #a4b7c1;
    border-left-width: .25rem
}

.callout code {
    border-radius: .25rem
}

.callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.callout p:last-child {
    margin-bottom: 0
}

.callout+.callout {
    margin-top: -.25rem
}

.callout-default {
    border-left-color: #536c79
}

.callout-default h4 {
    color: #536c79
}

.callout-primary {
    border-left-color: #20a8d8
}

.callout-primary h4 {
    color: #20a8d8
}

.callout-secondary {
    border-left-color: #a4b7c1
}

.callout-secondary h4 {
    color: #a4b7c1
}

.callout-success {
    border-left-color: #4dbd74
}

.callout-success h4 {
    color: #4dbd74
}

.callout-info {
    border-left-color: #63c2de
}

.callout-info h4 {
    color: #63c2de
}

.callout-warning {
    border-left-color: #ffc107
}

.callout-warning h4 {
    color: #ffc107
}

.callout-danger {
    border-left-color: #f86c6b
}

.callout-danger h4 {
    color: #f86c6b
}

.callout-light {
    border-left-color: #f0f3f5
}

.callout-light h4 {
    color: #f0f3f5
}

.callout-dark {
    border-left-color: #29363d
}

.callout-dark h4 {
    color: #29363d
}

.callout-blue {
    border-left-color: #20a8d8
}

.callout-blue h4 {
    color: #20a8d8
}

.callout-indigo {
    border-left-color: #6610f2
}

.callout-indigo h4 {
    color: #6610f2
}

.callout-purple {
    border-left-color: #6f42c1
}

.callout-purple h4 {
    color: #6f42c1
}

.callout-pink {
    border-left-color: #e83e8c
}

.callout-pink h4 {
    color: #e83e8c
}

.callout-red {
    border-left-color: #f86c6b
}

.callout-red h4 {
    color: #f86c6b
}

.callout-orange {
    border-left-color: #f8cb00
}

.callout-orange h4 {
    color: #f8cb00
}

.callout-yellow {
    border-left-color: #ffc107
}

.callout-yellow h4 {
    color: #ffc107
}

.callout-green {
    border-left-color: #4dbd74
}

.callout-green h4 {
    color: #4dbd74
}

.callout-teal {
    border-left-color: #20c997
}

.callout-teal h4 {
    color: #20c997
}

.callout-cyan {
    border-left-color: #63c2de
}

.callout-cyan h4 {
    color: #63c2de
}

.callout-gray-100 {
    border-left-color: #f0f3f5
}

.callout-gray-100 h4 {
    color: #f0f3f5
}

.callout-gray-200 {
    border-left-color: #c2cfd6
}

.callout-gray-200 h4 {
    color: #c2cfd6
}

.callout-gray-300 {
    border-left-color: #a4b7c1
}

.callout-gray-300 h4 {
    color: #a4b7c1
}

.callout-gray-400 {
    border-left-color: #869fac
}

.callout-gray-400 h4 {
    color: #869fac
}

.callout-gray-500 {
    border-left-color: #678898
}

.callout-gray-500 h4 {
    color: #678898
}

.callout-gray-600 {
    border-left-color: #536c79
}

.callout-gray-600 h4 {
    color: #536c79
}

.callout-gray-700 {
    border-left-color: #3e515b
}

.callout-gray-700 h4 {
    color: #3e515b
}

.callout-gray-800 {
    border-left-color: #29363d
}

.callout-gray-800 h4 {
    color: #29363d
}

.callout-gray-900 {
    border-left-color: #151b1e
}

.callout-gray-900 h4 {
    color: #151b1e
}

.card {
    margin-bottom: 1.5rem
}

.card.bg-primary {
    border-color: #187da0
}

.card.bg-primary .card-header {
    background-color: #1e9ecb;
    border-color: #187da0
}

.card.bg-secondary {
    border-color: #7e99a7
}

.card.bg-secondary .card-header {
    background-color: #9bb0bb;
    border-color: #7e99a7
}

.card.bg-success {
    border-color: #379457
}

.card.bg-success .card-header {
    background-color: #44b76c;
    border-color: #379457
}

.card.bg-info {
    border-color: #2eadd3
}

.card.bg-info .card-header {
    background-color: #56bddb;
    border-color: #2eadd3
}

.card.bg-warning {
    border-color: #c69500
}

.card.bg-warning .card-header {
    background-color: #f7b900;
    border-color: #c69500
}

.card.bg-danger {
    border-color: #f5302e
}

.card.bg-danger .card-header {
    background-color: #f75d5c;
    border-color: #f5302e
}

.card.bg-light {
    border-color: #cad4dc
}

.card.bg-light .card-header {
    background-color: #e7ecef;
    border-color: #cad4dc
}

.card.bg-dark {
    border-color: #0f1417
}

.card.bg-dark .card-header {
    background-color: #232e34;
    border-color: #0f1417
}

.card.bg-blue {
    border-color: #187da0
}

.card.bg-blue .card-header {
    background-color: #1e9ecb;
    border-color: #187da0
}

.card.bg-indigo {
    border-color: #4c0ab8
}

.card.bg-indigo .card-header {
    background-color: #5f0de6;
    border-color: #4c0ab8
}

.card.bg-purple {
    border-color: #533093
}

.card.bg-purple .card-header {
    background-color: #683cb8;
    border-color: #533093
}

.card.bg-pink {
    border-color: #ce196c
}

.card.bg-pink .card-header {
    background-color: #e63084;
    border-color: #ce196c
}

.card.bg-red {
    border-color: #f5302e
}

.card.bg-red .card-header {
    background-color: #f75d5c;
    border-color: #f5302e
}

.card.bg-orange {
    border-color: #b89700
}

.card.bg-orange .card-header {
    background-color: #e9be00;
    border-color: #b89700
}

.card.bg-yellow {
    border-color: #c69500
}

.card.bg-yellow .card-header {
    background-color: #f7b900;
    border-color: #c69500
}

.card.bg-green {
    border-color: #379457
}

.card.bg-green .card-header {
    background-color: #44b76c;
    border-color: #379457
}

.card.bg-teal {
    border-color: #17926e
}

.card.bg-teal .card-header {
    background-color: #1ebc8d;
    border-color: #17926e
}

.card.bg-cyan {
    border-color: #2eadd3
}

.card.bg-cyan .card-header {
    background-color: #56bddb;
    border-color: #2eadd3
}

.card.bg-gray-100 {
    border-color: #cad4dc
}

.card.bg-gray-100 .card-header {
    background-color: #e7ecef;
    border-color: #cad4dc
}

.card.bg-gray-200 {
    border-color: #9cb1bc
}

.card.bg-gray-200 .card-header {
    background-color: #b9c8d0;
    border-color: #9cb1bc
}

.card.bg-gray-300 {
    border-color: #7e99a7
}

.card.bg-gray-300 .card-header {
    background-color: #9bb0bb;
    border-color: #7e99a7
}

.card.bg-gray-400 {
    border-color: #638090
}

.card.bg-gray-400 .card-header {
    background-color: #7d98a6;
    border-color: #638090
}

.card.bg-gray-500 {
    border-color: #4d6672
}

.card.bg-gray-500 .card-header {
    background-color: #61808f;
    border-color: #4d6672
}

.card.bg-gray-600 {
    border-color: #394a53
}

.card.bg-gray-600 .card-header {
    background-color: #4d6470;
    border-color: #394a53
}

.card.bg-gray-700 {
    border-color: #242f35
}

.card.bg-gray-700 .card-header {
    background-color: #384952;
    border-color: #242f35
}

.card.bg-gray-800 {
    border-color: #0f1417
}

.card.bg-gray-800 .card-header {
    background-color: #232e34;
    border-color: #0f1417
}

.card.bg-gray-900 {
    border-color: #000
}

.card.bg-gray-900 .card-header {
    background-color: #0f1315;
    border-color: #000
}

.text-white .text-muted {
    color: rgba(255, 255, 255, .6) !important
}

.card-header .icon-bg {
    display: inline-block;
    padding: .75rem 1.25rem !important;
    margin-top: -.75rem;
    margin-right: 1.25rem;
    margin-bottom: -.75rem;
    margin-left: -1.25rem;
    line-height: inherit;
    color: #151b1e;
    vertical-align: bottom;
    background: 0 0;
    border-right: 1px solid #c2cfd6
}

.card-header .nav.nav-tabs {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header .nav.nav-tabs .nav-item {
    border-top: 0
}

.card-header .nav.nav-tabs .nav-link,
.card-header .nav.nav-tabs .navbar .dropdown-toggle,
.navbar .card-header .nav.nav-tabs .dropdown-toggle {
    padding: .75rem .625rem;
    color: #536c79;
    border-top: 0
}

.card-header .nav.nav-tabs .nav-link.active,
.card-header .nav.nav-tabs .navbar .active.dropdown-toggle,
.navbar .card-header .nav.nav-tabs .active.dropdown-toggle {
    color: #151b1e;
    background: #fff
}

.card-header.card-header-inverse {
    color: #fff
}

.card-header .btn {
    margin-top: -.375rem
}

.card-header .btn-group-sm>.btn,
.card-header .btn-sm {
    margin-top: -.25rem
}

.card-header .btn-group-lg>.btn,
.card-header .btn-lg {
    margin-top: -.5rem
}

.card-footer ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    table-layout: fixed
}

.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center
}

[class*=card-outline-] .card-block,
[class*=card-outline-] .card-body {
    background: #fff !important
}

[class*=card-outline-].card-outline-top {
    border-top-width: 2px;
    border-right-color: #a4b7c1;
    border-bottom-color: #a4b7c1;
    border-left-color: #a4b7c1
}

.card-accent-primary {
    border-top-width: 2px;
    border-top-color: #20a8d8
}

.card-accent-secondary {
    border-top-width: 2px;
    border-top-color: #a4b7c1
}

.card-accent-success {
    border-top-width: 2px;
    border-top-color: #4dbd74
}

.card-accent-info {
    border-top-width: 2px;
    border-top-color: #63c2de
}

.card-accent-warning {
    border-top-width: 2px;
    border-top-color: #ffc107
}

.card-accent-danger {
    border-top-width: 2px;
    border-top-color: #f86c6b
}

.card-accent-light {
    border-top-width: 2px;
    border-top-color: #f0f3f5
}

.card-accent-dark {
    border-top-width: 2px;
    border-top-color: #29363d
}

.card-accent-blue {
    border-top-width: 2px;
    border-top-color: #20a8d8
}

.card-accent-indigo {
    border-top-width: 2px;
    border-top-color: #6610f2
}

.card-accent-purple {
    border-top-width: 2px;
    border-top-color: #6f42c1
}

.card-accent-pink {
    border-top-width: 2px;
    border-top-color: #e83e8c
}

.card-accent-red {
    border-top-width: 2px;
    border-top-color: #f86c6b
}

.card-accent-orange {
    border-top-width: 2px;
    border-top-color: #f8cb00
}

.card-accent-yellow {
    border-top-width: 2px;
    border-top-color: #ffc107
}

.card-accent-green {
    border-top-width: 2px;
    border-top-color: #4dbd74
}

.card-accent-teal {
    border-top-width: 2px;
    border-top-color: #20c997
}

.card-accent-cyan {
    border-top-width: 2px;
    border-top-color: #63c2de
}

.card-accent-gray-100 {
    border-top-width: 2px;
    border-top-color: #f0f3f5
}

.card-accent-gray-200 {
    border-top-width: 2px;
    border-top-color: #c2cfd6
}

.card-accent-gray-300 {
    border-top-width: 2px;
    border-top-color: #a4b7c1
}

.card-accent-gray-400 {
    border-top-width: 2px;
    border-top-color: #869fac
}

.card-accent-gray-500 {
    border-top-width: 2px;
    border-top-color: #678898
}

.card-accent-gray-600 {
    border-top-width: 2px;
    border-top-color: #536c79
}

.card-accent-gray-700 {
    border-top-width: 2px;
    border-top-color: #3e515b
}

.card-accent-gray-800 {
    border-top-width: 2px;
    border-top-color: #29363d
}

.card-accent-gray-900 {
    border-top-width: 2px;
    border-top-color: #151b1e
}

.card-header>i {
    margin-right: .5rem
}

.card-header .card-actions {
    position: absolute;
    top: 0;
    right: 0
}

.card-header .card-actions a,
.card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #151b1e;
    text-align: center;
    background: 0 0;
    border: 0;
    border-left: 1px solid #a4b7c1;
    box-shadow: 0
}

.card-header .card-actions a:hover,
.card-header .card-actions button:hover {
    text-decoration: none
}

.card-header .card-actions a [class*=" icon-"],
.card-header .card-actions a [class^=icon-],
.card-header .card-actions button [class*=" icon-"],
.card-header .card-actions button [class^=icon-] {
    display: inline-block;
    vertical-align: middle
}

.card-header .card-actions a i,
.card-header .card-actions button i {
    display: inline-block;
    transition: .4s
}

.card-header .card-actions a .r180,
.card-header .card-actions button .r180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card-header .card-actions .input-group {
    width: 230px;
    margin: 6px
}

.card-header .card-actions .input-group .input-group-append,
.card-header .card-actions .input-group .input-group-prepend {
    background: #fff
}

.card-header .card-actions .input-group input {
    border-left: 0
}

.card-full {
    margin-top: -1rem;
    margin-right: -15px;
    margin-left: -15px;
    border: 0;
    border-bottom: 1px solid #a4b7c1
}

@media (min-width:576px) {
    .card-columns.cols-2 {
        -webkit-column-count: 2;
        column-count: 2
    }
}

.card .drag,
.card.drag {
    cursor: move
}

.card-placeholder {
    background: rgba(0, 0, 0, .025);
    border: 1px dashed #a4b7c1
}

.chart-wrapper canvas {
    width: 100% !important
}

base-chart.chart {
    display: block !important
}

.dropdown-item {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #c2cfd6
}

.dropdown-item:last-child {
    border-bottom: 0
}

.dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #c2cfd6;
    text-align: center
}

.dropdown-item .badge {
    position: absolute;
    right: 10px;
    margin-top: 2px
}

.dropdown-header {
    padding: 8px 20px;
    background: #f0f3f5;
    border-bottom: 1px solid #c2cfd6
}

.dropdown-header .btn {
    margin-top: -7px;
    color: #536c79
}

.dropdown-header .btn:hover {
    color: #151b1e
}

.dropdown-header .btn.pull-right {
    margin-right: -20px
}

.dropdown-menu-lg {
    width: 250px
}

.app-header .navbar-nav .dropdown-menu {
    position: absolute
}

.app-header .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.app-header .navbar-nav .dropdown-menu-left {
    right: auto;
    left: 0
}

.app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: #151b1e;
    background: #f0f3f5;
    border-top: 1px solid #a4b7c1
}

.row.row-equal {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: -15px;
    margin-left: -15px
}

.row.row-equal [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.main .container-fluid {
    padding: 0 30px
}

.input-group-append,
.input-group-prepend {
    white-space: nowrap;
    vertical-align: middle
}

#loading-bar,
#loading-bar-spinner {
    -webkit-pointer-events: none;
    pointer-events: none;
    transition: 350ms linear all
}

#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active,
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
    opacity: 0
}

#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave,
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
    opacity: 1
}

#loading-bar .bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20002;
    width: 100%;
    height: 2px;
    background: #20a8d8;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    transition: width 350ms
}

#loading-bar .peg {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 2px;
    border-radius: 100%;
    -ms-box-shadow: #29d 1px 0 6px 1px;
    box-shadow: #29d 1px 0 6px 1px;
    opacity: .45
}

#loading-bar-spinner {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10002;
    display: block
}

#loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner .4s linear infinite;
    animation: loading-bar-spinner .4s linear infinite
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 2000;
    width: 100%;
    height: 2px;
    background: #20a8d8
}

.modal-primary .modal-content {
    border-color: #20a8d8
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #20a8d8
}

.modal-secondary .modal-content {
    border-color: #a4b7c1
}

.modal-secondary .modal-header {
    color: #fff;
    background-color: #a4b7c1
}

.modal-success .modal-content {
    border-color: #4dbd74
}

.modal-success .modal-header {
    color: #fff;
    background-color: #4dbd74
}

.modal-info .modal-content {
    border-color: #63c2de
}

.modal-info .modal-header {
    color: #fff;
    background-color: #63c2de
}

.modal-warning .modal-content {
    border-color: #ffc107
}

.modal-warning .modal-header {
    color: #fff;
    background-color: #ffc107
}

.modal-danger .modal-content {
    border-color: #f86c6b
}

.modal-danger .modal-header {
    color: #fff;
    background-color: #f86c6b
}

.modal-light .modal-content {
    border-color: #f0f3f5
}

.modal-light .modal-header {
    color: #fff;
    background-color: #f0f3f5
}

.modal-dark .modal-content {
    border-color: #29363d
}

.modal-dark .modal-header {
    color: #fff;
    background-color: #29363d
}

.modal-blue .modal-content {
    border-color: #20a8d8
}

.modal-blue .modal-header {
    color: #fff;
    background-color: #20a8d8
}

.modal-indigo .modal-content {
    border-color: #6610f2
}

.modal-indigo .modal-header {
    color: #fff;
    background-color: #6610f2
}

.modal-purple .modal-content {
    border-color: #6f42c1
}

.modal-purple .modal-header {
    color: #fff;
    background-color: #6f42c1
}

.modal-pink .modal-content {
    border-color: #e83e8c
}

.modal-pink .modal-header {
    color: #fff;
    background-color: #e83e8c
}

.modal-red .modal-content {
    border-color: #f86c6b
}

.modal-red .modal-header {
    color: #fff;
    background-color: #f86c6b
}

.modal-orange .modal-content {
    border-color: #f8cb00
}

.modal-orange .modal-header {
    color: #fff;
    background-color: #f8cb00
}

.modal-yellow .modal-content {
    border-color: #ffc107
}

.modal-yellow .modal-header {
    color: #fff;
    background-color: #ffc107
}

.modal-green .modal-content {
    border-color: #4dbd74
}

.modal-green .modal-header {
    color: #fff;
    background-color: #4dbd74
}

.modal-teal .modal-content {
    border-color: #20c997
}

.modal-teal .modal-header {
    color: #fff;
    background-color: #20c997
}

.modal-cyan .modal-content {
    border-color: #63c2de
}

.modal-cyan .modal-header {
    color: #fff;
    background-color: #63c2de
}

.modal-gray-100 .modal-content {
    border-color: #f0f3f5
}

.modal-gray-100 .modal-header {
    color: #fff;
    background-color: #f0f3f5
}

.modal-gray-200 .modal-content {
    border-color: #c2cfd6
}

.modal-gray-200 .modal-header {
    color: #fff;
    background-color: #c2cfd6
}

.modal-gray-300 .modal-content {
    border-color: #a4b7c1
}

.modal-gray-300 .modal-header {
    color: #fff;
    background-color: #a4b7c1
}

.modal-gray-400 .modal-content {
    border-color: #869fac
}

.modal-gray-400 .modal-header {
    color: #fff;
    background-color: #869fac
}

.modal-gray-500 .modal-content {
    border-color: #678898
}

.modal-gray-500 .modal-header {
    color: #fff;
    background-color: #678898
}

.modal-gray-600 .modal-content {
    border-color: #536c79
}

.modal-gray-600 .modal-header {
    color: #fff;
    background-color: #536c79
}

.modal-gray-700 .modal-content {
    border-color: #3e515b
}

.modal-gray-700 .modal-header {
    color: #fff;
    background-color: #3e515b
}

.modal-gray-800 .modal-content {
    border-color: #29363d
}

.modal-gray-800 .modal-header {
    color: #fff;
    background-color: #29363d
}

.modal-gray-900 .modal-content {
    border-color: #151b1e
}

.modal-gray-900 .modal-header {
    color: #fff;
    background-color: #151b1e
}

.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
    color: #536c79
}

.nav-tabs .nav-link:hover,
.nav-tabs .navbar .dropdown-toggle:hover,
.navbar .nav-tabs .dropdown-toggle:hover {
    cursor: pointer
}

.nav-tabs .nav-link.active,
.nav-tabs .navbar .active.dropdown-toggle,
.navbar .nav-tabs .active.dropdown-toggle {
    color: #29363d;
    background: #fff;
    border-color: #a4b7c1;
    border-bottom-color: #fff
}

.nav-tabs .nav-link.active:focus,
.nav-tabs .navbar .active.dropdown-toggle:focus,
.navbar .nav-tabs .active.dropdown-toggle:focus {
    background: #fff;
    border-color: #a4b7c1;
    border-bottom-color: #fff
}

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #a4b7c1
}

.tab-content .tab-pane {
    padding: 1rem
}

.card-block .tab-content {
    margin-top: 0;
    border: 0
}

.app-header.navbar {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 41px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #a4b7c1
}

.app-header.navbar .navbar-brand {
    display: inline-block;
    width: 155px;
    height: 41px;
    padding: .5rem 1rem;
    margin-right: 0;
    background-color: #fff;
    background-image: url(../../img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px auto;
    border-bottom: 1px solid #a4b7c1
}

.app-header.navbar .navbar-toggler {
    min-width: 50px;
    padding: .25rem 0
}

.app-header.navbar .navbar-toggler:hover .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='%2329363d' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.app-header.navbar .navbar-toggler-icon {
    height: 23px;
    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='%23536c79' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.app-header.navbar .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.app-header.navbar .nav-item {
    position: relative;
    min-width: 50px;
    margin: 0 !important;
    text-align: center
}

.app-header.navbar .nav-item button {
    margin: 0 auto
}

.app-header.navbar .nav-item .dropdown-toggle,
.app-header.navbar .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    background: 0;
    border: 0
}

.app-header.navbar .nav-item .dropdown-toggle .badge,
.app-header.navbar .nav-item .nav-link .badge {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: 0
}

.app-header.navbar .nav-item .dropdown-toggle>.img-avatar,
.app-header.navbar .nav-item .nav-link>.img-avatar {
    height: 30px;
    margin: 0 10px
}

.app-header.navbar .dropdown-menu {
    padding-bottom: 0;
    line-height: 1.5
}

.app-header.navbar .dropdown-item {
    min-width: 180px
}

.navbar-brand {
    color: #29363d
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #29363d
}

.navbar .navbar-nav .dropdown-toggle,
.navbar-nav .nav-link,
.navbar-nav .navbar .dropdown-toggle {
    color: #536c79
}

.navbar .navbar-nav .dropdown-toggle:focus,
.navbar .navbar-nav .dropdown-toggle:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .navbar .dropdown-toggle:focus,
.navbar-nav .navbar .dropdown-toggle:hover {
    color: #29363d
}

.navbar .navbar-nav .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:hover,
.navbar .navbar-nav .active>.dropdown-toggle,
.navbar .navbar-nav .active>.dropdown-toggle:focus,
.navbar .navbar-nav .active>.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar .navbar-nav .open>.dropdown-toggle,
.navbar .navbar-nav .open>.dropdown-toggle:focus,
.navbar .navbar-nav .open>.dropdown-toggle:hover,
.navbar-nav .active>.nav-link,
.navbar-nav .active>.nav-link:focus,
.navbar-nav .active>.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.open,
.navbar-nav .nav-link.open:focus,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar-nav .navbar .active>.dropdown-toggle,
.navbar-nav .navbar .active>.dropdown-toggle:focus,
.navbar-nav .navbar .active>.dropdown-toggle:hover,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar-nav .navbar .open>.dropdown-toggle,
.navbar-nav .navbar .open>.dropdown-toggle:focus,
.navbar-nav .navbar .open>.dropdown-toggle:hover,
.navbar-nav .open>.nav-link,
.navbar-nav .open>.nav-link:focus,
.navbar-nav .open>.nav-link:hover {
    color: #29363d
}

.navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

@media (min-width:992px) {
    .brand-minimized .app-header.navbar .navbar-brand {
        width: 50px;
        background-color: #fff;
        background-image: url(../img/logo-symbol.png);
        background-size: 24px;
        border-bottom: 1px solid #a4b7c1
    }
}

.progress-xs {
    height: 4px
}

.progress-sm {
    height: 8px
}

.progress-white {
    background-color: rgba(255, 255, 255, .2) !important
}

.progress-white .progress-bar {
    background-color: #fff
}

.sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #fff;
    background: #29363d
}

.sidebar .sidebar-close {
    position: absolute;
    right: 0;
    display: none;
    padding: 0 1rem;
    font-size: 24px;
    font-weight: 800;
    line-height: 41px;
    color: #fff;
    background: 0;
    border: 0;
    opacity: .8
}

.sidebar .sidebar-close:hover {
    opacity: 1
}

.sidebar .sidebar-header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .75rem 1rem;
    text-align: center;
    background: rgba(0, 0, 0, .2)
}

.sidebar .sidebar-form .form-control {
    color: #fff;
    background: #151b1f;
    border: 0
}

.sidebar .sidebar-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.sidebar .sidebar-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.sidebar .sidebar-form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.sidebar .sidebar-form .form-control::placeholder {
    color: rgba(255, 255, 255, .7)
}

.sidebar .sidebar-nav {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 200px
}

.sidebar .sidebar-nav::-webkit-scrollbar {
    position: absolute;
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none
}

.sidebar .sidebar-nav::-webkit-scrollbar-track {
    background-color: #33444c;
    border-right: 1px solid #1f292e;
    border-left: 1px solid #1f292e
}

.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #151b1f;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px
}

.sidebar .nav {
    width: 200px;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.sidebar .nav-title {
    padding: .75rem 1rem;
    font-size: 11px;
    font-weight: 600;
    color: #c2cfd6;
    text-transform: uppercase
}

.sidebar .divider,
.sidebar .nav-divider {
    height: 10px
}

.sidebar .nav-item {
    position: relative;
    margin: 0;
    transition: background .3s ease-in-out
}

.sidebar .nav-dropdown-items {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    transition: max-height .3s ease-in-out
}

.sidebar .nav-dropdown-items .nav-item {
    padding: 0;
    list-style: none
}

.navbar .sidebar .dropdown-toggle,
.sidebar .nav-link,
.sidebar .navbar .dropdown-toggle {
    display: block;
    padding: .75rem 1rem;
    color: #fff;
    text-decoration: none;
    background: 0 0
}

.navbar .sidebar .dropdown-toggle i,
.sidebar .nav-link i,
.sidebar .navbar .dropdown-toggle i {
    display: inline-block;
    width: 20px;
    margin: 0 .5rem 0 0;
    font-size: 14px;
    color: #536c79;
    text-align: center
}

.navbar .sidebar .dropdown-toggle .badge,
.sidebar .nav-link .badge,
.sidebar .navbar .dropdown-toggle .badge {
    float: right;
    margin-top: 2px
}

.navbar .sidebar .active.dropdown-toggle,
.sidebar .nav-link.active,
.sidebar .navbar .active.dropdown-toggle {
    color: #fff;
    background: #33444c
}

.navbar .sidebar .active.dropdown-toggle i,
.sidebar .nav-link.active i,
.sidebar .navbar .active.dropdown-toggle i {
    color: #20a8d8
}

.navbar .sidebar .dropdown-toggle:hover,
.sidebar .nav-link:hover,
.sidebar .navbar .dropdown-toggle:hover {
    color: #fff;
    background: #20a8d8
}

.navbar .sidebar .dropdown-toggle:hover i,
.sidebar .nav-link:hover i,
.sidebar .navbar .dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .dropdown-toggle:hover.nav-dropdown-toggle::before,
.sidebar .nav-link:hover.nav-dropdown-toggle::before,
.sidebar .navbar .dropdown-toggle:hover.nav-dropdown-toggle::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E")
}

.navbar .sidebar .nav-link-primary.dropdown-toggle,
.sidebar .nav-link.nav-link-primary,
.sidebar .navbar .nav-link-primary.dropdown-toggle {
    background: #20a8d8
}

.navbar .sidebar .nav-link-primary.dropdown-toggle i,
.sidebar .nav-link.nav-link-primary i,
.sidebar .navbar .nav-link-primary.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-primary.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-primary:hover,
.sidebar .navbar .nav-link-primary.dropdown-toggle:hover {
    background: #1d97c2 !important
}

.navbar .sidebar .nav-link-primary.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-primary:hover i,
.sidebar .navbar .nav-link-primary.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-secondary.dropdown-toggle,
.sidebar .nav-link.nav-link-secondary,
.sidebar .navbar .nav-link-secondary.dropdown-toggle {
    background: #a4b7c1
}

.navbar .sidebar .nav-link-secondary.dropdown-toggle i,
.sidebar .nav-link.nav-link-secondary i,
.sidebar .navbar .nav-link-secondary.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-secondary.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-secondary:hover,
.sidebar .navbar .nav-link-secondary.dropdown-toggle:hover {
    background: #95abb7 !important
}

.navbar .sidebar .nav-link-secondary.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-secondary:hover i,
.sidebar .navbar .nav-link-secondary.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-success.dropdown-toggle,
.sidebar .nav-link.nav-link-success,
.sidebar .navbar .nav-link-success.dropdown-toggle {
    background: #4dbd74
}

.navbar .sidebar .nav-link-success.dropdown-toggle i,
.sidebar .nav-link.nav-link-success i,
.sidebar .navbar .nav-link-success.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-success.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-success:hover,
.sidebar .navbar .nav-link-success.dropdown-toggle:hover {
    background: #41af67 !important
}

.navbar .sidebar .nav-link-success.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-success:hover i,
.sidebar .navbar .nav-link-success.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-info.dropdown-toggle,
.sidebar .nav-link.nav-link-info,
.sidebar .navbar .nav-link-info.dropdown-toggle {
    background: #63c2de
}

.navbar .sidebar .nav-link-info.dropdown-toggle i,
.sidebar .nav-link.nav-link-info i,
.sidebar .navbar .nav-link-info.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-info.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-info:hover,
.sidebar .navbar .nav-link-info.dropdown-toggle:hover {
    background: #4ebada !important
}

.navbar .sidebar .nav-link-info.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-info:hover i,
.sidebar .navbar .nav-link-info.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-warning.dropdown-toggle,
.sidebar .nav-link.nav-link-warning,
.sidebar .navbar .nav-link-warning.dropdown-toggle {
    background: #ffc107
}

.navbar .sidebar .nav-link-warning.dropdown-toggle i,
.sidebar .nav-link.nav-link-warning i,
.sidebar .navbar .nav-link-warning.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-warning.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-warning:hover,
.sidebar .navbar .nav-link-warning.dropdown-toggle:hover {
    background: #edb100 !important
}

.navbar .sidebar .nav-link-warning.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-warning:hover i,
.sidebar .navbar .nav-link-warning.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-danger.dropdown-toggle,
.sidebar .nav-link.nav-link-danger,
.sidebar .navbar .nav-link-danger.dropdown-toggle {
    background: #f86c6b
}

.navbar .sidebar .nav-link-danger.dropdown-toggle i,
.sidebar .nav-link.nav-link-danger i,
.sidebar .navbar .nav-link-danger.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-danger.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-danger:hover,
.sidebar .navbar .nav-link-danger.dropdown-toggle:hover {
    background: #f75453 !important
}

.navbar .sidebar .nav-link-danger.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-danger:hover i,
.sidebar .navbar .nav-link-danger.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-light.dropdown-toggle,
.sidebar .nav-link.nav-link-light,
.sidebar .navbar .nav-link-light.dropdown-toggle {
    background: #f0f3f5
}

.navbar .sidebar .nav-link-light.dropdown-toggle i,
.sidebar .nav-link.nav-link-light i,
.sidebar .navbar .nav-link-light.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-light.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-light:hover,
.sidebar .navbar .nav-link-light.dropdown-toggle:hover {
    background: #e1e7eb !important
}

.navbar .sidebar .nav-link-light.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-light:hover i,
.sidebar .navbar .nav-link-light.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-dark.dropdown-toggle,
.sidebar .nav-link.nav-link-dark,
.sidebar .navbar .nav-link-dark.dropdown-toggle {
    background: #29363d
}

.navbar .sidebar .nav-link-dark.dropdown-toggle i,
.sidebar .nav-link.nav-link-dark i,
.sidebar .navbar .nav-link-dark.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-dark.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-dark:hover,
.sidebar .navbar .nav-link-dark.dropdown-toggle:hover {
    background: #1f292e !important
}

.navbar .sidebar .nav-link-dark.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-dark:hover i,
.sidebar .navbar .nav-link-dark.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-blue.dropdown-toggle,
.sidebar .nav-link.nav-link-blue,
.sidebar .navbar .nav-link-blue.dropdown-toggle {
    background: #20a8d8
}

.navbar .sidebar .nav-link-blue.dropdown-toggle i,
.sidebar .nav-link.nav-link-blue i,
.sidebar .navbar .nav-link-blue.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-blue.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-blue:hover,
.sidebar .navbar .nav-link-blue.dropdown-toggle:hover {
    background: #1d97c2 !important
}

.navbar .sidebar .nav-link-blue.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-blue:hover i,
.sidebar .navbar .nav-link-blue.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-indigo.dropdown-toggle,
.sidebar .nav-link.nav-link-indigo,
.sidebar .navbar .nav-link-indigo.dropdown-toggle {
    background: #6610f2
}

.navbar .sidebar .nav-link-indigo.dropdown-toggle i,
.sidebar .nav-link.nav-link-indigo i,
.sidebar .navbar .nav-link-indigo.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-indigo.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-indigo:hover,
.sidebar .navbar .nav-link-indigo.dropdown-toggle:hover {
    background: #5b0cdd !important
}

.navbar .sidebar .nav-link-indigo.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-indigo:hover i,
.sidebar .navbar .nav-link-indigo.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-purple.dropdown-toggle,
.sidebar .nav-link.nav-link-purple,
.sidebar .navbar .nav-link-purple.dropdown-toggle {
    background: #6f42c1
}

.navbar .sidebar .nav-link-purple.dropdown-toggle i,
.sidebar .nav-link.nav-link-purple i,
.sidebar .navbar .nav-link-purple.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-purple.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-purple:hover,
.sidebar .navbar .nav-link-purple.dropdown-toggle:hover {
    background: #643ab0 !important
}

.navbar .sidebar .nav-link-purple.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-purple:hover i,
.sidebar .navbar .nav-link-purple.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-pink.dropdown-toggle,
.sidebar .nav-link.nav-link-pink,
.sidebar .navbar .nav-link-pink.dropdown-toggle {
    background: #e83e8c
}

.navbar .sidebar .nav-link-pink.dropdown-toggle i,
.sidebar .nav-link.nav-link-pink i,
.sidebar .navbar .nav-link-pink.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-pink.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-pink:hover,
.sidebar .navbar .nav-link-pink.dropdown-toggle:hover {
    background: #e5277e !important
}

.navbar .sidebar .nav-link-pink.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-pink:hover i,
.sidebar .navbar .nav-link-pink.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-red.dropdown-toggle,
.sidebar .nav-link.nav-link-red,
.sidebar .navbar .nav-link-red.dropdown-toggle {
    background: #f86c6b
}

.navbar .sidebar .nav-link-red.dropdown-toggle i,
.sidebar .nav-link.nav-link-red i,
.sidebar .navbar .nav-link-red.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-red.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-red:hover,
.sidebar .navbar .nav-link-red.dropdown-toggle:hover {
    background: #f75453 !important
}

.navbar .sidebar .nav-link-red.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-red:hover i,
.sidebar .navbar .nav-link-red.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-orange.dropdown-toggle,
.sidebar .nav-link.nav-link-orange,
.sidebar .navbar .nav-link-orange.dropdown-toggle {
    background: #f8cb00
}

.navbar .sidebar .nav-link-orange.dropdown-toggle i,
.sidebar .nav-link.nav-link-orange i,
.sidebar .navbar .nav-link-orange.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-orange.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-orange:hover,
.sidebar .navbar .nav-link-orange.dropdown-toggle:hover {
    background: #dfb600 !important
}

.navbar .sidebar .nav-link-orange.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-orange:hover i,
.sidebar .navbar .nav-link-orange.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-yellow.dropdown-toggle,
.sidebar .nav-link.nav-link-yellow,
.sidebar .navbar .nav-link-yellow.dropdown-toggle {
    background: #ffc107
}

.navbar .sidebar .nav-link-yellow.dropdown-toggle i,
.sidebar .nav-link.nav-link-yellow i,
.sidebar .navbar .nav-link-yellow.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-yellow.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-yellow:hover,
.sidebar .navbar .nav-link-yellow.dropdown-toggle:hover {
    background: #edb100 !important
}

.navbar .sidebar .nav-link-yellow.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-yellow:hover i,
.sidebar .navbar .nav-link-yellow.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-green.dropdown-toggle,
.sidebar .nav-link.nav-link-green,
.sidebar .navbar .nav-link-green.dropdown-toggle {
    background: #4dbd74
}

.navbar .sidebar .nav-link-green.dropdown-toggle i,
.sidebar .nav-link.nav-link-green i,
.sidebar .navbar .nav-link-green.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-green.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-green:hover,
.sidebar .navbar .nav-link-green.dropdown-toggle:hover {
    background: #41af67 !important
}

.navbar .sidebar .nav-link-green.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-green:hover i,
.sidebar .navbar .nav-link-green.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-teal.dropdown-toggle,
.sidebar .nav-link.nav-link-teal,
.sidebar .navbar .nav-link-teal.dropdown-toggle {
    background: #20c997
}

.navbar .sidebar .nav-link-teal.dropdown-toggle i,
.sidebar .nav-link.nav-link-teal i,
.sidebar .navbar .nav-link-teal.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-teal.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-teal:hover,
.sidebar .navbar .nav-link-teal.dropdown-toggle:hover {
    background: #1cb386 !important
}

.navbar .sidebar .nav-link-teal.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-teal:hover i,
.sidebar .navbar .nav-link-teal.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-cyan.dropdown-toggle,
.sidebar .nav-link.nav-link-cyan,
.sidebar .navbar .nav-link-cyan.dropdown-toggle {
    background: #63c2de
}

.navbar .sidebar .nav-link-cyan.dropdown-toggle i,
.sidebar .nav-link.nav-link-cyan i,
.sidebar .navbar .nav-link-cyan.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-cyan.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-cyan:hover,
.sidebar .navbar .nav-link-cyan.dropdown-toggle:hover {
    background: #4ebada !important
}

.navbar .sidebar .nav-link-cyan.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-cyan:hover i,
.sidebar .navbar .nav-link-cyan.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-100.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-100,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle {
    background: #f0f3f5
}

.navbar .sidebar .nav-link-gray-100.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-100 i,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-100.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-100:hover,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle:hover {
    background: #e1e7eb !important
}

.navbar .sidebar .nav-link-gray-100.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-100:hover i,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-200.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-200,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle {
    background: #c2cfd6
}

.navbar .sidebar .nav-link-gray-200.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-200 i,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-200.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-200:hover,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle:hover {
    background: #b3c3cc !important
}

.navbar .sidebar .nav-link-gray-200.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-200:hover i,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-300.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-300,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle {
    background: #a4b7c1
}

.navbar .sidebar .nav-link-gray-300.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-300 i,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-300.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-300:hover,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle:hover {
    background: #95abb7 !important
}

.navbar .sidebar .nav-link-gray-300.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-300:hover i,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-400.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-400,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle {
    background: #869fac
}

.navbar .sidebar .nav-link-gray-400.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-400 i,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-400.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-400:hover,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle:hover {
    background: #7793a2 !important
}

.navbar .sidebar .nav-link-gray-400.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-400:hover i,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-500.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-500,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle {
    background: #678898
}

.navbar .sidebar .nav-link-gray-500.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-500 i,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-500.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-500:hover,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle:hover {
    background: #5d7a89 !important
}

.navbar .sidebar .nav-link-gray-500.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-500:hover i,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-600.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-600,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle {
    background: #536c79
}

.navbar .sidebar .nav-link-gray-600.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-600 i,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-600.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-600:hover,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle:hover {
    background: #495f6a !important
}

.navbar .sidebar .nav-link-gray-600.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-600:hover i,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-700.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-700,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle {
    background: #3e515b
}

.navbar .sidebar .nav-link-gray-700.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-700 i,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-700.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-700:hover,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle:hover {
    background: #34444c !important
}

.navbar .sidebar .nav-link-gray-700.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-700:hover i,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-800.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-800,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle {
    background: #29363d
}

.navbar .sidebar .nav-link-gray-800.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-800 i,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-800.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-800:hover,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle:hover {
    background: #1f292e !important
}

.navbar .sidebar .nav-link-gray-800.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-800:hover i,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle:hover i {
    color: #fff
}

.navbar .sidebar .nav-link-gray-900.dropdown-toggle,
.sidebar .nav-link.nav-link-gray-900,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle {
    background: #151b1e
}

.navbar .sidebar .nav-link-gray-900.dropdown-toggle i,
.sidebar .nav-link.nav-link-gray-900 i,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle i {
    color: rgba(255, 255, 255, .7)
}

.navbar .sidebar .nav-link-gray-900.dropdown-toggle:hover,
.sidebar .nav-link.nav-link-gray-900:hover,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle:hover {
    background: #0b0e0f !important
}

.navbar .sidebar .nav-link-gray-900.dropdown-toggle:hover i,
.sidebar .nav-link.nav-link-gray-900:hover i,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle:hover i {
    color: #fff
}

.sidebar .nav-dropdown-toggle {
    position: relative
}

.sidebar .nav-dropdown-toggle::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-top: -4px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23536c79' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.sidebar .nav-dropdown.open {
    background: rgba(0, 0, 0, .2)
}

.sidebar .nav-dropdown.open>.nav-dropdown-items {
    max-height: 1500px
}

.navbar .sidebar .nav-dropdown.open .dropdown-toggle,
.sidebar .nav-dropdown.open .nav-link,
.sidebar .nav-dropdown.open .navbar .dropdown-toggle {
    color: #fff;
    border-left: 0 !important
}

.navbar .sidebar .nav-dropdown.open>.nav-dropdown-toggle.dropdown-toggle::before,
.sidebar .nav-dropdown.open>.nav-link.nav-dropdown-toggle::before,
.sidebar .navbar .nav-dropdown.open>.nav-dropdown-toggle.dropdown-toggle::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar .nav-dropdown.open .nav-dropdown.open {
    border-left: 0
}

.sidebar .nav-label {
    display: block;
    padding: .09375rem 1rem;
    color: #c2cfd6
}

.sidebar .nav-label:hover {
    color: #fff;
    text-decoration: none
}

.sidebar .nav-label i {
    width: 20px;
    margin: -3px .5rem 0 0;
    font-size: 10px;
    color: #536c79;
    text-align: center;
    vertical-align: middle
}

.sidebar .progress {
    background-color: #485f6b !important
}

.sidebar .sidebar-footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .75rem 1rem;
    background: rgba(0, 0, 0, .2)
}

.sidebar .sidebar-minimizer {
    position: relative;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background-color: rgba(0, 0, 0, .2);
    border: 0
}

.sidebar .sidebar-minimizer::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23536c79' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12.5px;
    transition: .3s
}

.sidebar .sidebar-minimizer.focus,
.sidebar .sidebar-minimizer:focus {
    outline: 0
}

.sidebar .sidebar-minimizer:hover {
    background-color: rgba(0, 0, 0, .3)
}

.sidebar .sidebar-minimizer:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E")
}

@media (min-width:992px) {
    .sidebar-compact .sidebar .sidebar-nav {
        width: 150px
    }

    .sidebar-compact .sidebar .nav {
        width: 150px
    }

    .sidebar-compact .sidebar .nav .nav-title {
        text-align: center
    }

    .sidebar-compact .sidebar .nav .nav-item {
        width: 150px;
        border-left: 0 !important
    }

    .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle,
    .sidebar-compact .sidebar .nav .nav-item .nav-link,
    .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle {
        text-align: center
    }

    .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle i,
    .sidebar-compact .sidebar .nav .nav-item .nav-link i,
    .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle i {
        display: block;
        width: 100%;
        margin: .25rem 0;
        font-size: 24px
    }

    .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle .badge,
    .sidebar-compact .sidebar .nav .nav-item .nav-link .badge,
    .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle .badge {
        position: absolute;
        top: 18px;
        right: 10px
    }

    .navbar .sidebar-compact .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before,
    .sidebar-compact .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before,
    .sidebar-compact .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before {
        top: 30px
    }

    .sidebar-minimized .hidden-cn {
        display: none
    }

    .sidebar-minimized .sidebar {
        z-index: 1019
    }

    .sidebar-minimized .sidebar .sidebar-nav {
        overflow: visible;
        width: 50px
    }

    .sidebar-minimized .sidebar .nav {
        width: 50px
    }

    .sidebar-minimized .sidebar .divider,
    .sidebar-minimized .sidebar .nav-divider,
    .sidebar-minimized .sidebar .nav-title,
    .sidebar-minimized .sidebar .sidebar-footer,
    .sidebar-minimized .sidebar .sidebar-form,
    .sidebar-minimized .sidebar .sidebar-header {
        display: none
    }

    .sidebar-minimized .sidebar .sidebar-minimizer::before {
        width: 100%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .sidebar-minimized .sidebar .nav-item {
        width: 50px;
        overflow: hidden;
        border-left: 0 !important
    }

    .sidebar-minimized .sidebar .nav-item:hover {
        width: 250px;
        overflow: visible
    }

    .navbar .sidebar-minimized .sidebar .nav-item:hover>.dropdown-toggle,
    .sidebar-minimized .sidebar .nav-item:hover>.nav-link,
    .sidebar-minimized .sidebar .navbar .nav-item:hover>.dropdown-toggle {
        background: #20a8d8
    }

    .navbar .sidebar-minimized .sidebar .nav-item:hover>.dropdown-toggle i,
    .sidebar-minimized .sidebar .nav-item:hover>.nav-link i,
    .sidebar-minimized .sidebar .navbar .nav-item:hover>.dropdown-toggle i {
        color: #fff
    }

    .navbar .sidebar-minimized .sidebar .dropdown-toggle,
    .sidebar-minimized .sidebar .nav-link,
    .sidebar-minimized .sidebar .navbar .dropdown-toggle {
        position: relative;
        padding-left: 0;
        margin: 0;
        white-space: nowrap;
        border-left: 0 !important
    }

    .navbar .sidebar-minimized .sidebar .dropdown-toggle i,
    .sidebar-minimized .sidebar .nav-link i,
    .sidebar-minimized .sidebar .navbar .dropdown-toggle i {
        display: block;
        float: left;
        width: 50px;
        font-size: 18px
    }

    .navbar .sidebar-minimized .sidebar .dropdown-toggle .badge,
    .sidebar-minimized .sidebar .nav-link .badge,
    .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge {
        position: absolute;
        right: 15px;
        display: none
    }

    .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover,
    .sidebar-minimized .sidebar .nav-link:hover,
    .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover {
        width: 250px;
        background: #20a8d8
    }

    .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover .badge,
    .sidebar-minimized .sidebar .nav-link:hover .badge,
    .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover .badge {
        display: inline
    }

    .navbar .sidebar-minimized .sidebar .nav-dropdown-toggle.dropdown-toggle::before,
    .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before,
    .sidebar-minimized .sidebar .navbar .nav-dropdown-toggle.dropdown-toggle::before {
        display: none
    }

    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
        width: 200px
    }

    .navbar .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .dropdown-toggle,
    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link,
    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .navbar .dropdown-toggle {
        width: 200px
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown>.nav-dropdown-items {
        display: none;
        max-height: 1000px;
        background: #29363d
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown:hover {
        background: #20a8d8
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown:hover>.nav-dropdown-items {
        position: absolute;
        left: 50px;
        display: inline
    }
}

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 2px;
    transition: opacity background .15s ease-out
}

.switch.switch-default .switch-input:checked~.switch-label::before {
    opacity: 0
}

.switch.switch-default .switch-input:checked~.switch-label::after {
    opacity: 1
}

.switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 1px;
    transition: left .15s ease-out
}

.switch.switch-default .switch-input:checked~.switch-handle {
    left: 18px
}

.switch.switch-default.switch-lg {
    width: 48px;
    height: 28px
}

.switch.switch-default.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-default.switch-lg .switch-handle {
    width: 24px;
    height: 24px
}

.switch.switch-default.switch-lg .switch-input:checked~.switch-handle {
    left: 22px
}

.switch.switch-default.switch-sm {
    width: 32px;
    height: 20px
}

.switch.switch-default.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-default.switch-sm .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-default.switch-sm .switch-input:checked~.switch-handle {
    left: 14px
}

.switch.switch-default.switch-xs {
    width: 24px;
    height: 16px
}

.switch.switch-default.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-default.switch-xs .switch-handle {
    width: 12px;
    height: 12px
}

.switch.switch-default.switch-xs .switch-input:checked~.switch-handle {
    left: 10px
}

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 2px;
    transition: opacity background .15s ease-out
}

.switch.switch-text .switch-label::after,
.switch.switch-text .switch-label::before {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit
}

.switch.switch-text .switch-label::before {
    right: 1px;
    color: #c2cfd6;
    content: attr(data-off)
}

.switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0
}

.switch.switch-text .switch-input:checked~.switch-label::before {
    opacity: 0
}

.switch.switch-text .switch-input:checked~.switch-label::after {
    opacity: 1
}

.switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 1px;
    transition: left .15s ease-out
}

.switch.switch-text .switch-input:checked~.switch-handle {
    left: 26px
}

.switch.switch-text.switch-lg {
    width: 56px;
    height: 28px
}

.switch.switch-text.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-text.switch-lg .switch-handle {
    width: 24px;
    height: 24px
}

.switch.switch-text.switch-lg .switch-input:checked~.switch-handle {
    left: 30px
}

.switch.switch-text.switch-sm {
    width: 40px;
    height: 20px
}

.switch.switch-text.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-text.switch-sm .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-text.switch-sm .switch-input:checked~.switch-handle {
    left: 22px
}

.switch.switch-text.switch-xs {
    width: 32px;
    height: 16px
}

.switch.switch-text.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-text.switch-xs .switch-handle {
    width: 12px;
    height: 12px
}

.switch.switch-text.switch-xs .switch-input:checked~.switch-handle {
    left: 18px
}

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 2px;
    transition: opacity background .15s ease-out
}

.switch.switch-icon .switch-label::after,
.switch.switch-icon .switch-label::before {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit
}

.switch.switch-icon .switch-label::before {
    right: 1px;
    color: #c2cfd6;
    content: attr(data-off)
}

.switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0
}

.switch.switch-icon .switch-input:checked~.switch-label::before {
    opacity: 0
}

.switch.switch-icon .switch-input:checked~.switch-label::after {
    opacity: 1
}

.switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 1px;
    transition: left .15s ease-out
}

.switch.switch-icon .switch-input:checked~.switch-handle {
    left: 26px
}

.switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px
}

.switch.switch-icon.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-icon.switch-lg .switch-handle {
    width: 24px;
    height: 24px
}

.switch.switch-icon.switch-lg .switch-input:checked~.switch-handle {
    left: 30px
}

.switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px
}

.switch.switch-icon.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-icon.switch-sm .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-icon.switch-sm .switch-input:checked~.switch-handle {
    left: 22px
}

.switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px
}

.switch.switch-icon.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-icon.switch-xs .switch-handle {
    width: 12px;
    height: 12px
}

.switch.switch-icon.switch-xs .switch-input:checked~.switch-handle {
    left: 18px
}

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
}

.switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f0f3f5;
    border: 1px solid #a4b7c1;
    border-radius: 2px;
    transition: opacity background .15s ease-out
}

.switch.switch-3d .switch-input:checked~.switch-label::before {
    opacity: 0
}

.switch.switch-3d .switch-input:checked~.switch-label::after {
    opacity: 1
}

.switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #a4b7c1;
    border-radius: 1px;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.switch.switch-3d .switch-input:checked~.switch-handle {
    left: 16px
}

.switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px
}

.switch.switch-3d.switch-lg .switch-label {
    font-size: 12px
}

.switch.switch-3d.switch-lg .switch-handle {
    width: 28px;
    height: 28px
}

.switch.switch-3d.switch-lg .switch-input:checked~.switch-handle {
    left: 20px
}

.switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px
}

.switch.switch-3d.switch-sm .switch-label {
    font-size: 8px
}

.switch.switch-3d.switch-sm .switch-handle {
    width: 20px;
    height: 20px
}

.switch.switch-3d.switch-sm .switch-input:checked~.switch-handle {
    left: 12px
}

.switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px
}

.switch.switch-3d.switch-xs .switch-label {
    font-size: 7px
}

.switch.switch-3d.switch-xs .switch-handle {
    width: 16px;
    height: 16px
}

.switch.switch-3d.switch-xs .switch-input:checked~.switch-handle {
    left: 8px
}

.switch-pill .switch-handle,
.switch-pill .switch-label,
.switch.switch-3d .switch-handle,
.switch.switch-3d .switch-label {
    border-radius: 50em !important
}

.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
    right: 2px !important
}

.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
    left: 2px !important
}

.switch-primary>.switch-input:checked~.switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac
}

.switch-primary>.switch-input:checked~.switch-handle {
    border-color: #1985ac
}

.switch-primary-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #20a8d8
}

.switch-primary-outline>.switch-input:checked~.switch-label::after {
    color: #20a8d8
}

.switch-primary-outline>.switch-input:checked~.switch-handle {
    border-color: #20a8d8
}

.switch-primary-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #20a8d8
}

.switch-primary-outline-alt>.switch-input:checked~.switch-label::after {
    color: #20a8d8
}

.switch-primary-outline-alt>.switch-input:checked~.switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8
}

.switch-secondary>.switch-input:checked~.switch-label {
    background: #a4b7c1 !important;
    border-color: #869fac
}

.switch-secondary>.switch-input:checked~.switch-handle {
    border-color: #869fac
}

.switch-secondary-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #a4b7c1
}

.switch-secondary-outline>.switch-input:checked~.switch-label::after {
    color: #a4b7c1
}

.switch-secondary-outline>.switch-input:checked~.switch-handle {
    border-color: #a4b7c1
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #a4b7c1
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-label::after {
    color: #a4b7c1
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-handle {
    background: #a4b7c1 !important;
    border-color: #a4b7c1
}

.switch-success>.switch-input:checked~.switch-label {
    background: #4dbd74 !important;
    border-color: #3a9d5d
}

.switch-success>.switch-input:checked~.switch-handle {
    border-color: #3a9d5d
}

.switch-success-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #4dbd74
}

.switch-success-outline>.switch-input:checked~.switch-label::after {
    color: #4dbd74
}

.switch-success-outline>.switch-input:checked~.switch-handle {
    border-color: #4dbd74
}

.switch-success-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #4dbd74
}

.switch-success-outline-alt>.switch-input:checked~.switch-label::after {
    color: #4dbd74
}

.switch-success-outline-alt>.switch-input:checked~.switch-handle {
    background: #4dbd74 !important;
    border-color: #4dbd74
}

.switch-info>.switch-input:checked~.switch-label {
    background: #63c2de !important;
    border-color: #39b2d5
}

.switch-info>.switch-input:checked~.switch-handle {
    border-color: #39b2d5
}

.switch-info-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #63c2de
}

.switch-info-outline>.switch-input:checked~.switch-label::after {
    color: #63c2de
}

.switch-info-outline>.switch-input:checked~.switch-handle {
    border-color: #63c2de
}

.switch-info-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #63c2de
}

.switch-info-outline-alt>.switch-input:checked~.switch-label::after {
    color: #63c2de
}

.switch-info-outline-alt>.switch-input:checked~.switch-handle {
    background: #63c2de !important;
    border-color: #63c2de
}

.switch-warning>.switch-input:checked~.switch-label {
    background: #ffc107 !important;
    border-color: #d39e00
}

.switch-warning>.switch-input:checked~.switch-handle {
    border-color: #d39e00
}

.switch-warning-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #ffc107
}

.switch-warning-outline>.switch-input:checked~.switch-label::after {
    color: #ffc107
}

.switch-warning-outline>.switch-input:checked~.switch-handle {
    border-color: #ffc107
}

.switch-warning-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #ffc107
}

.switch-warning-outline-alt>.switch-input:checked~.switch-label::after {
    color: #ffc107
}

.switch-warning-outline-alt>.switch-input:checked~.switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107
}

.switch-danger>.switch-input:checked~.switch-label {
    background: #f86c6b !important;
    border-color: #f63c3a
}

.switch-danger>.switch-input:checked~.switch-handle {
    border-color: #f63c3a
}

.switch-danger-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f86c6b
}

.switch-danger-outline>.switch-input:checked~.switch-label::after {
    color: #f86c6b
}

.switch-danger-outline>.switch-input:checked~.switch-handle {
    border-color: #f86c6b
}

.switch-danger-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f86c6b
}

.switch-danger-outline-alt>.switch-input:checked~.switch-label::after {
    color: #f86c6b
}

.switch-danger-outline-alt>.switch-input:checked~.switch-handle {
    background: #f86c6b !important;
    border-color: #f86c6b
}

.switch-light>.switch-input:checked~.switch-label {
    background: #f0f3f5 !important;
    border-color: #d1dbe1
}

.switch-light>.switch-input:checked~.switch-handle {
    border-color: #d1dbe1
}

.switch-light-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f0f3f5
}

.switch-light-outline>.switch-input:checked~.switch-label::after {
    color: #f0f3f5
}

.switch-light-outline>.switch-input:checked~.switch-handle {
    border-color: #f0f3f5
}

.switch-light-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f0f3f5
}

.switch-light-outline-alt>.switch-input:checked~.switch-label::after {
    color: #f0f3f5
}

.switch-light-outline-alt>.switch-input:checked~.switch-handle {
    background: #f0f3f5 !important;
    border-color: #f0f3f5
}

.switch-dark>.switch-input:checked~.switch-label {
    background: #29363d !important;
    border-color: #151b1f
}

.switch-dark>.switch-input:checked~.switch-handle {
    border-color: #151b1f
}

.switch-dark-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #29363d
}

.switch-dark-outline>.switch-input:checked~.switch-label::after {
    color: #29363d
}

.switch-dark-outline>.switch-input:checked~.switch-handle {
    border-color: #29363d
}

.switch-dark-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #29363d
}

.switch-dark-outline-alt>.switch-input:checked~.switch-label::after {
    color: #29363d
}

.switch-dark-outline-alt>.switch-input:checked~.switch-handle {
    background: #29363d !important;
    border-color: #29363d
}

.switch-blue>.switch-input:checked~.switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac
}

.switch-blue>.switch-input:checked~.switch-handle {
    border-color: #1985ac
}

.switch-blue-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #20a8d8
}

.switch-blue-outline>.switch-input:checked~.switch-label::after {
    color: #20a8d8
}

.switch-blue-outline>.switch-input:checked~.switch-handle {
    border-color: #20a8d8
}

.switch-blue-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #20a8d8
}

.switch-blue-outline-alt>.switch-input:checked~.switch-label::after {
    color: #20a8d8
}

.switch-blue-outline-alt>.switch-input:checked~.switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8
}

.switch-indigo>.switch-input:checked~.switch-label {
    background: #6610f2 !important;
    border-color: #510bc4
}

.switch-indigo>.switch-input:checked~.switch-handle {
    border-color: #510bc4
}

.switch-indigo-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #6610f2
}

.switch-indigo-outline>.switch-input:checked~.switch-label::after {
    color: #6610f2
}

.switch-indigo-outline>.switch-input:checked~.switch-handle {
    border-color: #6610f2
}

.switch-indigo-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #6610f2
}

.switch-indigo-outline-alt>.switch-input:checked~.switch-label::after {
    color: #6610f2
}

.switch-indigo-outline-alt>.switch-input:checked~.switch-handle {
    background: #6610f2 !important;
    border-color: #6610f2
}

.switch-purple>.switch-input:checked~.switch-label {
    background: #6f42c1 !important;
    border-color: #59339d
}

.switch-purple>.switch-input:checked~.switch-handle {
    border-color: #59339d
}

.switch-purple-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #6f42c1
}

.switch-purple-outline>.switch-input:checked~.switch-label::after {
    color: #6f42c1
}

.switch-purple-outline>.switch-input:checked~.switch-handle {
    border-color: #6f42c1
}

.switch-purple-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #6f42c1
}

.switch-purple-outline-alt>.switch-input:checked~.switch-label::after {
    color: #6f42c1
}

.switch-purple-outline-alt>.switch-input:checked~.switch-handle {
    background: #6f42c1 !important;
    border-color: #6f42c1
}

.switch-pink>.switch-input:checked~.switch-label {
    background: #e83e8c !important;
    border-color: #d91a72
}

.switch-pink>.switch-input:checked~.switch-handle {
    border-color: #d91a72
}

.switch-pink-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #e83e8c
}

.switch-pink-outline>.switch-input:checked~.switch-label::after {
    color: #e83e8c
}

.switch-pink-outline>.switch-input:checked~.switch-handle {
    border-color: #e83e8c
}

.switch-pink-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #e83e8c
}

.switch-pink-outline-alt>.switch-input:checked~.switch-label::after {
    color: #e83e8c
}

.switch-pink-outline-alt>.switch-input:checked~.switch-handle {
    background: #e83e8c !important;
    border-color: #e83e8c
}

.switch-red>.switch-input:checked~.switch-label {
    background: #f86c6b !important;
    border-color: #f63c3a
}

.switch-red>.switch-input:checked~.switch-handle {
    border-color: #f63c3a
}

.switch-red-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f86c6b
}

.switch-red-outline>.switch-input:checked~.switch-label::after {
    color: #f86c6b
}

.switch-red-outline>.switch-input:checked~.switch-handle {
    border-color: #f86c6b
}

.switch-red-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f86c6b
}

.switch-red-outline-alt>.switch-input:checked~.switch-label::after {
    color: #f86c6b
}

.switch-red-outline-alt>.switch-input:checked~.switch-handle {
    background: #f86c6b !important;
    border-color: #f86c6b
}

.switch-orange>.switch-input:checked~.switch-label {
    background: #f8cb00 !important;
    border-color: #c5a100
}

.switch-orange>.switch-input:checked~.switch-handle {
    border-color: #c5a100
}

.switch-orange-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f8cb00
}

.switch-orange-outline>.switch-input:checked~.switch-label::after {
    color: #f8cb00
}

.switch-orange-outline>.switch-input:checked~.switch-handle {
    border-color: #f8cb00
}

.switch-orange-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f8cb00
}

.switch-orange-outline-alt>.switch-input:checked~.switch-label::after {
    color: #f8cb00
}

.switch-orange-outline-alt>.switch-input:checked~.switch-handle {
    background: #f8cb00 !important;
    border-color: #f8cb00
}

.switch-yellow>.switch-input:checked~.switch-label {
    background: #ffc107 !important;
    border-color: #d39e00
}

.switch-yellow>.switch-input:checked~.switch-handle {
    border-color: #d39e00
}

.switch-yellow-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #ffc107
}

.switch-yellow-outline>.switch-input:checked~.switch-label::after {
    color: #ffc107
}

.switch-yellow-outline>.switch-input:checked~.switch-handle {
    border-color: #ffc107
}

.switch-yellow-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #ffc107
}

.switch-yellow-outline-alt>.switch-input:checked~.switch-label::after {
    color: #ffc107
}

.switch-yellow-outline-alt>.switch-input:checked~.switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107
}

.switch-green>.switch-input:checked~.switch-label {
    background: #4dbd74 !important;
    border-color: #3a9d5d
}

.switch-green>.switch-input:checked~.switch-handle {
    border-color: #3a9d5d
}

.switch-green-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #4dbd74
}

.switch-green-outline>.switch-input:checked~.switch-label::after {
    color: #4dbd74
}

.switch-green-outline>.switch-input:checked~.switch-handle {
    border-color: #4dbd74
}

.switch-green-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #4dbd74
}

.switch-green-outline-alt>.switch-input:checked~.switch-label::after {
    color: #4dbd74
}

.switch-green-outline-alt>.switch-input:checked~.switch-handle {
    background: #4dbd74 !important;
    border-color: #4dbd74
}

.switch-teal>.switch-input:checked~.switch-label {
    background: #20c997 !important;
    border-color: #199d76
}

.switch-teal>.switch-input:checked~.switch-handle {
    border-color: #199d76
}

.switch-teal-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #20c997
}

.switch-teal-outline>.switch-input:checked~.switch-label::after {
    color: #20c997
}

.switch-teal-outline>.switch-input:checked~.switch-handle {
    border-color: #20c997
}

.switch-teal-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #20c997
}

.switch-teal-outline-alt>.switch-input:checked~.switch-label::after {
    color: #20c997
}

.switch-teal-outline-alt>.switch-input:checked~.switch-handle {
    background: #20c997 !important;
    border-color: #20c997
}

.switch-cyan>.switch-input:checked~.switch-label {
    background: #63c2de !important;
    border-color: #39b2d5
}

.switch-cyan>.switch-input:checked~.switch-handle {
    border-color: #39b2d5
}

.switch-cyan-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #63c2de
}

.switch-cyan-outline>.switch-input:checked~.switch-label::after {
    color: #63c2de
}

.switch-cyan-outline>.switch-input:checked~.switch-handle {
    border-color: #63c2de
}

.switch-cyan-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #63c2de
}

.switch-cyan-outline-alt>.switch-input:checked~.switch-label::after {
    color: #63c2de
}

.switch-cyan-outline-alt>.switch-input:checked~.switch-handle {
    background: #63c2de !important;
    border-color: #63c2de
}

.switch-gray-100>.switch-input:checked~.switch-label {
    background: #f0f3f5 !important;
    border-color: #d1dbe1
}

.switch-gray-100>.switch-input:checked~.switch-handle {
    border-color: #d1dbe1
}

.switch-gray-100-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f0f3f5
}

.switch-gray-100-outline>.switch-input:checked~.switch-label::after {
    color: #f0f3f5
}

.switch-gray-100-outline>.switch-input:checked~.switch-handle {
    border-color: #f0f3f5
}

.switch-gray-100-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f0f3f5
}

.switch-gray-100-outline-alt>.switch-input:checked~.switch-label::after {
    color: #f0f3f5
}

.switch-gray-100-outline-alt>.switch-input:checked~.switch-handle {
    background: #f0f3f5 !important;
    border-color: #f0f3f5
}

.switch-gray-200>.switch-input:checked~.switch-label {
    background: #c2cfd6 !important;
    border-color: #a4b7c2
}

.switch-gray-200>.switch-input:checked~.switch-handle {
    border-color: #a4b7c2
}

.switch-gray-200-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #c2cfd6
}

.switch-gray-200-outline>.switch-input:checked~.switch-label::after {
    color: #c2cfd6
}

.switch-gray-200-outline>.switch-input:checked~.switch-handle {
    border-color: #c2cfd6
}

.switch-gray-200-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #c2cfd6
}

.switch-gray-200-outline-alt>.switch-input:checked~.switch-label::after {
    color: #c2cfd6
}

.switch-gray-200-outline-alt>.switch-input:checked~.switch-handle {
    background: #c2cfd6 !important;
    border-color: #c2cfd6
}

.switch-gray-300>.switch-input:checked~.switch-label {
    background: #a4b7c1 !important;
    border-color: #869fac
}

.switch-gray-300>.switch-input:checked~.switch-handle {
    border-color: #869fac
}

.switch-gray-300-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #a4b7c1
}

.switch-gray-300-outline>.switch-input:checked~.switch-label::after {
    color: #a4b7c1
}

.switch-gray-300-outline>.switch-input:checked~.switch-handle {
    border-color: #a4b7c1
}

.switch-gray-300-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #a4b7c1
}

.switch-gray-300-outline-alt>.switch-input:checked~.switch-label::after {
    color: #a4b7c1
}

.switch-gray-300-outline-alt>.switch-input:checked~.switch-handle {
    background: #a4b7c1 !important;
    border-color: #a4b7c1
}

.switch-gray-400>.switch-input:checked~.switch-label {
    background: #869fac !important;
    border-color: #688797
}

.switch-gray-400>.switch-input:checked~.switch-handle {
    border-color: #688797
}

.switch-gray-400-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #869fac
}

.switch-gray-400-outline>.switch-input:checked~.switch-label::after {
    color: #869fac
}

.switch-gray-400-outline>.switch-input:checked~.switch-handle {
    border-color: #869fac
}

.switch-gray-400-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #869fac
}

.switch-gray-400-outline-alt>.switch-input:checked~.switch-label::after {
    color: #869fac
}

.switch-gray-400-outline-alt>.switch-input:checked~.switch-handle {
    background: #869fac !important;
    border-color: #869fac
}

.switch-gray-500>.switch-input:checked~.switch-label {
    background: #678898 !important;
    border-color: #526d7a
}

.switch-gray-500>.switch-input:checked~.switch-handle {
    border-color: #526d7a
}

.switch-gray-500-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #678898
}

.switch-gray-500-outline>.switch-input:checked~.switch-label::after {
    color: #678898
}

.switch-gray-500-outline>.switch-input:checked~.switch-handle {
    border-color: #678898
}

.switch-gray-500-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #678898
}

.switch-gray-500-outline-alt>.switch-input:checked~.switch-label::after {
    color: #678898
}

.switch-gray-500-outline-alt>.switch-input:checked~.switch-handle {
    background: #678898 !important;
    border-color: #678898
}

.switch-gray-600>.switch-input:checked~.switch-label {
    background: #536c79 !important;
    border-color: #3e515b
}

.switch-gray-600>.switch-input:checked~.switch-handle {
    border-color: #3e515b
}

.switch-gray-600-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #536c79
}

.switch-gray-600-outline>.switch-input:checked~.switch-label::after {
    color: #536c79
}

.switch-gray-600-outline>.switch-input:checked~.switch-handle {
    border-color: #536c79
}

.switch-gray-600-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #536c79
}

.switch-gray-600-outline-alt>.switch-input:checked~.switch-label::after {
    color: #536c79
}

.switch-gray-600-outline-alt>.switch-input:checked~.switch-handle {
    background: #536c79 !important;
    border-color: #536c79
}

.switch-gray-700>.switch-input:checked~.switch-label {
    background: #3e515b !important;
    border-color: #29363d
}

.switch-gray-700>.switch-input:checked~.switch-handle {
    border-color: #29363d
}

.switch-gray-700-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #3e515b
}

.switch-gray-700-outline>.switch-input:checked~.switch-label::after {
    color: #3e515b
}

.switch-gray-700-outline>.switch-input:checked~.switch-handle {
    border-color: #3e515b
}

.switch-gray-700-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #3e515b
}

.switch-gray-700-outline-alt>.switch-input:checked~.switch-label::after {
    color: #3e515b
}

.switch-gray-700-outline-alt>.switch-input:checked~.switch-handle {
    background: #3e515b !important;
    border-color: #3e515b
}

.switch-gray-800>.switch-input:checked~.switch-label {
    background: #29363d !important;
    border-color: #151b1f
}

.switch-gray-800>.switch-input:checked~.switch-handle {
    border-color: #151b1f
}

.switch-gray-800-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #29363d
}

.switch-gray-800-outline>.switch-input:checked~.switch-label::after {
    color: #29363d
}

.switch-gray-800-outline>.switch-input:checked~.switch-handle {
    border-color: #29363d
}

.switch-gray-800-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #29363d
}

.switch-gray-800-outline-alt>.switch-input:checked~.switch-label::after {
    color: #29363d
}

.switch-gray-800-outline-alt>.switch-input:checked~.switch-handle {
    background: #29363d !important;
    border-color: #29363d
}

.switch-gray-900>.switch-input:checked~.switch-label {
    background: #151b1e !important;
    border-color: #000
}

.switch-gray-900>.switch-input:checked~.switch-handle {
    border-color: #000
}

.switch-gray-900-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #151b1e
}

.switch-gray-900-outline>.switch-input:checked~.switch-label::after {
    color: #151b1e
}

.switch-gray-900-outline>.switch-input:checked~.switch-handle {
    border-color: #151b1e
}

.switch-gray-900-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #151b1e
}

.switch-gray-900-outline-alt>.switch-input:checked~.switch-label::after {
    color: #151b1e
}

.switch-gray-900-outline-alt>.switch-input:checked~.switch-handle {
    background: #151b1e !important;
    border-color: #151b1e
}

.table-outline {
    border: 1px solid #a4b7c1
}

.table-outline td {
    vertical-align: middle
}

.table-align-middle td {
    vertical-align: middle
}

.table-clear td {
    border: 0
}

.social-box {
    min-height: 160px;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #c2cfd6
}

.social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #c2cfd6
}

.social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0
}

.social-box .chart-wrapper canvas {
    width: 100% !important;
    height: 90px !important
}

.social-box ul {
    padding: 10px 0;
    list-style: none
}

.social-box ul li {
    display: block;
    float: left;
    width: 50%
}

.social-box ul li:first-child {
    border-right: 1px solid #a4b7c1
}

.social-box ul li strong {
    display: block;
    font-size: 20px
}

.social-box ul li span {
    font-size: 10px;
    font-weight: 500;
    color: #a4b7c1;
    text-transform: uppercase
}

.social-box.facebook i {
    color: #fff;
    background: #3b5998
}

.social-box.twitter i {
    color: #fff;
    background: #00aced
}

.social-box.linkedin i {
    color: #fff;
    background: #4875b4
}

.social-box.google-plus i {
    color: #fff;
    background: #d34836
}

.horizontal-bars {
    padding: 0;
    margin: 0;
    list-style: none
}

.horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.horizontal-bars li .title {
    width: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #536c79;
    vertical-align: middle
}

.horizontal-bars li .bars {
    position: absolute;
    top: 15px;
    width: 100%;
    padding-left: 100px
}

.horizontal-bars li .bars .progress:first-child {
    margin-bottom: 2px
}

.horizontal-bars li.legend {
    text-align: center
}

.horizontal-bars li.legend .badge {
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0
}

.horizontal-bars li.divider {
    height: 40px
}

.horizontal-bars li.divider i {
    margin: 0 !important
}

.horizontal-bars.type-2 li {
    overflow: hidden
}

.horizontal-bars.type-2 li i {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 5px;
    font-size: 18px;
    line-height: 40px
}

.horizontal-bars.type-2 li .title {
    display: inline-block;
    width: auto;
    margin-top: -9px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 40px;
    color: #151b1e
}

.horizontal-bars.type-2 li .value {
    float: right;
    font-weight: 600
}

.horizontal-bars.type-2 li .bars {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0
}

.icons-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle
}

.icons-list li i {
    display: block;
    float: left;
    width: 35px !important;
    height: 35px !important;
    margin: 2px;
    line-height: 35px !important;
    text-align: center
}

.icons-list li .desc {
    height: 40px;
    margin-left: 50px;
    border-bottom: 1px solid #a4b7c1
}

.icons-list li .desc .title {
    padding: 2px 0 0;
    margin: 0
}

.icons-list li .desc small {
    display: block;
    margin-top: -4px;
    color: #536c79
}

.icons-list li .value {
    position: absolute;
    top: 2px;
    right: 45px;
    text-align: right
}

.icons-list li .value strong {
    display: block;
    margin-top: -3px
}

.icons-list li .actions {
    position: absolute;
    top: -4px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.icons-list li .actions i {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: normal
}

.icons-list li.divider {
    height: 40px
}

.icons-list li.divider i {
    width: auto;
    height: auto;
    margin: 2px 0 0;
    font-size: 18px
}

@media all and (-ms-high-contrast:none) {
    html {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.app,
app-dashboard,
app-root {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.app-header {
    -ms-flex: 0 0 41px;
    flex: 0 0 41px
}

.app-footer {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden
}

.app-body .main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.app-body .sidebar {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -ms-flex-order: -1;
    order: -1
}

.app-body .aside-menu {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

.header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%
}

.header-fixed .app-body {
    margin-top: 41px
}

.sidebar-hidden .sidebar {
    margin-left: -200px
}

.sidebar-fixed .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: calc(100vh - 41px)
}

.sidebar-fixed .app-footer,
.sidebar-fixed .main {
    margin-left: 200px
}

.sidebar-fixed.sidebar-hidden .app-footer,
.sidebar-fixed.sidebar-hidden .main {
    margin-left: 0
}

.sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: calc(100vh - 41px)
}

@media (min-width:992px) {
    .sidebar-compact .sidebar {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }

    .sidebar-compact.sidebar-hidden .sidebar {
        margin-left: -150px
    }

    .sidebar-compact.sidebar-fixed .app-footer,
    .sidebar-compact.sidebar-fixed .main {
        margin-left: 150px
    }

    .sidebar-compact.sidebar-fixed .sidebar {
        width: 150px
    }

    .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer,
    .sidebar-compact.sidebar-fixed.sidebar-hidden .main {
        margin-left: 0
    }

    .sidebar-compact .sidebar-minimizer {
        display: none
    }

    .sidebar-minimized .sidebar {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }

    .sidebar-minimized.sidebar-hidden .sidebar {
        margin-left: -50px
    }

    .sidebar-minimized.sidebar-fixed .app-footer,
    .sidebar-minimized.sidebar-fixed .main {
        margin-left: 50px
    }

    .sidebar-minimized.sidebar-fixed .sidebar {
        width: 50px
    }

    .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer,
    .sidebar-minimized.sidebar-fixed.sidebar-hidden .main {
        margin-left: 0
    }
}

.aside-menu-hidden .aside-menu {
    margin-right: -250px
}

.aside-menu-fixed .aside-menu {
    position: fixed;
    right: 0;
    height: 100%
}

.aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 41px)
}

.aside-menu-fixed .app-footer,
.aside-menu-fixed .main {
    margin-right: 250px
}

.aside-menu-fixed.aside-menu-hidden .app-footer,
.aside-menu-fixed.aside-menu-hidden .main {
    margin-right: 0
}

.aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 1019;
    height: 100%
}

.aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 41px)
}

.breadcrumb-fixed .main {
    padding-top: 3.875rem
}

.breadcrumb-fixed .breadcrumb {
    position: fixed;
    top: 41px;
    right: 0;
    left: 0;
    z-index: 1018
}

.breadcrumb-fixed .main:nth-child(2) .breadcrumb {
    right: 250px;
    left: 200px
}

.breadcrumb-fixed .main:first-child .breadcrumb {
    right: 250px;
    left: 0
}

.breadcrumb-fixed .main:last-child .breadcrumb {
    right: 0
}

.breadcrumb-fixed.sidebar-minimized .main .breadcrumb {
    left: 50px
}

.breadcrumb-fixed.sidebar-hidden .main .breadcrumb,
.breadcrumb-fixed.sidebar-off-canvas .main .breadcrumb {
    left: 0
}

.breadcrumb-fixed.aside-menu-hidden .main .breadcrumb,
.breadcrumb-fixed.aside-menu-off-canvas .main .breadcrumb {
    right: 0
}

.footer-fixed .app-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    height: 50px
}

.footer-fixed .app-body {
    margin-bottom: 50px
}

.app-footer,
.app-header,
.aside-menu,
.main,
.sidebar {
    transition: margin-left .25s, margin-right .25s, width .25s, flex .25s;
    transition: margin-left .25s, margin-right .25s, width .25s, flex .25s, -ms-flex .25s
}

.sidebar-nav {
    transition: width .25s
}

.breadcrumb {
    transition: left .25s, right .25s, width .25s
}

@media (max-width:991.98px) {
    .app-header.navbar {
        position: fixed !important;
        z-index: 1020;
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-bottom: 1px solid #a4b7c1
    }

    .app-header.navbar .navbar-toggler {
        color: #536c79
    }

    .app-header.navbar .navbar-brand {
        position: absolute;
        left: 50%;
        margin-left: -77.5px
    }

    .app-body {
        margin-top: 41px
    }

    .breadcrumb-fixed .main:nth-child(2) .breadcrumb {
        right: auto;
        left: auto;
        width: 100%
    }

    .sidebar {
        position: fixed;
        z-index: 1019;
        width: 220px;
        height: calc(100vh - 41px);
        margin-left: -220px
    }

    .sidebar .nav,
    .sidebar .sidebar-nav {
        width: 220px;
        min-height: calc(100vh - 41px)
    }

    .sidebar .sidebar-minimizer {
        display: none
    }

    .app-footer,
    .main {
        margin-left: 0 !important
    }

    .sidebar-hidden .sidebar {
        margin-left: -220px
    }

    .sidebar-mobile-show .sidebar {
        width: 220px;
        margin-left: 0
    }

    .sidebar-mobile-show .main {
        margin-right: -220px !important;
        margin-left: 220px !important
    }
}

hr.transparent {
    border-top: 1px solid transparent
}

.bg-danger,
.bg-info,
.bg-inverse,
.bg-primary,
.bg-success,
.bg-warning {
    color: #fff
}

.b-a-0 {
    border: 0 !important
}

.b-t-0 {
    border-top: 0 !important
}

.b-r-0 {
    border-right: 0 !important
}

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

.b-l-0 {
    border-left: 0 !important
}

.b-a-1 {
    border: 1px solid #a4b7c1 !important
}

.b-t-1 {
    border-top: 1px solid #a4b7c1 !important
}

.b-r-1 {
    border-right: 1px solid #a4b7c1 !important
}

.b-b-1 {
    border-bottom: 1px solid #a4b7c1 !important
}

.b-l-1 {
    border-left: 1px solid #a4b7c1 !important
}

.b-a-2 {
    border: 2px solid #a4b7c1 !important
}

.b-t-2 {
    border-top: 2px solid #a4b7c1 !important
}

.b-r-2 {
    border-right: 2px solid #a4b7c1 !important
}

.b-b-2 {
    border-bottom: 2px solid #a4b7c1 !important
}

.b-l-2 {
    border-left: 2px solid #a4b7c1 !important
}

@media (max-width:575.98px) {
    .d-down-none {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .d-sm-down-none {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .d-md-down-none {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .d-lg-down-none {
        display: none !important
    }
}

.d-xl-down-none {
    display: none !important
}

.label-pill {
    border-radius: 1rem !important
}

.open>a,
.show>a {
    outline: 0
}

.navbar .dropdown-toggle .img-avatar {
    height: 35px;
    margin: 0 10px
}

[dir=rtl] {
    direction: rtl;
    unicode-bidi: embed
}

[dir=rtl] ul {
    -webkit-padding-start: 0
}

[dir=rtl] table tr th {
    text-align: right
}

[dir=rtl] .breadcrumb-item {
    float: right
}

[dir=rtl] .breadcrumb-menu {
    right: auto;
    left: 1rem
}

[dir=rtl] .dropdown-item {
    text-align: right
}

[dir=rtl] .dropdown-item i {
    margin-right: -10px;
    margin-left: 10px
}

[dir=rtl] .dropdown-item .badge {
    right: auto;
    left: 10px
}

[dir=rtl] .sidebar-hidden .sidebar {
    margin-right: -200px
}

[dir=rtl] .sidebar-fixed .app-footer,
[dir=rtl] .sidebar-fixed .main {
    margin-right: 200px
}

[dir=rtl] .sidebar-fixed.sidebar-hidden .app-footer,
[dir=rtl] .sidebar-fixed.sidebar-hidden .main {
    margin-right: 0
}

[dir=rtl] .sidebar-minimized .sidebar {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

[dir=rtl] .sidebar-minimized.sidebar-hidden .sidebar {
    margin-right: -50px;
    margin-left: 0
}

[dir=rtl] .sidebar-minimized.sidebar-fixed .app-footer,
[dir=rtl] .sidebar-minimized.sidebar-fixed .main {
    margin-right: 50px
}

[dir=rtl] .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer,
[dir=rtl] .sidebar-minimized.sidebar-fixed.sidebar-hidden .main {
    margin-left: 0
}

[dir=rtl] .aside-menu-hidden .aside-menu {
    margin-right: 0;
    margin-left: -250px
}

[dir=rtl] .aside-menu-fixed .aside-menu {
    right: auto;
    left: 0
}

[dir=rtl] .aside-menu-fixed .app-footer,
[dir=rtl] .aside-menu-fixed .main {
    margin-left: 250px
}

[dir=rtl] .aside-menu-fixed.aside-menu-hidden .app-footer,
[dir=rtl] .aside-menu-fixed.aside-menu-hidden .main {
    margin-left: 0
}

[dir=rtl] .aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 1019;
    height: 100%
}

[dir=rtl] .aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 41px)
}

.navbar [dir=rtl] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .nav-link,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle {
    direction: rtl
}

.navbar [dir=rtl] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle i,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .nav-link i,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle i {
    margin: 0 0 0 .5rem
}

.navbar [dir=rtl] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle .badge,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .nav-link .badge,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle .badge {
    float: left;
    margin-top: 2px
}

.navbar [dir=rtl] .sidebar .sidebar-nav .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .nav-link.nav-dropdown-toggle::before,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before {
    position: absolute;
    right: auto !important;
    left: 1rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navbar [dir=rtl] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open>.nav-dropdown-toggle.dropdown-toggle::before,
[dir=rtl] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open>.nav-link.nav-dropdown-toggle::before,
[dir=rtl] .sidebar .sidebar-nav .nav .navbar .nav-item.nav-dropdown.open>.nav-dropdown-toggle.dropdown-toggle::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.navbar [dir=rtl] .sidebar-minimized .sidebar .dropdown-toggle,
[dir=rtl] .sidebar-minimized .sidebar .nav-link,
[dir=rtl] .sidebar-minimized .sidebar .navbar .dropdown-toggle {
    padding-right: 0
}

.navbar [dir=rtl] .sidebar-minimized .sidebar .dropdown-toggle i,
[dir=rtl] .sidebar-minimized .sidebar .nav-link i,
[dir=rtl] .sidebar-minimized .sidebar .navbar .dropdown-toggle i {
    float: right;
    padding: 0;
    margin: 0
}

.navbar [dir=rtl] .sidebar-minimized .sidebar .dropdown-toggle .badge,
[dir=rtl] .sidebar-minimized .sidebar .nav-link .badge,
[dir=rtl] .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge {
    right: auto;
    left: 15px
}

[dir=rtl] .sidebar-minimized .sidebar .nav>.nav-dropdown:hover>.nav-dropdown-items {
    right: 50px;
    left: 0
}

[dir=rtl] .horizontal-bars li .bars {
    padding-right: 100px;
    padding-left: 0
}

[dir=rtl] .horizontal-bars li .bars .progress:first-child {
    margin-bottom: 2px
}

[dir=rtl] .horizontal-bars.type-2 li i {
    margin-right: 5px;
    margin-left: 1rem
}

[dir=rtl] .horizontal-bars.type-2 li .value {
    float: left;
    font-weight: 600
}

[dir=rtl] .horizontal-bars.type-2 li .bars {
    padding: 0
}

[dir=rtl] .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle
}

[dir=rtl] .icons-list li i {
    float: right
}

[dir=rtl] .icons-list li .desc {
    margin-right: 50px;
    margin-left: 0
}

[dir=rtl] .icons-list li .value {
    right: auto;
    left: 45px;
    text-align: left
}

[dir=rtl] .icons-list li .value strong {
    display: block;
    margin-top: -3px
}

[dir=rtl] .icons-list li .actions {
    right: auto;
    left: 10px
}

[dir=rtl] .callout {
    border: 0 solid #a4b7c1;
    border-right-width: .25rem
}

[dir=rtl] .callout.callout-primary {
    border-right-color: #20a8d8
}

[dir=rtl] .callout.callout-secondary {
    border-right-color: #a4b7c1
}

[dir=rtl] .callout.callout-success {
    border-right-color: #4dbd74
}

[dir=rtl] .callout.callout-info {
    border-right-color: #63c2de
}

[dir=rtl] .callout.callout-warning {
    border-right-color: #ffc107
}

[dir=rtl] .callout.callout-danger {
    border-right-color: #f86c6b
}

[dir=rtl] .callout.callout-light {
    border-right-color: #f0f3f5
}

[dir=rtl] .callout.callout-dark {
    border-right-color: #29363d
}

[dir=rtl] .callout.callout-blue {
    border-right-color: #20a8d8
}

[dir=rtl] .callout.callout-indigo {
    border-right-color: #6610f2
}

[dir=rtl] .callout.callout-purple {
    border-right-color: #6f42c1
}

[dir=rtl] .callout.callout-pink {
    border-right-color: #e83e8c
}

[dir=rtl] .callout.callout-red {
    border-right-color: #f86c6b
}

[dir=rtl] .callout.callout-orange {
    border-right-color: #f8cb00
}

[dir=rtl] .callout.callout-yellow {
    border-right-color: #ffc107
}

[dir=rtl] .callout.callout-green {
    border-right-color: #4dbd74
}

[dir=rtl] .callout.callout-teal {
    border-right-color: #20c997
}

[dir=rtl] .callout.callout-cyan {
    border-right-color: #63c2de
}

[dir=rtl] .callout.callout-gray-100 {
    border-right-color: #f0f3f5
}

[dir=rtl] .callout.callout-gray-200 {
    border-right-color: #c2cfd6
}

[dir=rtl] .callout.callout-gray-300 {
    border-right-color: #a4b7c1
}

[dir=rtl] .callout.callout-gray-400 {
    border-right-color: #869fac
}

[dir=rtl] .callout.callout-gray-500 {
    border-right-color: #678898
}

[dir=rtl] .callout.callout-gray-600 {
    border-right-color: #536c79
}

[dir=rtl] .callout.callout-gray-700 {
    border-right-color: #3e515b
}

[dir=rtl] .callout.callout-gray-800 {
    border-right-color: #29363d
}

[dir=rtl] .callout.callout-gray-900 {
    border-right-color: #151b1e
}

[dir=rtl] .callout .chart-wrapper {
    left: 0;
    float: left
}

[dir=rtl] .callout-default {
    border-right-color: #536c79
}

/** Trumbowyg v2.21.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,
#trumbowyg-icons svg {
    height: 0;
    width: 0
}

#trumbowyg-icons {
    overflow: hidden;
    visibility: hidden
}

.trumbowyg-box *,
.trumbowyg-box ::after,
.trumbowyg-box ::before,
.trumbowyg-modal *,
.trumbowyg-modal ::after,
.trumbowyg-modal ::before {
    box-sizing: border-box
}

.trumbowyg-box svg,
.trumbowyg-modal svg {
    width: 17px;
    height: 100%;
    fill: #222
}

.trumbowyg-box,
.trumbowyg-editor {
    display: block;
    position: relative;
    border: 1px solid #DDD;
    width: 100%;
    min-height: 300px;
    margin: 17px auto
}

.trumbowyg-box .trumbowyg-editor {
    margin: 0 auto
}

.trumbowyg-box.trumbowyg-fullscreen {
    background: #FEFEFE;
    border: none !important
}

.trumbowyg-editor,
.trumbowyg-textarea {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    min-height: 300px;
    width: 100%;
    border-style: none;
    resize: none;
    outline: 0;
    overflow: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    transition: height .3s ease-out
}

.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor::before {
    color: transparent !important;
    text-shadow: 0 0 7px #333
}

@media screen and (min-width:0) {

    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, .6) !important
    }
}

@supports (-ms-accelerator:true) {

    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, .6) !important
    }
}

.trumbowyg-box-blur .trumbowyg-editor hr,
.trumbowyg-box-blur .trumbowyg-editor img {
    opacity: .2
}

.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    font-size: 14px;
    font-family: Inconsolata, Consolas, Courier, "Courier New", sans-serif;
    line-height: 18px
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: 0 0;
    opacity: 0 !important
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
    margin-bottom: 1px
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: .8;
    background: 0 0
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none
}

.trumbowyg-button-pane {
    width: 100%;
    min-height: 36px;
    background: #ecf0f1;
    border-bottom: 1px solid #d7e0e2;
    margin: 0;
    padding: 0 5px;
    position: relative;
    list-style-type: none;
    line-height: 10px;
    backface-visibility: hidden;
    z-index: 11
}

.trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2
}

.trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
    content: " ";
    display: inline-block;
    width: 1px;
    background: #d7e0e2;
    margin: 0 5px;
    height: 35px;
    vertical-align: top
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
    content: none
}

.trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: 0 0;
    vertical-align: middle;
    transition: background-color 150ms, opacity 150ms
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
    width: auto;
    line-height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: .2;
    cursor: default
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb
}

.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #FFF;
    outline: 0
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
    top: 17px;
    right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
    float: right
}

.trumbowyg-dropdown {
    max-width: 300px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    border: 1px solid #ecf0f1;
    padding: 5px 0;
    border-top: none;
    background: #FFF;
    margin-left: -1px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    z-index: 12
}

.trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 20px 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all 150ms
}

.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
    background: #ecf0f1
}

.trumbowyg-dropdown button svg {
    float: left;
    margin-right: 14px
}

.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 350px;
    z-index: 12;
    overflow: hidden;
    backface-visibility: hidden
}

.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    z-index: 1;
    background-color: #FFF;
    text-align: center;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    backface-visibility: hidden
}

.trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc
}

.trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
    background: #2BC06A;
    width: 0;
    height: 100%;
    transition: width 150ms linear
}

.trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
    display: block;
    text-align: left;
    height: 25px;
    line-height: 25px;
    transition: all 150ms
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
    display: block;
    color: #69878f;
    background-color: #fbfcfc;
    border: 1px solid #DEDEDE;
    padding: 0 7px;
    width: 150px
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
    border: 1px solid #e74c3c
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
    margin-top: -27px
}

.trumbowyg-modal-box label input {
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    border: 1px solid #DEDEDE;
    background: #fff;
    font-size: 14px;
    max-width: 330px;
    width: 70%;
    padding: 0 7px;
    transition: all 150ms
}

.trumbowyg-modal-box label input:focus,
.trumbowyg-modal-box label input:hover {
    outline: 0;
    border: 1px solid #95a5a6
}

.trumbowyg-modal-box label input:focus {
    background: #fbfcfc
}

.trumbowyg-modal-box label input[type=checkbox] {
    left: 6px;
    top: 6px;
    right: auto;
    height: 16px;
    width: 16px
}

.trumbowyg-modal-box label input[type=checkbox]+.trumbowyg-input-infos span {
    width: auto;
    padding-left: 25px
}

.trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red
}

.trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    transition: all 150ms
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    right: 110px;
    background: #2bc06a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #40d47e;
    outline: 0
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #25a25a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    color: #555;
    background: #e6e6e6
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background: #fbfbfb;
    outline: 0
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #d5d5d5
}

.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10
}

body.trumbowyg-body-fullscreen {
    overflow: hidden
}

.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
    border: none
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto
}

.trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent
}

.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
    max-width: 100%
}

.trumbowyg-editor img,
.trumbowyg-editor video {
    height: auto
}

.trumbowyg-editor img {
    cursor: move
}

.trumbowyg-editor canvas:focus {
    outline: 0
}

.trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    color: #333
}

.trumbowyg-editor.trumbowyg-reset-css a {
    color: #15c !important;
    text-decoration: underline !important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
    box-shadow: none !important;
    background: 0 0 !important;
    margin: 0 0 15px !important;
    line-height: 1.4em !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    border: none
}

.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
    margin-bottom: 15px !important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
    margin-left: 32px !important;
    font-style: italic !important;
    color: #555
}

.trumbowyg-editor.trumbowyg-reset-css ul {
    list-style: disc
}

.trumbowyg-editor.trumbowyg-reset-css ol {
    list-style: decimal
}

.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
    padding-left: 20px !important
}

.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
    border: none;
    margin: 2px !important;
    padding: 0 0 0 24px !important
}

.trumbowyg-editor.trumbowyg-reset-css hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #CCC
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
    color: #111;
    background: 0 0;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 20px !important
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
    font-size: 26px !important;
    line-height: 34px !important;
    margin-bottom: 15px !important
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 7px !important
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 7px !important
}

.trumbowyg-dark .trumbowyg-textarea {
    background: #111;
    color: #ddd
}

.trumbowyg-dark .trumbowyg-box {
    border: 1px solid #343434
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc
}

@media screen and (min-width:0) {

    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, .6) !important
    }
}

@supports (-ms-accelerator:true) {

    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, .6) !important
    }
}

.trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1
}

.trumbowyg-dark .trumbowyg-button-pane {
    background-color: #222;
    border-bottom-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
    background-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
    background-color: #2a2a2a
}

.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #333
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: #ecf0f1;
    fill: transparent
}

.trumbowyg-dark .trumbowyg-dropdown {
    border-color: #222;
    background: #333;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 3px
}

.trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important
}

.trumbowyg-dark .trumbowyg-dropdown button:focus,
.trumbowyg-dark .trumbowyg-dropdown button:hover {
    background: #222
}

.trumbowyg-dark .trumbowyg-modal-box {
    background-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c
}

.trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
    color: #eee;
    background-color: #2f2f2f;
    border-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
    border-color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box label input {
    border-color: #222;
    color: #eee;
    background: #333
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus,
.trumbowyg-dark .trumbowyg-modal-box label input:hover {
    border-color: #626262
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
    background-color: #2f2f2f
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #25a25a
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #176437
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background: #444
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #111
}

.trumbowyg-dark .trumbowyg-overlay {
    background-color: rgba(15, 15, 15, .6)
}

/** Trumbowyg v2.21.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
.trumbowyg-editor table {
    width: 100%
}

.trumbowyg-editor table td {
    border: 1px dotted #e7eaec;
    padding: 8px
}

.trumbowyg-dropdown-table table {
    margin: 10px;
    display: inline-block
}

.trumbowyg-dropdown-table table td {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 1px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #cecece inset
}

.trumbowyg-dropdown-table table td.active {
    background-color: #00b393;
    box-shadow: none;
    cursor: pointer
}

.trumbowyg-dropdown-table .trumbowyg-table-size {
    text-align: center
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: 0
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input,
.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: 0
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,
.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: 0;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,
.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

/*!
 * vue-datetime-local.js v1.0.19
 * (c) 2017-2020 weifeiyue
 * Released under the MIT License.
 */
.datepicker {
    display: inline-block;
    position: relative
}

.datepicker:before {
    content: "";
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjxwYXRoIGQ9Ik01NjQgMTgwLjJINDQ4Yy04LjMgMC0xNS02LjctMTUtMTVzNi43LTE1IDE1LTE1aDExNmM4LjIgMCAxNSA2LjcgMTUgMTVzLTYuOCAxNS0xNSAxNXoiIGZpbGw9IiM5ODk4OTgiLz48cGF0aCBkPSJNOTQ1IDk1Mi4ySDgxLjJjLTguMiAwLTE1LTYuNy0xNS0xNVYxNjIuOGMwLTguMyA2LjgtMTUgMTUtMTVIMjk0YzguMiAwIDE1IDYuNyAxNSAxNXMtNi44IDE1LTE1IDE1SDk2LjJ2NzQ0LjRIOTMwVjE3Ny44SDcxMy42Yy04LjMgMC0xNS02LjctMTUtMTVzNi43LTE1IDE1LTE1SDk0NWM4LjIgMCAxNSA2LjcgMTUgMTV2Nzc0LjRjMCA4LjMtNi44IDE1LTE1IDE1eiIgZmlsbD0iIzk4OTg5OCIvPjxwYXRoIGQ9Ik0zMzMuMyA1NTFIMjE2Yy04LjIgMC0xNS02LjgtMTUtMTVzNi44LTE1IDE1LTE1aDExNy4zYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1em0yMzAuMyAwSDQ0Ni4zYy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4zYzguMiAwIDE1IDYuNiAxNSAxNXMtNi44IDE1LTE1IDE1em0yMzAuMiAwSDY3Ni42Yy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4yYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1ek0zMzMuMyA3NDBIMjE2Yy04LjIgMC0xNS02LjgtMTUtMTVzNi44LTE1IDE1LTE1aDExNy4zYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1em0yMzAuMyAwSDQ0Ni4zYy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4zYzguMiAwIDE1IDYuNiAxNSAxNXMtNi44IDE1LTE1IDE1em0yMzAuMiAwSDY3Ni42Yy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4yYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1ek0zNzAuOCAyNTguNmMtOC4zIDAtMTUtNi43LTE1LTE1Vjg2LjhjMC04LjIgNi43LTE1IDE1LTE1czE1IDYuOCAxNSAxNXYxNTYuOGMwIDguMy02LjcgMTUtMTUgMTV6bTI3MC4yIDBjLTguMyAwLTE1LTYuNy0xNS0xNVY4Ni44YzAtOC4yIDYuNy0xNSAxNS0xNXMxNSA2LjggMTUgMTV2MTU2LjhjMCA4LjMtNi43IDE1LTE1IDE1ek05NDUgMzcyLjJIODEuMmMtOC4yIDAtMTUtNi43LTE1LTE1czYuOC0xNSAxNS0xNUg5NDVjOC4yIDAgMTUgNi43IDE1IDE1cy02LjggMTUtMTUgMTV6IiBmaWxsPSIjOTg5ODk4Ii8+PC9zdmc+) no-repeat 50% 50%
}

.datepicker-close,
.datepicker:before {
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0;
    right: 0
}

.datepicker-close {
    display: none;
    cursor: pointer
}

.datepicker-close:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    text-align: center;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    background: #ccc url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3IDciIHdpZHRoPSI3IiBoZWlnaHQ9IjciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjU4LDVsMi44LTIuODFBLjQxLjQxLDAsMSwwLDcuOCwxLjZMNSw0LjQxLDIuMiwxLjZhLjQxLjQxLDAsMCwwLS41OC41OGgwTDQuNDIsNSwxLjYyLDcuOGEuNDEuNDEsMCwwLDAsLjU4LjU4TDUsNS41OCw3LjgsOC4zOWEuNDEuNDEsMCwwLDAsLjU4LS41OGgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNSAtMS40OCkiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4NCg==) no-repeat 50% 50%
}

.datepicker__clearable:hover:before {
    display: none
}

.datepicker__clearable:hover .datepicker-close {
    display: block
}

.datepicker-close:hover:before {
    background-color: #afafaf
}

.datepicker>input {
    color: #666;
    transition: all .2s ease;
    border: 1px solid #e5e5e5;
    height: 34px;
    box-sizing: border-box;
    outline: 0;
    padding: 0 34px 0 12px;
    font-size: 14px;
    width: 100%;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.datepicker>input.focus {
    border-color: #3bb4f2;
    -webkit-box-shadow: 0 0 5px rgba(59, 180, 242, .3);
    box-shadow: 0 0 5px rgba(59, 180, 242, .3)
}

.datepicker>input:disabled {
    cursor: not-allowed;
    background-color: #ebebe4;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.datepicker-popup {
    position: absolute;
    transition: all .2s ease;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    font-size: 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 6px rgba(99, 99, 99, .2);
    margin-top: 2px;
    outline: 0;
    padding: 5px;
    overflow: hidden;
    z-index: 999
}

.datepicker-inline {
    position: relative;
    margin-top: 0
}

.datepicker-range {
    min-width: 325px
}

.datepicker-range .datepicker-popup {
    width: 403px
}

.datepicker-bottom {
    float: left;
    width: 100%;
    text-align: right
}

.datepicker-btn {
    padding: 5px 10px;
    background: #1284e7;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer
}

.datepicker-anim-enter-active {
    transform-origin: 0 0;
    animation: datepicker-anim-in .2s cubic-bezier(.23, 1, .32, 1)
}

.datepicker-anim-leave-active {
    transform-origin: 0 0;
    animation: datepicker-anim-out .2s cubic-bezier(.755, .05, .855, .06)
}

.datepicker__buttons {
    display: block;
    text-align: right
}

.datepicker__buttons button {
    display: inline-block;
    font-size: 13px;
    border: none;
    cursor: pointer;
    margin: 10px 0 0 5px;
    padding: 5px 15px;
    color: #fff
}

.datepicker__buttons .datepicker__button-select {
    background: #1284e7
}

.datepicker__buttons .datepicker__button-cancel {
    background: #666
}

@keyframes datepicker-anim-in {
    0% {
        opacity: 0;
        transform: scaleY(.8)
    }

    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@keyframes datepicker-anim-out {
    0% {
        opacity: 1;
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        transform: scaleY(.8)
    }
}

.calendar {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calendar+.calendar {
    border-left: 1px solid #eaeaea;
    margin-left: 5px;
    padding-left: 5px
}

.calendar-head {
    line-height: 34px;
    height: 34px;
    text-align: center;
    position: relative
}

.calendar-head a {
    color: #666;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    padding: 0 5px;
    font-size: 16px
}

.calendar-head a:hover {
    color: #1284e7
}

.calendar-head .calendar-month-select,
.calendar-head .calendar-year-select {
    font-size: 12px;
    padding: 0 2px;
    position: relative
}

.calendar-prev-decade-btn,
.calendar-prev-year-btn {
    left: 6px
}

.calendar-prev-month-btn {
    left: 24px
}

.calendar-next-decade-btn,
.calendar-next-year-btn {
    right: 6px
}

.calendar-next-month-btn {
    right: 24px
}

.calendar-body {
    position: relative;
    width: 196px;
    height: 196px
}

.calendar-days {
    width: 100%;
    height: 100%
}

.calendar-date,
.calendar-week {
    font-weight: 400;
    width: 14.28%;
    height: 14.28%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    float: left
}

.calendar-date:before,
.calendar-week:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.calendar-date {
    cursor: pointer
}

.calendar-date-out {
    color: #ccc
}

.calendar-date-on,
.calendar-date:hover {
    background: #eaf8fe
}

.calendar-date-selected,
.calendar-date-selected:hover {
    color: #fff;
    font-weight: 700;
    background: #1284e7
}

.calendar-date-disabled {
    cursor: not-allowed !important;
    color: #bcbcbc !important;
    background: #f3f3f3 !important
}

.calendar-foot {
    margin-top: 5px
}

.calendar-hour {
    display: inline-block;
    border: 1px solid #e6e5e5;
    color: #9e9e9e
}

.calendar-hour a {
    display: inline-block;
    padding: 2px 4px;
    cursor: pointer
}

.calendar-hour a.on,
.calendar-hour a:hover {
    color: #1284e7
}

.calendar-hours,
.calendar-minutes,
.calendar-months,
.calendar-seconds,
.calendar-years {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0
}

.calendar-months a,
.calendar-years a {
    width: 33.33%;
    height: 25%
}

.calendar-hours a {
    width: 20%;
    height: 20%
}

.calendar-minutes a,
.calendar-seconds a {
    width: 16.66%;
    height: 10%
}

.calendar-title {
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    font-weight: 700
}

.vue-recycle-scroller {
    position: relative
}

.vue-recycle-scroller.direction-vertical:not(.page-mode) {
    overflow-y: auto
}

.vue-recycle-scroller.direction-horizontal:not(.page-mode) {
    overflow-x: auto
}

.vue-recycle-scroller.direction-horizontal {
    display: flex
}

.vue-recycle-scroller__slot {
    flex: auto 0 0
}

.vue-recycle-scroller__item-wrapper {
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform
}

.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
    width: 100%
}

.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper {
    height: 100%
}

.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
    width: 100%
}

.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view {
    height: 100%
}

.resize-observer[data-v-b329ee4c] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    pointer-events: none;
    display: block;
    overflow: hidden;
    opacity: 0
}

.resize-observer[data-v-b329ee4c] object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(../fonts/pt-sans-narrow-v8-latin-regular.woff2) format('woff2'), url(../fonts/pt-sans-narrow-v8-latin-regular.woff) format('woff')
}

@font-face {
    font-family: 'Dancing Script';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: local('Dancing Script Regular'), local('DancingScript-Regular'), url(../fonts/dancing-script-v9-latin-regular.woff2) format('woff2'), url(../fonts/dancing-script-v9-latin-regular.woff) format('woff')
}

#content h1 {
    font-size: 20px;
    text-align: center
}

.font-pt {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400
}

.font-dancing {
    font-family: 'Dancing Script', sans-serif;
    font-weight: 400
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

header.app-header.navbar .navbar-brand {
    background-image: url(../img/logo-baru.png);
    background-size: contain
}

header h1 {
    font: normal 24px serif;
    margin: 0 10px 0 0
}

header .desc {
    color: #aaa
}

#sidebar .nav-dropdown>a {
    font-style: italic;
    color: #bdbdbd
}

.navbar .sidebar .dropdown-toggle:hover,
.sidebar .nav-link:hover,
.sidebar .navbar .dropdown-toggle:hover {
    background: #455a64
}

#sidebar .nav-dropdown-items a.nav-link {
    font-size: 12px;
    padding: .5rem .75rem .5rem 1.5rem
}

#sidebar .nav-dropdown .nav-dropdown>a {
    font-style: normal;
    color: #fff
}

#sidebar .nav-dropdown-items .nav-dropdown-items a.nav-link {
    padding: .25rem .75rem .25rem 2.25rem
}

#sidebar .nav-dropdown.open.dir-active>a {
    font-weight: 700;
    font-style: italic
}

#sidebar a.nav-link.active {
    font-style: italic;
    color: #ffeb3b
}

.administrator [class^=icon-]::before {
    color: #d32f2f
}

.developer [class^=icon-]::before {
    color: #1976d2
}

#content>.nav-tabs {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 200px;
    background-color: #e4e5e6
}

#content .tab-arrow {
    z-index: 1030;
    position: relative;
    padding: 2px 5px 1px 5px;
    background: #95bed2;
    margin-top: 3px;
    color: #2a4f61
}

#content .tab-arrow:hover {
    background: #f0f4c3
}

#content .tab-arrow.float-left {
    border-radius: 0 5px 5px 0;
    padding: 2px 5px 1px 3px
}

#content .tab-arrow.float-right {
    border-radius: 5px 0 0 5px;
    padding: 3px 4px 1px 6px
}

#content>.tab-content {
    padding-top: 32px;
    border: none
}

#content>.tab-content>.tab-pane {
    padding: 0
}

#content>.nav-tabs .nav-item a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    border-left: 1px solid #90a4ae
}

#content>.nav-tabs .nav-link.active,
#content>.nav-tabs .nav-link.active:focus {
    color: #094985;
    background-color: #f0f3f5;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 2px
}

#content>.nav-tabs .nav-link {
    color: #ebf2f5
}

#content>.tab-content {
    padding-top: 30px
}

#content>.nav-tabs {
    height: 29px;
    border-bottom: none;
    background-color: #487990
}

#content>.nav-tabs .nav-item a {
    border-left: none;
    background-color: #487990
}

#content>.nav-tabs .nav-item a:hover {
    color: #ffeb3b;
    background: 0 0;
    border-right-color: #487990;
    border-top-color: #487990
}

.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
    color: #cfd8dc
}

#content .nav-item>.nav-link {
    padding: .25rem .25rem .25rem 1rem
}

.sidebar-compact #content>.nav-tabs,
.sidebar-minimized #content>.nav-tabs {
    left: 50px
}

.sidebar-minimized #input-menu-filter {
    display: none
}

#input-menu-filter input {
    border-radius: 3px;
    color: #eceff1;
    background: #455a64;
    border-color: #546e7a
}

#input-menu-filter button {
    right: 21px;
    top: 21px;
    padding: 2px 4px;
    z-index: 3;
    background: #607d8b;
    color: #37474f;
    border: none
}

#input-menu-filter button:hover {
    background: #90a4ae;
    color: #37474f
}

@media (max-width:991px) {
    #content>.nav-tabs {
        left: 0
    }

    .modal-body label {
        text-align: left
    }
}

#content .nav-link .fa.tab-close {
    color: #90a4ae;
    padding: 1px 3px;
    border-radius: 9px
}

#content .nav-link.active .fa.tab-close {
    color: #607d8b
}

#content .nav-link .fa.tab-close:hover {
    color: #c62828;
    background: #cfd8dc
}

i[class^=icon-] {
    width: 20px;
    margin-right: .25em
}

#content>.nav-tabs .nav-link i.fa {
    margin-right: .25em
}

#content>.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 30px
}

#content>.nav-tabs li {
    flex: 0 0 auto
}

#content>.nav-tabs::-webkit-scrollbar {
    display: none
}

#footer {
    flex: 0 0 30px;
    font-size: 11px;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif
}

#appversion {
    padding: 0 10px;
    font-weight: 700;
    color: #ff9800
}

.loading-info {
    font-size: 11px;
    font-style: italic;
    color: #795548;
    max-width: 200px;
    overflow: hidden;
    height: 16px
}

.loading-info ul {
    padding-left: 0
}

#header .progress {
    position: relative;
    height: 2px;
    display: block;
    width: 100%;
    background-color: #ffe0b2;
    background-clip: padding-box;
    overflow: hidden
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #f57c00;
    transition: width .3s linear
}

.progress .indeterminate {
    background-color: #f57c00
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

h4 i.fa {
    padding-right: 10px
}

[v-cloak]>* {
    display: none
}

[v-cloak]::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==)
}

.swal-title {
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400
}

.swal-text {
    font-size: 14px
}

.swal-button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    font-weight: 400
}

.swal-footer {
    text-align: center
}

.swal-footer {
    background-color: #f5f8fa;
    margin-top: 32px;
    border-top: 1px solid #e9eef1;
    overflow: hidden
}

.swal-content .mdl-name .fa {
    margin: 0 5px
}

.swal-content .mdl-name {
    padding: 0 5px 0 0;
    margin-left: 5px;
    color: #f44336;
    background: #ffebee
}

.swal-modal.server-info {
    min-width: 720px
}

.swal-modal.server-info .swal-title {
    padding: 0
}

.swal-modal.server-info table {
    border-bottom: 1px solid #a4b7c1
}

.swal-modal.server-info .swal-content {
    font-size: 13px
}

.swal-modal.server-info td {
    text-align: left;
    padding: 3px 7px;
    vertical-align: middle
}

.swal-modal.server-info td:nth-child(1) {
    width: 85px;
    background: #cfd8dc;
    font-weight: 700
}

#content .table-sm button,
#content .table-sm td,
#content .table-sm th,
.modal-body .table-sm button {
    padding: 1px .3rem;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    vertical-align: middle
}

.btn-group-sm>.btn,
.btn-sm {
    line-height: 1
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    background: #fce4ec
}

ul.pagination {
    margin: 0
}

.pagination.sz-sm li a {
    padding: .25rem .5rem;
    font-size: 12px
}

.multiselect.form-control {
    padding: 0;
    min-height: 33px
}

.multiselect__tags {
    border: none;
    border-radius: unset;
    padding: 7px 40px 0 8px;
    min-height: 33px
}

.multiselect__select {
    height: 33px
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-size: 13px;
    margin-bottom: 4px
}

.multiselect.form-control.form-control-sm {
    min-height: 28px
}

.form-control-sm .multiselect__placeholder {
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 12px;
    font-style: italic
}

.form-control-sm .multiselect__tags {
    padding: 4px 40px 0 2px;
    min-height: 28px;
    font-size: 12px
}

.form-control-sm span.multiselect__tag {
    border-radius: 0;
    margin: 0 3px
}

.form-control-sm i.multiselect__tag-icon {
    border-radius: 0;
    line-height: 18px
}

.form-control-sm .multiselect__select {
    height: 28px
}

.form-control-sm .multiselect.form-control {
    min-height: 28px
}

.multiselect__option {
    padding: 6px 12px;
    min-height: 28px
}

.multiselect__option:after {
    line-height: 28px
}

.multiselect--active,
.multiselect__content-wrapper {
    z-index: 9
}

.btn-multiselect.btn-clear {
    position: absolute;
    right: 55px;
    top: 5px;
    padding: 2px 4px;
    z-index: 7
}

.modal-header {
    padding: .5rem 1rem
}

.modal-footer {
    padding: .5rem 1rem
}

.close {
    font-size: 1.75rem
}

h4.modal-title {
    font-family: "PT Sans Narrow", Arial, sans-serif;
    font-size: 26px
}

.modal-body label {
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: right;
    font-size: 14px;
    padding: 4px 0;
    margin-bottom: 0
}

.modal-content .form-group {
    margin-bottom: .25rem
}

.modal-content .form-control {
    padding: .25rem .5rem;
    font-size: .75rem
}

.modal-content .multiselect.form-control {
    padding: 0;
    font-size: .75rem
}

.itg-page {
    display: flex;
    flex-direction: column
}

.itg-header,
.modal-header-print {
    flex: 0 0 auto
}

.itg-body,
.modal-body-print {
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto
}

.itg-footer {
    flex: 0 0 auto
}

.itg-footer .table-info {
    font-size: 12px;
    background: 0 0;
    color: #f44336;
    font-style: italic;
    float: left
}

table.itg-fixed-header {
    margin-bottom: 0
}

table.itg-fixed-header tbody {
    display: block;
    height: 200px;
    overflow-y: scroll
}

table.itg-fixed-header tbody tr,
table.itg-fixed-header tfoot,
table.itg-fixed-header thead {
    display: table;
    width: 100%;
    table-layout: fixed
}

table.itg-fixed-header tfoot,
table.itg-fixed-header thead {
    width: calc(100% - 1.2em)
}

hr {
    margin: .5rem 0
}

@media (min-width:992px) {
    .modal-fluid {
        max-width: 90%
    }

    .modal-dialog.modal-fluid.print {
        margin: 0 auto
    }
}

@media (min-width:576px) {
    .modalfluid.modal-dialog {
        max-width: 90%;
        margin: 30px auto
    }
}

.aside-menu .nav-tabs .nav-link,
.aside-menu .nav-tabs .navbar .dropdown-toggle,
.navbar .aside-menu .nav-tabs .dropdown-toggle {
    padding: .25rem 1rem
}

.sidebar,
.sidebar .nav,
.sidebar .sidebar-nav,
.sidebar-fixed .sidebar,
.sidebar-off-canvas .sidebar {
    min-height: calc(100vh - 100px)
}

.aside-menu-fixed .aside-menu .tab-content,
.aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 100px)
}

::-webkit-input-placeholder {
    color: #a1a8ab !important
}

:-moz-placeholder {
    color: #a1a8ab !important;
    opacity: 1
}

::-moz-placeholder {
    color: #a1a8ab !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a1a8ab !important
}

::-ms-input-placeholder {
    color: #a1a8ab !important
}

::placeholder {
    color: #a1a8ab !important;
    font-style: italic
}

.dm-uploader {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dm-uploader .btn {
    position: relative;
    overflow: hidden
}

.dm-uploader .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.dm-uploader i.fa.btn-clear-upload {
    color: #bbdefb
}

.dm-uploader i.fa.btn-clear-upload:hover {
    color: #ffeb3b
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important
    }

    table {
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
        table-layout: fixed
    }

    table td,
    table th {
        padding: 1px .3em;
        font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
        font-size: 11px;
        vertical-align: middle;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000
    }

    table th {
        background: #ccc;
        font-weight: 700
    }

    .text-right {
        text-align: right
    }

    .text-center {
        text-align: center
    }

    .hide-on-print {
        display: none
    }
}

#public-5 #content {
    margin-top: 73px
}

@media (min-width:1200px) {
    .container-bigger {
        max-width: 1200px
    }
}

@media (max-width:1080px) {
    .floating-menu {
        display: none
    }

    #public-5 #content {
        margin-top: 60px
    }
}

.floating-menu {
    font-family: sans-serif;
    background: #fff;
    width: 90px;
    z-index: 100;
    right: 0;
    top: 40%;
    position: fixed;
    border: 2px solid #c2cfd6;
    border-right-width: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.floating-menu h3 {
    font-size: .9em;
    letter-spacing: 1px;
    border-top-left-radius: 8px
}

.floating-menu .links {
    height: 50px
}

.floating-menu .links:hover {
    background-color: #f8f8f8
}

#ig-tahun .input-group-text,
#ig-tahun select.form-control {
    border: none
}

#ig-tahun .input-group-text {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

#ig-tahun select.form-control {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.modal-footer.login {
    justify-content: center
}

.captcha-hidden {
    display: none
}

.equal-sign {
    font-size: 22px
}

input#c {
    width: 100%
}

.c-info {
    font-size: 11px;
    text-align: left
}

#public-1 {
    background-image: url(../img/back.jpg);
    background-size: cover;
    background-position: center
}

#public-1 .card.bg-trans {
    background-color: rgba(255, 255, 255, .8)
}

#public-2 {
    background-image: url(../img/back2.jpg);
    background-size: cover;
    background-position: center
}

#public-2 .bg-dark-trans {
    background-color: rgba(48, 68, 79, .9)
}

#public-2-form .form-control {
    padding: .75rem .75rem;
    color: #f8f8f8;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

#public-2-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #8ad4ee;
    outline: 0;
    box-shadow: none
}

#public-2-form input:-webkit-autofill,
#public-2-form input:-webkit-autofill:focus #public-2-form input:-webkit-autofill,
#public-2-form input:-webkit-autofill:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important
}

@media(min-width:720px) {
    #public-2-form {
        border-left: 5px solid #30444f
    }
}

#public-3 {
    background-color: #fff
}

#public-3 .bg-dark-trans {
    background-color: rgba(48, 68, 79, .9)
}

#public-3-form .form-control {
    padding: .75rem .75rem;
    color: #f8f8f8;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

#public-3-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #8ad4ee;
    outline: 0;
    box-shadow: none
}

#public-3-form input:-webkit-autofill,
#public-3-form input:-webkit-autofill:focus #public-3-form input:-webkit-autofill,
#public-3-form input:-webkit-autofill:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important
}

#public-4 {
    background-color: #4278a6
}

#public-4 .boxed {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

#public-4 .title {
    letter-spacing: 2px
}

#carousel-indicators h3.title {
    color: #ffeb3b;
    text-shadow: 1px 1px 0 #37474f
}

#carousel-indicators .desc {
    text-shadow: 1px 1px 2px #000;
    font-size: 16px;
    font-style: italic
}

#public-4 #login {
    background: #00bcd4
}

#public-4 #login .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: .5rem 1rem;
    color: #fff
}

#public-4 #login input::placeholder {
    color: #fff
}

#public-4 #login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

#public-4 #login .btn {
    background-color: #ef5350;
    border-radius: 5px;
    padding: .5rem .75rem;
    color: #fff
}

#public-5 .bg-blue-2 {
    background: #00606b;
    background: linear-gradient(360deg, #00606b 6%, #1fb1aa 87%);
    background: -moz-linear-gradient(360deg, #00606b 6%, #1fb1aa 87%);
    background: -webkit-linear-gradient(360deg, #0000FF 6%, #FFA500 87%)
}

#public-5 .social-box .social-box-sm {
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase
}

#public-5 .social-box span.social-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 2px
}

#public-5 .social-box-hg {
    min-height: 115px
}