﻿
.select3 {
    position: relative;
    display: inline-block;
    zoom: 1;
}

    .select3 .select3-choice {
        display: block;
        height: 22px;
        padding: 0 0 0 10px;
        overflow: hidden;
        position: relative;
        border: 1px solid #cccccc;
        white-space: nowrap;
        line-height: 22px;
        font-size: 11px;
        color: #1c1cfe;
        text-decoration: none;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
        -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
        -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
        background: #fcfcfc;
        background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
        background: -webkit-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
        background: -o-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
        background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
        background: linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
        background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    }

.disabled .select3-choice {
    color: #000 !important;
}

.select3 .select3-choice {
    padding: 0 0 0 0 !important;
    outline: none;
}

    .select3 .select3-choice > .select3-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
        width: auto;
    }
    .select3.select3-chk .select3-choice > .select3-chosen {
        margin-right: 44px;
    }

.select3-tagbox {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: 24px;
}

.select3-tagbox-summary {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: 24px;
}

.select3-placeholder {
    color: #999999;
}

.select3-ddl .select3-down {
    display: inline-block;
    width: 17px;
    height: 100%;
    padding: 0 0 0 5px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    float: right;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .select3-ddl .select3-down:before {
        content: '\e903';
    }

.select3 .select3-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('../images/select3/select3.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select3-search-choice-close {
    display: block;
    position: absolute;
    top: 9px;
    width: 6px;
    height: 6px;
    font-size: 1px;
    background: url(../images/select3/closeSelection.png) no-repeat;
    outline: none;
}

.select3-offscreen, .select3-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select3-arrow {
    background-clip: padding-box;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
    background: linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select3-ddl .select3-arrow {
    min-width: 24px;
}

.select3-chk .select3-arrow {
    min-width: 24px;
}

.select3-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #cccccc;
}

.select3-chk .select3-drop {
    display: inline-block;
    position: static;
}

.disabled .select3-drop {
    background-color: whitesmoke !important;
}

.select3-search {
    display: inline-block;
    white-space: nowrap;
    z-index: 10000;
    width: 100%;
    margin: 5px 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
}

.select3-search .icon{
    right: 6px;
    position: absolute;
    font-size: 12px;
    top: 5px;
    cursor: text;
}

    .select3-drop, .select3-search, .select3-search input {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

        .select3-search input {
            border: 1px solid #DADADA;
            padding: 5px 20px 5px 6px;
            width: 100%;
            margin: 0;
            background: none!important;
            height: 24px;
            font-size: 11px;
            outline: none;
        }

.select3-ddl .select3-drop {
    display: inline-block;
    width: 18px;
    height: 100%;
    padding: 0 0 0 6px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 11px;
    color: #767676;
    cursor: pointer;
    float: right;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .select3-ddl .select3-drop:before {
        content: '\edbe';
    }

.select3-ddl .drop_click {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select3-ddl .select3-link {
    display: none;
    width: 18px;
    height: 100%;
    padding: 0 0 0 6px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    float: right;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .select3-ddl .select3-link:hover {
        color: blue;
    }

    .select3-ddl .select3-link:before, .select3-results .select3-hyperlink:before {
        content: "\e959";
    }


.select3-ddl .select3-line {
    display: inline-block;
    width: 1px;
    height: 100%;
    float: right;
    border-right: 1px solid #d2d2d2;
}

.select3-ddl .select3-close {
    display: none;
    width: 19px;
    height: 100%;
    padding: 0 0 0 5px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    float: right;
}

    .select3-ddl .select3-close:before {
        content: '\edb6';
    }

.select3 .select3-all {
    display: none;
    width: 17px;
    height: 100%;
    padding: 0 0 0 5px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    float: right;
}

    .select3 .select3-all:before {
        content: '\e917';
    }

.select3-chk .select3-all {
    display: inline-block;
}

.disabled .select3-down {
    cursor: default !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.disabled .select3-all, .disabled .select3-none, .disabled .select3-redo, .disabled .select3-tag-remove {
    display: none !important;
}

.select3 .select3-none {
    display: none;
    width: 17px;
    height: 100%;
    padding: 0px 0 0 5px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 10px;
    color: #767676;
    cursor: pointer;
    float: right;
}

    .select3 .select3-none:before {
        content: '\e91f';
    }

.select3-chk .select3-none {
    display: inline-block;
}

.select3 .select3-redo {
    display: none;
    width: 17px;
    height: 100%;
    padding: 0px 0 0 5px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    float: right;
}

    .select3 .select3-redo:before {
        content: '\e861';
    }

.select3-chk .select3-redo {
    display: inline-block;
}

.select3 .select3-datasourcegroupinginfo {
    /*display: none;*/
    width: 17px;
    height: 100%;
    padding: 0px 0 0 5px;
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    float: right;
}

    .select3 .select3-datasourcegroupinginfo:before {
        content: '\ed63';
    }

.select3-chk .select3-datasourcegroupinginfo {
    display: inline-block;
}

.select3-tag {
    height: 18px;
    line-height: 15px;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select3-tag-remove {
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

    .select3-tag-remove:hover {
        color: #000;
    }

.select3-hyperlink {
    width: 10px;
    height: 10px;
    float: none;
    margin: 0 0 0 4px;
    color: blue;
    font-size: 9px;
    cursor: pointer;
}

.select3-drop .select3-results {
    margin: 0 4px 4px 0;
    padding: 4px 4px 4px 4px;
    position: relative;
    /* CVS  - 20150803 - v4.0.0 - #17176 - Added horizontal scrolling to Select3 dropdown results */
    overflow-x: auto;
    overflow-y: auto;
    max-height: 200px;
}

.select3-chk .select3-results {
    margin: 0 4px 4px 0;
    padding: 4px 4px 4px 4px;
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 2000px;
}

.select3-drop .jstree-default .jstree-anchor {
    width: auto;
    cursor: default;
}

.select3 .jstree #selected {
    border-bottom: 1px dotted #f1f1f1;
}

    .select3 .jstree #selected > a, .select3-drop .jstree #selected > a {
        font-weight: bold;
        color: blue;
    }

        .select3 .jstree #selected > a > .jstree-checkbox, .select3-drop .jstree #selected > a > .jstree-checkbox {
            display: none;
        }

.select3 .hide-node, .select3-results .hide-node {
    display: none;
}

.select3 .none, .select3-results .none {
    width: 0px !important;
}

.select3-drop-ddl:not(.select3-drop-above) {
    display: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

.select3-drop-ddl.select3-drop-above {
    margin-bottom: -1px;
    display: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px -2px 8px -1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px -2px 8px -1px rgba(50, 50, 50, 0.3);
}

    .select3-drop-ddl.select3-drop-above .jstree-default > .jstree-children > .jstree-leaf:first-child {
        background-position: -292px 12px;
        background-repeat: no-repeat;
    }

    .select3-drop-ddl.select3-drop-above .jstree-default > .jstree-children > .jstree-leaf > .jstree-ocl:first-child {
        height: 2px;
        margin-top: 10px;
        background-position: -68px -16px;
    }

    .select3-drop-ddl.select3-drop-above .jstree-default > .jstree-children > .jstree-node:not(.jstree-leaf):first-child {
        background-position: -292px 14px;
        background-repeat: no-repeat;
    }

    .select3-drop-ddl.select3-drop-above .jstree-default > .jstree-children > .jstree-node.jstree-closed:not(.jstree-leaf) > .jstree-ocl:first-child {
        height: 12px;
        margin-top: 10px;
        background-position: -100px -13px;
    }

    .select3-drop-ddl.select3-drop-above .jstree-default > .jstree-children > .jstree-node.jstree-open:not(.jstree-leaf) > .jstree-ocl:first-child {
        height: 14px;
        margin-top: 9px;
        background-position: -132px -13px;
    }

    .select3-drop-ddl.select3-drop-above .jstree-default > .jstree-children > .jstree-last {
        background-position: -292px -4px;
        background-repeat: repeat-y;
        background-image: url(../images/jstree/32px.png);
    }

.select3-drop.select3-drop-above .select3-results {
    padding: 4px 0 0px 4px;
}

.select3-drop .select3-tagbox-summary {
    height: auto;
    border-top: 1px solid #cccccc;
    white-space: nowrap;
    line-height: 22px;
    font-size: 11px;
    color: #1c1cfe;
    background: #fcfcfc;
    margin: 0px 0px 0px 0;
    padding: 2px 4px 4px;
    position: relative;
    overflow: auto;
    max-height: 238px;
}

.select3-drop .select3-tag {
    max-width: inherit;
    margin: 0px 0px 3px 0px;
    float: none;
    display: table;
}

.select3-pager {
    display: none;
    width: 100%;
    height: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

    .select3-pager .count {
        display: inline-block;
        line-height: 20px;
        color: #8a8a8a;
        margin: 0 5px 0 0;
        font-size: 9px;
    }

    .select3-pager .left {
        width: 16px;
        float: left;
        line-height: 20px;
        color: #8a8a8a;
        margin: 0 0 0 5px;
    }

    .select3-pager .right {
        width: 16px;
        float: right;
        line-height: 20px;
        color: #8a8a8a;
        margin: 0 5px 0 0;
    }

    .select3-pager .disabled {
        color: #f1f1f1;
    }

.ui.active.dimmer.hover-image-container {
    z-index: 99;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20rem)
}

.hover-image-container .hover-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 999999;
}

#tagsummarymod {
    display: none;
    height: auto;
    border-top: none;
    white-space: nowrap;
    line-height: 22px;
    font-size: 11px;
    color: #1c1cfe;
    background: #fcfcfc;
    margin: 0px 0px 0px 0;
    padding: 4px 4px 0px;
    position: relative;
    overflow: auto;
    max-height: 200px;
}
