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

.ui-tabs-nav a
{
    font-size: 110%;
}

.UbiSP-search-not-set
{
    color: #999  !important;
}

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

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

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

.UbiSP-search-results input:enabled
{
    border: 1px solid #707070;
}

.UbiSP-search-results input:focus
{
    border: 1px solid #50a8d4;
}

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

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

.UbiSP-space-left
{
	margin-left: 5em;
}

.UbiSP-date-highlight
{
    text-decoration: underline;
}

.UbiSP-date-highlight a.ui-state-default
{
    text-decoration: underline;
}

/* styles for selectable and settable rows */

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

table.dataTable tr.UbiSP-row-selected-current {
    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;
    }
}

