/** KRAJEE MAIN LAYOUT **/
body {
    overflow-y: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999;
    -webkit-border-radius: 10px;
    background: #eee;
    border-radius: 10px;
}

::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px #999;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #aaa;
    -webkit-box-shadow: inset 0 0 6px #333;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #eee;
}

#wrapper, #sidebar-wrapper {
    transition: all 0.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;
}

#sidebar .badge {
    display: inline;
}

#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 {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 275px;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1a1a1a;
    transition: background .5s;
}

.sidebar-nav li {
    line-height: 35px;
    text-indent: 20px;
    font-size: 14px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}

.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;
}

.sidebar-nav li {
    position: relative;
}

.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: 0.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;
}

.sidebar-nav li.sidebar-brand a:hover,
#wrapper:not(.opened) .sidebar-nav li.sidebar-brand a:focus {
    opacity: 1;
    border-right: none;
    background: #0a0a0a;
    color: #fff;
}
/** Glyphicons **/
@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;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    "" "\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 {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub: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";
}
/** YII STYLES **/
a.asc:after,
a.desc:after {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicon Halflings';
    font-style: normal;
    font-weight: normal;
    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 0;
}
/** PRETTY PRINT **/
.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
}/** KRAJEE CUSTOMIZATIONS **/
@-webkit-keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }
    2% {
        transform: rotate(15deg);
    }
    4% {
        transform: rotate(-18deg);
    }
    6% {
        transform: rotate(18deg);
    }
    8% {
        transform: rotate(-22deg);
    }
    10% {
        transform: rotate(22deg);
    }
    12% {
        transform: rotate(-18deg);
    }
    14% {
        transform: rotate(18deg);
    }
    16% {
        transform: rotate(-12deg);
    }
    18% {
        transform: rotate(12deg);
    }
    20% {
        transform: rotate(0);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }
    2% {
        transform: rotate(15deg);
    }
    4% {
        transform: rotate(-18deg);
    }
    6% {
        transform: rotate(18deg);
    }
    8% {
        transform: rotate(-22deg);
    }
    10% {
        transform: rotate(22deg);
    }
    12% {
        transform: rotate(-18deg);
    }
    14% {
        transform: rotate(18deg);
    }
    16% {
        transform: rotate(-12deg);
    }
    18% {
        transform: rotate(12deg);
    }
    20% {
        transform: rotate(0);
    }
}

@-webkit-keyframes vertical {
    0% {
        transform: translate(0, -3px);
    }
    4% {
        transform: translate(0, 3px);
    }
    8% {
        transform: translate(0, -3px);
    }
    12% {
        transform: translate(0, 3px);
    }
    16% {
        transform: translate(0, -3px);
    }
    20% {
        transform: translate(0, 3px);
    }
    22% {
        transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        transform: translate(0, -3px);
    }
    4% {
        transform: translate(0, 3px);
    }
    8% {
        transform: translate(0, -3px);
    }
    12% {
        transform: translate(0, 3px);
    }
    16% {
        transform: translate(0, -3px);
    }
    20% {
        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-animated-bell {
    animation: 2s ease 1s normal none 5 ringing;
    display: inline-block;
    transform-origin: 50% 0 0;
}

.kv-anchor {
    float: left;
    padding-right: 0.1em;
    margin: 0.1em 0 0 -1.1em;
    display: inline-block;
    font-size: 0.6em;
    height: 30px;
    width: 20px;
}

.display-4 .kv-anchor {
    font-size: 18px;
    margin-top: 18px;
}

.kv-anchor span {
    display: none;
}

.kv-anchor:hover {
    color: #111;
    cursor: pointer;
}

.kv-anchor:hover span,
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;
}

h1 .kv-anchor {
    padding-top: 9px;
}

h2 .kv-anchor {
    padding-top: 6px;
}

h3 .kv-anchor {
    padding-top: 4px;
}

.kv-loading-big {
    background: transparent 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 0;
}

.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:hover,
.nav-comments .btn-comments:focus {
    background-color: #080808;
}

.nav-comments .btn {
    padding-top: 15px;
    outline: none !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 0;
    margin-right: 5px !important;
    width: 95px !important;
}

.hero {
    text-align: center;
    background-color: #777;
    background-image: url('img/kartik-bg.png');
    box-shadow: 0 3px 6px #777;
    border-radius: 0
}

.hero h1 {
    font-weight: bold;
    color: #f5f5f5;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 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 {
    padding-top: 40px;
}

.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 > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
    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";
    */
    content: attr(dname);
    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 none;
    color: inherit;
    padding: 0;
    white-space: pre-wrap;
}

pre ul,
pre ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

pre ul ul,
pre ul ol,
pre ol ol,
pre ol 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 {
    display: inline-block;
    text-align: center;
    margin: auto 5px auto auto;
    padding: auto;
}

.kv-navbar-form {
    margin: 0;
}

.kv-plugin-loading {
    width: 25px;
    height: 25px;
    background: transparent url('img/loading-plugin.gif') center left no-repeat;
}

.kv-hide {
    display: none;
}

.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: 0.9em;
        height: 145px
    }
}

body {
    padding-top: 70px;
}/** KRAJEE BS BACKPORT **/
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.hide {
    display: none;
}

.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 */
.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;
}
/**KARTIK OTHER MAIN LAYOUT**/
.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;
    text-align: 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: 0.8em;
    padding: 6px 9px;
}

.kv-crumb-bar {
    list-style: none outside 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: transparent;
}

.kv-crumb-bar .github-button {
    display: inline-block;
    vertical-align: top;
}

.kv-crumb-bar .kv-buttons {
    text-align: right;
}

.kv-crumbs .breadcrumb-item, .kv-crumbs .breadcrumb-item a,  .kv-crumb-bar .github-button {
    font-size: 12px;
}

.kv-sidenav-ad {
    margin-left: -30px;
}

@media (max-width: 977px) {
    .footer-right,
    .footer-left {
        float: none;
        text-align: center
    }

    .kv-title-text .kv-main-title {
        text-align: center;
    }

    .kv-title-pills > .nav-pills {
        float: none;
        text-align: center;
        display: block;
    }

    .kv-title-pills > .nav-pills > li {
        display: inline-block;
    }

    .navbar form {
        margin-bottom: 15px;
    }

    .kv-crumb-bar .kv-crumbs,
    .kv-crumb-bar .kv-buttons {
        text-align: center;
    }
    
    .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: -0.25rem;
}

.sidebar-nav .nav > li > a {
    padding-left: 10px;
    font-size: 0.85em;
}

#sidebar-wrapper .ps__scrollbar-y-rail, #sidebar-wrapper .ps__scrollbar-y {
    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.opened, #wrapper.init-sidebar {
        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: 0.75rem;
        width:42px;
    }
}
