﻿._ODCB_Control
{
    width:100%;
    position:relative;
}
._ODCB_Control_Closable
{
    height:78px;
}
._ODCB_Control_AlwaysOpen
{
    height:100%;
    overflow-x:hidden;
    overflow-y:hidden;
}
._ODCB_PrimaryContainer
{
    width:100%;
    height:78px;
}
._ODCB_DisplayInput,._ODCB_DisplayInput_Disabled
{
    outline:none;
    font-family:Segoe UI;
    font-size:18px;
    font-weight:600;
    border:none;
    background:none;
    border-bottom:1px solid #e0e0e0;
    padding-top:2px;
    padding-bottom:8px;
    width:100%;
}
._ODCB_DisplayInput:focus
{
    border-bottom-width:2px;
    border-bottom-style:solid;
    margin-bottom:-1px;
}
._ODCB_DisplayInput::-ms-clear
{
    display:none;
    width:0;
    height:0;
}
._ODCB_DisplayInput_Disabled
{
    color:#a0a0a0;
}
._ODCB_Opener
{
    position:relative;
    float:right;
    margin-top:-22px;
    text-align:right;
    width:20px;
    height:20px;
    pointer-events:none;

    /* disable raw item selection */
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}
._ODCB_Opener_Image
{
    width:9px;
    height:5px;
    padding-bottom:10px;
    align-self:center;
}
._ODCB_ListItemsContainer
{
    background-color:white;
    width:100%;
    cursor:pointer;
    border-top:none;
    margin-bottom:16px;
    text-wrap:none;
    overflow-y:scroll;
    overflow-x:hidden;
}
._ODCB_ListItemsContainer_Closable
{
    position:absolute;
    z-index:1;
    height:176px;
}
._ODCB_ListItemsContainer_AlwaysOpen
{
    position:absolute;
    z-index:auto;
    height:calc(100% - 84px); /* 84px = _ODCB_PrimaryContainer height + 12px */
}
._ODCB_ListItem, ._ODCB_ListItem_Hover, ._ODCB_ListItem_Select
{
    min-height:21px; /* So that items with blank text aren't too short */
    padding:4px 0px 4px 8px;
    width:100%;

    /* disable raw item selection */
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}
._ODCB_ListItem_Hover
{
    background-color:#c0c0c0;
}
._ODCB_ListItem_Select
{
    background-color:#c0c0c0;
}
._ODCB_InfoContainer
{
    padding-top:4px;
    height:18px;

    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}
._ODCB_Message_Hidden
{
    display:none;
}
._ODCB_Message_Visible,._ODCB_ErrorMessage_Visible
{
    display:block;
    clear:both;
    float:left;
    font-size:12px;
    overflow:hidden;
    color:#a0a0a0;
}
._ODCB_ErrorMessage_Visible
{
    color:#f44336;
}