@charset "UTF-8";

@import "/media/inspinia/css/plugins/toastr/toastr.min.css";
@import "/media/inspinia/css/plugins/jsTree/themes/inspinia-dark/style.min.css";

@import "/media/style/default.css";
@import "/media/style/grid.css";

.logo-element {
    background: #243746;
    min-height: 110px;
}

.navbar-static-side {
    background:#2f4050;
}

#title {
    margin-top: 30px;
}

#title .text-overflow {
    max-width: 100%;
}

.nav-header, .page-heading {
    min-height: 110px;
    max-height: 110px;
}

.jstree-contextmenu {
    z-index: 2002;
}

.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills .form-inline {
    margin: 6px;
}

#content {
    margin: 0 0 20px 0;
}

#tree-search-group {
    padding: 10px 20px 10px 20px;
}

#tree {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#tree .jstree-anchor .jstree-icon {
    color: #ffffff;
}
#tree li.jstree-active > .jstree-wholerow,
#tree li.jstree-active > .jstree-anchor {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

#tree li.jstree-disabled > a {
    text-decoration: line-through;
}
#tree li.jstree-hidden > a {
    color: #999999;
}
#tree li.jstree-noaccess > a {
    color: #999999;
    text-decoration: line-through;
}
#tree li.jstree-noaccess > a:before {
    display: block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023";
    width: 24px;
    height: 24px;
    font-size: 14px;
    position: absolute;
    right: 24px;
}

#tree li.jstree-disabled > a.jstree-clicked,
#tree li.jstree-hidden > a.jstree-clicked,
#tree li.jstree-noaccess > a.jstree-clicked {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

#tree .jstree-anchor {
    display: inline-block;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
#tree .jstree-anchor.level-0 {
    width: 256px !important;
}
#tree .jstree-anchor.level-1 {
    width: 232px !important;
}
#tree .jstree-anchor.level-2 {
    width: 208px !important;
}
#tree .jstree-anchor.level-3 {
    width: 184px !important;
}
#tree .jstree-anchor.level-4 {
    width: 160px !important;
}
#tree .jstree-anchor.level-5 {
    width: 136px !important;
}
#tree .jstree-anchor.level-6 {
    width: 112px !important;
}

.cke_combopanel {
    width: auto !important;
    min-width: 240px !important;
}

body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    z-index: 1030;
}

#wrapper {
    width: 100%;
    max-width: 1920px;
    border-right: 1px solid #ffffff;
}