.account-container {
    font-size: 13pt;
    border: none !important;
    height: 44px;
}

.edit-account {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.account-menu-container {
    flex-grow: 0;
    display: inline-block;
    margin-top: 7px;
}

.account-menu {
    cursor: pointer;
    display: list-item;
    border-top-style: none;
    text-decoration: none;
    margin: 0 0 0 0;
    margin-top: -8px;
    border: none;
    outline: none;
    vertical-align: top;
    position: absolute;
    z-index: 1000000;
    list-style-type: none;
    background: #4F4F4F;
    border-radius: 2px;
    white-space: nowrap;
    padding: 0px;
    left: 25px;
    top: 45px;
}

    .account-menu div {
        border-bottom: solid 1px darkgray;
        padding: 5px;
        padding: 5px 10px;
}

.account-menu ul {
    margin-top: 5px;
}


    .account-menu .icon-checkedbox {
        margin-right: 5px;
    }

    .account-menu-list {
        margin: 0;
        padding-left: 2px;
    }

    .account-menu .menu-option {
        font-size: 14px;
        line-height: 36px;
        list-style-type: none;
        border-left-color: white;
        padding-left: 8px;
        padding-right: 20px;
        min-width: 120px;
        max-width: 300px;
        opacity:.85
    }

        .account-menu .menu-option:hover {
            opacity: 1;
            background: #3F3F3F;
        }


#passwordUpdateForm .error {
    color: red;
    padding-top: 10px;
}

.change-password-text {
    color: white;
    font-size: 15px;
    margin-bottom: 12px;
}

.change-password-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.password-back-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    flex: 1 0 auto;
    padding-top: 15px;
    font-size: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.change-password-button {
    flex: 1 1 auto;
    width: auto;
    text-align: right;
}

.config-container {
    height: 100%;
    overflow: hidden;
}
    .config-container button.btn-primary {
        font-weight: bold;
        background: #3573B9;
        outline: none !important;
        color: #ffffff;
        text-decoration: none;
        margin-left: 5px;
    }

    .config-container button.btn-secondary {
        font-weight: normal;
        outline: none !important;
        background: transparent;
        color: #ffffff;
        border: solid 1px #ffffff;
        text-decoration: none;
        margin-left: 5px;
    }

    .config-container button[disabled] {
        background: #8da3b9;
    }

    .config-container .hint {
        float: right;
        opacity: .6;
    }

    .config-container .config-left-col .config-box {
        font-size: 14px !important;
        color: white;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
        border: solid 1px #2a4964;
        min-height: 40px;
    }

.config-region {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    overflow-y: auto;
}

.config-region, .config-toolbar {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}


@media (max-width: 1345px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(0.67);
        -moz-transform: scale(0.67);
        -ms-transform: scale(0.67);
        -o-transform: scale(0.67);
        transform: scale(0.67);
        width: 150%;
    }
    .config-region {
        height: 150%;
    }
}

@media (min-width: 1345px) and (max-width: 1485px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(0.76);
        -moz-transform: scale(0.76);
        -ms-transform: scale(0.76);
        -o-transform: scale(0.76);
        transform: scale(0.76);
        width: 131%;
    }

    .config-region {
        height: 131%;
    }
}

@media (min-width: 1485px) and (max-width: 1600px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(0.84);
        -moz-transform: scale(0.84);
        -ms-transform: scale(0.84);
        -o-transform: scale(0.84);
        transform: scale(0.84);
        width: 119%;
    }

    .config-region {
        height: 119%;
    }
}

@media (min-width: 1600px) and (max-width: 1750px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(0.91);
        -moz-transform: scale(0.91);
        -ms-transform: scale(0.91);
        -o-transform: scale(0.91);
        transform: scale(0.91);
        width: 110%;
    }

    .config-region {
        height: 110%;
    }
}

@media (min-width: 1955px) and (max-width: 2225px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        width: 89%;
    }

    .config-region {
        height: 89%;
    }
}

@media (min-width: 2225px) and (max-width: 2575px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(1.30);
        -moz-transform: scale(1.30);
        -ms-transform: scale(1.30);
        -o-transform: scale(1.30);
        transform: scale(1.30);
        width: 77%;
    }

    .config-region {
        height: 77%;
    }
}

@media (min-width: 2575px) {
    .config-region, .config-toolbar {
        -webkit-transform: scale(1.49);
        -moz-transform: scale(1.49);
        -ms-transform: scale(1.49);
        -o-transform: scale(1.49);
        transform: scale(1.49);
        width: 67%;
    }

    .config-region {
        height: 67%;
    }
}

.config-flex-container {
    display: flex;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
}

.config-region .config-left-col {
    flex: 0 0 325px;
    padding-right: 10px;
}

.config-region .config-content {
    display: flex;
    white-space: normal;
    padding: 0 20px;
}

.config-container .admin-page {
    cursor: pointer;
    padding: 1px 3px;
    opacity: .85;
}
    .config-container .admin-page:hover {
        opacity: 1;
    }

    .config-container .admin-page.selected {
        font-weight: bold;
        color: #20b9dd;
        cursor: default;
        opacity: 1;
    }

.selected svg path {
    fill: #20b9dd;
}
.config-entry-label {
    text-transform: uppercase;
}

.config-content .tab-bar {
    height: 30px;
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    align-items: flex-start;
    text-transform: uppercase;
}

    .config-content .tab-bar > .tab {
        font-size: 14px;
        font-weight: bold;
        line-height: 35px;
        height: 35px;
        border: 2px solid #2B4761;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        display: inline-block;
        margin-right: 5px;
        background: #2A3544;
        padding: 0 10px 0 10px;
        z-index: 2;
        position: relative;
        top: 2px;
        align-self: flex-end;
        flex: 0 0 auto;
        opacity:.85
    }
    .config-content .tab-bar > .tab.unselected:hover {
        opacity: 1;
        cursor: pointer;
    }
    .config-content .tab-bar > .tab.disabled {
        opacity: .5;
        height: 30px;
    }
    .config-content .tab-bar > .tab.unselected {
        /* font-weight: normal; */
        height: 30px;
        /* border: none; */
        display: inline-block;
        font-weight: normal;
        background: #252731;
        z-index: 1;
        color: #c0c0c0;
        opacity: .85;
    }

.config-content .tab-content {
    height: calc(100% - 30px );
    background: #2A3544;
    border: 2px solid #2B4761;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}


.config-content .tab-bar-secondary {
    height: 30px;
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    align-items: flex-start;
    text-transform: uppercase;
    border-bottom: solid 1px #c0c0c0;
}

.config-content .tab-bar-secondary > .tab {
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    border-bottom: solid 3px #ffffff;
    display: inline-block;
    margin-right: 0px;
    padding: 0 15px 0 15px;
    z-index: 2;
    position: relative;
    top: 0px;
    align-self: flex-end;
    flex: 0 0 auto;
    opacity: .85
}

.config-content .tab-bar-secondary > .tab.unselected:hover {
    opacity: 1;
    cursor: pointer;
}

.config-content .tab-bar-secondary > .tab.disabled {
    opacity: .5;
    height: 24px;
}

    .config-content .tab-bar-secondary > .tab.unselected {
        /* font-weight: normal; */
        height: 24px;
        /* border: none; */
        display: inline-block;
        font-weight: normal;
        z-index: 1;
        color: #c0c0c0;
        border-bottom: none;
        opacity: .85;
    }

.config-content .tab-content-secondary {
    height: calc(100% - 30px );
    background: #2A3544;
    padding: 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.data-row {
    display: flex;
    border-radius: 5px;
    margin: 4px 0px 4px 4px;
    background: #2b4863;
    font-size: 20px;
    width: calc(100% - 10px);
    white-space: nowrap;
}

    .data-row.disabled {
        background-color: #182433;
        color: #c0c0c0 !important;
    }

    .data-row .primary-item {
        display: inline-block;
        padding: 10px 15px;
        margin-right: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.data-row .secondary-item {
    display: inline-block;
    padding: 6px 22px;
}

    .data-row .secondary-item .header {
        color: #b6beca;
        font-size: 11px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 4px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .data-row .secondary-item .value {
        font-size: 14px;
        line-height: 1.1;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .data-row .actions {
        line-height: 48px;
        float: right;
        white-space: nowrap;
        font-size: 13px;
        padding: 0 15px;
    }
    .data-row .actions span {
        margin-right: 10px;
    }

.data-instruction-row {
    display: inline-block;
    border-radius: 5px;
    margin: 4px 0px 4px 4px;
    border: solid 2px #2b4863;
    width: calc(100% - 10px);
    white-space: nowrap;
    padding: 10px;
}

.data-instruction-row button {
    float: right;
}
.audit-log {
    min-width: 1220px;
    margin: 0px 10px 10px 0;
    box-sizing: border-box;
    min-height: 280px;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.audit-log-scroll-container {
    overflow-y: auto;
    width:1220px;
    height:calc(100% - 112px);
    position: absolute;
}

.advanced-search .dropdown {
    width: 249px;
    max-height: 300px;
    border: 1px solid #b6beca;
    background: white;
    z-index: 100000;
    text-align: left;
    position: relative;
    top: 1px;
    padding: 3px;
}

.dropdown {
    max-height: 200px;
    position: relative;
    top: -5px;
    font-size: 14px;
    /* display: inline-block; */
    border: 2px solid #b6beca;
    overflow-y: scroll;
    overflow-x: visible;
}

.audit-log .config-entry-label {
    display: flow-root;
}

.audit-log .config-entry-label > span {
    float: left;
}


.audit-log .data-row .secondary-item {
    max-width: 169px;
    min-width: 123px;
}
.audit-log-list-button {
    margin: 4px 10px 4px 0;
    flex: 0 0 auto;
}

.audit-log .audit-log-loading {
    width: 46px;
    height: 46px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
}

.audit-log .audit-log-head {
    width: 1214px;
    border-radius: 5px;
    line-height: 2;
    background-color: #2a3544;
    font-size: 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.audit-log .audit-log-col {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 12px;
}
.audit-log .ellipsis {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audit-log .audit-event-col {
    max-width: 140px;
    min-width: 140px;
}

.audit-log .username-col {
    max-width: 106px;
    min-width: 106px;
}
.audit-log .patient-Id-col {
    max-width: 109px;
    min-width: 109px;
}
.audit-log .patient-col {
    max-width: 160px;
    min-width: 160px;
}
.audit-log .event-timestamp-col {
    max-width: 143px;
    min-width: 143px;
}

.audit-log .human-readable-text-col {
    max-width: 480px;
    min-width: 480px;
}

.audit-log .event-message-col {
    text-align: right;
    max-width: 40px;
    min-width: 40px;
}

.audit-log-navbar {
    width: 1214px;
    border-radius: 5px;
    background: #404041;
    margin: 0 0px 4px 0px;
    font-size: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.audit-log-navbar-results {
    flex: 0 0 auto;
}

.audit-log-navbar-search {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.audit-log .audit-log-result-label {
    color: gold;
    margin-left: 15px;
    font-size: 12px;
    line-height: 32px;
}

.search-button-group {
    display: inline;
    margin: 0 2px 0 0;
    flex: 0 0 auto;
}

.search-button-group > button {
    margin: 4px 5px 0 0;
}

.search-button-group > button svg {
    fill: white;
    max-height: 16px;
    max-width: 16px;
}

.data-row {
    display: flex;
    border-radius: 5px;
    margin: 3px 0px;
    background: #2b4863;
    width: calc(100% - 10px);
    white-space: nowrap;
    border: solid 1px #2b4863;
}

    .data-row.selected {
        border: solid 1px lightblue;
    }

    .data-row .audit-item {
        font-size: 12px;
        padding: 3px 11px;
        display: inline-block;
    }

.audit-log-list-no-auditlogs {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-style: italic;
}

.audit-log .pagnation {
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 10px;
    border: solid 1px #2c4763;
    border-radius: 5px;
    width: 100%;
}

.audit-log pre {
    max-height: 500px;
    background-color: #2e4964;
    color: white;
    min-width: 870px;
    max-width: 870px;
    margin: 0 10px;
    border: solid 1px #3A5D7F;
    font-size: 12px;
}

.audit-details-dialog .omnyx-modal-dialog-body {
    width: 920px;
    left: calc(50% - 460px);
}

.audit-log .arrow {
    display: inline-block;
    border-top: 6px solid white;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.presets-dialog .omnyx-modal-dialog-body {
    width:600px;
    left: calc(50% - 300px);
}

.presets-dialog .form-control {
    display: inline-block;
    width: 49%;
}

.event-message-col .glyphicon {
    font-size: 14px;
    margin-right: 5px;
}
.ibex-config {
    min-width: 650px;
    max-width: 650px;
}

    .ibex-config .form-control,
    .ibex-config .edit-box,
    .ibex-config select {
        margin-bottom: 15px;
    }

    .ibex-config .config-entry-label {
        display: flow-root;
    }

    .ibex-config .config-entry-label > span {
        float: left;
    }
.patient-merge {
    height: 100%;
    white-space: nowrap;
}

    .patient-merge .form-control {
        max-width: 375px;
    }

    .patient-merge .btn-dynamyx {
        margin-left: -3px;
    }

    .patient-merge .title {
        font-size: 18px;
    }

    .patient-merge .btn-secondary {
        border-color: #3573B9;
        background-color: transparent;
        color: #3573B9;
        margin-left: 10px;
        opacity: .85;
    }
    .patient-merge .btn-secondary:hover {
        opacity: 1;
    }
        .patient-merge .form {
            min-width: 350px;
            margin-top: 22px;
        }

    .patient-merge .more-matches {
        background-color: khaki;
        width: calc(100% - 6px);
        padding: 8px 15px;
        margin-bottom: 4px;
        margin-left: 0px;
        color: black;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }

        .patient-merge .more-matches [class^="icon-"], 
        .patient-merge .more-matches [class*=" icon-"] {
            font-size: 18px;
            margin-right: 15px;
        }

        .patient-merge .more-matches span:nth-child(2) {
            flex-grow: 2;
        }

        .patient-merge .more-matches span:nth-child(3) {
            opacity: .85
        }
            .patient-merge .more-matches span:nth-child(3):hover {
                opacity: 1;
                text-decoration: underline;
                cursor: pointer;
            }

            .patient-merge .patient-list {
                max-height: calc(100% - 210px);
                overflow-y: auto;
                overflow-x: hidden;
                margin-bottom: 10px;
                width: calc(100% + 15px);
                margin-left: -5px;
            }

            .patient-merge .merge-case-scroller::-webkit-scrollbar,
            .patient-merge .patient-list::-webkit-scrollbar {
                width: 10px;
            }

            .patient-merge .merge-case-scroller,
            .patient-merge .patient-list {
                scrollbar-width: thin;
                scrollbar-color: #484e55
            }

                .patient-merge .merge-case-scroller::-webkit-scrollbar-track,
                .patient-merge .patient-list::-webkit-scrollbar-track {
                    background: rgb(140, 140, 140);
                    border: 1px solid rgb(140, 140, 140);
                }

                    .patient-merge .merge-case-scroller::-webkit-scrollbar-track:hover,
                    .patient-merge .patient-list::-webkit-scrollbar-track:hover {
                        border: 1px solid rgb(175,175,175);
                    }

                .patient-merge .merge-case-scroller::-webkit-scrollbar-thumb,
                .patient-merge .patient-list::-webkit-scrollbar-thumb {
                    background-color: #2b4863;
                    border-radius: 6px;
                }

                .patient-merge .merge-case-scroller::-webkit-scrollbar-thumb:hover,
                .patient-merge .patient-list::-webkit-scrollbar-thumb:hover {
                    background-color: #3573b9;
                    border-radius: 10px;
                }


                .patient-merge .patient-list .patient {
                    display: flex;
                    border-radius: 5px;
                    margin: 4px 0px 4px 4px;
                    background: #2b4863;
                    font-size: 20px;
                    opacity: .85;
                    width: calc(100% - 10px);
                }

            .patient-merge .patient-list .patient.selected {
                background: #3573B9;
                opacity: 1;
            }

            .patient-merge .patient-list .patient:hover {
                opacity: 1;
                cursor: pointer;
            }
            .patient-merge .patient-list .patient .pt-name {
                display: inline-block;
                padding: 10px 15px;
                margin-right: 16px;
                min-width: 400px;
                max-width: 400px;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .patient-merge .patient-list .patient .pt-item {
                display: inline-block;
                padding: 6px 22px;
                min-width: 200px;
                max-width: 200px;
            }

                .patient-merge .patient-list .patient .pt-item .pt-header {
                    color: #b6beca;
                    font-size: 11px;
                    line-height: 1;
                    text-transform: uppercase;
                    text-align: center;
                    padding-bottom: 4px;
                }

                .patient-merge .patient-list .patient .pt-item .pt-value {
                    color: white;
                    font-size: 14px;
                    line-height: 1.1;
                    text-align: center;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

    .patient-merge .merge-selector table {
        border-spacing: 4px;
        border-collapse: separate;
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: -5px;
        width: calc(100% + 5px);
        max-width: none;
    }
        .patient-merge .merge-selector table[class^="icon-"],
        .patient-merge .merge-selector table[class*=" icon-"] {
            margin-right: 6px;
        }


    .patient-merge .merge-selector th {
        font-weight: bold;
        padding: 5px 10px;
        background-color: #2c4763;
        border-radius: 5px;
        vertical-align: top;
    }
    .patient-merge .merge-selector td {
        padding: 5px 10px;
        background-color: #2A3544;
        border-radius: 5px;
        vertical-align: top;
    }

    .patient-merge .merge-case-scroller {
        max-height: calc(100vh - 530px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .patient-merge .confirm-case-scroller {
        max-height: calc(100vh - 650px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    @media (max-width: 1430px) {
        .patient-merge .merge-case-scroller {
            max-height: calc(139vh - 530px);
        }
        .patient-merge .confirm-case-scroller {
            max-height: calc(139vh - 580px);
        }
    }
    @media (min-width: 1430px) and (max-width: 1550px) {
        .patient-merge .merge-case-scroller {
            max-height: calc(119vh - 530px);
        }
        .patient-merge .confirm-case-scroller {
            max-height: calc(119vh - 580px);
        }
    }
    @media (min-width: 1550px) and (max-width: 1700px) {
        .patient-merge .merge-case-scroller {
            max-height: calc(110vh - 530px);
        }
        .patient-merge .confirm-case-scroller {
            max-height: calc(110vh - 580px);
        }
    }
    @media (min-width: 1910px) and (max-width: 2225px) {
        .patient-merge .merge-case-scroller {
            max-height: calc(89vh - 530px);
        }
        .patient-merge .confirm-case-scroller {
            max-height: calc(89vh - 580px);
        }
    }
    @media (min-width: 2225px) and (max-width: 2540px) {
        .patient-merge .merge-case-scroller {
            max-height: calc(77vh - 530px);
        }
        .patient-merge .confirm-case-scroller {
            max-height: calc(77vh - 580px);
        }
    }
    @media (min-width: 2540px) {
        .patient-merge .merge-case-scroller {
            max-height: calc(67vh - 450px);
        }
        .patient-merge .confirm-case-scroller {
            max-height: calc(67vh - 580px);
        }
    }

        .patient-merge .merge-case,
        .patient-merge .merge-case-header {
            border-radius: 5px;
            border: solid 1px #121419;
            padding: 4px 6px;
            margin-bottom: 4px;
            font-size: 12px;
            display: flex;
            justify-content: left;
            max-width: 325px;
        }

        .patient-merge .merge-case-header {
            font-weight: bold;
            background-color: #121419
        }

.merge-case .patient-identifier,
.merge-case-header .patient-identifier {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

.merge-case .accession,
.merge-case-header .accession {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 16px;
    font-weight: bold;
    min-width: 125px;
    max-width: 125px;
}

.merge-case .date,
.merge-case-header .date {
    font-size: 12px;
    line-height: 16px;
    margin: 0 12px;
    max-width: 70px;
    min-width: 70px;
}

        .merge-status {
            margin-bottom: 9px;
            display: flex;
        }

            .merge-status div.step {
                display: inline-block;
                min-width: 290px;
                max-width: 290px;
                margin: 0 5px;
                min-height: 75px;
                max-height: 75px;
                padding: 0px 6px 6px 6px;
                border-radius: 5px;
                white-space: normal;
            }

                .merge-status div.step .patient-name-slash-id {
                    font-size: 16px;
                    max-width: 130px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    display: inline-block;
                    line-height: 16px;
                    margin-top: 4px;
                }

            .merge-status div.incomplete {
                color: lightgrey;
                background-color: #8da3b9;
                border: solid 2px #8da3b9;
                opacity: .65;
            }

            .merge-status div.complete {
                color: white;
                background-color: #3573b9;
                border: solid 2px #3573b9;
                opacity: .85;
            }

                .merge-status div.complete .change-instruction {
                    visibility: hidden;
                    display: inline-block;
                    float: right;
                    font-size: 12px;
                }

                .merge-status div.complete:hover {
                    opacity: 1;
                    cursor: pointer;
                }

                    .merge-status div.complete:hover .change-instruction {
                        visibility: visible;
                        opacity: .65;
                        border: solid 1px white;
                        border-radius: 5px;
                        padding: 1px 3px;
                        margin-top: 2px;
                    }

            .merge-status div.active {
                background-color: #4291E5;
                opacity: 1;
                color: white;
                border: solid 2px white;
            }


            .merge-status div.step:nth-child(1) {
                margin-left: 0px;
            }
.patient-merge .merge-result{
    display: inline-block;
    min-width: 1175px;
    max-width: 1175px;
    min-height: 75px;
    max-height: 75px;
    padding: 0 20px;
    border-radius: 5px;
    white-space: normal;
    opacity: .85;
    font-size: 18px;
    line-height: 75px;
}

    .patient-merge .merge-result:hover {
        opacity: 1;
        cursor: pointer;
    }

    .patient-merge .merge-result.success {
        
        background-color: lightblue;
        color: black;
    }

    .patient-merge .merge-result.error {
        background-color: #a52a2a;
    }
.plugin-registration-config {
    min-width: 840px;
}

    .plugin-registration-config .form-control,
    .plugin-registration-config .edit-box,
    .plugin-registration-config [class^="icon-"],
    .plugin-registration-config [class*=" icon-"]
    .plugin-registration-config select {
        margin-top: 4px;
        margin-bottom: 15px;
    }

    .plugin-registration-config .config-entry-label {
        display: flow-root;
    }

    .plugin-registration-config .config-entry-label > span {
        float: left;
    }


    .plugin-registration-config .data-row .primary-item {
        max-width: 150px;
        min-width: 150px;
    }
    .plugin-registration-config .data-row .secondary-item {
        max-width: 450px;
        min-width: 450px;
    }



.site-configuration-config {
    min-width: 840px;
}

    .site-configuration-config .form-control,
    .site-configuration-config .edit-box,
    .site-configuration-config [class^="icon-"],
    .site-configuration-config [class*=" icon-"]
    .site-configuration-config select {
        margin-top: 4px;
        margin-bottom: 15px;
    }

    .site-configuration-config .config-entry-label {
        display: flow-root;
    }

        .site-configuration-config .config-entry-label > span {
            float: left;
        }


    .site-configuration-config .data-row .primary-item {
        max-width: 150px;
        min-width: 150px;
    }

    .site-configuration-config .data-row .secondary-item {
        max-width: 160px;
        min-width: 160px;
    }

.burger-align-menu {
    right: 15px;
    top: -29px;
}

.burger-align-menu .menu-item-row {
    font-family: GE Inspira !important;
}

.burger-menu ul .omnyx-button {
    padding: 0px 2px 0px 11px !important;
}
.workstationRegistration {
    height: calc(100% - 10px);
    overflow-y: auto;
    min-width: 450px;
}

    .workstationRegistration [class^="icon-"], .workstationRegistration[class*=" icon-"] {
        margin-left: 4px;
        font-size: 12px;
        opacity: .85
    }
        .workstationRegistration [class^="icon-"]:hover, .workstationRegistration[class*=" icon-"]:hover {
            opacity: 1;
            cursor: pointer;
        }

    .workstationRegistration tr.odd {
        background-color: rgb(36,39,49);
    }

    .workstationRegistration tr.even {
        background-color: rgb(42,53,68);
    }

    .workstationRegistration tr > th:last-of-type,
    .workstationRegistration tr > td:last-of-type {
        text-align: right;
    }

    .workstationRegistration tr.odd:hover {
        background-color: rgb(18,20,25);
    }
    .workstationRegistration tr.even:hover {
        background-color: rgb(50,64,81);
    }

.analytics-frame-container {
    height: 100%;
    overflow: hidden;
    width: calc(100% - 50px);
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
}

    .analytics-frame-container div {
        height: 100%;
    }

    .analytics-frame-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }



.analytics-container {
    height: 100%;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

@media (max-width: 1345px) {
    .analytics-container {
        -webkit-transform: scale(0.67);
        -moz-transform: scale(0.67);
        -ms-transform: scale(0.67);
        -o-transform: scale(0.67);
        transform: scale(0.67);
        height: 150%;
        width: 150%;
    }

    .analytics-frame-container {
        width: calc(100% - 34px);
    }
}


@media (min-width: 1345px) and (max-width: 1485px) {
    .analytics-container {
        -webkit-transform: scale(0.76);
        -moz-transform: scale(0.76);
        -ms-transform: scale(0.76);
        -o-transform: scale(0.76);
        transform: scale(0.76);
        width: 131%;
        height: 131%;
    }
    .analytics-frame-container {
        width: calc(100% - 40px);
    }
}

@media (min-width: 1485px) and (max-width: 1600px) {
    .analytics-container {
        -webkit-transform: scale(0.84);
        -moz-transform: scale(0.84);
        -ms-transform: scale(0.84);
        -o-transform: scale(0.84);
        transform: scale(0.84);
        width: 119%;
        height: 119%;
    }
    .analytics-frame-container {
        width: calc(100% - 43px);
    }
}

@media (min-width: 1600px) and (max-width: 1750px) {
    .analytics-container {
        -webkit-transform: scale(0.91);
        -moz-transform: scale(0.91);
        -ms-transform: scale(0.91);
        -o-transform: scale(0.91);
        transform: scale(0.91);
        width: 110%;
        height: 110%;
    }

    .analytics-frame-container {
        width: calc(100% - 47px);
    }
}

@media (min-width: 1955px) and (max-width: 2255px) {
    .analytics-container {
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        width: 89%;
        height: 89%;
    }
    .analytics-frame-container {
        width: calc(100% - 56px);
    }
}

@media (min-width: 2225px) and (max-width: 2575px) {
    .analytics-container {
        -webkit-transform: scale(1.30);
        -moz-transform: scale(1.30);
        -ms-transform: scale(1.30);
        -o-transform: scale(1.30);
        transform: scale(1.30);
        width: 77%;
        height: 77%;
    }
    .analytics-frame-container {
        width: calc(100% - 65px);
    }
}

@media (min-width: 2575px) {
    .analytics-container {
        -webkit-transform: scale(1.49);
        -moz-transform: scale(1.49);
        -ms-transform: scale(1.49);
        -o-transform: scale(1.49);
        transform: scale(1.49);
        width: 67%;
        height: 67%;
    }
    .analytics-frame-container {
        width: calc(100% - 75px);
    }
}


.case-information .tab-body .paper-clip {
    width: 20px;
    height: 20px;
}

.case-information .tab-body .attach-file {
    padding: 2px;
}

.case-information .link {
    color: lightblue;
    text-decoration: underline;
    opacity: .85;
}

.case-information .link:hover {
    opacity: 1;
}

.case-information .click {
   cursor: pointer; 
}

.case-information .downloading {
    cursor: wait;
}

.case-information {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background: #2A3544;
}

    .case-information .case-info-group {
        padding: 5px;
        margin: 5px;
        font-size: 14px;
    }

        .case-information .case-info-group:hover {
            padding: 5px;
            margin: 5px;
            font-size: 14px;
            background: black;
        }

    .case-information .case-info-type-name-group {
        display: flex;
    }

    .case-information .case-info-type-name-group-name {
        font-weight: bold;
        text-transform: uppercase;
    }

    .case-information .case-info-type-name-group-name-addendum {
        font-weight: bold;
        text-transform: uppercase;
        color: #B5BECA;
    }

    .case-information .case-info-type-name-group-date {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: auto;
    }

    .case-information .case-info-type-name-group-date-addendum {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: auto;
        color: #B5BECA;
    }

    .case-information .case-info-type-heading {
        font-weight: bold;
        text-transform: uppercase;
    }

    .case-information .case-info-type-subheading {
        text-transform: uppercase;
        color: #B5BECA;
    }

    .case-information .case-info-details {
        white-space: pre-wrap;
    }

    .case-information .case-info-error {
        font-weight: bold;
        font-size: 14px;
        padding: 5px;
        margin: 15px;
    }

    .case-information .case-procedure-box {
        flex: 1 1 auto;
        border: 1px solid white;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
    }

    .case-information .case-info-tab {
        font-weight: bold;
        font-size: 14px;
        padding: 3px 10px 0px 10px;
        border-radius: 5px 5px 0 0;
        background: #252731;
        margin-left: 5px;
        border: 1px solid #2B4761;
        border-bottom: 1px solid #252731;
        position: relative;
        top: 1px;
        display: inline-block;
        max-width: 130px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .case-information .case-info-tab-unselected {
        border-bottom: none;
        color: gray;
        top: 0;
        opacity: .85;
    }
    .case-information .case-info-tab-unselected:hover {
        opacity: 1;
        cursor: pointer;
    }

    .case-information .last-updated {
        display: inline-block;
        padding-top: 5px;
        float: right;
        max-width: 225px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .case-information .status-container {
        width: 100%;
        height: 100%;
    }

    .case-information .loading {
        margin: 0;
        position: relative;
        top: 25%;
        -webkit-animation: 3s rotate linear infinite;
        animation: 3s rotate linear infinite;
    }

    .case-information .loading-img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .case-information .loading-img-small {
        width: 25px;
        height: 25px;
    }

    .case-information .tab-row {
        flex: 0 0 25px;
        width: 100%;
        height: 25px;
    }

    .case-information .tab-body {
        background: #252731;
        overflow-y: auto;
        flex: 1 1 0px;
        border: 1px solid #2B4761;
        border-radius: 5px;
        width: 100%;
        padding: 5px;
    }

        .case-information .tab-body .drop-box {
            background: #252731;
            border: 2px dashed lightblue;
            width: 100%;
            height: 40px;
            text-align: initial;
            padding: 7px;
        }

        .case-information .tab-body table tr:hover {
            background: black;
        }

    .case-information .tab-area {
        flex: 1 1 200px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

        .case-information .tab-area .uploading {
            margin: 0;
            top: 25%;
            -webkit-animation: 3s rotate linear infinite;
            animation: 3s rotate linear infinite;
            display: flex;
            margin-right: 5px;
            margin-bottom: 3px;
        }

    .case-information .header-area {
        flex: 0 1 auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }

        .case-information .header-area.patient-area {
            background: #252731;
            border: 1px solid #2B4761;
            padding: 2px;
            margin-bottom: 2px;
            margin-top: 2px;
            border-radius: 5px;
        }

        .case-information .header-area .metadata {
            flex: 0 0 auto;
            margin: 5px;
            font-size: 14px;
            max-width: 100%;
        }


        .case-information .header-area .meta-header {
            font-size: 12px;
            color: #B5BECA;
            font-weight: bold;
        }


        .case-information .header-area .meta-body {
            color: white;
            overflow: hidden;
            -moz-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .case-information .header-area .unmapped-aplis {
            font-style: italic;
            color: #00bfff;
        }

        .case-information .header-area .meta-body .icon-folder,
         .case-information .header-area .meta-body .icon-shareemail,
          .case-information .header-area .meta-body .icon-sharertm {
            color: white;
        }

        .case-information .header-area .faded {
            opacity: .5;
        }

        .case-information .header-area .center {
            text-align: center;
        }

        .case-information .header-area .bold {
            font-weight: bold;
        }

    .case-information .toggle-status {
        display: flex;
        flex-direction: row;
        align-self: flex-end;
        margin-top: 5px;
    }

        .case-information .toggle-status .button {
            background: rgb(45, 115, 185);
            border-width: 1px;
            border-color: white;
            border-style: solid;
            border-radius: 2px;
            padding: 3px;
            text-transform: uppercase;
        }

    .case-information .message-text {
        font-size: 14px;
        color: white;
        padding: 10px;
    }

    .case-information .error {
        font-weight: bold;
        font-size: 16px;
        color: red;
    }

    .case-information .patient-id-dropdown {
        cursor: pointer;
        display: inline-block;
        height: 17px;
        width: 17px;
        vertical-align: middle;
        padding-left: 5px;
        background-image: url(/Content/app/img/popUpControl.png);
    }

        .case-information .patient-id-dropdown:hover {
            background-image: url(/Content/app/img/popUpControl_hover.png);
        }

    .case-information .patient-id-list {
        cursor: pointer;
        display: list-item;
        border-top-style: none;
        text-decoration: none;
        margin: 0 0 0 0;
        border: none;
        outline: none;
        vertical-align: top;
        position: absolute;
        z-index: 10;
        list-style-type: none;
    }

        .case-information .patient-id-list .patient-id-list-item {
            font-size: 14px;
            background: #4F4F4F;
            list-style-type: none;
            border-left-color: white;
            padding-left: 2px;
            padding-right: 2px;
            min-width: 120px;
            max-width: 300px;
        }
    .case-information .tab-row .icon-refresh {
        font-size: 17px;
        line-height: 17px;
        position: static;
        height: 17px;
        width: 17px;
    }

    .case-information .priority {
        border-radius: 3px;
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
        max-width: 120px;
    }

.case-info-body {
    padding: 5px;
    background: #000000;
    z-index: 2000;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    max-width: 600px;
    pointer-events: auto;
}

    .case-info-body .section-heading {
        font-size: 16px;
        color: white;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .case-info-body .section-body {
        margin: 5px;
        border: 1px solid gray;
        background: #2A3544;
        border-radius: 5px;
        padding: 5px;
        height: calc(100% - 32px);
    }
.case-information .custom-api-area {
    justify-content: end;
}
    .case-information .custom-api-area button {
        font-size: 12px;
        background: rgb(45, 115, 185);
        border-width: 1px;
        border-color: white;
        border-style: solid;
        border-radius: 2px;
        padding: 3px;
        text-transform: uppercase;
    }

.svg-folder-icon {
    max-width: 14px;
    max-height: 14px;
    fill: white;
}
.case-title {
    height: 30px;
    display: flex;
    flex-direction: row;
    flex: 1;
    min-width: 0;
}

    .case-title > .case-label {
        flex: 1 1 auto;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: white;
        margin-left: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        user-select: text;
        z-index: 10000;
    }

.extra-info .case-title > .case-label {
    overflow: hidden;
}
.file-export {
    padding: 25px;
    text-align: left;
    display: inline-block;
    background: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    width: 500px;
    max-width: 500px;
    min-height: 150px;
}
    .file-export .loading-container {
        position: absolute;
        bottom: 45px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .file-export .loading {
        max-height: 46px;
        max-width: 46px;
        -webkit-animation: 3s rotate linear infinite;
        animation: 3s rotate linear infinite;
    }

    .file-export .preparing-download {
        margin-bottom: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }


    .file-export .file-details {
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .file-export .progress-bar {
        background-color: #1a1a1a;
        height: 25px;
        width: 350px;
        padding: 3px;
        border-radius: 5px;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
        text-align: left;
        display: inline-block;
    }

    .file-export .percentage {
        padding-left: 15px;
        color: darkgrey;
        line-height: 25px;
        display: inline-block;
    }

    .file-export .progress-bar span {
        display: inline-block;
        height: 100%;
        border-radius: 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        transition: width .4s ease-in-out;
    }

    .file-export .blue span {
        background-color: #3573B9;
        text-align: left;
    }

    .file-export .red span {
        background-color: red;
        text-align: left;
    }

    .file-export .error {
        color: red;
    }

    .file-export .stripes span {
        background-size: 30px 30px;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%,
                                          transparent 25%,
                                          transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                          transparent 75%, transparent);
        animation: animate-stripes 3s linear infinite;
    }

    @keyframes animate-stripes {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 60px 0;
        }
    }

.histology-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.histology-tools {
    height: 100%;
    display: block;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}


.histology-flex-container {
    display: flex;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
}
.histo-slide-tray .tray-header-row {
    margin: 2px;
    background-color: transparent;
    width: 180px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.histo-slide-tray .tray-header-row.scan-header-row-wide {
    width: 360px;
}

.histo-slide-tray .tray-stain-label {
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 1 auto;
    white-space: nowrap;
}

.histo-slide-tray .tray-magnification-label {
    font-size: 24px;
    text-align: right;
    flex: 0 0 auto;
    display: inline-block;
    padding: 2px;
    margin-right: 6px;
    overflow: hidden;
}

.histology-tools .scan-header-row {
    margin-top: 1px;
    margin-left: 0px;
    margin-bottom: 1px;
    margin-right: 0px;
    background-color: transparent;
    width: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.histology-tools .scan-accession-label {
    display: inline-block;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 1 auto;
    white-space: nowrap;
    width: 100%
}
.histology-tools .scan-stain-label {
    display: inline-block;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 4 1 auto;
    white-space: nowrap;
}

.scan-instance.no-scan .scan-stain-label {
    font-size: 24px;
}

.histology-tools .scan-magnification-label {
    display: inline-block;
    text-align: right;
    padding: 2px;
    padding-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 1 Auto;
    white-space: nowrap;
    min-width: 30px;
}
.histology-tools .wide-scan {
    width: 164px !important;
}

@media (max-width: 1345px) {
    .histology-tools {
        -webkit-transform: scale(0.67);
        -moz-transform: scale(0.67);
        -ms-transform: scale(0.67);
        -o-transform: scale(0.67);
        transform: scale(0.67);
        height: 150%;
        width: 150%;
    }
}

@media (min-width: 1345px) and (max-width: 1485px) {
    .histology-tools {
        -webkit-transform: scale(0.76);
        -moz-transform: scale(0.76);
        -ms-transform: scale(0.76);
        -o-transform: scale(0.76);
        transform: scale(0.76);
        height: 131%;
        width: 131%;
    }
}

@media (min-width: 1485px) and (max-width: 1600px) {
    .histology-tools {
        -webkit-transform: scale(0.84);
        -moz-transform: scale(0.84);
        -ms-transform: scale(0.84);
        -o-transform: scale(0.84);
        transform: scale(0.84);
        height: 119%;
        width: 119%;
    }
}

@media (min-width: 1600px) and (max-width: 1750px) {
    .histology-tools {
        -webkit-transform: scale(0.91);
        -moz-transform: scale(0.91);
        -ms-transform: scale(0.91);
        -o-transform: scale(0.91);
        transform: scale(0.91);
        height: 110%;
        width: 110%;
    }
}

@media (min-width: 1955px) and (max-width: 2255px) {
    .histology-tools {
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        height: 89%;
        width: 89%;
    }
}

@media (min-width: 2225px) and (max-width: 2575px) {
    .histology-tools {
        -webkit-transform: scale(1.30);
        -moz-transform: scale(1.30);
        -ms-transform: scale(1.30);
        -o-transform: scale(1.30);
        transform: scale(1.30);
        height: 77%;
        width: 77%;
    }
}

@media (min-width: 2575px) {
    .histology-tools {
        -webkit-transform: scale(1.49);
        -moz-transform: scale(1.49);
        -ms-transform: scale(1.49);
        -o-transform: scale(1.49);
        transform: scale(1.49);
        height: 67%;
        width: 67%;
    }
}

.histology-tools .common-controls {
    background: #404041;
}

    .histology-tools .common-controls .omnyx-button {
        float: right;
        margin-top: 2px;
        margin-right: 2px;
        margin-left: 5px;
    }


.histology-tools .left-histo-col {
    flex: 0 0 400px;
    margin-right: 10px;
}

.omnyx-button.slide-review-nav {
    float: none !important;
    vertical-align: middle;
}

.searchables .histo-button-container button {
    margin: 4px 10px 4px 0;
}

.histology-tools .searchables {
    border-radius: 5px;
    background: #404041;
    margin: 0px 10px 4px 0px;
    display: flex;
    flex-direction: row;
    white-space: normal;
    justify-content: space-between;
    box-sizing: border-box;
}
    .histology-tools .searchables .total-matches {
        line-height: 34px;
    }
    .histology-tools .searchables .total-matches,
    .histology-tools .histo-case-search .total-matches {
        color: gold;
        margin-left: 5px;
        font-family: 'GE Inspira';
        font-size: 14px;
    }


.histology-tools .order-by-section {
    padding: 3px 10px;
    flex: 0 0 auto;
    margin-right: 25px;
}

.histology-tools .histo-button-container {
    flex: 0 0 auto;
}

    .histology-tools .histo-button-container svg {
        fill: white;
        max-height: 20px;
        max-width: 20px;
        margin: 2px 16px 0px -5px;
    }

.histology-tools .adv-search-container {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.search-container {
    flex: auto;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.histo-workflow-container .searchables .refresh {
    line-height: 34px;
    margin-left: 25px;
}

.histo-workflow-container .searchables .refresh .span {
    vertical-align: middle;
}

.histo-workflow-container .searchables .refresh button .icon-small {
    margin-right: 8px;
}

.histology-tools .case-list-organizer {
    margin-left: 10px;
}

.histology-tools .histo-workflow-container {
    display: flex;
    flex-direction: column;
    flex: 3 1;
    overflow: hidden;
    margin-right: 10px;
}

.histology-tools .slide-menu {
    position: fixed;
    z-index: 100;
}

.histology-tools .scroll-container {
    margin: 10px 10px 10px 0;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #2a4964;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 10px;
    min-height: 280px;
    white-space: nowrap;
    border-radius: 6px;
}

    .histology-tools .scroll-container .no-matches {
        text-transform: uppercase;
        color: white;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 240px;
        text-align: center;
    }

.histology-tools .scroll-container .scan-image-flipped{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
}


/*magnification*/
.img-magnifier-glass {
    position: absolute;
    border: 5px solid #2a4964;
    background-color: black;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: none;
}

.histology-tools .hidden {
    display: none;
}

.histology-tools .select-container {
    display: inline-block;
    background: white;
    padding: 0 2px 2px 2px;
    border: 1px solid #b6beca;
    border-radius: 5px;
    font-size: 14px;
    color: black;
    margin: 3px;
    justify-content: flex-end;
}

.select-container > .select {
    border: none;
}

.histology-tools .thumbnail-container {
    display: inline-flex;
}

    .histology-tools .thumbnail-container .thumbnail-text {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 20px;
        padding: 0px 4px;
        display: inline-block;
        max-width: 100%;
        width: 88px;
    }

.histology-tools .highlight-container {
    display: inline-block;
    padding: 4px;
    margin: 2px;
}

    .histology-tools .highlight-container.selected-slide {
        background-color: rgb(72, 107, 165);
    }

.histology-tools .slide-review-color-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 20px;
    width: 100%;
    max-width: 100%;
}

.histology-tools .st-und {
    border-color: var(--undefStain) !important;
}

.histology-tools .st-und-bg {
    background-color: var(--undefStain) !important;
}

.histology-tools .st-hne {
    border-color: var(--hneStain) !important;
}

.histology-tools .st-hne-bg {
    background-color: var(--hneStain) !important;
}

.histology-tools .st-ihc {
    border-color: var(--ihcStain) !important;
}

.histology-tools .st-ihc-bg {
    background-color: var(--ihcStain) !important;
}

.histology-tools .st-if {
    border-color: var(--fluorStain) !important;
}

.histology-tools .st-if-bg {
    background-color: var(--fluorStain) !important;
}

.histology-tools .st-spc {
    border-color: var(--specialStain) !important;
}

.histology-tools .st-spc-bg {
    background-color: var(--specialStain) !important;
}

.histology-tools .slide-unscanned {
    border-width: 1px !important;
    border-style: dotted !important;
}

.histology-tools .hist-slide-sent-glass {
    border-width: 2px !important;
}

.histology-tools .hist-slide-awaiting-qc {
    opacity: .5;
}

.histology-tools .slide-image-container {
    width: 80px;
    height: 240px;
    outline: none;
}

.histology-tools .histo-note-container {
    flex: 1 99 540px;
    overflow: hidden;
    height: calc(100% - 430px);
    margin: 10px 10px 10px 0;
    border: solid 1px #2a4964;
    padding: 10px;
    background: rgb(42, 53, 68);
    border-radius: 6px;
}

.histo-update-barcode {
    color: white;
    font-weight: bold;
    margin-top: 5px;
}

.horizontal-histo-note {
    display: flex;
    flex-direction: row;
    height: calc(100% - 50px);
    overflow-y: hidden;
    padding: 0 0 10px 0;
}

.histology-tools .histo-workflow-container h3 {
    display: block;
    width: 100%;
    font-size: 20px;
}


.review-text p {
    white-space: pre-wrap;
    margin: 5px;
}

.review-text .text-container {
    overflow-y: auto;
    padding: 5px;
    display: flex;
}

.histology-tools .note {
    white-space: initial;
    padding: 5px;
    overflow-wrap: break-word;
    border-style: solid;
    border-width: 1px;
    border-color: #2a4964;
    margin: 5px;
    height: 90%;
}

.histology-tools .tray-wrapper {
    flex: 1 150px;
}

.histology-tools .review-text-wrapper {
    flex: 2 425;
}

.histology-tools .note.review-tray {
    overflow-y: auto;
}

.histology-tools .note.review-text {
    overflow-y: auto;
}

.histology-tools .slide-review-part {
    width: 100%;
    padding: 4px;
}


.histology-tools .slide-review-part-name {
    text-overflow: ellipsis;
    width: 75%;
    font-size: 12px;
    color: #b6beca;
    line-height: 1.1;
    vertical-align: top;
    margin: 5px 0 5px 0;
}

.histology-tools .slide-review-case-part-mini-tray {
    width: 60%;
    color: #b6beca;
    line-height: 1.1;
    display: inline-block;
}

.histology-tools .slide-review-case-block {
    padding-left: 4px;
    display: inline-block;
}

.histology-tools .slide-review-case-slide-stain {
    height: 36px;
    width: 14px;
    border-width: 4px 0 0 0;
    border-style: solid;
    display: inline-block;
    padding: 1px;
}

.histology-tools .slide-review-slide {
    width: 12px;
    height: 32px;
    margin: 4px 0 0 0;
    border: 2px white;
    border-style: solid;
    border-width: 8px 2px 2px 2px;
    background-color: rgb(42, 53, 68);
}

.histology-tools .sent-glass {
    border-width: 1px 1px 1px 1px;
}

.histology-tools .arrow {
    position: absolute;
    left: 5px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    opacity: .85;
}

.histology-tools .arrow-up {
    border-bottom: 6px solid white;
}

.histology-tools .arrow-down {
    border-top: 6px solid white;
}

.histology-tools .arrow-positioner {
    display: inline-block;
    position: relative;
}

.slide-ribbon-z{
    line-height: 18px;
    float: right;
    margin-right: 4px;
}

.slide-ribbon-z img {
    height: 16px;
    border: solid 1px white;
    border-radius: 9px;
}

.histology-tools .scroll-container input {
    border-radius: 5px;
    color: black;
    font-size: 12px;
    padding-left: 2px;
    cursor: text;
    width: 100%;
    vertical-align: middle;
    height: 22px;
    margin-bottom: 3px;
}

/*
    ** UNMATCHED SCANS
*/
.histo-unmatched-scans {
    height: calc(100% - 430px);
    margin: 10px 10px 20px 0;
    border: solid 1px #2a4964;
    padding: 5px 10px;
    background: rgb(42, 53, 68);
    border-radius: 6px;
}
.histo-case-search, .matching-case {
    padding: 0px 0px 6px 0px;
    border-bottom: solid 2px #2a4964;
    height:40px
}

    .matching-case .case .acc {
        display: inline-block;
        font-size: 22px;
        margin-right: 16px;
        min-width: 220px;
        max-width: 220px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        white-space: nowrap;
    }

    .matching-case .case .pt-item {
        display: inline-block;
        padding: 3px 22px;
        vertical-align: top;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .matching-case .case .pt-item .pt-header {
        color: #b6beca;
        font-size: 11px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 4px;
    }

    .matching-case .case .pt-item .pt-value {
        color: white;
        font-size: 14px;
        line-height: 1.1;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
    }

.histo-case-search input {
    display: inline-block;
    width: auto;
    height: 26px;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #272b30;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0 10px;
}

.histo-case-search button {
    border-radius: 6px;
}

.histo-slide-tray {
    display: inline-block;
    height: calc(100% - 72px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.histo-inner-container {
    transform-origin: top left;
    transform: scale(0.4);
    width: 242.5%;
    height: 200px;
}

.histo-matching-cases {
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .histo-matching-cases .case {
        display: flex;
        border-radius: 5px;
        margin: 4px 0px 4px 4px;
        background: #2b4863;
        font-size: 20px;
        width: calc(100% - 10px);
        white-space: nowrap;
    }

        .histo-matching-cases .case .acc {
            display: inline-block;
            padding: 10px 15px;
            margin-right: 16px;
            min-width: 290px;
            max-width: 290px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .histo-matching-cases .case .pt-item {
            display: inline-block;
            padding: 6px 22px;
            min-width: 150px;
            max-width: 150px;
        }

        .histo-matching-cases .case .pt-item .pt-header {
            color: #b6beca;
            font-size: 11px;
            line-height: 1;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 4px;
        }

        .histo-matching-cases .case .pt-item .pt-value {
            color: white;
            font-size: 14px;
            line-height: 1.1;
            text-align: center;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.histo-slide-tray .slide {
    display: inline-block;
    border: solid 6px transparent;
    margin: 0px 5px;
}

.histo-slide-tray .slide-top-marker {
    height: 14px;
    background: transparent;
    margin: 0 5px 3px 5px;
}


.histo-slide-tray .scan-instance {
    display: inline-block;
    border-width: 10px;
    border-style: solid;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-color: #252731;
    width: 200px;
    height: 600px;
    overflow: hidden;
}

    .histo-slide-tray .scan-instance.no-scan {
        border-width: 5px;
        border-style: dotted !important;
        border-top: none;
        background-color: transparent !important;
    }
        .histo-slide-tray .scan-instance.no-scan .scan-header-row {
            width: 100%;
        }

.histo-slide-tray .droppable {
    border: dashed 6px yellow !important;
}

.histo-case-counts {
    padding: 4px 0;
    height: 34px;
    float: right;
}
    .histo-case-counts .histo-case-count {
        margin-left: 10px;
        border: solid 1px #969696;
        border-radius: 5px;
        display: inline-block;
        padding: 0px 7px 2px 7px;
    }
    .histo-case-counts .histo-case-count img {
        width: 16px;
        height: 16px;
        margin-left: 6px;
    }
        .histo-case-counts .histo-case-count img,
        .histo-case-counts .histo-case-count span {
            vertical-align: middle;
            font-weight: bold;
        }





.omnyx-logon-well .loading {
    margin: 0;
    position: relative;
    top: 25%;
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
}

.omnyx-logon-well .error {
    border: solid 3px red;
    border-radius: 5px;
    padding: 12px;
    margin-top: 25px
}

.omnyx-logon-well .error .icon-alert {
    font-size: 24px;
    float: left;
}

.nav-bar {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    background-color: #272736;
    float: left;
    height: 100%;
    display: inline-block;
    padding-top: 7px;
    border-right: 2px solid #2B4761;
}

    .nav-bar svg {
        width: 40px;
        margin-left: 4px;
        height: 40px;
    }

    .nav-bar .navbar-module {
        border: 2px solid #272736;
        height: 47px;
    }

        .nav-bar .navbar-module.active {
            background-color: #17171D;
            position: relative;
            left: 3px;
            border-top: 2px solid #2B4761;
            border-left: 2px solid #2B4761;
            border-right: 2px solid #17171D;
            border-bottom: 2px solid #2B4761;
            border-radius: 8px 0px 0px 8px;
        }

            .nav-bar div.active svg path {
                fill: #20b9dd !important;
            }

        .nav-bar div.disabled svg path {
            fill: #3B3B51 !important;
        }

    .nav-bar svg path {
        fill: #b7b7b7;
    }

    .nav-bar div.clickable:hover svg path {
        fill: #ffffff;
    }

    .nav-bar .divider {
        height: 2px;
        background-color: #b7b7b7;
        margin: 12px 5px;
        border: none;
    }
.priors-timeline {
    width: 60px;
    min-width: 60px;
    float: left;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
}

    .priors-timeline .loading {
        margin-bottom: 5px;
        position: relative;
        top: 25%;
        left: 12%;
        -webkit-animation: 3s rotate linear infinite;
        animation: 3s rotate linear infinite;
    }

    .priors-timeline .status-container {
        width: 100%;
        display: flex;
        background-color: black;
        z-index: 10;
    }

.priors-timeline-dual-screen {
    display: flex;
    flex: 1;
}

.vertical-timeline {
    margin-left: 30px;
    position: absolute;
    border-left: solid white;
    height: 100%;
    top: 0;
    z-index: 1;
}

.prior-case {
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.prior-block-container {
    padding-top: 2px;
    padding-bottom: 2px;
    background: #17171D;
}

.prior-case-block {
    width: 24px;
    height: 24px;
    background: gainsboro;
    margin: 0 auto;
    opacity: .85;
}

.prior-case-block:hover {
    cursor: pointer;
    opacity: 1;
}


.secondary-case-block {
    margin: 2px;
    width: 20px;
    height: 20px;
    background: orange;
    float: left;
}

.primary-case-block {
    margin: 2px;
    width: 20px;
    height: 20px;
    background: skyblue;
    float: left;
}

.prior-date-text {
    padding-top: 3px;
    line-height: 14px;
    font-size: 11px;
}


.grid {
    position: absolute;
    background-color: #000000;
    box-sizing: border-box;
}

.hide-grid {
    visibility: hidden;
}

.comment-grid-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}

    .comment-grid-layer > * {
        pointer-events: all;
    }

/* Hidden Slider */
.hide-grid-manipulation-parent {
    visibility: hidden;
}



.grid-manipulation-parent {
    position: absolute;
    bottom: 8px;
    left: 8px;
   /* max-width: calc(100% - 945px);*/
    border-radius: 10px;
    border: 2px solid white;
    z-index: 3000;
    opacity: .5;
    min-width: 0px;
    margin-top: auto;
    background-color: rgb(46,73,100);
}

    .grid-manipulation-parent:hover {
        opacity: 1;
    }

.grid-manipulation-parent-header {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 2px 2px 2px 5px;
    justify-content: space-between;
    display: flex;
}

.grid-manipulation-parent-toggle {
    padding: 3px;
    cursor: pointer;
    opacity: .85;
    white-space: nowrap;
}

    .grid-manipulation-parent-toggle:hover {
        opacity: 1;
    }

    .grid-manipulation-parent-toggle svg {
        width: 30px;
        height: 15px;
        vertical-align: middle;
        margin-left: 6px;
        margin-right: 6px;
    }

.grid-manipulation-parent-title {
    font-size: 13px;
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-manipulation-parent-actions {
    padding: 3px;
    white-space: nowrap;
}

    .grid-manipulation-parent-actions span {
        margin-right: 3px;
        font-size: 10px;
        opacity: .85;
    }

        .grid-manipulation-parent-actions span:hover {
            opacity: 1;
            cursor: pointer;
        }

.grid-manipulation-flex {
  /*  overflow-x: auto;*/
    white-space: nowrap;
    padding: 5px 5px 10px 5px;
    width: 100%;
    display: flex;
    border-top: 1px solid white;
}

    .grid-manipulation-flex::-webkit-scrollbar {
        height: 12px;
    }

    .grid-manipulation-flex::-webkit-scrollbar-track {
        background: #b4bcc8;
        border: 1px solid #b4bcc8;
    }


    .grid-manipulation-flex::-webkit-scrollbar-thumb {
        background-color: #1b75bb;
        border-radius: 10px;
        border: solid 1px #c0c0c0;
    }

        .grid-manipulation-flex::-webkit-scrollbar-thumb:hover {
            background-color: #1E82CE;
            border: solid 1px white;
        }

        .grid-manipulation-flex::-webkit-scrollbar-thumb:active {
            background: #2ba7e0;
        }


.grid-manipulation-container {
    min-width: 305px;
    margin: 3px 3px 3px 3px;
    background-color: #274054;
    color: lightgray;
    border-radius: 6px;
    border: solid 1px #23374C;
    display: inline-table;
}

.grid-manipulation-dialog-title {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 3px 0px 0px 4px;
    text-overflow: ellipsis;
}

.grid-manipulation-dialog-button-bar {
    text-align: right;
}

.grid-manipulation-dialog-button {
    display: inline-block;
    background: #2d73b9;
    color: white;
    border: 2px solid white;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    font-size: 14px;
}

.grid-manipulation-dialog-contents {
    padding: 4px 4px 7px 5px;
}

.grid-manipulation-dialog-button-bar {
    text-align: right;
}

.grid-manipulation-dialog-button {
    display: inline-block;
    background: #2d73b9;
    color: white;
    border: 2px solid white;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    font-size: 14px;
}

    .grid-manipulation-dialog-button:disabled {
        background: #8da3b9;
    }

.grid-slider-number-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3px;
}

.grid-slider-number-value {
    color: white;
    font-size: 12px;
}
@font-face {
    font-family: "GE Inspira Medium";
    src: url("../../../fonts/ge-inspira.ttf") format("truetype");
}

.stage-replicator {
    position: absolute;
    width: 248px;
    height: 248px;
    right: 40px;
    top: 30px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
      Introduced in IE 10.
    */
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.stage-turn-table {
    width: 248px;
    height: 248px;
    background: #000000;
    opacity: 0.1;
    border-radius: 124px;
    position: absolute;
}

.stage-turn-table.fluor-coloring {
    opacity: 0.25;
}

.stage-turn-table.fluor-coloring.half-transparent {
    opacity: 0.5;
}

.half-transparent {
    opacity: 0.5 !important;
}

.stage-label {
    font-size: 14pt;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: black;
    pointer-events: auto;
}

    .stage-label > div {
        /*background:white;*/
        border-radius: 5px;
        border: 2px solid #808080;
        padding: 4px;
        display: inline-block;
        text-align: center;
        color: black;
    }

.stage-pixel-size {
    font-weight: bold;
}

.stage-magnification {
    font-weight: normal;
}

.stage-digital-zoom {
    font-weight: bold;
    color: white;
}

.stage-viewer-area {
    font-weight: bold;
    color: black;
    font-size: 12pt;
}

.stage-image-holder {
    line-height: 100px;
    text-align: center;
    position: absolute;
    width: 220px;
    height: 100px;
    /*border:2px solid #000000;*/
    left: 12px;
    top: 72px;
    background-color:#ffffff;
    overflow: hidden;
}

.stage-image-button-holder {
    position: absolute;
    width: 220px;
    height: 100px;
    left: 12px;
    top: 72px;
    pointer-events: all;
}

.stage-rotate-button {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    top: -10px;
    left: -10px;
    z-index: 0;
    pointer-events: all;
}


.stage-image {
    position: absolute;
}

span.frac {
    display: inline-block;
    font-size: 50%;
    text-align: center;
}

    span.frac > sup {
        display: block;
        font: inherit;
        height: 5px; /* need to figure out a better way to do this*/
    }

    span.frac > sub {
        display: block;
        font: inherit;
        border-top: 1px solid;
    }

.stage-icons {
    /*position: absolute;
    left: 0px;
    top: 0px;*/
    font-size: 22pt;
    color: #000000;
    opacity: 0.4;
    pointer-events: all;
}

.stage-icons-active {
    opacity: 0.6;
}

.sized-icon {
    width: 29px;
    height: 29px;
}

.stage-icons.icon-zoomout {
    position: absolute;
    left: 10px;
}

.stage-icons.icon-zoomin {
    position: absolute;
    right: 10px;
}

.stage-icons.icon-slidepane {
    position: absolute;
    left: 237px;
    bottom: 35px;
}

.icon-coregister {
    position: absolute;
    top: 40px;
    right: 235px;
}

.coregistration-mode {
    color: #20b9dd;
    opacity: 1;
    -webkit-text-stroke: 1px black;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.tissue-jumper-button-group {
    position: absolute;
    top: 225px;
    width: 100%;
    text-align: center;
}

    .tissue-jumper-button-group span {
        position: absolute;
    }

    .tissue-jumper-button-group .icon-hopback {
        left: 10px;
    }

    .tissue-jumper-button-group .icon-hopfwd {
        right: 10px;
    }

.stage-toggle {
    position: absolute;
    top: 35px;
    left: 237px;
}

.icon-rotatecircle {
    position: absolute;
    top: -10px;
    left: -10px;
}

.stage-reticle {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100px;
    border: 2px solid red;
}

.stage-image-mouse-target {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mostly-transparent {
    opacity: 0.2;
}

.rotate-me {
}

.image-adjustment-message {
    top: 250px;
    position: relative;
    padding: 2px;
    font-weight: bold;
    color: black;
    background: #FFFFFF;
    border-radius: 5px;
    pointer-events: auto;
    z-index: 10;
    display: block;
    text-align: center
}

    .image-adjustment-message .image-adjustment-link {
        text-decoration: underline
    }

.image-adjustment-warning {
    background-color: #ffca18;
}

.image-adjustment-info {
    background-color: green;
    color: white;
}

.scanner-display {
    top: -27px;
    left: auto;
    right: auto;
    position: absolute;
    padding: 1px;
    width: 100%;
    font-family: GE Inspira Medium;
    font-size: 15px;
    border-radius: 12px;
    color: white;
    display: flex;
}

    .scanner-display.diagnostic {
        background-color: green;
    }

    .scanner-display.non-diagnostic {
        background-color: #EA3A2B;
    }

    .scanner-display .diagnostic-indicator {
        pointer-events: all;
        flex: 1 0 auto;
        text-align: right;
        margin-right: 15px;
        border-left: solid 1px white;
        font-weight: bolder;
    }

    .scanner-display .scanner-name {
        overflow-x: hidden;
        text-overflow: ellipsis;
        flex: 6 0 auto;
        white-space: nowrap;
        pointer-events: all;
        text-align: center;
        margin-right: 3px;
        margin-left: 15px;
    }

.scanner-text-on-span {
    opacity: 0.99;
}

.slide-background.half-transparent {
    opacity: 0.5;
}

.slide-background {
    position: absolute;
    top: 68px;
    right: -33px;
    height: 112px;
    width: 30px;
    pointer-events: all;
    background: #000000;
    opacity: 0.1;
    z-index: 799;
    border-radius: 5px;
}

.z-slidecontainer {
    position: absolute;
    top: 68px;
    right: -33px;
    height: 113px;
    width: 30px;
    pointer-events: all;
    background: transparent;
    z-index: 800;
    text-align: center;
    opacity: .5;
}

.z-slidecontainer input[type=range] {
    position: absolute;
    left: 5px;
}

.z-slidecontainer.z-is-hovering {
    opacity: 1;
}

.z-container-slide {
    height: 5px;
    width: 20px;
    background-color: transparent;
    pointer-events: all;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.zText {
    height: 13px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: rgb(100,100,100);
    white-space: nowrap;
    overflow: hidden;
}



.is-fluoro .zText {
    color: rgb(200,200,200) !important;   
}

.z-is-hovering .zText {
    color: rgb(200,200,200) !important;
}

.z-stack-container.fluor-background {
    opacity: .25;
}

.fluor-background .zText {
    color:rgb(200,200,200);
}

.stage-icons:hover {
    opacity: .95;
    cursor: pointer;
}

.z-up-slide {
    position: absolute;
    top: 15px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3573B9;
}

.z-up-slide:hover {
    border-bottom: 8px solid #4d88cb;
}

.z-up-slide:active {
    border-bottom: 8px solid #2ba7e0;
}

.z-down-slide {
    position: absolute;
    top: 102px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #3573B9;
    cursor: pointer;
}

.z-down-slide:hover {
    border-top: 8px solid #4d88cb;
}

.z-down-slide:active {
    border-top: 8px solid #2ba7e0;
}


.z-slider {
    -webkit-appearance: none;
    /* fix for FF unable to apply focus style bug  */
    border: none !important;
    /*required for proper track sizing in FF*/
    
    width: 75px !important;
    margin-left: 7px;
    background-color: rgba(0, 0, 0, 0) !important;
    transform-origin: 40px 40px !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .z-slider {
        transform: rotate(-90deg) translate(-2px, -22px) !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .z-slider{
        transform: rotate(-90deg) translate(-2px, 0) !important;
    }
}

@-moz-document url-prefix() {
    .z-slider{
        transform: rotate(-90deg) translate(-2px, -7px) !important;
    }
}


.z-slider:focus {
    outline: none;
}

.z-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #b4bcc8;
    border: none;
    border-radius: 3px;
}

/* START SLIDER THUMB  - CHROME */
.z-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid #4d88cb !important;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #1b75bb;
    margin: -5px 0 0 0 !important;
}


.z-slider::-webkit-slider-thumb:hover{
    background-color: #4d88cb !important;
}

.z-slider::-webkit-slider-thumb:active {
    background: #2ba7e0 !important;
}

/* START SLIDER THUMB  - FIREFOX */
.z-slider::-moz-range-thumb {
    cursor: pointer;
    border: 1px solid #4d88cb !important;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #1b75bb;
}

.z-slider::-moz-range-thumb:hover {
   background-color: #4d88cb !important; 
}

.z-slider::-moz-range-thumb:active {
    background: #2ba7e0 !important;
}

/* START SLIDER THUMB  - IE11 */
.z-slider::-ms-thumb {
    cursor: pointer;
    border: 1px solid #4d88cb !important;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #1b75bb;
}
.z-slider::-ms-thumb:hover {
    background: #4d88cb;
}
.z-slider::-ms-thumb:active {
    background: #2ba7e0;
}
/* END SLIDER THUMB */


.z-slider::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #b4bcc8;
    border: none;
    border-radius: 3px;
}

.z-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

.z-slider::-ms-fill-lower {
    background: #b4bcc8;
    border-radius: 3px;
}

.z-slider::-ms-fill-upper {
    background: #b4bcc8;
    border-radius: 3px;
}




.fluor-coloring{
    color: #1b75bb;
}

.fluor-background{
    background: #79baec;
}
