/* Minification failed. Returning unminified contents.
(1934,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.jstree-node {
    white-space: nowrap;
}

.jstree-anchor {
    display: inline-block;
    color: black;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top;
}

    .jstree-anchor:focus {
        outline: 0;
    }

    .jstree-anchor,
    .jstree-anchor:link,
    .jstree-anchor:visited,
    .jstree-anchor:hover,
    .jstree-anchor:active {
        text-decoration: none;
        color: inherit;
    }

.jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
}

    .jstree-icon:empty {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        padding: 0;
        vertical-align: top;
        text-align: center;
    }

.jstree-ocl {
    cursor: pointer;
}

.jstree .jstree-open > .jstree-children {
    display: block;
}

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
    display: none;
}

.jstree-anchor > .jstree-themeicon {
    margin-right: 2px;
}

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
    display: none;
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px;
}

    .jstree-rtl .jstree-anchor > .jstree-themeicon {
        margin-left: 2px;
        margin-right: 0;
    }

.jstree-rtl .jstree-node {
    margin-left: 0;
}

.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%;
}

    .jstree-wholerow-ul .jstree-anchor,
    .jstree-wholerow-ul .jstree-icon {
        position: relative;
    }

    .jstree-wholerow-ul .jstree-wholerow {
        width: 100%;
        cursor: pointer;
        position: absolute;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.vakata-context {
    display: none;
}

    .vakata-context,
    .vakata-context ul {
        margin: 0;
        padding: 2px;
        position: absolute;
        background: #f5f5f5;
        border: 1px solid #979797;
        -moz-box-shadow: 5px 5px 4px -4px #666666;
        -webkit-box-shadow: 2px 2px 2px #999999;
        box-shadow: 2px 2px 2px #999999;
    }

        .vakata-context ul {
            list-style: none;
            left: 100%;
            margin-top: -2.7em;
            margin-left: -4px;
        }

        .vakata-context .vakata-context-right ul {
            left: auto;
            right: 100%;
            margin-left: auto;
            margin-right: -4px;
        }

        .vakata-context li {
            list-style: none;
            display: inline;
        }

            .vakata-context li > a {
                display: block;
                padding: 0 2em 0 2em;
                text-decoration: none;
                width: auto;
                color: black;
                white-space: nowrap;
                line-height: 2.4em;
                -moz-text-shadow: 1px 1px 0 white;
                -webkit-text-shadow: 1px 1px 0 white;
                text-shadow: 1px 1px 0 white;
                -moz-border-radius: 1px;
                -webkit-border-radius: 1px;
                border-radius: 1px;
            }

                .vakata-context li > a:hover {
                    position: relative;
                    background-color: #e8eff7;
                    -moz-box-shadow: 0 0 2px #0a6aa1;
                    -webkit-box-shadow: 0 0 2px #0a6aa1;
                    box-shadow: 0 0 2px #0a6aa1;
                }

                .vakata-context li > a.vakata-context-parent {
                    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
                    background-position: right center;
                    background-repeat: no-repeat;
                }

                .vakata-context li > a:focus {
                    outline: 0;
                }

        .vakata-context .vakata-context-hover > a {
            position: relative;
            background-color: #e8eff7;
            -moz-box-shadow: 0 0 2px #0a6aa1;
            -webkit-box-shadow: 0 0 2px #0a6aa1;
            box-shadow: 0 0 2px #0a6aa1;
        }

        .vakata-context .vakata-context-separator a,
        .vakata-context .vakata-context-separator a:hover {
            background: white;
            border: 0;
            border-top: 1px solid #e2e3e3;
            height: 1px;
            min-height: 1px;
            max-height: 1px;
            padding: 0;
            margin: 0 0 0 2.4em;
            border-left: 1px solid #e0e0e0;
            -moz-text-shadow: 0 0 0 transparent;
            -webkit-text-shadow: 0 0 0 transparent;
            text-shadow: 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 transparent;
            -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        .vakata-context .vakata-contextmenu-disabled a,
        .vakata-context .vakata-contextmenu-disabled a:hover {
            color: silver;
            background-color: transparent;
            border: 0;
            box-shadow: 0 0 0;
        }

        .vakata-context li > a > i {
            text-decoration: none;
            display: inline-block;
            width: 2.4em;
            height: 2.4em;
            background: transparent;
            margin: 0 0 0 -2em;
            vertical-align: top;
            text-align: center;
            line-height: 2.4em;
        }

            .vakata-context li > a > i:empty {
                width: 2.4em;
                line-height: 2.4em;
            }

        .vakata-context li > a .vakata-contextmenu-sep {
            display: inline-block;
            width: 1px;
            height: 2.4em;
            background: white;
            margin: 0 0.5em 0 0;
            border-left: 1px solid #e2e3e3;
        }

        .vakata-context .vakata-contextmenu-shortcut {
            font-size: 0.8em;
            color: silver;
            opacity: 0.5;
            display: none;
        }

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px;
}

.vakata-context-rtl li > a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat;
}

.vakata-context-rtl .vakata-context-separator > a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3;
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto;
}

.vakata-context-rtl li > a > i {
    margin: 0 -2em 0 0;
}

.vakata-context-rtl li > a .vakata-contextmenu-sep {
    margin: 0 0 0 0.5em;
    border-left-color: white;
    background: #e2e3e3;
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px;
}

    #jstree-dnd .jstree-icon,
    #jstree-dnd .jstree-copy {
        display: inline-block;
        text-decoration: none;
        margin: 0 2px 0 0;
        padding: 0;
        width: 16px;
        height: 16px;
    }

    #jstree-dnd .jstree-ok {
        background: green;
    }

    #jstree-dnd .jstree-er {
        background: red;
    }

    #jstree-dnd .jstree-copy {
        margin: 0 2px 0 2px;
    }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent;
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
    transition: background-color 0.15s, box-shadow 0.15s;
}

.jstree-default .jstree-hovered {
    /*background: #e7f4f9;*/
    background: #D9F0F8;
    /*border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc;*/
}

.jstree-default .jstree-clicked {
    /*background: #beebff;*/
    /*background: #E5EDF0;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;*/
}

    .jstree-default .jstree-clicked.jstree-hovered {
        background: #D9F0F8;
    }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
    display: none;
}

.jstree-default .jstree-disabled {
    background: transparent;
    color: #666;
}

    .jstree-default .jstree-disabled.jstree-hovered {
        background: transparent;
        box-shadow: none;
    }

    .jstree-default .jstree-disabled.jstree-clicked {
        background: #efefef;
    }

    .jstree-default .jstree-disabled > .jstree-icon {
        opacity: 0.8;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
        /* Firefox 10+ */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+ & Safari 6+ */
    }

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: bold;
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    box-shadow: none;
}

    .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
        background: #e7f4f9;
    }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent;
}

    .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
        background: #e7f4f9;
    }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
    background-image: url("32px_plus.png");
    background-repeat: no-repeat;
    background-color: transparent;
}

#jstree-dnd.jstree-default i {
    background: transparent;
    width: 16px;
    height: 16px;
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -9px -71px;
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -39px -71px;
}

.jstree-default > .jstree-striped {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.jstree-default .jstree-wholerow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9;
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));*/
    background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
    background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
    background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
    background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px;
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

    .jstree-default .jstree-icon:empty {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px;
}

.jstree-default .jstree-wholerow {
    height: 24px;
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("32px_plus.png");
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y;
}

.jstree-default .jstree-last {
    background: transparent;
}

.jstree-default .jstree-open > .jstree-ocl {
    background-position: -132px -4px;
}

.jstree-default .jstree-closed > .jstree-ocl {
    background-position: -100px -4px;
}

.jstree-default .jstree-leaf > .jstree-ocl {
    background-position: -68px -4px;
}

.jstree-default .jstree-anchor > .jstree-themeicon {
    background-position: -260px -4px;
}

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent;
}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -36px -4px;
}

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -4px -4px;
}

.jstree-default .jstree-disabled {
    background: transparent;
}

    .jstree-default .jstree-disabled.jstree-hovered {
        background: transparent;
    }

    .jstree-default .jstree-disabled.jstree-clicked {
        background: #efefef;
    }

.jstree-default .jstree-checkbox {
    background-position: -164px -4px;
}

    .jstree-default .jstree-checkbox:hover {
        background-position: -164px -36px;
    }

.jstree-default .jstree-clicked > .jstree-checkbox {
    background-position: -228px -4px;
}

    .jstree-default .jstree-clicked > .jstree-checkbox:hover {
        background-position: -228px -36px;
    }

.jstree-default .jstree-anchor > .jstree-undetermined {
    background-position: -196px -4px;
}

    .jstree-default .jstree-anchor > .jstree-undetermined:hover {
        background-position: -196px -36px;
    }

.jstree-default > .jstree-striped {
    background-size: auto 48px;
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -132px -36px;
}

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -100px -36px;
}

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -68px -36px;
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent;
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -36px -36px;
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -4px -36px;
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
}

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
    /*background: url("throbber.gif") center center no-repeat;*/
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px;
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px;
}

.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

    .jstree-default-small .jstree-icon:empty {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px;
}

.jstree-default-small .jstree-wholerow {
    height: 18px;
}

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
    background-image: url("32px_plus.png");
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y;
}

.jstree-default-small .jstree-last {
    background: transparent;
}

.jstree-default-small .jstree-open > .jstree-ocl {
    background-position: -135px -7px;
}

.jstree-default-small .jstree-closed > .jstree-ocl {
    background-position: -103px -7px;
}

.jstree-default-small .jstree-leaf > .jstree-ocl {
    background-position: -71px -7px;
}

.jstree-default-small .jstree-anchor > .jstree-themeicon {
    background-position: -263px -7px;
}

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent;
}

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -39px -7px;
}

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -7px -7px;
}

.jstree-default-small .jstree-disabled {
    background: transparent;
}

    .jstree-default-small .jstree-disabled.jstree-hovered {
        background: transparent;
    }

    .jstree-default-small .jstree-disabled.jstree-clicked {
        background: #efefef;
    }

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px;
}

    .jstree-default-small .jstree-checkbox:hover {
        background-position: -167px -39px;
    }

.jstree-default-small .jstree-clicked > .jstree-checkbox {
    background-position: -231px -7px;
}

    .jstree-default-small .jstree-clicked > .jstree-checkbox:hover {
        background-position: -231px -39px;
    }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
    background-position: -199px -7px;
}

    .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
        background-position: -199px -39px;
    }

.jstree-default-small > .jstree-striped {
    background-size: auto 36px;
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -135px -39px;
}

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -103px -39px;
}

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -71px -39px;
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent;
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -39px -39px;
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -7px -39px;
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
}

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
    /*background: url("throbber.gif") center center no-repeat;*/
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px;
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px;
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

    .jstree-default-large .jstree-icon:empty {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px;
}

.jstree-default-large .jstree-wholerow {
    height: 32px;
}

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
    background-image: url("32px_plus.png");
}

.jstree-default-large .jstree-node {
    background-position: -288px 0px;
    background-repeat: repeat-y;
}

.jstree-default-large .jstree-last {
    background: transparent;
}

.jstree-default-large .jstree-open > .jstree-ocl {
    background-position: -128px 0px;
}

.jstree-default-large .jstree-closed > .jstree-ocl {
    background-position: -96px 0px;
}

.jstree-default-large .jstree-leaf > .jstree-ocl {
    background-position: -64px 0px;
}

.jstree-default-large .jstree-anchor > .jstree-themeicon {
    background-position: -256px 0px;
}

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent;
}

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -32px 0px;
}

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: 0px 0px;
}

.jstree-default-large .jstree-disabled {
    background: transparent;
}

    .jstree-default-large .jstree-disabled.jstree-hovered {
        background: transparent;
    }

    .jstree-default-large .jstree-disabled.jstree-clicked {
        background: #efefef;
    }

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0px;
}

    .jstree-default-large .jstree-checkbox:hover {
        background-position: -160px -32px;
    }

.jstree-default-large .jstree-clicked > .jstree-checkbox {
    background-position: -224px 0px;
}

    .jstree-default-large .jstree-clicked > .jstree-checkbox:hover {
        background-position: -224px -32px;
    }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
    background-position: -192px 0px;
}

    .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
        background-position: -192px -32px;
    }

.jstree-default-large > .jstree-striped {
    background-size: auto 64px;
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -128px -32px;
}

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -96px -32px;
}

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -64px -32px;
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent;
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -32px -32px;
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: 0px -32px;
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
}

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
    /*background: url("throbber.gif") center center no-repeat;*/
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent;
}

@media (max-width: 768px) {
    .jstree-default-responsive {
        /*
		.jstree-open > .jstree-ocl,
		.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
		*/
    }

        .jstree-default-responsive .jstree-icon {
            background-image: url("40px.png");
        }

        .jstree-default-responsive .jstree-node,
        .jstree-default-responsive .jstree-leaf > .jstree-ocl {
            background: transparent;
        }

        .jstree-default-responsive .jstree-node {
            min-height: 40px;
            line-height: 40px;
            margin-left: 40px;
            min-width: 40px;
            white-space: nowrap;
        }

        .jstree-default-responsive .jstree-anchor {
            line-height: 40px;
            height: 40px;
        }

        .jstree-default-responsive .jstree-icon,
        .jstree-default-responsive .jstree-icon:empty {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

        .jstree-default-responsive > .jstree-container-ul > .jstree-node {
            margin-left: 0;
        }

        .jstree-default-responsive.jstree-rtl .jstree-node {
            margin-left: 0;
            margin-right: 40px;
        }

        .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
            margin-right: 0;
        }

        .jstree-default-responsive .jstree-ocl,
        .jstree-default-responsive .jstree-themeicon,
        .jstree-default-responsive .jstree-checkbox {
            background-size: 120px 200px;
        }

        .jstree-default-responsive .jstree-leaf > .jstree-ocl {
            background: transparent;
        }

        .jstree-default-responsive .jstree-open > .jstree-ocl {
            background-position: 0 0px !important;
        }

        .jstree-default-responsive .jstree-closed > .jstree-ocl {
            background-position: 0 -40px !important;
        }

        .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
            background-position: -40px 0px !important;
        }

        .jstree-default-responsive .jstree-anchor > .jstree-themeicon {
            background-position: -40px -40px;
        }

        .jstree-default-responsive .jstree-checkbox,
        .jstree-default-responsive .jstree-checkbox:hover {
            background-position: -40px -80px;
        }

        .jstree-default-responsive .jstree-clicked > .jstree-checkbox,
        .jstree-default-responsive .jstree-clicked > .jstree-checkbox:hover {
            background-position: 0 -80px;
        }

        .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
        .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
            background-position: 0 -120px;
        }

        .jstree-default-responsive .jstree-anchor {
            font-weight: bold;
            font-size: 1.1em;
            text-shadow: 1px 1px white;
        }

        .jstree-default-responsive > .jstree-striped {
            background: transparent;
        }

        .jstree-default-responsive .jstree-wholerow {
            border-top: 1px solid rgba(255, 255, 255, 0.7);
            border-bottom: 1px solid rgba(64, 64, 64, 0.2);
            background: #ebebeb;
            height: 40px;
        }

        .jstree-default-responsive .jstree-wholerow-hovered {
            background: #e7f4f9;
        }

        .jstree-default-responsive .jstree-wholerow-clicked {
            background: #beebff;
        }

        .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
            box-shadow: inset 0 -6px 3px -5px #666666;
        }

        .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
            box-shadow: inset 0 6px 3px -5px #666666;
            border-top: 0;
        }

        .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
            box-shadow: none;
        }

        .jstree-default-responsive .jstree-node,
        .jstree-default-responsive .jstree-icon,
        .jstree-default-responsive .jstree-node > .jstree-ocl,
        .jstree-default-responsive .jstree-themeicon,
        .jstree-default-responsive .jstree-checkbox {
            background-image: url("40px.png");
            background-size: 120px 200px;
        }

        .jstree-default-responsive .jstree-node {
            background-position: -80px 0;
            background-repeat: repeat-y;
        }

        .jstree-default-responsive .jstree-last {
            background: transparent;
        }

        .jstree-default-responsive .jstree-leaf > .jstree-ocl {
            background-position: -40px -120px;
        }

        .jstree-default-responsive .jstree-last > .jstree-ocl {
            background-position: -40px -160px;
        }

        .jstree-default-responsive .jstree-themeicon-custom {
            background-color: transparent;
            background-image: none;
        }
}

.jstree-default > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
}

.drop-down-list {
    z-index: 50;
}

    .drop-down-list a {
        text-decoration: none;
    }

    .drop-down-list span {
        margin: 0;
        padding: 0;
    }

    .drop-down-list ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .drop-down-list > .drop-down-list-header,
    .drop-down-list > .drop-down-list-body {
        padding: 5px;
        z-index: 2;
    }

    .drop-down-list > .drop-down-list-body {
        border-top: none;
        background-color: white;
        box-shadow: 0 1px 1px 1px #898989;
    }

    .drop-down-list > .drop-down-list-header {
        background-image: url('images/arrow_down.png');
        background-repeat: no-repeat;
        background-color: transparent;
        padding-right: 1.5em !important;
        background-position: 96% 60%;
        background-size: 12px 12px;
    }

        .drop-down-list > .drop-down-list-header.languages-dropdown-list-header {
            background-position: 98% 60%;
        }

.drop-down-list > .drop-down-list-header:hover {
    cursor: pointer;
}

.drop-down-list ul > li {
    padding: 2px;
    margin-bottom: 0;
}

    .drop-down-list ul > li:hover {
        background-color: #EAEAEA;
        cursor: pointer;
    }

    .drop-down-list ul > li:last-of-type {
        border-bottom: none;
    }

    .drop-down-list ul > li > a {
        display: block;
        width: 100%;
    }

    .drop-down-list ul > li a:hover {
        background-color: transparent;
    }

.jstree-themeicon {
    display: none !important;
}

.soutron-grid {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
}

    .soutron-grid .ui-icon {
        cursor: pointer;
    }

    .soutron-grid .selected {
        background-color: rgb(189, 208, 203);
    }

.soutron-grid-row {
    position: relative;
}

    .soutron-grid-row:hover {
        background-color: rgb(153, 187, 232);
    }

.odd-row {
    background-color: white;
}

.even-row {
    background-color: rgb(243, 243, 243);
}

.plus-minus-cell, .minus, .plus {
    cursor: default;
}

.soutron-grid-tabs {
    font-size: 12px;
}


.soutron-grid-header-cell {
    border-right: 1px solid #D4D4D4;
}

.soutron-grid-header-row {
    background-color: #ffffff; 
    border-color: #e7e7e7 #e7e7e7 #4fa7ef; 
    border-style: solid; 
    border-width: 0 0 2px;
}

.soutron-grid-cell, .soutron-grid-header-cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
    text-align: left;
}

.soutron-grid-cell {
    border-right: 1px solid #e7e7e7;
}

.center-aligned-cell {
    text-align: center;
}

.soutron-grid-cell ul {
    margin: 0;
    padding: 0;
}


.cell-text {
    color: #000; 
}

a.cell-text, .cell-text  {
    display: inherit; 
    font-size: 14px; 
    padding-left: 2px;
    padding-right: 2px;
    white-space: pre-wrap;
}

.soutron-grid-preview-cell {
    padding: 0;
}

td.soutron-grid-cell:last-of-type {
    border-right: none;
}

.soutron-grid-preview-row {
    background-color: #ccd7f0;
}

.description-text {
    font-size: .9em;
    padding-top: 1em;
    font-style: italic;
    text-align: justify;
}

.grid-data {
     border-top: 1px solid #e7e7e7;
     border-left: 1px solid #e7e7e7;
     border-bottom: 1px solid #e7e7e7;
} 

/*                                          --->START old core.css */
/*Not yet tested*/
/*After verification, this file will be deleted*/
/*.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    font-size: 0.9em;
}

.ui-autocomplete-loading {
    background: white url('images/loader_16x16.gif') no-repeat right center;
}

.ui-autocomplete .ui-menu-item {
    padding: 5px 0;
}

    .ui-autocomplete .ui-menu-item:nth-child(even) {
        background-color: #efefef;
    }

    .ui-autocomplete .ui-menu-item > a.ui-state-focus {
        background: none;
        border: none;
    }

    .ui-autocomplete .ui-menu-item:hover {
        cursor: pointer;
        background-color: #ccc;
    }*/

.drop-down-list-body {
    top: 32px;
    left: 5px;
}
/*                                      <--- END old core.css*/


/***********************START SOUTRON TREE*****************************/
.offices-dropdown-list-header {
    background-color: #E9E9E9;
    box-shadow: 0 0 1px 1px #898989;
}

.languages-dropdown-list-header {
    margin-left: 8px;
}

    .offices-dropdown-list-header span,
    .languages-dropdown-list-header span {
        font-weight: bold;
    }


/*********************** Thesaurus User Defined Fields (UDF) ********/
.thesaurus-field-text:hover + .term-user-defined-model,
.thesaurus-cell-text:hover + .term-user-defined-model {
    display: block;
    position: absolute;
    z-index: 99999;
    background-color: white;
}

.user-field-title {
    background-color: #e5edf8;
    border-bottom-color: #d1dff3;
    color: #3f79b6;
    font-size: 14px;
    padding: 8px 14px;
}

.user-field-scope-note {
    background-color: #d0f4f4;
    font-style: italic;
    color: #4d6883;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 14px;
}

.term-user-defined-model {
    display: none;
    border: 1px solid #e5edf8;
    border-radius: 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    color: #4d6883;
    padding: 0px;
    width: 300px;
    max-width: 300px;
}

.thesaurus-cell-text, .thesaurus-field-text {
    text-decoration: underline;
}


/*********************** Grid old ***********************************/
.sort-icon {
    cursor: pointer;
    background-image: url('images/record_view/sort_up.png');
    padding: 0.5em;
    background-repeat: no-repeat;
    position: relative;
    float: left;
}

    .sort-icon.descending-icon {
        background-image: url('images/record_view/sort_down.png');
    }
body {
font-family: Calibri, sans-serif !important;
color:#000!important;
}
.wl-logotype > img {
    height: 60px;
	margin-left: 30px;
}
#loginForm {
    display: table;
    margin-top: 10px;
}
.adminbtn {
margin-top: 5px;
}
.copy {
    height: 30px;
    margin: 10px;
}
.list-inline.menulist {
    margin-top: 3px;
}

.menulist a {
    color: #000 !important;
  
}
.list-inline.menulist a {
    color: #000;
}
.nopad {
    padding: 5px 10px 0;
}
.fullwidth {
width:100%;
margin-left: auto;
    margin-right: auto;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.fullwidth10 {
width:100%;
margin-left: auto;
    margin-right: auto;
    padding-left: 10px!important;
    padding-right: 0px!important;
}
.mainheader {
    background-color: #fed316;
    height: 40px;
}
.mainheader  .mainheadertext {
    color: #005837;
    font-size: 24px;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 4px;
}

.strapline {
   /* background-color: #99BCAF;*/
	background-color: #eef5f2;
    
    height: 40px;
	margin-bottom:30px;
}
.strapline > div {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 0px;
}


.rounded-panel{
border-color:#0e6633;
}
#simpleSearchModule.simple-search-module div.rounded-panel div.panel-content {
width: 100%;
margin-left: 25px;

}

#simpleSearchModule.simple-search-module div.rounded-panel{
    border: 1px solid #F0EAF4;
    border-radius: 5px;
	background-color:#F0EAF4;
	height: 87px;
}

.dropdown-list-switcher {
    background-color: #fff;
    background-image: none;
    border: 1px solid #005837;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 39px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 218px;
	background-image: url("images/arrow_down.png") !important;
    background-position: 100% 49%;
	}
	.dropdown-list-switcher.collapsed {
    background-image: url("images/arrow_up.png") !important;
}
.dropdown-list-module,.dropdown-list-switcher {	
	right: 9%!important;
    height: 39px;
    padding-right: 0 !important;
    top: 25% !important;
}
.simple-search-module > .rounded-panel > .panel-content > form > div:first-of-type input[type="text"] {
   
    width: 89%;
	height:39px;
}
.btn {
border:1px;
color: #005837 !important;}
.use-advanced-search {
    display: none;
}
.dropdown-list-switcher:hover {
text-decoration:none;
background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.simple-search-module div.rounded-panel div.panel-content form div button.btn.btn-default {
    height: 39px;
	margin-left: 66%;
	border-color:#6C3B88;
}

#simpleSearchModule.simple-search-module div.rounded-panel div.panel-content form::before {
    content: "Search within";
    float: left;
    margin-left: -30px;
    margin-top: 9px;
	font-weight:bold;
}

.searchhr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #6c3b88 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 3px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.gridphotocollections img {
    height: 180px;
}
.gridphotocollections .text {
  
   margin-left: 15px;
    top: 60px;
    visibility: hidden;
	width:100%;
}
.gridphotocollections:hover .text p {
    visibility: visible;
	color:#ffffff;
	font-weight:bold;
}

.gridphotocollections:hover img {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 38%, rgba(0, 0, 0, 0.95) 99%) repeat scroll 0 0;
    overflow: hidden;
    text-decoration: none;
}
.gridphotocollections {

    height: 180px;
    width: 271px;
	
}

.gridphotocollections a {
 display: inline-block;
    background: black;
    padding: 0;
	}
	
	.gridphotocollections a  img {
    display: block;
    
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}


.gridphotocollections:hover img {
    opacity: 0.45;
}

.toctitle {
   background-color: #000;
    color: #fff;
    font-weight: bold;
    margin-top: 88px;
    opacity: 0.65;
    padding: 6px;
    text-align: center;
    visibility: visible;
    width: 100%;
}

.gridphotocollections:hover  .toctitle {
  
    visibility:hidden;
}

.text  {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 94%;
}

.text p {
padding-left: 10px;
    padding-right: 10px;
	margin-top:-130px;
}

.tocitem.grid a .text {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.loader.simple-search-loader {
    background-size: 70% auto;
      margin-left: 9% !important;
    margin-top: -41px;
     
	}
	
#accordion	.panel-default {
    border-color: #ddd;
    cursor: pointer;
}

.searchbar {
    width: 0;
}
.ss {
    margin-top: 22px;
	  height: 39px;
	  background-color: #6c3b88;
    border-color: #6c3b88;
}

.ss:hover, .ss:active, .ss:focus {
background-color:#F0EAF4;
border-color:#6c3b88;

text-shadow:none;
}

.saved-search-tree-container.filter div.collapsible-panel-body.collapsed {
max-height: 30em !important;
}

.filter-right-control {
    float: left;
}

.fullaction {
margin-top: -9px!important;
}

.record-container ul {
    line-height: 1.4em;
}
.tabletop {
    border-top: medium none !important;
}
.FullFieldDisplayCol {
    width: 18%;
}
.mainheadertext{

 margin-left: 15px;
}
.wl-logotype {
    margin-left: 25px;
}
.thesaurus-cell-text, .thesaurus-field-text {
    text-decoration: none;
}
.image-button {
    border-radius: 3px!important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 4px 5px!important;
	border-color:#6C3B88;
}

.adv > div > .image-button, .req div div div a.image-button  {
 margin-top: 4px;
}


a {
    color: #6c3b88;
    text-decoration: none;
}
.collapsible-panel .collapsible-panel-header {
  
    border-bottom: 2px solid #6c3b88;
   
}
.glyphicons::before {
    color: #6c3b88;
   
}

.badge {
    background-color: #0e6633;
}

.jstree-clicked > .soutron-checkbox-icon, .soutron-checkbox-icon:checked, .soutron-checkbox-label-new input[type="checkbox"]:checked ~ i {
    background-color: #0e6633 !important;
}
.soutron-checkbox-label-new i {
border-color: #0e6633 !important;
}
.fa.fa-times:checked::before, .jstree-clicked > .soutron-checkbox-icon::before {
    background-color: #0e6633 !important;
  
}
.soutron-grid-header-row {
    background-color: #fff;
    border-color: #e7e7e7 #e7e7e7 #0e6633;
    border-style: solid;
    border-width: 0 0 2px;
}

#downloadDialog {
	height:55%!important;
	
}
#printDialog {
	height:52%!important;
	
}
.cancel-button {
	color:#fff!important;
}

.basket-title {
    color: #000;
    cursor: pointer;
    font-family: Calibri, sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    top: -1px;
    position: relative;
   
}
.basket-title:hover {
    left: -5px;
    top: 13px;
}
.basket-counter {
    color: #000;
     font-family: Calibri, sans-serif !important;
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;
   
    position: relative;
    text-align: center;
    top: -30px;
    white-space: nowrap;
    width: 20px;
}
.glyphicons.shopping_cart::before {
    color: #fff;
    content: "?";
    top: 13px;
}
.basket {
   
    top: 17px;
}
.well {
background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
}

.wellhov:hover {
background-image:linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);

}
.well {
border:2px solid #005837;

}
.rounded-panel > .panel-header > .caption-medium >label {
font-size:18px;
font-weight: bold;
}

.rounded-panel > .panel-header {
background-color: #005837;
}
.rounded-panel > .panel-header > .caption-medium > label::after {
    content: "the Library Catalogue";
    font-size: 18px;
    font-weight: bold;
}
.well.nopad > h4 {
    font-weight: bold;
}
.green.smaller.lighter.center {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
	font-weight: bold;
	 font-size: 24px;
}
.savedpad {
    margin-top: 5px;
}
.noleftpad {
    padding-left: 0;
}


.widget-box  >.widget-header {
background-color: #0e6633!important;
border-color:#0e6633!important;
}
.widget-box {border-color:#0e6633!important;}

.green.smaller.lighter.center > a {
  color: #69aa46 !important;
}
@media screen and (max-width: 950px) {
  .dropdown-list-module {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .simple-search-module > .rounded-panel > .panel-content > form > div:first-of-type input[type="text"] {
  width: 130%;
  }
}
.record-view-actions-container {
    margin-left: -14px;
    margin-top: -9px;
}
.fullnav {
    float: right;
}
.advanced-search-buttons-panel-top {
    display: block!important;
}
#ViewBasket {
    margin-left: 70% !important;
    margin-top: -41px !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
border-color: #005837;
}

#widget-current-search.widget-box.widget-color-blue div.widget-body.widget-body-custom div.widget-main.padding-10 ul {
margin-left: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus 
{
border-top-color: #0e6633;

}
a {
--color:#0e6633;
}
#advancedSearchSection {
border: 1px solid #0e6633;
}
.widget-height-top {
    height: 650px;
}
.widget-height-bottom {
    height: 240px;
}
.widget-header-green {
    background-image: none;
    color: #fff;
}
.widget-header-green > .widget-title{
	
	font-weight:bold;
}

.norightpad {
    padding-right: 0;
}
#myTab.nav.nav-tabs li.active a {

background-color: #0e6633;
    border-top-color: #0e6633;
    color: #fff;
    font-weight: bold;
}
.requestitem {
    position: relative;
    z-index: 1000 !important;
}
#widget-box-5.widget-box.ui-sortable-handle div.widget-body.widget-height-top div.widget-main.padding-6 ul li
{
list-style-type:disc;
}
#widget-box-5.widget-box.ui-sortable-handle div.widget-body.widget-height-top div.widget-main.padding-6 ul 
{
    margin-left: 15px;
}
a {
   color:blue;
    padding-left: 0;
 
}
.contactinfo {
    margin-bottom: 2px !important;
    margin-top: 15px;
}
.alert-success {
	
	color: #000;
}
.icons-list > li {
    list-style-type: none;
}
.search-field-container ,.complexdatesrange-template{
margin-bottom:1px;
}
.fdCollectiveTitle > .FullFieldDataCol {
    font-style: italic;
}

.FullFieldDisplayCol , .FullFieldDataCol{
    padding: 2px !important;
}

.btn, .btn-default, .btn:focus, .btn-default:focus {
    background-color: #fff !important;
}
.soutron-settings-button {
display:none!important;}

.ace-responsive-menu > li > a {

    padding: 9px 5px 7px 10px;

}
.widget-title {
    color: #fff;
}
#authorization-macro-button, #logout-macro-button, #button-simple-search, #enquiry-send-button {
    background-color: #fff!important;
    border-color: #005837!important;
}

ul#menu-portal a {
    color: unset;
}
#advanced-search-options {
    display: none!important;
}
button#search {
    margin-left: 1px;
}
