/* Minification failed. Returning unminified contents.
(80,17): run-time error CSS1039: Token not allowed after unary operator: '-colorGray_7'
(197,24): run-time error CSS1039: Token not allowed after unary operator: '-padLeftRight'
(198,25): run-time error CSS1039: Token not allowed after unary operator: '-padLeftRight'
(208,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(222,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    background-color: #1D1D1D;
    text-align: center;
    padding-top: 8px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 70px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

footer img {
    width: 16px;
    height: 16px;
    background-color: #131313;
    display: inline-block;
    padding: 8px;
    border-radius: 27px;
    position: relative;
    top: -4px;
}

footer ul {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

    footer ul.socialFooter {
        margin-top: 0px;
        margin-bottom: 0;
        display: inline-block;
    }

footer li {
    display: inline;
    padding: 5px;
}

footer ul li:before {
    content: normal;
    counter-increment: none;
}

footer ul li a {
    font-size: 12px;
    color: var(--colorGray_7);
}

code {
    font-size: 80%;
}


@media screen and (max-width: 767px) {
    footer {
        padding-top: 1px;
        width: 100%;
    }

        footer .container {
            width: 100%;
            background-color: rgb(29, 29, 29);
            padding: 0;
        }

        footer ul {
            padding-bottom: 0;
        }

            footer ul li {
                display: block;
                border-bottom: 1px solid rgb(52, 52, 52);
                padding: 8px 10px;
            }

                footer ul li a {
                    font-size: 13px;
                    color: rgb(163, 163, 165);
                }

    body:not(.inner-page) > .container-fluid {
        padding: 70px 15px 0;
    }
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 992px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: black;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

/*
 * Main content
 */

.main {
    margin-top: 54px;
    padding-left: var(--padLeftRight);
    padding-right: var(--padLeftRight);
}

    .main .page-header {
        margin-top: 0;
    }

@media (min-width:1024px) {

    .main {
        --padLeftRight: 10px;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        display: inline-block;
    }

    .leftMenu {
        /*top: 200px;*/
    }
}

@media (min-width:1200px) {
    .main {
        --padLeftRight: 25px;
    }
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

