﻿/*#instruction-dialog {
    font-size: 11.5px;
    z-index: 999  !important;
}

#download-dialog {
    font-size: 11.5px;
    z-index: 10 !important;
}*/


#select-item {
    font-size: 14px;
}


/*#select-item-analysis {
    font-size: 12px;
    width: 735px;
}*/



#list-auto {
    background-color: #F2F9FF;
    border: 1px solid #cccccc;
    color: #000000;
    font-size: 95%;
    overflow: visible;
    padding: 2px;
    width: 394px;
}

.item-combo {
    border: none;
    height: 23px;
    width: 400px;
}
 
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           SELECTED ITEM - DROPDOWN
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table {
    margin: .3em;
}

.select-item-div {
    background-color: #0a1020;
    border: none;
    color: #fff;
    font-size: 110%;
    padding-bottom: 1px;
    padding-left: 0;
    padding-top: 1px;
    margin-left: 5px;
    width: 657px;
}

.select-item-min-div {
    background-color: #fff;
    border: none;
    /*color: #fff;
    font-size: 110%;*/
    padding-bottom: 1px;
    padding-left: 0;
    padding-top: 1px;
    /*margin-left: 25px;*/
}

#notes { padding: 5px; }

.select-item-load-div {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 115%;
    height: 189px;
}

.select-item-table {
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-left: 15%;
    margin-right: 0;
    margin-top: 10px;
}

.select-item-analysis-table {
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-left: 13px;
    margin-right: 0;
    margin-top: 10px;
}


table.select-item td {
    border: 0;
    margin: 0;
    padding-bottom: 5px;
    /*padding-left: 25px;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}

#select-item .ui-widget-header {
    background: #fff none;
    border: 0;
    /*margin-left: 10px !important;*/
}

#select-item .ui-widget-content {
    background: #ffffff none;
    border: 1px solid #aaaaaa;
    font: 11px verdana !important;
}

#select-item .ui-state-default, #select-item .ui-widget-content .ui-state-default {
    background: #eceef5 none;
    border: 1px solid #aaaaaa;
}

#select-item .ui-state-active, #select-item .ui-widget-content .ui-state-active {
    background: #ffffff none;
    border: 1px solid #aaaaaa;
    font: 14px verdana;
    font-weight: bold;
}

#select-item th, td { border: 0 solid #000; }

.dropText {
    color: blue;
    font-weight: normal;
    font-size: 14px;
    font-family: verdana;
    
}

