.colorpicker
{
    z-index: 9999;
}

#pg1
{
    overflow: auto;
}

#propertyGridContainer
{
    width: auto;
    font-size: 11px;
    font-family: arial;
}
.pgGroup
{
    width: auto;
    height: 20px;
    cursor: pointer;
}

.pgGroupShrink
{
    width: auto;
    display: inline-block;
    width: 17px;
    height: 20px;
    top: -3px;
}
.pgGroupText
{
    font-weight: bold;
    display: inline-block;
    padding: 2px 0px 0px 5px;
    font-size: 12px;
}

.pgSubGroup
{
    background-color: #EAEBED;
}
.pgSubGroupShrink
{
    width: 17px;
    display: inline-block;
    margin-left: 17px;
    height: 20px;
}
.pgSubGroupText
{
    font-weight: bold;
    display: inline-block;
    padding: 2px 0px 0px 5px;
    font-size: 11px;
}

.pgGroupItem
{
    width: auto;
    height: 20px;
    padding: 0px 0px 0px 7px;
}
.pgGroupItemText
{
    padding-top: 3px;
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden;
}

.bkExpand
{
    background-image: url('../images/plusSmall.png');
    background-repeat: no-repeat;
    background-position: 2px 1px;
    cursor: pointer;
}
.bkMinimise
{
    background-image: url('../images/minusSmall.png');
    background-repeat: no-repeat;
    background-position: 2px 1px;
    cursor: pointer;
}

.bkExpandSub
{
    background-image: url('../images/plusSmall.png');
    background-repeat: no-repeat;
    background-position: 2px 1px;
    cursor: pointer;
}
.bkMinimiseSub
{
    background-image: url('../images/minusSmall.png');
    background-repeat: no-repeat;
    background-position: 2px 1px;
    cursor: pointer;
}

.pgInputHolder
{
    float: right;
    width: 50%;
    display: block;
}
.pgInput
{
    width: 100%;
    border-width: 0px;
    height: 18px;
    padding: 2px 0px 0px 2px;
}

.selection-list {
    resize: none;
    font-size: 12px;
    width: 100%;
    height: 210px;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 5px;
    border-style: none;
    border-radius: 3px;
    background-color: #252830;
    font-family: Montserrat, sans-serif;
    color: #9099A0;
    font-weight: 200;
    letter-spacing: 0.15em;
    width: 100%;
}

.selectOptionStyle {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 1px solid;
    font-size: 12px;
}

.pgBtnSuggestion {
    float: right;
}
.pgInput_suggestion {
    width: 90%;
    border-width: 0px;
    height: 18px;
    padding: 2px 0px 0px 2px;
}

.pgInputColor {
    width: auto;
    border-width: 0px;
    height: 18px;
    padding: 2px 0px 0px 2px;
}
.pgInputDrop
{
    width: 100%;
    border-width: 0px;
    height: 20px;
    padding: 2px 0px 0px 2px;
    outline: none;
    border: none;
    border-color: transparent;
}
.pgTextAreaStyle {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #353942;
}
.pgTextArea {
    position: relative;
    width: 100%;
    border-width: 0px;
    height: 21px;
    padding: 0px 0px 0px 2px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin: 1px 0px;
}
.pgTextArea::after {
    position: absolute;
    display:block;
    background-color: #353942;
    border: 1px solid;
    left:0px;
    top:0px;
    width: 100%;
    height: 21px;
    padding: 2px 0px 0px 2px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    content: "...";
}


.expandDivAnimation
{
    left:0px;
    top:0px;
    width:100%;
    height:100%;

}





.pgInputNum {
    width: 100%;
    border-width: 0px;
    height: 18px;
    padding: 2px 0px 0px 2px;
}
.pgBtnColor
{
    width: 20px;
    height: 18px;
    float: right;
    padding: 2px 0px 0px 0px;
    /*background-image: url('../images/bkCpicker.png');
    background-repeat: no-repeat;*/
    cursor: pointer;
}
.pgDialog
{
    width: 20px;
    height: 18px;
    float: right;
    padding: 2px 0px 0px 0px;
    cursor: pointer;
}
