#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;
}

#wrapper.active {
    padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
    left: 0;
}

#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: 10px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
    padding-left: 30px;
}

.sidebar-nav li a span:before {
    position: absolute;
    left: 0;
    color: #41484c;
    text-align: center;
    width: 20px;
    line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
    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: 55px;
    line-height: 40px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-header {
    color: #E6E6E6;
    border-bottom: 1px solid #808080;
}


.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

#menu-toggle {
    text-decoration: none;
}

.btn-menu {
    color: #000;
}

.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;
    }

}

#reports {
    border-top: 1px solid #f2f2f2;
}

#filter-bar {
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

#filter-bar > .glyphicon {
    font-size: 3em !important;
    cursor: pointer;
}

#hide-filters {
    display: none;
}

#show-filters {
    display: none;
}

.mb-3{
    margin-bottom: 1em;
}

.mb-0{
    margin-bottom: 0;
}

#custom-report__wrapper,
#custom-report__relations{
    margin-bottom: 0;
}

#custom-report__relations .list-group-item,
#custom-report__wrapper .list-group-item{
    border-left: none;
    border-right: none;
}

#custom-report__relations .list-group-item:last-child,
#custom-report__wrapper .list-group-item:last-child{
    border-bottom: none;
}

#custom-report__relations .list-group-item:first-of-type,
#custom-report__wrapper .list-group-item:first-child{
    border-top: none;
}

#custom-report__relations .list-group-item label,
#custom-report__wrapper label{
    margin-bottom: 0;
}

#custom-report__relations .list-group-item input[type="checkbox"],
#custom-report__wrapper input[type="checkbox"]{
    margin-top: 0;
    margin-right: 0.5em;
}

.drag__icon{
    color: #737373;
    float: right;
    font-size: 1.2em;
}

.custom-report__badge{
    float: right;
}

.custom-report__preview{
    overflow-x: scroll;
}

.float-right{
    float: right;
}

.d-flex-justify{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-inline-block{
    display: inline-block;
}

.text-description{
    letter-spacing: 1px;
    font-size: 0.9em;
}

.custom-report__preview th{
    white-space: pre;
}

.columns__2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    grid-gap: 1em;
}

.w-100{
    width: 100%;
}

.mr-3{
    margin-right: 1em;
}

.custom-report__preset-button{
    margin-top: 1.72em;
}