﻿.ABLookupValuesColorsSelect ul.ColorsUl
{
    height: 280px;
    overflow-y: scroll;
    border: 1px solid #a6c9e2;
}

.ABLookupValuesColorsSelect ul.BottomUl
{
    margin-top: 15px;
}

.ABLookupValuesColorsSelect ul li label 
{
    display: inline-block;
    margin: 10px 25px;
    width: 140px;
    height: 20px;
    line-height: 20px;
    color: #2F353D;
}

.ABLookupValuesColorsSelect ul li label::after
{
    content: ":";
}

.ABLookupValuesColorsSelect ul li
{
    min-height: 40px;
}

.ABLookupValuesColorsSelect ul li span
{
    color: #2F353D;
}

.ABLookupValuesColorsSelect ul li #checkboxDefaultColors
{
    margin: 5px;
    position: relative;
    top: 2px;
}

.ltr .ABLookupValuesColorsSelect ul li #checkboxDefaultColors
{
    margin-left: 60px;
}

.rtl .ABLookupValuesColorsSelect ul li #checkboxDefaultColors
{
    margin-right: 60px;
}

.ABLookupValuesColorsSelect ul li.Btn.LoadDefaults
{
    text-align: center;
}

.ABLookupValuesColorsSelect ul li.Btn.LoadDefaults button.LoadDefaults span.ui-button-text
{
    color: #ffffff;
}

.sp-container
{
    width: 440px\9;
}
.ABLookupValuesColorsSelect  input.ColorPicker ,.ABLookupValuesColorsSelect  input.ColorPicker + div.sp-replacer.sp-light
{
	vertical-align:top;
	margin-top: 10px;
}