/*
@font-face {
    font-family: 'nestable';
    src: url('../fonts/nestable.eot?9c9vxs');
    src: url('../fonts/nestable.eot?#iefix9c9vxs') format('embedded-opentype'), url('../fonts/nestable.woff?9c9vxs') format('woff'), url('../fonts/nestable.ttf?9c9vxs') format('truetype'), url('../fonts/nestable.svg?9c9vxs#nestable') format('svg');
    font-weight: normal;
    font-style: normal
}
*/


[class^="nestable-"],
[class*=" nestable-"] {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 1;
}

.nestable-pencil:before {
    content: "\e600"
}

.nestable-file:before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    content: "\f1c1";
    /*     
     float: left;
*/
    display: inline-block;
    margin: 0 15px 0 0
}

.nestable-folder:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f07b";
    color: #55ac42
}

.nestable-folder-open:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f07c";
    color: #55ac42
}

.nestable-close:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d"
}

.nestable-plus:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f067"
}

.nestable-play:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f04b"
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    margin-top: 10px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2 {
    text-transform: uppercase;
}

h2,
h3 {
    font-size: 18px;
    line-height: 24px;
}

h2 {
    margin-top: 0;
    border-bottom: solid 1px #c9c8c8;
    border-bottom-color: rgb(201, 200, 200);
    border-top: solid 4px #55ac42;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #55ac42;
}

.profile h2 {
    border-bottom-color: #46a546;
}

h2::after {
    font-size: 1.4em;
    float: right;
    width: 25px;
    height: 25px;
    display: block;
}

.profile h2::after {
    content: '';
}

h2::after,
.icon-untitled-5::before {
    content: "\e006";
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 12.75px;
    -webkit-border-radius: 3px;
    background-color: #46a546;
    color: white;
    border-radius: 3px;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.btn:first-child {
    margin-left: 0;
}

h1 .btn,
h2 .btn {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.pull-right {
    float: right;
}

.profile h2 #feedbackmessage {
    position: relative;
}

.mrm,
.mhm,
.mam {
    margin-right: 10px;
}

.profile h2::after {
    content: '';
}

form {
    margin: 0 0 20px;
}

.profile h2 #feedbackmessage {
    position: relative;
}

ul,
ol {
    padding: 0;

    margin-bottom: 10px;

}


ul.jqtree-tree {
    margin-left: 0
}

ul.jqtree-tree .nestable-folder-open,
ul.jqtree-tree .nestable-folder {
    top: 0px;
    position: relative;
    background-color: #fff
}

ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-bottom: 0;
    padding: 0
}

ul.jqtree-tree ul.jqtree_common {
    display: block;
    margin-left: 25px;
    margin-right: 0
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none
}

ul.jqtree-tree li.jqtree_common {
    position: relative;
    clear: both;
    list-style-type: none
}

ul.jqtree-tree li.jqtree_common .nestable-close,
ul.jqtree-tree li.jqtree_common .nestable-plus {
    display: none;
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer
}

ul.jqtree-tree li.jqtree_common .nestable-plus {
    right: 45px
}

ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    margin-right: 0.5em
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer
}

ul.jqtree-tree .mouseDown .jqtree-element {
    cursor: move
}

.jqtree-tree .jqtree-title {
    color: black;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 1.5em
}

.jqtree-tree .jqtree-title-folder {
    color: #6f6e6e
}

.jqtree-tree .jqtree-title-folder input {
    cursor: text;
    color: #6f6e6e
}

.folder {
    position: relative;
    color: #6f6e6e
}

.folder:before {
    top: 13px;
    left: 11px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f07b";
    color: #55ac42
}

.folder input {
    cursor: text;
    color: #6f6e6e;
    margin: 0;
    margin-top: -4px;
    padding: 0;
    width: 88%;
    font-weight: bold;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none
}

.folder input:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none
}

ul.jqtree-tree li.jqtree_common.file:hover .nestable-close {
    display: block
}

ul.jqtree-tree li.jqtree_common.file .jqtree-title {
    color: #55ac42
}

ul.jqtree-tree li.jqtree_common.file .jqtree-title:before {
    top: 14px;
    left: 10px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #55ac42;
    content: "\f1c1";
    display: inline-block
}

.jqtree-tree .jqtree-title.jqtree-title-folder {
    margin-left: 0
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 0px
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 1px
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: move;
    padding: 5px
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    z-index: 1030;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff;
    border-style: solid;
    left: -8px;
    top: -8px;
    margin-left: -8px;
    border-width: 8px;
    border-left-color: #55ac42
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle:before {
    z-index: 1019;
    content: ' ';
    position: absolute;
    width: 2000px;
    height: 20px;
    right: 8px;
    top: -10px;
    background-color: #fff
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #55ac42;
    height: 3px;
    padding: 0;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    border-right: solid 10px #55ac42
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -6px;
    top: -1px;
    border: solid 3px #55ac42;
    border-radius: 4px;
    margin: 0;
    padding: 10px
}

ul.jqtree-tree .jqtree-element {
    border-bottom: solid 1px #c9c8c8;
    padding: 10px;
    position: relative
}

ul.jqtree-tree li.jqtree-selected.folder:before {
    top: 14px
}

ul.jqtree-tree li.jqtree-selected.folder > .nestable-close,
ul.jqtree-tree li.jqtree-selected.folder > .nestable-plus {
    display: block
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border: solid 1px #c9c8c8;
    margin-top: -1px;
    margin-left: -1px
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element a,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover a,
ul.jqtree-tree li.jqtree-selected > .jqtree-element span,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover span,
ul.jqtree-tree li.jqtree-selected > .jqtree-element i,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover i,
ul.jqtree-tree li.jqtree-selected > .jqtree-element .nestable-folder:before,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover .nestable-folder:before,
ul.jqtree-tree li.jqtree-selected > .jqtree-element .nestable-folder-open:before,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover .nestable-folder-open:before {
    color: #c9c8c8
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element input,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover input {
    color: #6f6e6e
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element input:focus,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover input:focus {
    color: black
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element .nestable-folder-open,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover .nestable-folder-open,
ul.jqtree-tree li.jqtree-selected > .jqtree-element .nestable-folder,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover .nestable-folder {
    top: 2px;
    position: relative;
    background-color: #eee
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    color: #c9c8c8
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title:before {
    color: #c9c8c8
}

.jqtree-tree .jqtree-title-folder input {
    cursor: text;
    color: #6f6e6e;
}