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

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

.UbiRC-search-form
{
    display: block;
}

.UbiRC-search-form input
{
    /*width: 15em;*/
    margin-right: 5px;
}

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

.UbiRC-search-pair
{
    width: 18em;	
}

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

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

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

.UbiRC-search-form input:enabled
{
    border: 1px solid #707070;
}

.UbiRC-search-form select:enabled
{
    border: 1px solid #707070;
}

.UbiRC-search-form input:disabled
{
    color: #808080;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
}

.UbiRC-search-form select:disabled
{
    color: #808080;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
}

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

.UbiRC-search-form select:focus
{
    border: 1px solid #50a8d4;
}

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

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

/* styles for selectable and settable rows */

.UbiRC-settable-property
{
    text-decoration:underline;
    cursor: pointer;
}

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

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

.UbiRC-half-width
{
    width: 50%;
}

.UbiRC-full-width
{
    width: 100%;
}

.UbiRC-checkboxlist
{
    border:2px solid #ccc; 
    width:100%; 
    height:200px; 
    overflow-y:scroll;
}

.UbiRC-search-results table tr 
{
    vertical-align: top;
}

#UbiRC-details tr
{
    vertical-align: middle;
}

#member-details-div tr td:first-of-type 
{
	min-width: 30ex;
}

/* 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;
    }
}

