.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: #000;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

#menu-toggle {
    display: none;
}

.inset {
    padding: 20px;
}

@media (max-width:767px) {

    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
        left: 250px;
    }

    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all 0.4s ease 0s;
    }

    #menu-toggle {
        display: inline-block;
    }

    .inset {
        padding: 15px;
    }

}
.navbar-bg-color {
    background-color: #44546b;
}

.sidebar-bg-color {
    background-color: #8397b0;
}

.border-color-navy {
    border-color: #44546b;
}

.bg-color-light-blue {
    background-color: #9dc2e6;
}

.login-bg-color {
    background: -webkit-radial-gradient(rgb(83, 161, 232), rgb(9, 96, 182));
    background: radial-gradient(rgb(83, 161, 232), rgb(9, 96, 182));
}

.login-font-style {
    font-family: 'Edu NSW ACT Foundation', cursive;
}

.navbar-bg-color {
    background-color: #44546b;
}

.sidebar-bg-color {
    background-color: #8397b0;
}

.border-color-navy {
    border-color: #44546b;
}

.bg-color-light-blue {
    background-color: #9dc2e6;
}

.login-bg-color {
    background: -webkit-radial-gradient(rgb(83, 161, 232), rgb(9, 96, 182));
    background: radial-gradient(rgb(83, 161, 232), rgb(9, 96, 182));
}

.login-font-style {
    font-family: 'Edu NSW ACT Foundation', cursive;
}

.input-login:focus{
    border-radius: 4px;
    outline: 2px solid lightgrey;
    border: 2px solid lightgrey;
}
.input-login{
    margin-left: 10px;
    border-radius: 4px;
    padding: 2px 10px;
    outline: 2px solid white;
    border: 2px solid white;
}