@media screen and (min-width: 768px) {
    .container {
        width: 742px;
    }
}
@media screen and (min-width: 992px) {
    .container {
        width: 962px;
    }
}
@media screen and (min-width: 1140px) {
    .container {
        width: 1062px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        width: 1302px;
    }
}

@media screen and (max-width: 575px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
    .col-12 {
        width: 100%;
    }
    .col-11 {
        width: 91.66666667%;
    }
    .col-10 {
        width: 83.33333333%;
    }
    .col-9 {
        width: 75%;
    }
    .col-8 {
        width: 66.66666667%;
    }
    .col-7 {
        width: 58.33333333%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5 {
        width: 41.66666667%;
    }
    .col-4 {
        width: 33.33333333%;
    }
    .col-3 {
        width: 25%;
    }
    .col-2 {
        width: 16.66666667%;
    }
    .col-1 {
        width: 8.33333333%;
    }
    .col-pull-12 {
        right: 100%;
    }
    .col-pull-11 {
        right: 91.66666667%;
    }
    .col-pull-10 {
        right: 83.33333333%;
    }
    .col-pull-9 {
        right: 75%;
    }
    .col-pull-8 {
        right: 66.66666667%;
    }
    .col-pull-7 {
        right: 58.33333333%;
    }
    .col-pull-6 {
        right: 50%;
    }
    .col-pull-5 {
        right: 41.66666667%;
    }
    .col-pull-4 {
        right: 33.33333333%;
    }
    .col-pull-3 {
        right: 25%;
    }
    .col-pull-2 {
        right: 16.66666667%;
    }
    .col-pull-1 {
        right: 8.33333333%;
    }
    .col-pull-0 {
        right: auto;
    }
    .col-push-12 {
        left: 100%;
    }
    .col-push-11 {
        left: 91.66666667%;
    }
    .col-push-10 {
        left: 83.33333333%;
    }
    .col-push-9 {
        left: 75%;
    }
    .col-push-8 {
        left: 66.66666667%;
    }
    .col-push-7 {
        left: 58.33333333%;
    }
    .col-push-6 {
        left: 50%;
    }
    .col-push-5 {
        left: 41.66666667%;
    }
    .col-push-4 {
        left: 33.33333333%;
    }
    .col-push-3 {
        left: 25%;
    }
    .col-push-2 {
        left: 16.66666667%;
    }
    .col-push-1 {
        left: 8.33333333%;
    }
    .col-push-0 {
        left: auto;
    }
    .col-offset-12 {
        margin-left: 100%;
    }
    .col-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-offset-9 {
        margin-left: 75%;
    }
    .col-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-offset-6 {
        margin-left: 50%;
    }
    .col-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-offset-3 {
        margin-left: 25%;
    }
    .col-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-offset-0 {
        margin-left: 0%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}



@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
}
@media screen and (min-width: 1400px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (max-width: 575px) {
    #header-hide-menu {
        display: block;
    }
    #header-show-menu {
        display: none;
    }
    #header-fullscreen {
        display: none;
    }
    #header-search {
        display: none;
    }
    #header-entities-box {
        display: none;
    }
    #header-entities-modal {
        display: block;
    }
    #header-shortcuts-bar {
        display: block;
    }
    #header-shortcuts-button {
        display: none;
    }
    #header-activities {
        display: none;
    }
    #header-notifications {
        display: block;
    }
    #header-users-online {
        display: none;
    }
    #header-user-logged {
        display: block;
    }
    
    #topbar.affix {
        width: 100%;
        margin-left: 270px;
    }    
    /* fixed state - w/ open sidebar */
    body.sb-l-o #topbar.affix {
        width: 100%;
        margin-left: 270px;
    }
    /* fixed state - w/ minified sidebar */
    body.sb-l-m #topbar.affix {
        width: 100%;
        margin-left: 60px;
    }
    /* fixed state - w/ closed sidebar */
    body.sb-l-c #topbar.affix {
        width: 100%;
        margin-left: 0px;
    }
    
    #topbar .nav.nav-list-topbar {
        margin: -10px 5px;
    }
    #topbar .nav.nav-list-topbar li a {
        padding: 15px 3px 10px;
    }
    #topbar.affix + #content {
        margin-top: 5px;
    }
    
    .nav-list li a {
        font-weight: 500;
        font-size: 14px;
    }

    #content-footer {
        width: 100%;
        height: 70px;
        margin-left: 270px;
        text-align: center !important;
    }    
    #content-footer.affix {
        width: 100%;
        height: 70px;
        margin-left: 270px;
        text-align: center !important;
    }
    body.sb-l-o #content-footer.affix {
        width: 100%;
        margin-left: 270px;
    }
    body.sb-l-m #content-footer.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #content-footer.affix {
        width: 100%;
        margin-left: 0px;
    }

    #content-footer .footer-legal {
        top: -3px;
        left: 0px;
        right: 0px;
        position: relative;
        text-align: center !important;
        margin-left: 5px;
        margin-right: 30px;
        
    }
    #content-footer .footer-meta {
        left: 0px;
        right: 0px;
        margin-top: 3px;
        text-align: center !important;
        margin-left: 5px;
        margin-right: 30px;
    }
    #content-footer .footer-return-top {
        top: -20px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    #header-hide-menu {
        display: block;
    }
    #header-show-menu {
        display: none;
    }
    #header-fullscreen {
        display: none;
    }
    #header-search {
        display: none;
    }
    #header-entities-box {
        display: none;
    }
    #header-entities-modal {
        display: block;
    }
    #header-shortcuts-bar {
        display: block;
    }
    #header-shortcuts-button {
        display: block;
    }
    #header-activities {
        display: block;
    }
    #header-notifications {
        display: block;
    }
    #header-users-online {
        display: block;
    }
    #header-user-logged {
        display: block;
    }
    
    #topbar.affix {
        width: 100%;
        margin-left: 270px;
    }    
    body.sb-l-o #topbar.affix {
        width: 100%;
        margin-left: 270px;
    }
    body.sb-l-m #topbar.affix {
        width: 100%;
        margin-left: 60px;
    }
    body.sb-l-c #topbar.affix {
        width: 100%;
        margin-left: 0px;
    }
    
    #topbar .nav.nav-list-topbar {
        margin: -10px 5px;
    }
    #topbar .nav.nav-list-topbar li a {
        padding: 15px 7px 10px;
    }
    #topbar.affix + #content {
        margin-top: 5px;
    }
    
    .nav-list li a {
        font-weight: 500;
        font-size: 14px;
    }
    
    #content-footer {
        width: 100%;
        height: 50px;
        margin-left: 270px;
        text-align: center !important;
    }    
    #content-footer.affix {
        width: 100%;
        height: 50px;
        margin-left: 270px;
        text-align: center !important;
    }
    body.sb-l-o #content-footer.affix {
        width: auto;
        margin-left: 270px;
    }
    body.sb-l-m #content-footer.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #content-footer.affix {
        width: 100%;
        margin-left: 0px;
    }

    #content-footer .footer-legal {
        top: -3;
        left: 0;
        text-align: left !important;
        margin-left: 15px;
        
    }
    #content-footer .footer-meta {
        top: -3;
        right: 0px;
        text-align: right !important;
        margin-right: 60px;
    }
    #content-footer .footer-return-top {
        top: -15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)  {
    #header-hide-menu {
        display: block;
    }
    #header-show-menu {
        display: none;
    }
    #header-fullscreen {
        display: block;
    }
    #header-search {
        display: none;
    }
    #header-entities-box {
        display: none;
    }
    #header-entities-modal {
        display: block;
    }
    #header-shortcuts-bar {
        display: block;
    }
    #header-shortcuts-button {
        display: block;
    }
    #header-activities {
        display: block;
    }
    #header-notifications {
        display: block;
    }
    #header-users-online {
        display: block;
    }
    #header-user-logged {
        display: block;
    }
    
    #topbar.affix {
        width: 100%;
        margin-left: 270px;
    }    
    body.sb-l-o #topbar.affix {
        width: 100%;
        margin-left: 270px;
    }
    body.sb-l-m #topbar.affix {
        width: 100%;
        margin-left: 60px;
    }
    body.sb-l-c #topbar.affix {
        width: 100%;
        margin-left: 0px;
    }
    
    #topbar .nav.nav-list-topbar {
        margin: -10px 5px;
    }
    #topbar .nav.nav-list-topbar li a {
        padding: 15px 10px 10px;
    }
    #topbar.affix + #content {
        margin-top: 5px;
    }
    
    .nav-list li a {
        font-weight: 600;
        font-size: 14px;
    }
    
    #content-footer {
        width: 100%;
        height: 50px;
        margin-left: 270px;
        text-align: center !important;
    }    
    #content-footer.affix {
        width: 100%;
        height: 50px;
        margin-left: 270px;
        text-align: center !important;
    }
    body.sb-l-o #content-footer.affix {
        width: auto;
        margin-left: 270px;
    }
    body.sb-l-m #content-footer.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #content-footer.affix {
        width: 100%;
        margin-left: 0px;
    }

    #content-footer .footer-legal {
        top: -3;
        left: 0;
        text-align: left !important;
        margin-left: 15px;
        
    }
    #content-footer .footer-meta {
        top: -3;
        right: 0px;
        text-align: right !important;
        margin-right: 60px;
    }
    #content-footer .footer-return-top {
        top: -15px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header-hide-menu {
        display: block;
    }
    #header-show-menu {
        display: none;
    }
    #header-fullscreen {
        display: block;
    }
    #header-search {
        display: none;
    }
    #header-entities-box {
        display: none;
    }
    #header-entities-modal {
        display: block;
    }
    #header-shortcuts-bar {
        display: block;
    }
    #header-shortcuts-button {
        display: block;
    }
    #header-activities {
        display: block;
    }
    #header-notifications {
        display: block;
    }
    #header-users-online {
        display: block;
    }
    #header-user-logged {
        display: block;
    }
    
    #topbar.affix {
        width: auto;
        margin-left: 270px;
    }    
    body.sb-l-o #topbar.affix {
        width: auto;
        margin-left: 270px;
    }
    body.sb-l-m #topbar.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #topbar.affix {
        width: 100%;
        margin-left: 0px;
    }
    
    #topbar .nav.nav-list-topbar {
        margin: -10px 5px;
    }
    #topbar .nav.nav-list-topbar li a {
        padding: 17px 5px 13px;
    }
    #topbar.affix + #content {
        margin-top: 5px;
    }
    
    .nav-list li a {
        font-weight: 600;
        font-size: 16px;
    }
    
    #content-footer {
        width: 100%;
        height: 55px;
        margin-left: 270px;
        text-align: center !important;
    }    
    #content-footer.affix {
        width: auto;
        height: 55px;
        margin-left: 270px;
        text-align: center !important;
    }
    body.sb-l-o #content-footer.affix {
        width: auto;
        margin-left: 270px;
    }
    body.sb-l-m #content-footer.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #content-footer.affix {
        width: 100%;
        margin-left: 0px;
    }

    #content-footer .footer-legal {
        left: 0;
        text-align: left !important;
        margin-left: 20px;
        
    }
    #content-footer .footer-meta {
        right: 0px;
        text-align: right !important;
        margin-right: 60px;
    }
    #content-footer .footer-return-top {
        top: -10px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    
    #header-hide-menu {
        display: block;
    }
    #header-show-menu {
        display: none;
    }
    #header-fullscreen {
        display: block;
    }
    #header-search {
        display: none;
    }
    #header-entities-box {
        display: block;
    }
    #header-entities-modal {
        display: none;
    }
    #header-shortcuts-bar {
        display: block;
    }
    #header-shortcuts-button {
        display: block;
    }
    #header-activities {
        display: block;
    }
    #header-notifications {
        display: block;
    }
    #header-users-online {
        display: block;
    }
    #header-user-logged {
        display: block;
    }
    
    /* fixed state - w/ open sidebar */
    body.sb-l-o #topbar.affix {
        width: auto;
        margin-left: 270px;
    }
    /* fixed state - w/ minified sidebar */
    body.sb-l-m #topbar.affix {
        width: auto;
        margin-left: 60px;
    }
    /* fixed state - w/ closed sidebar */
    body.sb-l-c #topbar.affix {
        width: 100%;
        margin-left: 0px;
    }
    
    #topbar .nav.nav-list-topbar {
        margin: -10px 5px;
    }
    #topbar .nav.nav-list-topbar li a {
        padding: 18px 10px 14px;
    }
    #topbar.affix + #content {
        margin-top: 5px;
    }
    
    .nav-list li a {
        font-weight: 700;
        font-size: 16px;
    }
    
    #content-footer {
        width: 100%;
        height: 60px;
        margin-left: 270px;
        text-align: center !important;
    }    
    #content-footer.affix {
        width: auto;
        height: 60px;
        margin-left: 270px;
        text-align: center !important;
    }
    body.sb-l-o #content-footer.affix {
        width: auto;
        margin-left: 270px;
    }
    body.sb-l-m #content-footer.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #content-footer.affix {
        width: 100%;
        margin-left: 0px;
    }

    #content-footer .footer-legal {
        top: 3px;
        left: 0;
        text-align: left !important;
        margin-left: 20px;
        
    }
    #content-footer .footer-meta {
        top: 3px;
        right: 0px;
        text-align: right !important;
        margin-right: 60px;
    }
    #content-footer .footer-return-top {
        top: -10px;
    }
}
@media screen and (min-width: 1400px)  {
    #header-hide-menu {
        display: block;
    }
    #header-show-menu {
        display: none;
    }
    #header-fullscreen {
        display: block;
    }
    #header-search {
        display: none;
    }
    #header-entities-box {
        display: block;
    }
    #header-entities-modal {
        display: none;
    }
    #header-shortcuts-bar {
        display: block;
    }
    #header-shortcuts-button {
        display: block;
    }
    #header-activities {
        display: block;
    }
    #header-notifications {
        display: block;
    }
    #header-users-online {
        display: block;
    }
    #header-user-logged {
        display: block;
    }
    
    #topbar .nav.nav-list-topbar {
        margin: -10px 5px;
    }
    
    #content-footer {
        width: 100%;
        height: 60px;
        margin-left: 270px;
        text-align: center !important;
    }    
    #content-footer.affix {
        width: auto;
        height: 60px;
        margin-left: 270px;
        text-align: center !important;
    }
    body.sb-l-o #content-footer.affix {
        width: auto;
        margin-left: 270px;
    }
    body.sb-l-m #content-footer.affix {
        width: auto;
        margin-left: 60px;
    }
    body.sb-l-c #content-footer.affix {
        width: 100%;
        margin-left: 0px;
    }

    #content-footer .footer-legal {
        top: 3px;
        left: 0;
        text-align: left !important;
        margin-left: 20px;
        
    }
    #content-footer .footer-meta {
        top: 3px;
        right: 0px;
        text-align: right !important;
        margin-right: 60px;
    }
    #content-footer .footer-return-top {
        top: -10px;
    }
}

/*==========================================================
  I. Sidebar Responsive Settings - Added via Update v1.2.
     If window <900px create even smaller minified sidebar
=========================================================== */
@media screen and (max-width: 900px) {
    /* Sidebar Minified State */
    body.sb-l-m #sidebar_left {
        width: 60px;;
    }
    body.sb-l-m #sidebar_left:before {
        width: 60px;;
    }
    /* Sidebar-menu Top Level - Icon */
    body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
        left: -1px;
        width: 60px;;
        font-size: 18px;
        transition: 0.3s;
    }
    /* Sidebar-menu Top Level - Title */
    body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
        position: absolute;
        left: 60px;
        top: -10px;
        width: 270px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding-left: 15px;
        border-left: 1px solid #222;
        background-color: #282d33;
    }
    /* Sidebar-menu Sub Level */
    body.sb-l-m .sidebar-menu > li > ul {
        position: absolute;
        left: 60px;
        top: 47px;
        width: 270px;
        height: auto;
        border-left: 1px solid #222;
        padding-bottom: 7px;
        overflow: hidden;
    }
    /* Sidebar-menu Multi Level */
    body.sb-l-m .sidebar-menu > li > ul > li ul {
        width: 270px;
    }
    /* Sidebar-menu Sub Level - Link Padding */
    body.sb-l-m .sidebar-menu li > ul > li > a {
        padding: 8px 15px 8px 15px;
    }
    /* Sidebar-menu Multi Level - Link Padding */
    body.sb-l-m .sidebar-menu li > ul > li > ul > li a {
        padding: 8px 15px 8px 20px;
    }
    /* Adjust Primary Content Container - Sidebar Minified */
    body.sb-l-m #content_wrapper {
        margin-left: 60px;
    }
    /* Adjust Primary Content Container - Sidebar Hidden */
    body.sb-l-c.sb-l-m #content_wrapper {
        margin-left: 0;
    }
    /* Adjust Navbar Logo/Branding - Hide Logo */
    body.sb-l-o .navbar-brand,
    body.sb-l-m .navbar-brand {
        color: #FFF;
        height: 75px;
        line-height: 20px;
        padding: 17px 0 0 10px;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.5px;
        width: 210px;
        
    }
    /* Adjust Navbar Logo/Branding - Adjust Width */
    body.sb-l-o .navbar-branding,
    body.sb-l-m .navbar-branding {
        max-width: 275px !important;
        margin-right: 5px;
    }
    
    .navbar-branding .navbar-brand {
        color: #FFF;
        height: 75px;
        line-height: 20px;
        padding: 17px 0 0 10px;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.5px;
        width: 210px;
    }
    
    /* Adjust Navbar Toggle - Sidebar Open */
    body.sb-l-o .navbar #toggle_sidemenu_l {
        transform: rotate(90deg);
    }
    /* Adjust Navbar Toggle - Sidebar Minified */
    body.sb-l-o.sb-l-m .navbar #toggle_sidemenu_l {
        transform: rotate(0deg);
    }
    /* Adjust Navbar Toggle - Sidebar Open + Minified */
    body.sb-l-o .navbar #toggle_sidemenu_l,
    body.sb-l-m .navbar #toggle_sidemenu_l {
        color: #fff;
        float: right;
        cursor: pointer;
        font-size: 30px;
        line-height: 75px;
        max-height: 75px;
        width: 60px;
    }
    /* Hide sidebar user menu button when the sidebar is
    collapsed. As it's not accessible in this mode*/
    .sb-l-o .navbar .sidebar-menu-toggle,
    .sb-l-c .navbar .sidebar-menu-toggle {
        margin-left: 10px;
        display: none;
    }
    #toggle_sidemenu_r {
        margin-top: 4px;
    }
    body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > a > .sidebar-title,
    body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > ul {
        left: 45px;
    }
   
}