/*
* REQUIRE BEM_KIT FRAMEWORK, BECAUSE WE USE MIXIN AND EXTEND FROM THAT
* -- THAT FRAMEWORK HAS INCLUDE normalize.css --
*
*/
/* line 1, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/helpers/_list.scss */
.account__menu-wrapper, .nav__wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 199, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* line 203, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_normalize.scss */
[hidden] {
    display: none;
}

/* line 1, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
html {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 62.5%;
    color: #333333;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

/* line 8, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
*, *:before, *:after {
    box-sizing: inherit;
}

/* line 11, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
body {
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 16, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
a {
    color: #068AC9;
    text-decoration: none;
}

/* line 20, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
a:hover, a:focus {
    text-decoration: underline;
}

/* line 25, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
code, kbd, pre, samp {
    background-color: #eaeaea;
    padding: .1em .5em;
    border-radius: .1em;
}

/* line 31, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
blockquote {
    padding: 10px;
    margin: 0 0 20px;
    font-size: 1.6rem;
    border-left: 5px solid #eee;
}

/* line 38, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_base.scss */
textarea {
    resize: none;
}

/* line 5, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/_components/_grids.scss */
.content__wrapper {
    *zoom: 1;
    margin: 0 auto;
    max-width: 92.308em;
}

/* line 4, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/mixins/_clearfix.scss */
.content__wrapper:before, .content__wrapper:after {
    display: table;
    content: ' ';
}

/* line 10, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/mixins/_clearfix.scss */
.content__wrapper:after {
    clear: both;
}

/*
border: 1px solid #00d1b2;
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 7px;
pointer-events: none;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 7px;
margin-top: -6px;
right: 16px;
top: 50%;
*/
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

/*
-- SITE BLOCK --
*/
/* line 12, D:/Github/lightweight-admin-template/sass/lightweight-admin-template.scss */
.site {
    margin: 0;
}

/* line 16, D:/Github/lightweight-admin-template/sass/lightweight-admin-template.scss */
.site__main {
    *zoom: 1;
    margin-top: 60px;
}

/* line 4, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/mixins/_clearfix.scss */
.site__main:before, .site__main:after {
    display: table;
    content: ' ';
}

/* line 10, D:/Github/lightweight-admin-template/node_modules/bem-kit/src/_scss/mixins/_clearfix.scss */
.site__main:after {
    clear: both;
}

/*
-- MAIN BLOCK --
*/
/* line 7, D:/Github/lightweight-admin-template/sass/blocks/_main.scss */
.main__jumbotron {
    width: 100%;
    height: 500px;
}

/* line 12, D:/Github/lightweight-admin-template/sass/blocks/_main.scss */
.main__jumbotron-wrapper {
    margin: 0 auto;
    padding-top: 10em;
    padding-left: 3em;
}

/*
-- HEADER BLOCK --
*/
/* line 7, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #666666;
    color: #ffffff;
}

/* line 16, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

/* line 24, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .2em;
    display: none;
}

@media only screen and (min-width: 600px) {
    /* line 24, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
    .header__brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* line 37, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__brand img {
    height: 45px;
}

/* line 42, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__title {
    margin-left: .5em;
    font-weight: 500;
    font-size: 1.8rem;
}

/* line 51, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav--mobile {
    display: block;
}

@media only screen and (min-width: 600px) {
    /* line 51, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
    .header__nav--mobile {
        display: none;
    }
}

/* line 60, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 1em;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

/* line 71, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    opacity: 1;
}

/* line 84, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn span:nth-child(1) {
    top: 0;
}

/* line 88, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn span:nth-child(2), .header__nav-btn span:nth-child(3) {
    top: 10px;
}

/* line 93, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn span:nth-child(4) {
    top: 20px;
}

/* line 102, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn--close span:nth-child(1), .header__nav-btn--close span:nth-child(4) {
    top: 10px;
    left: 50%;
    width: 0;
}

/* line 108, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn--close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 112, D:/Github/lightweight-admin-template/sass/blocks/_header.scss */
.header__nav-btn--close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
-- ACCOUNT BLOCK --
*/
/* line 7, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
    width: 200px;
    background-color: #333333;
    display: none;
}

@media only screen and (min-width: 600px) {
    /* line 7, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
    .account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* line 23, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account--has-login {
    cursor: pointer;
}

/* line 27, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account__img {
    border-radius: 50%;
    margin: -10px 0;
    margin-right: 10px;
    height: 28px;
}

/* line 35, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account__arrow {
    padding-left: 20px;
}

/* line 40, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account__menu {
    display: none;
    position: absolute;
    width: 200px;
    top: 60px;
    right: 0;
}

/* line 52, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account__menu-item > a {
    position: relative;
    display: block;
    padding: 1em 20px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}

/* line 61, D:/Github/lightweight-admin-template/sass/blocks/_account.scss */
.account__menu-item > a:hover, .account__menu-item > a:active, .account__menu-item > a:focus {
    text-decoration: none;
}

/*
-- NAV BLOCK --
*/
/* line 8, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    width: 250px;
    padding: 10px 0;
    background-color: #595959;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

@media only screen and (min-width: 600px) {
    /* line 8, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
    .nav {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* line 32, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav--opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 38, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav::-webkit-scrollbar-track {
    background-color: transparent;
}

/* line 43, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

/* line 49, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
}

/* line 58, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__wrapper--child {
    display: none;
    padding: 10px 0;
    padding-left: 1.5em;
    background-color: #404040;
}

/* line 65, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__wrapper--is-open {
    display: block;
}

/* line 70, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__icon {
    width: 20px;
}

/* line 77, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__item--active > a {
    border-left: 3px solid #37a6c4;
}

/* line 82, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__item > a {
    position: relative;
    display: block;
    background-color: #595959;
    color: #ffffff;
    text-decoration: none;
}

/* line 91, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__item > a:hover, .nav__item > a:active, .nav__item > a:focus {
    text-decoration: none;
}

/* line 98, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__item--child > a {
    position: relative;
    display: block;
    background-color: #404040;
    color: #ffffff;
    text-decoration: none;
}

/* line 107, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__item--child > a:hover, .nav__item--child > a:active, .nav__item--child > a:focus {
    text-decoration: none;
}

/* line 114, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__arrow {
    float: right;
    padding: .2em 0;
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 120, D:/Github/lightweight-admin-template/sass/blocks/_nav.scss */
.nav__arrow--active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
-- FOOTER BLOCK --
*/
/* line 7, D:/Github/lightweight-admin-template/sass/blocks/_footer.scss */
.footer__wrapper {
    padding: 1em;
    margin-top: 70px;
}

/* line 12, D:/Github/lightweight-admin-template/sass/blocks/_footer.scss */
.footer__text {
    font-size: 1.3rem;
    color: #ffffff;
    padding: .3em;
}

/* line 18, D:/Github/lightweight-admin-template/sass/blocks/_footer.scss */
.footer__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 25, D:/Github/lightweight-admin-template/sass/blocks/_footer.scss */
.footer__icon {
    display: inline-block;
    margin: 0 5px;
    font-size: 1.6rem;
}

/* line 31, D:/Github/lightweight-admin-template/sass/blocks/_footer.scss */
.footer__icon i {
    color: #fff;
}

/*
-- CONTENT BLOCK --
*/
/* line 9, D:/Github/lightweight-admin-template/sass/blocks/_content.scss */
.content {
    background-color: #ffffff;
    padding: 15px;
    margin-top: -15px;
}

@media only screen and (min-width: 600px) {
    /* line 9, D:/Github/lightweight-admin-template/sass/blocks/_content.scss */
    .content {
        margin-left: 250px;
    }
}

/* line 19, D:/Github/lightweight-admin-template/sass/blocks/_content.scss */
.content__wrapper {
    padding: 10px 0;
}

/* line 34, D:/Github/lightweight-admin-template/sass/lightweight-admin-template.scss */

.card__wrapper {
    padding: 1em .5em;
}

/* line 37, D:/Github/lightweight-admin-template/sass/lightweight-admin-template.scss */
.card__align {
    text-align: center;
}

/* line 40, D:/Github/lightweight-admin-template/sass/lightweight-admin-template.scss */
.card__big-text {
    font-size: 5rem;
}

.card--orange {
    border: 1px solid #f7931e;
}

.card__title {
    font-size: 1.6rem;
    font-weight: 700;
}

.card--orange > .card__header {
    padding: .4em .5em;
    background-color: #f7931e;
    color: #fff;
}

.card--green {
    border: 1px solid #00b35e;
}

.card--green > .card__header {
    padding: .4em .5em;
    background-color: #00b35e;
    color: #fff;
}

.card--red > .card__header {
    padding: .4em .5em;
    background-color: #f8011e;
    color: #fff;
}

.card--red {
    border: 1px solid #f8011e;
}

.card--gray > .card__header {
    padding: .4em .5em;
    background-color: #999;
    color: #000;
}

.card--gray {
    border: 1px solid #999;
}

.card--blue > .card__header {
    padding: .4em .5em;
    background-color: #00f;
    color: #fff;
}

.card--blue {
    border: 1px solid #00f;
}


.card__tools > i {
    margin: 0 .5em;
    cursor: pointer
}

.card--blue > .card__header, .card--gray > .card__header, .card--green > .card__header, .card--orange > .card__header, .card--red > .card__header, .card--white > .card__header, .form__group, .grid__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__content {
    padding: 1em .5em;
}

#jstree {
    font: 10px Verdana, sans-serif;
    display: inline-block;
    width: 300px;
    color: white;
}

/*Button Buble Message Types*/
.buble-success,
.buble-error,
.buble-warning,
.buble-secondary {
    padding: .2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button-success, .message-success, .column-success, .buble-success,
.button-error, .message-error, .column-error, .buble-error,
.button-warning, .message-warning, .column-warning, .buble-warning,
.button-secondary, .message-secondary, .column-secondary, .buble-secondary {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success, .message-success, .column-success, .buble-success {
    background: rgb(28, 184, 65);
}

.button-error, .message-error, .column-error, .buble-error {
    background: rgb(202, 60, 60);
}

.button-warning, .message-warning, .column-warning, .buble-warning {
    background: rgb(223, 117, 20);
}

.button-secondary, .message-secondary, .column-secondary, .buble-secondary {
    background: rgb(66, 184, 221);
}

.button-xxsmall {
    font-size: 40%;
}

.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

.center {
    margin: auto;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-40 {
    font-size: 40px;
}

.pure-form input {
    border-radius: 0px !important;
}

.pure-form select {
    border-radius: 0px !important;
}


/*tabs*/
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #06c;
}


.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    /* padding: 30px 0;*/
    border-top: 1px solid #ccc;
}


.tabset {
    /*  max-width: 65em;*/
}

/*Gallery*/

.img-slider {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container-slider {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor-slider {
    cursor: pointer;
}

/* Next & previous buttons */
.prev-slider,
.next-slider {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-slider {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-slider:hover,
.next-slider:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext-slider {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container-slider {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row-slider:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column-slider {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo-slider {
    opacity: 0.6;
}

.active-slider,
.demo-slider:hover {
    opacity: 1;
}


/* New Gallery*/

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: inherit;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Remove button */

.image-area {
    position: relative;
    width: 90%;
    background: white;
}

.image-area img {
    max-width: 100%;
    height: auto;
}

.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 3px 2px 3px;
    text-decoration: none;
    font: 700 12px/10px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}

.remove-image:hover {
    background: #E54E4E;
    padding: 2px 3px 2px 3px;
    top: -10px;
    right: -10px;
}

.remove-image:active {
    background: #E54E4E;
    top: -10px;
    right: -11px;
}

.bold {
    font-weight: bold;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 96%;
}

.pad-10 {
    padding: 10px;
}

.let-space-2 {
    letter-spacing: 2px
}

.scrollable {
    overflow-y: scroll;
    width: calc(100%);
    height: 100%;
}

/* width */
.scrollable::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scrollable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.scrollable::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 5px;
}

/* Handle on hover */
.scrollable::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/*Download btn*/

.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    width: 100%;

    background-color: #4ae;
    color: white;

    font-family: sans-serif;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
}

.buttonDownload:hover {
    background-color: #333;
    color: white;
}

.buttonDownload:before, .buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;

    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;

    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:before {
    border-color: #4ae;
}

.buttonDownload:hover:after {
    border-top-color: #4ae;
    animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }

    0.001% {
        margin-top: -15px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-top: 0;
        opacity: 0;
    }
}

/*Devices graphs*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    padding: 10px;
    background-color: white;
    border-radius: 25px;
}

.lightBackground{
    margin: 5%;
    text-align: center;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.9s;
    animation-name: zoom;
    animation-duration: 0.9s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.oranged{
    color: orange;
}

ul, #myUL {
    list-style-type: none;
    color: white;
}

.white{
    color: white;
    margin-top: 10px;
}

#myUL {
    margin-top: 3px;
    padding-left: 14px;
}


.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: "\25B6";
    color: white;
    display: inline-block;
    margin-right: 6px;
}

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */'
transform: rotate(90deg);
}

.nested {
    display: none;
    margin-left: -30px;
}

.active {
    display: block;
}
