/* Minification failed. Returning unminified contents.
(1792,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2237,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2244,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 {
width: 100%;
}
body, h1,h2,h3,h4,h5,a,p {
font-family:'Roboto', 'Lucida Sans'!important;

}
.container > .row{
margin-left: 0px;
margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.glyphicons::before {
    color: #2A2A2A;
	}
	
.soubasket div#ViewBasket div.basket div.glyphicons::before {
  color: #B9DC0C;
}
.padr0 {
padding-right: 0;
}
.padl0 {
padding-left: 0;
}
.padl10 {
padding-left: 10px!important;
}
.logo {
    float: right;
    height: 54px;
    margin: 15px 10px 10px;
}
.soutron-dialog {
   
    margin: auto !important;
    
}
.fullwidthheader {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.fullwidth {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.basket > .fa-cart-plus {
    color: #fff;
   
}
.sounav {
    background-color:#7fbcd4!important; 
	background-image:none!important; 
    border-radius: 0;
    height: 50px;
    margin-bottom: 15px;
}

.soubasket {
    float: right;
    margin-right: 41px;
    margin-top: 16px;
	cursor: pointer;
}
.soubasketfull {
    float: right;
    margin-right: 41px;
    margin-top: -27px;
}

.basket-counter {
    color: #fff;
    top: -35px;
	font-size:14px;
   
}

.basket-title {
    color: #B9DC0C;
    left: 0px;
    top: 0;

}
.basket-title:hover {
    left: 0px;
    top: 0px;
}


.basket > .fa-cart-plus {
    color: #fff;
   
}
 .soutron-grid div.grid-data div div.soutron-grid-row div div.soutron-grid-cell div div.cell-text {
 font-size:14px;
 }
.logotxt {
    color: #B9DC0C;
	font-size: 24px;
    margin-left: 20px;
	font-weight:bold;
}
.headtext {
    margin-top: 4%;
}
.pgheader {
  /*  background-color: darkred; /*UAT*/
	    background-color: #252525; /*live*/
}
.pgheaderpadding {
	margin-bottom:15px;
}
.pgheadernav {
    margin-top: 13%;
}

.pgheadernav.nav > li > a {
	border-color: #585858!important;
    border-image: none;
    border-style: solid!important;
    border-width: 1px!important;
    display: block;
    margin-right: -1px;
    position: relative;
	background-color:#585858;
	color:#fff;
	
	
}
.pgheadernav.nav > li > a, .navbar-nav > li > a {
    padding: 2px 25px;
}
.pgheadernav >.active >a{
	background-color:#ccff33!important;
	border-color:#ccff33!important;
	color: #585858!important;
}
.pgheadernav li:first-child a,.pgheadernav li:first-child a:hover {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.pgheadernav li:last-child a,.pgheadernav li:last-child a:hover  {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.headerlink {
    margin-top: 15px;
    color: #fff;
}
.headerlink:hover {
    margin-top: 15px!important;
    color: #2A2A2A!important;
	text-decoration:none!important;
}
.sounav >.headerlink{
	margin-top: 14px;
    color: #fff;
	margin-right:16px;

	
}
.metsubheader {
	height:50px;
	background-color:#7fbcd4;
	
}
.metsubheader nav {
	float:right;
}
#horizontal-menu-portal a{
	color:#fff;
}
.ace-responsive-menu > li.menu-active > a {
	background:transparent!important;
	color:#000!important;
}
#horizontal-menu-portal .active-menu {
background:transparent!important;
	color:#000!important;
}
.pgheadernav > li {
    width: 160px;
    text-align: center;
}
.logotext {
    margin-top: 1.5%;
    font-size: 19px;
}
.logotext a {
	color:#fff;
}
.logotext a:hover {
	text-decoration:none;
}
 /*end header*/
 
 .advsearch a {
    color: #007aa9 !important;
}
.btn.btn-default.btn-mini.btn-block.btn-white.btn-inverse {
    color: #007aa9 !important;
	border-color: #959595;
}
.btn-block {
    margin-top: 0.5rem;
}
hr {
   
    margin-bottom: 4px;
    margin-top: 4px;
}
.boxheader {
    background: #B9DC0C none repeat scroll 0 0;
    color: #2A2A2A;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 7px;
	border-bottom: 2px solid #2A2A2A;
}
.boxbody a {
    padding-left: 0;
}
.boxheaderlogin {
    background: #CEDC00 none repeat scroll 0 0;
    color: #2A2A2A;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 7px;
	
}
#loginForm > div > div {
    display: table-cell;
}
.soutron-settings-button > a > i {

    margin-left: 7px;
    margin-top: 4px;
}
#loginForm input{
    margin-left: 3px;
    margin-right: 3px;
}
.boxbodylogin {
 
    padding-left: 7px;
}
.boxbodywhite {
 
  
    margin-top: 5px;
    padding-left: 7px;
}
.boxbody {
 background-color: #e5f7f8;
    color: #2A2A2A;
    padding: 7px;
	margin-bottom: 3px;
}
.advsearch {
    margin-bottom: 10px;

}

.boxbodywhite a {
    float: right;
}

.boxbody p {
    margin-bottom: 1px;
}
.boxhr {
    border: 1px solid #2A2A2A;
}



.boxbody > a {
    color: #2A2A2A;
}
.strapline {
    color: #cedc00;
    font-size: 16px;
  font-weight:300;
}
#simpleSearchModule.simple-search-module div.rounded-panel > .panel-header, .dropdown-list-switcher,.use-advanced-search{
display:none;
}

#simpleSearchModule.simple-search-module div.rounded-panel {
border:none;
}
#simpleSearchModule.simple-search-module div.rounded-panel > .panel-content {
    display: inline-block;
    padding: 10px 1%;
    width: 100%;
}
.simple-search-module div.rounded-panel div.panel-content form div button.btn.btn-default {
    height: 38px;
}
#simpleSearchTextBox{
    border: 2px solid #888B8D;
}
.simple-search-module > .rounded-panel > .panel-content > form > div:first-of-type input[type="text"] {
    width: 98%;
	height:38px!important;
}
.simple-search-module {
    width: 100%;

}
.action-buttons a {
	
	margin-left: -5px;
}
.boxbody > a {
    padding-left: 0;
	 padding-right: 0;
}

.gridphotocollections img {
    width: 272px;
	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;
	margin-bottom: 5%;
	
}

.gridphotocollections a {
 display: inline-block;
   -- background: black;
    padding: 0;
	color:#fff;
	}
	
	.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: 90px;
    font-size:15px;
    padding: 6px;
    text-align: center;
    visibility: visible;
    width: 272px;
}

.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: 272px!important;
}

.text p {
padding-left: 10px;
    padding-right: 10px;
	margin-top:-130px;
}
.gridphotocollections a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
	color:#fff;
}
.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%;
}
.centerboxes {
    margin-left: 3%;
}

/*END SEARCH PAGE*/

.search-result-actions-container,.record-view-actions-container{
    

    padding: 0px;
}

.advbtn {
   
	margin-top: 7px;
}
.image-button {
    padding: 3px;
}
.copies-list-container {
	border:0px;
	}
	
#widget-record-copies >.widget-box >.widget-body > .widget-main {
	
	padding:0px!important;
}
.widget-title {
	font-size:14px;
    color: #2A2A2A;

	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   border-radius: 0;
    background-color: #2A2A2A;
       margin-top: -2px; 
}

.badge, .nav-tabs > .active > a > .badge {
    background-color: #B9DC0C!important;
    color: #000 !important;
    font-weight: normal;
    opacity: 1;
	    font-size: 11px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #B9DC0C;
    text-decoration: none;
	 border-radius: 0;
}
.nav > li > a:hover  > .badge, .nav > li > a:focus  > .badge{
    background-color: #E5F7F8;
    text-decoration: none;

}
.caption-small, .caption-medium, .caption-large {
    
    font-weight: normal;
	}
.filter-right-control,.filter-left-control {
    float: left;
    width: 100%;
}
#amend-search-link,.filter-right-control  a.btn,.filter-right-control  a span,.filter-left-control  a ,.filter-right-control  a, 
.glyphicons.pencil 
  {
width:95%;
padding-left:0px;
}

a.cell-text, .cell-text {
    display: inherit;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    white-space: pre-wrap;
}
.soutron-grid-header-row {
    background-color: #e0e0e0!important;
}
.soutron-grid-header-cell > .cell-text {
    color: #000 !important;
}
.soutron-grid .selected {
    background-color: #e5f7f8;
	 font-weight: bold;
}
.soutron-grid-header-cell {
    font-weight: bold;
   
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
   
    opacity: 1;
   
}
#selectionButton {
    background-color: #cedc00;
	
}
#selectionButton span {

    text-shadow: none;
}
a {
    color: #007AA9;
	padding-left:0px;
	padding-right:0px;
}
.thesaurus-field-text {
line-height:1em;}
.btn, .btn-default, .btn:focus, .btn-default:focus {
    background-color: #007AA9 !important;
    border-color: #007AA9;
}
.btn:hover, .btn-default:hover {
	 background-color: #007AA9 !important;
    border-color: #007AA9;

}
.btn:hover span, .btn-default:hover span,.btn:hover , .btn-default:hover  {

	 color: #000!important;
}
.search-result-actions-container, .record-view-actions-container {
    
    padding: 8px 0 0;
}
.search-result-actions-container{
    
    padding:4px 0px 4px
}
/*END results PAGE*/

.reqnav div{
   
    margin-left: 20px;
    padding: 1px;
	margin-top: -15px;
}


.cancel-button {
    background-color: #fff;
    text-shadow: none;
}
/*END request PAGE*/

.basketaction div{
   
    margin-left: 10px;
    padding: 1px;

}
/*END basket PAGE*/

.advaction > a{
   
    margin-left: 20px;
    padding: 4px;
	margin-top: 8px;
}

/*END advanced PAGE*/

.fullnav {
    margin-bottom: 6px;
	margin-right:4%;
  
}
#copiesListContainer {
    margin-top: 10px;
}
.copies-list-container {
    padding: 0 !important;
}
.record-container input[type="submit"] {
    
    padding: 1px;
   text-decoration: none;
}




























.tabletop {
    border-top: medium none !important;
}
.rounded-panel {
    border: 1px solid #2A2A2A;
    border-radius: 5px;
}
.collapsible-panel .collapsible-panel-header {
    background-color: #E5F7F8;
    border-bottom: 2px solid #2A2A2A;
    margin-bottom: 0;
}

.collapsible-panel-header > .glyphicons::before, .collapsible-panel-header > a >.glyphicons::before {
margin: 4px 5px 0 -7px !important;
}
.copies-list-container {
    border: 1px solid #2A2A2A;
}
.soutron-grid-header-row {
    background-color: #fff;
    border-color: #e7e7e7 #e7e7e7 #2A2A2A;
    border-style: solid;
    border-width: 0 0 2px;
}

.image-container.book-cover-container > div > div > img {
    height: 30px;
   
}
.image-container.book-cover-container div div a img {
    width: 250px;
}
.FullFieldDataCID {
    font-size: 12px;
    margin-top: -20px;
	line-height: 13px;
}
/*END FULL PAGE*/



.badge, .nav-tabs > .active > a > .badge  {
	background-color: #b9dc0c;
}

.soutron-grid-tabs.nav.nav-tabs li.active a {
    
    border-top-color: #000!important;
    background-color: #808080;
    border-color: #000 #000 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;

	border-top: 2px solid #B9DC0C;
}
.nav > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888b8d;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    display: block;
    margin-right: -1px;
    position: relative;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.nav > li > a, .navbar-nav > li > a {
    padding: 10px 15px;



}



#resultsViewContainer { 
    border-left: 1px solid #888b8d;
    padding: 1em 0;
}
.copies-list-container .soutron-grid-cell {
    padding: 5px !important;
    white-space: normal !important;
}
.soutron-grid-cell:nth-child(3),.soutron-grid-header-cell:nth-child(3) {
min-width: 70px !important;
}
.reqtip {
    margin-top: 10% !important;
}
.copyright {
font-size:12px;
}
.soutron-home {
   margin-left: 50px;
    width: 72%;
    
}

.widget-box  .widget-header{
	
	background-color:#B9DC0C!important;
	border-color:#B9DC0C!important;
}
.widget-box {
	border-color:#B9DC0C!important;
}
.pad > .widget-box {
	border-width:0px;
}

.sounav > .image-button {
    margin-left: 3%;
}
.icons-list > li {
	
	   padding-top: 0;
}
.image-button {
max-height:34px;	
	
}
.widget-main.padding-10 > ul {
    margin-left: 0;
}
.soutron-grid-tabs > .active span {
    color: #fff !important;
}

.reqaction {
    float: left;
    margin-left: 3%;
}
.search-result-actions-container {
    float: none!important;
}
.FullFieldDisplay {
    font-weight: bold;
}
.tabletop {
border-top:none !important;
}
.recordtitle {
    color: #2b69ae;
}
.owl-carousel .owl-item img {
   
margin-bottom: 3%;
 
    margin-top: 1%;
}
.owl-carousel {
    width: 96%!important;
    margin-left: 9px;
	}

/*ace tumbnails*/
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom:15px;
 
}

ul.img-list li {
  display: inline-block;
  --height: 250px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 100%;
}
ul.img-list li a img {
width:100%;
--height:216px;	
}
.titletext {
background-color: #000;
padding: 5px;
width: 100%;

}
.titletext a {
	color:#fff;
}



span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


ul.img-list li:hover span.text-content {
  opacity: 1;

}
span.text-content {
  background: rgba(0,0,0,0.6);
  color: white;
  cursor: pointer;
  display: table-cell;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding-top: 35%;
}

.container-quick-search .action-buttons {
 margin-right: 0px;
margin-left: 6px;
}
.quick-search-edit:focus {
    outline: none!important;
}
.img-list li a {
	padding-left:0px!important;
	padding-right:0px!important;
}


  .search-field-container, .complexdatesrange-template {
    margin-bottom: 2px;
}


#searchConditions form div:nth-child(4) div:nth-child(5).col-xs-12.col-md-12.form-group div.col-xs-12.col-md-12.advanced-search-template div.col-xs-12.col-md-12 div.col-xs-12.col-md-8 div div.row div:nth-child(1),
#searchConditions form div:nth-child(4) div:nth-child(5).col-xs-12.col-md-12.form-group div.col-xs-12.col-md-12.advanced-search-template div.col-xs-12.col-md-12 div.col-xs-12.col-md-8 div div.row div:nth-child(2),


.advanced-template-name div div.table div div div div.table.complexdatesrange-template div div:nth-child(1),
.advanced-template-name div div.table div div div div.table.complexdatesrange-template div div:nth-child(2),
.advanced-template-name div div.table div div div div.table.complexdatesrange-template div div:nth-child(4),
.advanced-template-name div div.table div div div div.table.complexexactdate-template div div:nth-child(1),
.advanced-template-name div div.table div div div div.table.complexexactdate-template div div:nth-child(2){
	display:none;
	
}
#searchConditions form div:nth-child(4) div:nth-child(5).col-xs-12.col-md-12.form-group div.simple-search-template div.col-xs-12.col-md-12.form-group div.col-xs-12.col-md-12 div.row div:nth-child(1),
#searchConditions form div:nth-child(4) div:nth-child(5).col-xs-12.col-md-12.form-group div.simple-search-template div.col-xs-12.col-md-12.form-group div.col-xs-12.col-md-12 div.row div:nth-child(2),


.simple-search-template div.table.search-field-container div div div div.table.complexdatesrange-template div div:nth-child(1),
.simple-search-template div.table.search-field-container div div div div.table.complexdatesrange-template div  div:nth-child(2),
.simple-search-template div.table.search-field-container div div div div.table.complexdatesrange-template div  div:nth-child(4),
.simple-search-template div.table.search-field-container div div div div.table.complexdatesrange-template div  div:nth-child(1),
.simple-search-template div.table.search-field-container div div div div.table.complexdatesrange-template div  div:nth-child(2){
	display:none;
	
}
#searchConditions form div:nth-child(4) div:nth-child(5).col-xs-12.col-md-12.form-group div.col-xs-12.col-md-12.advanced-search-template div.col-xs-12.col-md-12 div.col-xs-12.col-md-8 div div.row div:nth-child(3)
{
	width: 110%;
margin-left: 1%;
}
#searchConditions form div:nth-child(4) div:nth-child(5).col-xs-12.col-md-12.form-group div.simple-search-template div.col-xs-12.col-md-12.form-group div.col-xs-12.col-md-12 div.row div:nth-child(3)
{
	width: 110%;
margin-left: 1%;
}

#searchConditions form div:nth-child(4) div:nth-child(4).col-xs-12.col-md-12.form-group div.simple-search-template div.col-xs-12.col-md-12 label {
	margin-bottom:14px;
}
#searchConditions label {
    font-weight: bold;
}
.advanced-controls-field-condition-attach {display:none;}

















#thesaurusDialogContent {
	height: 428px!important;
}
.thesaurus-lookup {
	height:77%!important;
}

.thesaurus-lookup > div > .modal-header {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.FullFieldDataCol,.FullFieldDisplayCol {
	padding:1px!important;
}

.fdSubjects.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 7px;
    float: none;
}

.fdAuthors.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 7px;
    float: none;
}
.fdEditors.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 7px;
    float: none;
}

.fdLanguage.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 15px;
    float: none;
}
.fdMediaType.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 7px;
    float: none;
}


.fdPublisher.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 15px;
    float: none;
}
.fdSeries.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 7px;
    float: none;
}
.fdGeographicalArea.typText td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 20px;
    float: none;
}
.fdCorporateAuthor.typThesaurus td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 15px;
    float: none;
}



.fdGeneralNotes.typText td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 20px;;
    float: none;
}



.fdSeriesNumber.typText td.FullFieldDataCol div.FullFieldData ul li {
    display: table;
    line-height: 20px;;
    float: none;
}



textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 0 !important;
    color: #858585;
    background-color: #ffffff;
    border: 2px solid #B9DC0C;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}


.advanced-search-template {
    border: 4px solid #828282;
	}

.widget-main .btn {
padding: 6px 3px;
}
#button-simple-search {
	padding: 3px 4px 4px;
}

#advancedSearchScrollArea > div:nth-child(1)
{
margin-left:25px;
}


#advancedSearchScrollArea > div:nth-child(1) > div > div:nth-child(2)
{
padding-left: 28px !important;
    padding-right: 17px !important;
}


#yearFromInput-1-26
{
margin-left: -8px;
}


#yearToInput-1-26
{
margin-left: -8px;
}

.advSearchTips
{
padding-top:101spx;
}


#SearchFields_1-127_Value
{

margin-top: -13px;
}

#advancedSearchScrollArea label {
    font-weight:bold;
}
.advanced-search-template div:nth-child(1) div .advanced-controls-field-condition {
	margin-left: 26px;
	
}
.advanced-search-template div:nth-child(1) div .advanced-controls-field-title {
	margin-left: 20px;
	
}
#SearchFields_2-1_Value, #SearchFields_2-7_Value,#SearchFields_1-127_Value,#SearchFields_1-136_Value {
    margin-top: 9px;
    margin-bottom: 5px;
}
.advanced-controls-field-title {
	top:-22px;
}
.advanced-controls-field-condition {
	top:-28px;
}



















#_additionalFieldsList
{
 border: 2px solid  #B9DC0C;
 margin-left:5px;
 font-weight:bold;
}
#search
{
    padding: 4px 3px;
	font-size: 12px;
}
.aboutArchive
{

margin-top:-10px;
}


#_additionalFieldsList > option
{

font-weight:bold;
}
.thesaurus-cell-text, .thesaurus-field-text {
    text-decoration: none;
	}
td.FullFieldDisplayCol {
    width: 220px;
}

.recordtitle ul ul li {
    color: #2b69ae;
    line-height: 1.5em;
}

.search-mode-switcher-label {
    cursor: pointer;
    padding-right: 1em;
    float: right;
    padding: 10px;
}
.advanced-search-buttons-panel-top {
    display: inherit!Important;
}


#searchConditions > form > div:nth-child(6) > div:nth-child(1) > label
{ margin-left:30px;}

#searchConditions > form > div:nth-child(4) > div:nth-child(6) > div > label
{ margin-left:14px;}

.nav.nav-list.can-scroll li.open a.dropdown-toggle {

    width: 189px;
}







.my-account {
    position: relative;
    top: -6px;
    color: #fff;
}
.my-account-title {
  font-weight:normal;
    font-style: normal !important;
}
.my-account div .fa-user {
    display: none !important;
}
.sounav > .headerlink > .my-account {
    top: 0px;
}
#LinkMyAccount:hover {
    color: #2A2A2A !important;
}
#_additionalFieldsList {
margin-left: 30px;
}
#searchConditions > form > .col-md-12:nth-child(3) {
    margin-left: 14px;
}

.quick-search-edit::-webkit-input-placeholder:before { /* Chrome/Opera/Safari */
  content:"General "!important;
}
.quick-search-edit::-moz-placeholder:before { /* Firefox 19+ */
 content:"General "!important;
}
.quick-search-edit:-ms-input-placeholder:before { /* IE 10+ */
 content:"General "!important;
}
.quick-search-edit:-moz-placeholder:before { /* Firefox 18- */
   content:"General "!important;
}
.stickypad {
    margin-top: 10%;
}
.stickypad2 {
    margin-top: 5.5%;
}
.stickypad3 {
    margin-top: 15%;
}
.typURL .FullFieldDataCol .FullFieldData ul li {display:table; float:none;}
#advancedSearchSection section#searchConditions form div:nth-child(4) div:nth-child(8) div.simple-search-template label {
    margin-left: 14px;
}
.advanced-controls-field-title  label{
margin-left:5px;}
.advanced-controls-field-title {
    top: -27px;
}


.FullFieldDisplayCol {
    background-color: #E3E9EF;
    font-size: 12px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	padding: 2px !important;

}
.FullFieldDataCol {

    font-size: 12px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.record-container >.table {
	max-width: 90%;
}
.tabletop {

    padding: 0px !important;
}
.full-record-container >.rounded-panel > .panel-content {
    display: inline-block;
    width: 96%;
    padding: 10px 2% 1px;
}
.typRich .FullFieldDataCol .FullFieldData ul li {

    padding: 0px;
    line-height: 19px;

}

.col-sm-7.col-md-12.custom-record-width {
    width: 58.33333333% !important;
}
.widget-body-custom  {
	max-height: 550px !important;
}
.custom-record-width > section > div.rounded-panel > div > div > table > tbody > tr.fdLocation\28 Room\2f Bay\29.typText > td.FullFieldDataCol > div > ul > ul {
    display: grid;
}

#content-types-navigation > div > ul > li.active > a > span:nth-child(1)
{
color:white !important;
}

#content-types-navigation > div > ul > li.active > a
{
background-color: #808080;
border-top: 2px solid #B9DC0C;
}



div.thumbnail-field > div > div > div > a > .fa:before {
    font-size: 32px;
    color: #DC2219;
}
.soufield {
    border-top: none;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
	 padding-left: 0px!important;
    padding-right: 0px!important;
}
.fdCID{
border-top:1px solid lightgrey;
}
.boldtext {
	font-weight: bold;
}
.classificationtext-black {
	color: #000;
}
.classificationtext-blue {
	color: #0070C0;
}
.classificationtext-green {
	color: #00B050;
}
.classificationtext-red {
	color: #FF0000;
}
.simple-search-macro >.widget-header {
	display: none;
}
.table-bordered > tbody > tr > td {
	padding: 4px 8px;
}


.fdSubjects > .FullFieldDataCol > div > ul > li {
    display: contents;
}
.active-element {
	font-weight:bold;
}
.fdGeographicalTerm li {
    display: inline-block;
}
.preview-action i {
font-size:24px
}
.soubtn {
    height: 36px;
    width: 36px;
}
.thesaurus-quick-search {
  border-style: solid;
  border-width: 1px;
  border-color: #959595;
}
