﻿div.picklist-popup
{
    display: none;
    position: absolute;
    width : 136px;
    background-color: White;
    border: solid;
    border-width: 0 1px 1px 1px;
    border-color: #B1B1B1;
    overflow: auto;
    z-index: 1002;
}

div.picklist-popup.wide
{
      width : 211px;
}

div.picklist-popup.wide-view,
div.picklist-popup.wide.wide-view
{
      width : 500px;
      border-width: 1px 1px 1px 1px;
}


div.picklist-wrapper
{
    display: inline-block;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #839c9f;
    height: 22px;
    line-height: 22px;
}

div.list-body div.picklist-wrapper 
{
    border: none;
    border-width: 0 0 0 0;
}

div.list-body div.picklist-wrapper div.value
{
    background-color: transparent;
}

div.picklist-wrapper div.value
{
    background-color: white;
}

div.picklist-popup ul
{
    padding: 0 3px 0 3px; 
}

div.picklist-popup li
{
    height: 20px;
    cursor: pointer;
    padding: 2px 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
}

div.picklist-popup ul li.over
{
    background-color: #B1B1B1;
    color: #fff;
}

div.picklist-wrapper div.icon
{
    float: right !important;
    width: 12px;
    height: 22px;
    margin-left: 1px;
    background-image: url(Images/picklist.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: White;
    border: none;
    border-width: 0 0 0 0;
    cursor: pointer;
    display: inline;
    overflow: hidden;
}

div.picklist-wrapper div.icon:hover
{
    background-image: url(Images/picklist_hover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: White;
}

div.picklist-wrapper.disabled div.icon
{
    background-image: none;
    cursor: default;
}


div.picklist-wrapper div.open
{
    float: right;
    width: 16px;
    height: 22px;
    background-image: url(Images/Iconic/gray_light/document_stroke_8x8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: White;
    border: none;
    border-width: 0 0 0 0;
    cursor: pointer;
}

div.picklist-wrapper div.open:hover
{
    background-image: url(Images/Iconic/gray_dark/document_stroke_8x8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: White;
}



div.picklist-wrapper div.icon.search,
div.picklist-wrapper.disabled div.icon.search:hover {
    background-image: url(Images/Iconic/gray_light/magnifying_glass_8x8.png);
    background-position: center center;
    background-repeat: no-repeat;
}

div.picklist-wrapper div.icon.search:hover {
    background-image: url(Images/Iconic/gray_dark/magnifying_glass_8x8.png);
    background-position: center center;
    background-repeat: no-repeat;
}


div.popup-panel > div.container > div.panel.picklist-search > div.header > div.icon
{
    background-image: url(Images/Iconic/gray_dark/magnifying_glass_16x16.png);
    background-position: center center;
    background-repeat: no-repeat;
    
}

div.panel.picklist-search div.panel.ribbon
{
    padding: 8px 8px 0 0;
}


div.panel.picklist-search div.panel.ribbon input
{
    float: right;
}


div.picklist-wrapper input,
div.field div.picklist-wrapper input
{
    border: none !important;
    border-width: 0 0 0 0 !important;
    width: 0px;
    color: white;
    background-color: white;
}

div.picklist-wrapper.focus input,
div.field div.picklist-wrapper.focus input
{
    color: black;
    width: 105px;
}

td.data div.picklist-wrapper.narrow.focus input 
{
    width: 48px;
}

td.data div.picklist-wrapper.narrow div.value
{
    width: 46px;
}


div.picklist-wrapper div.value
{
    width: 81px;
    float: right !important;
    border: none;
    height: 22px;
    padding: 0 0 0 0;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    cursor: pointer;
    padding: 0 0 0 2px;
}

div.picklist-wrapper.focus div.value
{
    display: none;
}

td.data div.picklist-wrapper input
{
    margin: 0 0 0 0;
    border: none;
    width: 0px;
    background-color: transparent;
    padding: 1px 0 1px 15px;
    font-size: 11px;
    font-family: Segoe UI, Tahoma, Arial;
    color: #293640;
}

td.data div.picklist-wrapper input[disabled=disabled] {
    padding: 1px 0px 1px 0px;
}

td.data div.picklist-wrapper div.value
{
    margin: 0 0 0 0;
    border: none;
    border-width: 0 0 0 0;
}

td.data div.picklist-wrapper.focus input
{
    width: 105px;
}


td.data div.picklist-wrapper.wide input
{
    width: 0px;
}

td.data div.picklist-wrapper.wide div.value
{
    width: 178px;
}

div.picklist-wrapper.wide.focus input,
div.field div.picklist-wrapper.wide.focus input
{
    width: 180px;
}



td.data div.picklist-wrapper div.icon
{
    margin: 0 0 0 0;
    border: none;
    background-color: transparent;
}

div.picklist-wrapper.wide input
{
    width: 0px;
}

div.picklist-wrapper.wide div.value
{
    width: 178px;
}


span.match
{
    text-decoration: underline;
    color: #2E96BD;
    font-weight: bold;
}

#picklistpopupcontainer li.current 
{
    background-color: #ebebeb;
    color: #333;
}

div.nomatch 
{
    text-align: center;
    padding: 3px 0 0 0;
    font-weight: bold;
    color: Red;
}

div.create-picklist-item 
{
    text-align: center;
    padding: 8px 0 0 0;
    font-weight: bold;
    color: darkblue;
    cursor: pointer;
}

div.popup-panel.picklist-search 
{
    width: 500px;
    height: 500px;
}


div.picklist-popup div.suggestions
{
    max-height: 200px;
    overflow: auto;
}

div.picklist-popup div.piclist-tools
{
    border: solid;
    border-width: 1px 0 0 0;
    border-color: #B1B1B1;
    height: 20px;
    padding: 2px 4px 2px 4px;
}

div.piclist-tools > div.tool.create
{
    width: 130px;
    margin: 3px 0 3px 0;
    height: 18px;
}

div.piclist-tools > div.tool.create.over
{
    background-color: #B1B1B1;
}

div.picklist-popup.test1 li
{
    height: 40px;
}