﻿.sg-combobox-wrapper .ui-autocomplete-input,
.ui-menu .ui-menu-item a, .sg-combobox
{
    font-size: .917em;
}


.sg-tablehelp-wrapper {    
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 2px;
    vertical-align: baseline;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    cursor: text;
}

.sg-tablehelp-disabled, .sg-tablehelp-textbox:disabled {
    background: #d9d9d9;
}

.sg-tablehelp-textbox {
    border: none;
    outline: none;    
    padding: 0px;
}

.sg-tablehelp-search {    
    height: 13.37px;
    margin: 0px;
    cursor: pointer;
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    display: inline-block;
}

.sg-table-help {
    height: 150px;
    overflow:  auto;
    background: #FFFFFF;
    display:  none;
    position: fixed;
    border: 2px solid #999999;
    z-index: 2;    
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 4px 4px 10px #999999;
}

.sg-table-help table {
     min-width: 200px;
     border-collapse: collapse;
}

.sg-table-help th {
    background-color: gray;
    color: black !important;
    border-right: 1px solid lightGray !important;         
    text-align: left;
}

.sg-table-help th:last-child {
    border-right-style: none !important;
}

.sg-table-help td {
     cursor: pointer;     
     color: black !important;
     border-left: 1px solid lightGray !important;          
     padding: 1px !important;
}

.sg-table-help td:last-child {
    border-right-style: none !important;      
}

.sg-table-help tr:hover, .sg-table-help-selected {
    background-color: lightBlue;
}