﻿.scrollTableMaster
{
        position: absolute;
        top: 275px;
        left:35px;
        z-index:251;
        text-align:left;
}

.scrollTableMaster_FormFilter {
    position: absolute;
    top: 60px;
    left: 5px;
    border-collapse: collapse;
}

.scrollTableMaster_AnswerSelector
{
    position: relative;
    text-align:left;
}

#tblOrgSel .scrollTableMaster_AnswerSelector {
    margin-left: auto;
    margin-right: auto;
}

.scrollTableMaster_ResProfileChanges {
    text-align:left;
    z-index:251;
    padding-left: 20px;
    padding-top: 20px;
    width: 50%;
}

.rpResProfileTextScrollContainer {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    z-index: 253;
}

.scrollableInnerContainer {
    height: calc(100% - 4px);
    display: inline-block;
    overflow-y: scroll;
    scrollbar-width: none; /* FireFox hide scrollbar */
    -ms-overflow-style: none; /* IE11 & Edge hide scrollbar */
}

    /* Chrome & Safari hide scrollbar */
    .scrollableInnerContainer::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

.spScrollSliderContainer
{
    display: inline-block;
    position: relative;
    width: 62px;
    height: 100%;
    text-align: center;
    float: right;
    }

.spUpArrow {
    background-image: url('../Images/ScrollPanel/UpButton.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    width: 100%;
}

.spDownArrow
{
    background-image: url('../Images/ScrollPanel/DownButton.png');
    background-repeat: no-repeat;
    background-position:center;
    height:62px;
    width:100%;
    }

.spSliderRails
{
    height:calc(100% - 124px);
    width:62px;
    }

.spScrollBarContainer
{
    /**left: 831px;     <-- this is set in the vb class file based on the # of menu columns displayed    **/
    position: absolute;
    top: 64px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    }

.spScrollSBar_Top
{
    display: block;     /**prevents 3px bottom border from displaying**/
    height:30px;
    width:100%;
    padding: 0px;
    margin: 0px;
    border-width:0px;
    background-image:url(../Images/ScrollPanel/ScrollBar_Top.png);
    background-position: center;
    background-repeat: no-repeat;
}
.spScrollSBar_Middle {
    display: block; /**prevents 3px bottom border from displaying**/
    height: 2px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    background-image: url(../Images/ScrollPanel/ScrollBar_Middle.png);
    background-position: center;
    background-repeat: repeat-y;
}

.spScrollSBar_Bottom {
    display: block; /**prevents 3px bottom border from displaying**/
    height: 30px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    background-image: url(../Images/ScrollPanel/ScrollBar_Bottom.png);
    background-position: center;
    background-repeat: no-repeat
}