#header > :first-child, aside {
    width: 220px;
}

#header {
    display: none;
}

.section-title-box {
    color: #0061af;
    font-weight: 700;
    font-size: 2em;
    padding-bottom: 1em;
    display: flex;
    margin: 0;
    padding: 0 0 0.5em 0;
}

@media only screen and (max-width: 979px) {
    x.section-title-box {
        text-align: center;
        display: block;
    }
}

.section-title-box .material-symbols-outlined {
    font-size: 130%;
    line-height: 1em;
    margin-top: 3px;
}

.logo_container {
    padding: 10%;
    margin: 0 0 1em;
}

#logo {
    width: auto;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 979px) {
    #header {
        display: inline-flex;
        height: auto;
        margin: 0;
        padding: 1em;
        width: 100%;
        justify-content: space-between;
        border-bottom: 3px solid #0061af;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        background-image: none;
    }

    .logo_container {
        display: none;
    }

    .hidden-menu #left-panel {
        padding-top: 70px;
    }
}

aside#left-panel {
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-right: 3px solid #0061af;
    padding: 0;
}

nav ul li a {
    color: rgba(0, 0, 0, 0.67);
    padding: 15px 10px 15px 10px;
}

nav ul ul li a:focus {
    color: #fff;
    padding-left: 37px;
}

nav ul li a:hover {
    color: rgba(0, 0, 0, 1);
    transition: all 0.2s ease 0s;
}

nav ul li.open > a, nav ul li.open > a b {
    color: #000 !important;
}

nav ul ul {
    background: #eee;
    padding: 0;
}

.minified nav ul > li > a {
    padding: 15px 11px;
}

.minified nav > ul > li > ul {
    left: 45px;
    border: 0 solid #0061af;
    background: #eee;
    width: 198px;
    top: 47px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

    .minified nav > ul > li > ul > li {
        background-color: rgba(0, 0, 0, 0);
    }

.minified nav ul ul li a:focus {
    padding-left: 20px;
}

.minified nav > ul > li > a > .menu-item-parent {
    left: 42px;
    top: -2px;
    width: 186px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    color: #333333;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-left: 3px solid #0061af;
    border-top: 2px solid #0061af;
    border-bottom: 0 solid #ffffff;
    padding-left: 12px;
}

.minified nav > ul > li > ul > li > a {
    padding-top: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fafafa;
}

.minified nav > ul > li {
    border-bottom: 0 solid #fff;
    border-top: 0 solid #444;
}

nav > ul > li > ul > li > a {
    padding-top: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fafafa;
}

nav > ul > li > a b {
    top: 16px;
}

nav > ul > li > ul::before {
    border-left: 0px solid #999;
}

nav > ul ul li::before {
    top: 23px;
    border-top: 0px solid #999;
}

.minified .minifyme {
    height: 46px;
    line-height: 46px;
    color: #ddd;
}

.minifyme {
    height: 44px;
    line-height: 44px;
    font-size: 23px;
    width: 44px;
    background-color: #999;
    border-bottom: none;
    color: #ddd;
}

    .minifyme:hover {
        width: 44px;
        transition: all 0.2s ease 0s;
    }

.minified .minifyme:hover {
    width: 42px;
    padding-left: 5px;
    padding-right: 0;
}

#main {
    transition: all 0.2s ease 0s;
    background-color: #fff;
}

@media screen and (min-width: 980px) {
    #main {
        margin-left: 220px;
    }
}

#content {
    padding: 4em;
    max-width: 1200px;
    margin: auto;
}

.row.row-spaced {
    display: block;
}

    .row.row-spaced .row-spaced-box1,
    .row.row-spaced .row-spaced-box2 {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .row.row-spaced .row-spaced-box1 {
        float: left;
    }

    .row.row-spaced .row-spaced-box2 {
        float: right;
    }

@media screen and (max-width: 479px) {
    .row.row-spaced .row-spaced-box1,
    .row.row-spaced .row-spaced-box2 {
        float: none;
        text-align: center;
    }
}

#main.logged-out #content {
    padding: 4em;
    max-width: 1080px;
    margin: auto;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main.logged-out {
    margin: 0;
}

.page-footer {
    height: auto;
    padding: 6em 4em;
    padding-left: calc(220px + 4em);
    border-top: 0 solid #CECECE;
    background: #eee;
    position: relative;
}

    .page-footer .row {
        display: flex;
    }

.footer-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 150px;
}

.footer-right {
    display: flex;
    width: 50%;
    text-align: right;
    justify-content: flex-end;
    flex-direction: column;
}

@media screen and (max-width: 979px) {
    .page-footer {
        padding-left: 4em;
    }
}

@media screen and (max-width: 767px) {
    .page-footer .row {
        display: flex;
        flex-direction: column;
    }

    .footer-left, .footer-right {
        width: 100%;
        text-align: center;
    }
}

.btn-header > :first-child > a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #444;
    font-size: 24px;
    background-image: none;
}

article .jarviswidget > header.ui-sortable-handle {
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

article h4, .jarviswidget > header > h2 {
    font-weight: 600;
}

article .jarviswidget > div {
    border: none;
    border-radius: 0;
    padding: 0;
}

.login-box form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.nav {
    display: block;
}

.nav-manage {
    padding-bottom: 1em;
}

.nav-link {
    color: #ed1d24;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #ed1d24;
}

.nav-link:focus, .nav-link:hover {
    color: #ed1d24;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #ed1d24;
    border-radius: 5px;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
}
.need-dev {
    background-color: rgba(153,0,204,0.05) !important;
}
