@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
#sidebar-wrapper,
#wrapper {
    transition: all .1s;
    height: 100%;
    overflow-x: hidden
}

#wrapper:not(.opened) .kv-sidenav-ad {
    display: none
}

#wrapper {
    padding-left: 70px
}

#sidebar-wrapper {
    margin-left: -275px;
    left: 70px;
    width: 275px;
    background: #222;
    position: fixed;
    padding-bottom: 100px
}

#top-navbar {
    margin-bottom: -20px
}

.sidebar-nav {
    float: left;
    width: 275px;
    list-style: none;
    margin: 0;
    padding: 0
}

#page-content-wrapper {
    padding-left: 20px;
    margin-left: 0;
    width: 100%;
    overflow-x: hidden
}

#wrapper.opened {
    padding-left: 275px
}

#wrapper.opened #sidebar-wrapper {
    left: 275px
}

.sidebar-nav li .nav-link {
    padding: 0;
    position: relative
}

.sidebar-nav li a {
    float: left;
    width: 275px;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1a1a1a;
    transition: background .5s;
    color: #999;
    display: block;
    text-decoration: none
}

.glyphicon,
a.asc:after,
a.desc:after {
    display: inline-block;
    font-style: normal;
    font-weight: 400
}

.sidebar-nav li {
    line-height: 35px;
    text-indent: 20px;
    font-size: 14px;
    position: relative
}

.sidebar-nav>.sidebar-brand {
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    font-variant: small-caps
}

.sidebar-nav>.sidebar-brand a {
    color: #eee;
    background: #1a1a1a
}

.main-icon,
.sub-icon {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 18px
}

#wrapper.opened .main-icon,
#wrapper.opened .sub-icon {
    right: 20px
}

.sidebar-nav li a:hover {
    opacity: .6
}

.sidebar-nav li:not(.sidebar-brand) a.active,
.sidebar-nav li:not(.sidebar-brand) a.active-always,
.sidebar-nav li:not(.sidebar-brand) a:focus,
.sidebar-nav li:not(.sidebar-brand) a:hover {
    text-decoration: none;
    color: #d39e00;
    border-left: 4px solid #ffc107;
    background: #1a1a1a
}

.sidebar-nav li:not(.sidebar-brand) a:focus {
    background: #121212
}

.sidebar-nav li a.active,
.sidebar-nav li a.active-always,
.sidebar-nav li a:focus {
    opacity: 1
}

#wrapper:not(.opened) .sidebar-nav li.sidebar-brand a:focus,
.sidebar-nav li.sidebar-brand a:hover {
    opacity: 1;
    border-right: none;
    background: #0a0a0a;
    color: #fff
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

a.asc:after,
a.desc:after {
    position: relative;
    font-family: 'Glyphicon Halflings';
    padding-left: 5px
}

a.asc:after {
    content: "\e151"
}

a.desc:after {
    content: "\e152"
}

.sort-numerical a.asc:after {
    content: "\e153"
}

.sort-numerical a.desc:after {
    content: "\e154"
}

.sort-ordinal a.asc:after {
    content: "\e155"
}

.sort-ordinal a.desc:after {
    content: "\e156"
}

.grid-view th {
    white-space: nowrap
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px
}

.prettyprint {
    background: #f5f5f5;
    font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 10px
}

.pln {
    color: #333
}

@media screen {
    .str {
        color: #d14
    }
    .kwd {
        color: teal;
        font-weight: 700
    }
    .com {
        color: #998
    }
    .typ {
        color: navy
    }
    .lit {
        color: green
    }
    .clo,
    .opn,
    .pun {
        color: #333
    }
    .tag {
        color: navy
    }
    .atn {
        color: teal
    }
    .atv {
        color: #d14
    }
    .dec {
        color: #333
    }
    .var {
        color: teal
    }
    .fun {
        color: #900
    }
}

@media print,
projection {
    .kwd,
    .tag,
    .typ {
        font-weight: 700
    }
    .str {
        color: #060
    }
    .kwd {
        color: #006
    }
    .com {
        color: #600;
        font-style: italic
    }
    .typ {
        color: #404
    }
    .lit {
        color: #044
    }
    .clo,
    .opn,
    .pun {
        color: #440
    }
    .tag {
        color: #006
    }
    .atn {
        color: #404
    }
    .atv {
        color: #060
    }
}

.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fcfcfc, inset 41px 0 0 #ddd;
    -moz-box-shadow: inset 40px 0 0 #fcfcfc, inset 41px 0 0 #ddd;
    box-shadow: inset 40px 0 0 #fcfcfc, inset 41px 0 0 #ddd
}

ol.linenums {
    margin: 0 0 0 35px
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff
}

@-webkit-keyframes ringing {
    0% {
        transform: rotate(-15deg)
    }
    2% {
        transform: rotate(15deg)
    }
    12%,
    4% {
        transform: rotate(-18deg)
    }
    14%,
    6% {
        transform: rotate(18deg)
    }
    8% {
        transform: rotate(-22deg)
    }
    10% {
        transform: rotate(22deg)
    }
    16% {
        transform: rotate(-12deg)
    }
    18% {
        transform: rotate(12deg)
    }
    20% {
        transform: rotate(0)
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg)
    }
    2% {
        transform: rotate(15deg)
    }
    12%,
    4% {
        transform: rotate(-18deg)
    }
    14%,
    6% {
        transform: rotate(18deg)
    }
    8% {
        transform: rotate(-22deg)
    }
    10% {
        transform: rotate(22deg)
    }
    16% {
        transform: rotate(-12deg)
    }
    18% {
        transform: rotate(12deg)
    }
    20% {
        transform: rotate(0)
    }
}

@-webkit-keyframes vertical {
    0%,
    16%,
    8% {
        transform: translate(0, -3px)
    }
    12%,
    20%,
    4% {
        transform: translate(0, 3px)
    }
    22% {
        transform: translate(0, 0)
    }
}

@keyframes vertical {
    0%,
    16%,
    8% {
        transform: translate(0, -3px)
    }
    12%,
    20%,
    4% {
        transform: translate(0, 3px)
    }
    22% {
        transform: translate(0, 0)
    }
}

.kv-animated-bell {
    animation: 2s ease 1s normal none 5 ringing;
    display: inline-block;
    transform-origin: 50% 0 0
}

.kv-anchor {
    float: left;
    padding-right: .1em;
    margin: .1em 0 0 -1.1em;
    display: inline-block;
    font-size: .6em;
    height: 30px;
    width: 20px
}

.display-4 .kv-anchor {
    font-size: .5em;
    margin-top: .3em;
    width: 32px;
    height: 45px
}

.kv-anchor span {
    display: none
}

.kv-anchor:hover span,
.kv-social-bar a,
h1:hover .kv-anchor span,
h2:hover .kv-anchor span,
h3:hover .kv-anchor span,
h4:hover .kv-anchor span,
h5:hover .kv-anchor span,
legend:hover .kv-anchor span {
    display: inline-block
}

.kv-anchor:hover {
    color: #111;
    cursor: pointer
}

h1 .kv-anchor {
    padding-top: 9px
}

h2 .kv-anchor {
    padding-top: 6px
}

h3 .kv-anchor {
    padding-top: 4px
}

.kv-loading-big {
    background: url(img/loading-big.gif) center center no-repeat
}

.kv-paypal-table td {
    padding-right: 4px;
    vertical-align: top
}

.kv-paypal-table .btn {
    margin: 0
}

.kv-page-message {
    color: #777;
    text-align: justify;
    padding-top: 15px
}

.kv-page-description .bs-callout {
    margin-right: 356px
}

.kv-ad-large {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

.kv-ad-leaderboard {
    width: 728px;
    margin: auto
}

.kv-ad-bottom {
    text-align: center;
    padding: 20px 0 5px
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px
}

.wrap>.container {
    padding: 70px 15px 20px
}

.not-set {
    color: #c55;
    font-style: italic
}

.nav-comments {
    margin: 0!important;
    padding: 0!important
}

.nav-comments .fa {
    font-size: 1.4em
}

.nav-comments .btn-comments {
    padding: 12px 10px;
    border-radius: 0;
    background: 0;
    border: 0;
    color: #5bc0de
}

.nav-comments .badge {
    background-color: #5bc0de
}

.nav-comments .badge a {
    color: #fff;
    text-decoration: none
}

.nav-comments .btn-comments:focus,
.nav-comments .btn-comments:hover {
    background-color: #080808
}

.nav-comments .btn {
    padding-top: 15px;
    outline: 0!important
}

.icon-animated-vertical {
    display: inline-block;
    -moz-animation: vertical 2s 5 ease 2s;
    -webkit-animation: vertical 2s 5 ease 2s;
    -o-animation: vertical 2s 5 ease 2s;
    -ms-animation: vertical 2s 5 ease 2s;
    animation: vertical 2s 5 ease 2s
}

.kv-container {
    padding: 0 20px
}

.footer {
    border-top: 1px solid #ddd;
    margin: 20px 0 30px;
    padding: 20px 0
}

#wrapper .footer {
    margin-left: -20px;
    padding: 10px 0 25px
}

.navbar-brand {
    padding: 13px 0 8px;
    margin-right: 5px!important;
    width: 95px!important
}

.hero {
    margin-top: -20px;
    text-align: center;
    background-color: #777;
    background-image: url(img/kartik-bg.png);
    -webkit-box-shadow: 0 3px 6px #777;
    -moz-box-shadow: 0 3px 6px #777;
    box-shadow: 0 3px 6px #777
}

.hero h1 {
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1)
}

.hero .lead {
    color: #fff
}

.hero .btn {
    font-size: 22px;
    padding: 8px 16px
}

.bs-header {
    margin-bottom: 20px
}

.page-comments {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.bs-section {
    transition: all .4s ease 0s
}

.bs-section+.bs-section,
.bs-sub-section+.bs-sub-section {
    padding-top: 40px
}

.bs-section h1[id] {
    padding-top: 80px;
    margin-top: -80px
}

.bs-sub-section h3[id] {
    padding-top: 80px;
    margin-top: -65px
}

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #eed3d7
}

.bs-callout-danger h4 {
    color: #b94a48
}

.bs-callout-warning {
    background-color: #faf8f0;
    border-color: #faebcc
}

.bs-callout-warning h4 {
    color: #c09853
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #bce8f1
}

.bs-callout-info h4 {
    color: #3a87ad
}

.bs-example>.alert:last-child,
.bs-example>.form-control:last-child,
.bs-example>.jumbotron:last-child,
.bs-example>.list-group:last-child,
.bs-example>.navbar:last-child,
.bs-example>.panel:last-child,
.bs-example>.progress:last-child,
.bs-example>.table-responsive:last-child>.table,
.bs-example>.table:last-child,
.bs-example>.well:last-child,
.bs-example>blockquote:last-child,
.bs-example>ol:last-child,
.bs-example>p:last-child,
.bs-example>ul:last-child {
    margin-bottom: 0
}

.bs-example>p>.close {
    float: none
}

.bs-example .page-header,
.bs-example h1,
.bs-example h2,
.bs-example h3,
.bs-example h4 {
    margin: 0!important
}

.bs-example {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative
}

.bs-example:after {
    content: "Example";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: -1px;
    left: -1px;
    border: 1px solid #ddd;
    border-radius: 4px 0;
    padding: 3px 7px;
    color: #555;
    background-color: #f1f1f1;
    text-shadow: #fff 1px 1px 0
}

.bs-example+.prettyprint {
    margin-top: -20px;
    padding-top: 15px
}

.bs-example>p:last-child {
    margin-bottom: 0
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: inherit;
    padding: 0;
    white-space: pre-wrap
}

pre ol,
pre ul {
    margin: 0 0 10px 25px;
    padding: 0
}

pre ol ol,
pre ol ul,
pre ul ol,
pre ul ul {
    margin-bottom: 0
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.btn-rounded-lg {
    width: 30px;
    padding: 5px;
    border-radius: 15px
}

.btn-rounded-2x {
    width: 50px;
    padding: 8px;
    border-radius: 25px
}

.kv-social-bar a {
    text-align: center;
    margin: auto 5px auto auto;
    padding: auto
}

.hide,
.kv-hide {
    display: none
}

.footer-right,
.kv-crumb-bar .kv-buttons {
    text-align: right
}

.kv-navbar-form {
    margin: 0
}

.kv-plugin-loading {
    width: 25px;
    height: 25px;
    background: url(img/loading-plugin.gif) center left no-repeat
}

.kv-input-group-hide .input-group-addon,
.kv-input-group-hide .input-group-btn {
    visibility: hidden
}

.pull-left.dropdown-submenu {
    float: none!important
}

.pull-left.dropdown-submenu>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.home-page .card-body {
    height: auto
}

.home-page .card {
    margin-bottom: 30px
}

.home-page .card-header h2 {
    margin: 0;
    font-size: 1.6em
}

.home-page .card-footer {
    background: 0;
    border-top: 0;
    margin: 0;
    padding-top: 0;
    text-align: right
}

@media (min-width:975px) {
    .home-page .card-body {
        height: 200px
    }
    .home-page .card-header h2 {
        margin: 0;
        font-size: 1.4em
    }
}

@media (min-width:1101px) {
    .home-page .card-body {
        font-size: .9em;
        height: 145px
    }
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.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
}

.btn-primary-o {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary-o.focus,
.btn-primary-o:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary-o:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-info-o {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info-o.focus,
.btn-info-o:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info-o:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.text-primary-o {
    color: #337ab7
}

a.text-primary-o:focus,
a.text-primary-o:hover {
    color: #286090
}

.text-info-o {
    color: #5bc0de
}

a.text-info-o:focus,
a.text-info-o:hover {
    color: #31b0d5
}

.footer-left {
    float: left
}

.footer-right {
    float: right;
    min-width: 200px
}

.kv-title-box {
    background: #fcfcfc;
    margin: -10px -15px 0 -35px;
    padding: 25px 8px 10px 10px
}

.kv-title-pills {
    padding-top: 4px
}

.kv-title-pills .nav-pills {
    float: right
}

.kv-title-pills .nav-pills .nav-link {
    font-size: .8em;
    padding: 6px 9px
}

.kv-crumb-bar {
    list-style: none;
    background: #fcfcfc;
    margin: 0 -15px 10px -35px;
    padding: 8px 10px 2px;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 8px 6px -6px #777
}

.kv-crumb-bar .breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0
}

.kv-crumb-bar .github-button {
    display: inline-block;
    vertical-align: top
}

.kv-crumb-bar .github-button,
.kv-crumbs .breadcrumb-item,
.kv-crumbs .breadcrumb-item a {
    font-size: 12px
}

.kv-sidenav-ad {
    margin-left: -30px
}

@media (max-width:977px) {
    .footer-left,
    .footer-right,
    .kv-title-pills>.nav-pills {
        float: none;
        text-align: center
    }
    .kv-crumb-bar .kv-buttons,
    .kv-crumb-bar .kv-crumbs,
    .kv-title-pills>.nav-pills,
    .kv-title-text .kv-main-title {
        text-align: center
    }
    .kv-title-pills>.nav-pills {
        display: block
    }
    .kv-title-pills>.nav-pills>li {
        display: inline-block
    }
    .navbar form {
        margin-bottom: 15px
    }
    .kv-crumb-bar .kv-crumbs .breadcrumb {
        justify-content: center
    }
    .kv-crumb-bar .kv-tweet {
        display: inline
    }
    .kv-crumb-bar .kv-buttons {
        padding-top: 10px
    }
    .kv-sidenav-ad {
        display: none
    }
}

@media screen and (min-width:768px) {
    #wrapper.init-sidebar {
        padding-left: 275px
    }
    #wrapper.init-sidebar #sidebar-wrapper {
        left: 275px
    }
}

@media screen and (max-width:767px) {
    .kv-page-description {
        text-align: center
    }
    .kv-paypal-table {
        margin-left: auto;
        margin-right: auto
    }
    .kv-page-description .bs-callout {
        margin-right: 0;
        text-align: left
    }
    .kv-ad-large {
        float: none;
        margin: 0
    }
    #wrapper {
        padding-left: 70px;
        transition: all .2s ease 0s
    }
    #sidebar-wrapper {
        left: 70px
    }
    #wrapper.init-sidebar {
        padding-left: 0
    }
    #wrapper.init-sidebar #sidebar-wrapper {
        left: 0
    }
}

.krajee-logo {
    width: 100%;
    margin-top: -6px;
    color: #fff;
    font-size: 22px;
    font-family: Impact, Oswald, sans-serif
}

.sidebar-nav .nav {
    margin-left: -.25rem
}

.sidebar-nav .nav>li>a {
    padding-left: 10px;
    font-size: .85em
}

#sidebar-wrapper .ps__scrollbar-y,
#sidebar-wrapper .ps__scrollbar-y-rail {
    right: auto;
    left: 1px
}

.kv-social-bar .btn-vk {
    margin-top: -28px;
    padding: 7px;
    border-radius: 8px
}

.kv-social-bar .btn-vk .fa-vk {
    font-size: 1.6em
}

@media screen and (max-width:475px) {
    #sidebar-wrapper {
        display: none
    }
    #wrapper,
    #wrapper.init-sidebar,
    #wrapper.opened {
        padding: 0
    }
    #wrapper.init-sidebar #sidebar-wrapper,
    #wrapper.opened #sidebar-wrapper {
        left: 0;
        width: auto
    }
    .kv-social-bar .fa-3x {
        font-size: 2em
    }
    .kv-social-bar .btn-vk {
        padding: 3px;
        border-radius: 3px;
        margin-top: -17px
    }
    .kv-social-bar .btn-vk .fa-vk {
        font-size: 1.1em
    }
    .site-index .hero h1.display-3 {
        font-size: 2rem
    }
    .home-page .card-header h2 {
        font-size: 1.25rem
    }
    .kv-social-bar .btn-rounded-2x {
        font-size: .75rem;
        width: 42px
    }
}