
/*#container {
    display: flex;
}

#content {
    flex: 1 1 auto;
}*/

/*#nav {
    flex: 0 0 300px;
    background-color: #24334b;
    border-right: none;
    box-shadow: none;
}*/

#nav nav {
    border-top: none;
    top: 100px;
}

#nav #nb {
    /*display: none;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    border: none;
    box-shadow: none;
    z-index: 999;
    background-color: #222832;
    border-top: 1px solid #fff;
    width: 100%;
}

    #nav #nb > div {
        width: 100%;
        margin: unset;
    }

    #nav #nb #nl, #nav #nb #fav {
        display: none;
    }

    #nav #nb span {
        width: 100%;
    }

#nav #menuSearch {
    display: none;
}

#nav nav #favs.ms, #nav nav #menu.ms, #nav nav #favs, #nav nav #menu {
    top: 0;
}

#nav span.gr {
    display: none !important;
}



/*#nav span, #nav i {
    color: #7cb1f2;
    text-align: center;
    padding: 0;
}*/

.btn-primary {
    color: #fff;
    background-color: #406491;
    border-color: #024fa2;
}





#tb {
    background-color: inherit;
    border-bottom: none;
    color: #fff;
    height: 50px;
    margin-left: 334px;
}

    #tb #pageTitle span {
        font-size: 25px;
        float: left;
        height: 100%;
        line-height: 35px;
        display: none;
    }

    #tb > #profile {
        background-color: inherit;
        border-bottom: none;
        color: #fff;
    }

 

#content {
    background-color: #24334b;
    border: none;
}

    #content > #body {
        background: #fff;
        /*position: relative;
        width: 100%;
        height: 100%;*/
        overflow: auto;

        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }
