.UbiSO-search-table td 
{
    max-width: 15em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.UbiSO-row-ok .UbiSO-col-status {
    background: #93ff91;
}

.UbiSO-row-warning .UbiSO-col-status {
    background: #fff491;
}

.UbiSO-row-error .UbiSO-col-status {
    background: #ffa17f;
}

.UbiSO-confirm
{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.UbiSO-confirm .UbiSO-heading 
{
    font-weight: bold;
    align-self: flex-start
}

.UbiSO-confirm .UbiSO-item
{
    margin-top: 1ex;
    vertical-align: middle;
}

.UbiSO-right-icon-button
{
    float: right;
    padding-bottom: 9px;
    padding-top: 9px;
    margin-top: 0.83em;
}

#UbiSO-loading
{
    position: fixed;
    right: 4px;
    top: 2px;
    z-index: 200;
}

.UbiSO-search-submit
{
    margin-top: 5px;
    margin-bottom: 6px;
}

#UbiSO-search-result-panel
{
    padding: 5px 5px 25px 5px;
    margin: 3px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    overflow: auto;
}


.UbiSO-search-results label
{
    font-size: 0.9em;
    font-weight: normal;
}

.UbiSO-search-results table.dataTable
{
    margin: 0 0 5px 0;
}

.UbiSO-search-results select
{
    padding: 4px 2px 4px 2px;
    margin: 5px 0 6px 0;
}

.UbiSO-search-results .dataTables_info
{
    margin-bottom: 5px;
}

table.dataTable tr.UbiSO-row-selected td {
    background-color: #BED2FA;
}

table.dataTable tr.UbiSO-row-selected-current td {
    background-color: #9FAFD1;
}

/* For high resolution displays, make the font a bit larger. */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), 
only screen and (   min--moz-device-pixel-ratio: 2), 
only screen and (     -o-min-device-pixel-ratio: 2/1), 
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
    .ui-widget
    { 
        font-size: 1em;
    }
}

