﻿.orange-multiColumnDropDown-select
{
    margin-bottom: 0;
}

.orange-multiColumnDropDown-content
{
    position: fixed;
    background-color: White;
    z-index: 1005;
    overflow: auto;
    margin: 0;
    cursor: default;
}

.orange-multiColumnDropDown-content table
{
    border-collapse:collapse;
}

.orange-multiColumnDropDown-content td
{
    border: 1px solid #AFAFAF;
    padding: 2px 4px;
    white-space: nowrap;
}

.orange-dropdown-item:hover
{
    background-color: Highlight;
    color: HighlightText;
    cursor: cursor;
}

.orange-dropdown-headeritem
{
      cursor: default;
      color: white;
      background: #004564; /* Old browsers */
      background: -moz-linear-gradient(top,  #005c86 0%, #004564 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005c86), color-stop(100%,#004564)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #005c86 0%,#004564 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #005c86 0%,#004564 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #005c86 0%,#004564 100%); /* IE10+ */
      background: linear-gradient(top,  #005c86 0%,#004564 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c86', endColorstr='#004564',GradientType=0 ); /* IE6-9 */
}

.orange-multiColumnDropDown-content tr.highlight
{
    /*background-color: Highlight;
    color: HighlightText;*/
}

.orange-multiColumnDropDown-content.scrollable
{
    height: 320px;
}

.orange-dropdown-content
{
    display: none;
    position: absolute;
    margin: 2px 0 0;
    padding: 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    z-index: 1;
    border-color: #AFAFAF;
    -webkit-box-shadow: 0 0 3px #b3b3b3;
    -moz-box-shadow: 0 0 3px #b3b3b3;
    box-shadow: 0 0 3px #b3b3b3;
    background-color: white;
    cursor: pointer;
}

.orange-dropdown-content li
{
    list-style: none;
    text-align: left;
    border-color: #CCC;
    border-bottom: 1px solid;
}

.orange-dropdown-content li:last-child 
{
    border: none;
}

.orange-dropdown-content li a
{
    display: block;
    padding: 8px 0;
}

.orange-dropdown-content li a:hover
{
    text-decoration: none;
}

.orange-buttonDropDown-container
{
}

.orange-buttonDropDown-container .orange-dropdown-content
{
}

.orange-buttonDropDown-container .orange-accordion-icon
{
    float:right;
    position: relative;
    margin-top: 0;
}
