html.UbiWM-html-fullpage, html.UbiWM-html-fullpage body 
{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    overflow: hidden;
}

html.UbiWM-html-fullpage body 
{
    display: flex;
    flex-direction: column;
}

html.UbiWM-html-fullpage footer
{
    display: none;
}

.Ubi-main
{
    width: 100%;
}

.Ubi-body 
{
    flex: 1;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.UbiWM-map-border 
{
    z-index: 0;
}

.UbiWM-fill-section
{
    height: calc((100%)  - 5px);
    width: 100%;
    overflow: hidden;
}

.UbiWM-full-screen
{
    width: 100%;
    height: 100%;
}

.UbiWM-area-label
{
    position: relative;
    bottom: 1.6em;
    text-align: center;
    font-size: 2.2em;
    z-index: 2;
    color: #000;
    pointer-events: none;
}

.UbiWM-area-label span
{
    background: rgba(255,255,255,0.8);
    padding: 0 0.1em 0 0.1em;
}

.UbiWM-search-button 
{
    position: absolute;
    margin: 5px;
    height: 50px;
    width: 50px;
    z-index: 1;
    padding: 0;
}

.UbiWM-map-border .UbiWM-search-button span
{
    padding-left: 0.6em;    
}

.Ubi-loading
{
    position: fixed;
    right: 4px;
    top: 2px;
    z-index: 200;
}

.UbiWM-search-panel
{
    max-width: 45em;    
    position: absolute;
    width: fit-content;
    z-index: 10;
    padding: 0 0 0 0;
    border: none;    
}

.UbiWM-map-panel
{
    height: calc((100%) - 2px);
    background: white;   
}

.UbiWM-search-panel-close
{
    padding: 0 5px;
}

.UbiWM-search-panel .ui-tabs-panel
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.UbiWM-search-panel .ui-accordion-content
{
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.UbiWM-search-header 
{
    padding: 3px 3px 3px 2px;
    display: flex;
}

.UbiWM-choose-search 
{
    display: inline-block;
}

.UbiWM-choose-search select
{
    padding: 3px 2px 2px 2px;
    margin: 0 0 0 3px;
}

.UbiWM-search-tab 
{
    height: auto;
}

.ui-tabs-nav a
{
    font-size: 110%;
}

.UbiWM-search-select 
{  
}

.UbiWM-search-not-set
{
    color: #999  !important;
}

.UbiWM-search-pair button.UbiWM-search-clear
{
    height: 1.5em;
    width: 1.5em;
    z-index: 20;
    margin: 0 5px 0 -5px;
}

.UbiWM-search-form
{
    display: block;
}

.UbiWM-search-form input
{
    margin: 5px 5px 0 0;
}

.UbiWM-search-form select
{
    padding: 4px 2px 4px 2px;
    margin: 5px 2px 0 0;
}

.UbiWM-search-warning
{
    z-index: 10;
    border: 1px solid #FF0000;
    position: absolute;
}

.UbiWM-search-pair
{
    display: flex;
    align-items: center;
}

.UbiWM-search-single
{
    max-width: 36em;
    width: 90%;
}

.UbiWM-search-single input, textarea
{
    width: 90%;
}

.UbiWM-search-single select
{
    width: 90%;
}

.UbiWM-search-submit
{
    margin-top: 5px;
    margin-bottom: 6px;
}

.UbiWM-search-results
{
    overflow: auto;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}


.UbiWM-search-results label
{
    font-size: 0.9em;
    font-weight: normal;
}

.UbiWM-search-results table.dataTable
{
    margin: 0 0 5px 0;
}


.UbiWM-search-results select
{
    padding: 4px 2px 4px 2px;
    margin: 5px 0 6px 0;
}

.UbiWM-search-results .dataTables_info
{
    margin-bottom: 5px;
}

/* styles for selectable and settable rows */

.UbiWM-settable-property
{
    text-decoration:underline;
    cursor: pointer;
}

table.dataTable tr.UbiWM-row-selected {
    background-color: #9FAFD1;
}

.UbiWM-slide-handle
{
    width: 40px;
    height: 40px;
    margin-right: 3px;
}

.UbiWM-details
{
    position:absolute;
    vertical-align:top;
    padding: 0px;
    z-index: 4;
    overflow: hidden;
    border: 0px;
}

.UbiWM-details .UbiWM-slide-handle 
{
    display: inline-block;	
    vertical-align: top;
}

.UbiWM-details .ui-effects-wrapper
{
    display: inline-block;
}

.UbiWM-details-content 
{
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
}

.UbiWM-details-content .ui-widget-header
{
    padding: 3px;    
}

.UbiWM-details-content td
{
    vertical-align: top;
}
    
.UbiWM-alerts
{
    position:absolute;
    right: 10px;
    top: 95px;
    padding: 0px;
    z-index: 4;
    overflow: hidden;
    border: 0px;
}

.UbiWM-alerts .UbiWM-slide-handle 
{
    display: inline-block;	
    vertical-align: top;
}

.UbiWM-alerts .UbiWM-slide-handle button
{
    padding: 0px;
}

.UbiWM-alerts table.dataTable td 
{
    padding: 2px 10px;
}

.UbiWM-alerts-clear 
{
    float: right;
    margin: 6px;
}

.UbiWM-alerts button
{
    height: 2em;
}

.UbiWM-alerts select
{
    padding: 4px 2px 4px 2px;
    margin: 5px 0 6px 0;
}

.UbiWM-alerts table.dataTable
{
    margin: 5px 0 5px 0;
}

.UbiWM-alerts-content
{
    display: inline-block;	
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

.UbiWM-alerts-content select
{
    padding: 4px 2px 4px 2px;
    margin: 5px 0 6px 0;
}

.UbiWM-alerts-content label
{
    font-size: 0.9em;
    font-weight: normal;
}

.UbiWM-hidden-icons
{
    visibility: hidden;
}

.Ubi-copyright-notice 
{
    display:none;
}

/* 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;
    }
}

.UbiWM-dragdrop-button 
{
    position: absolute;
    right: 10px;
    top: 140px;
    height: 42px;
    width: 42px;
    z-index: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: 0 3px 0 0;
    border: 0px;
}

.UbiWM-dragdrop-button img
{
    width: 42px;
    height: 42px;
}

.UbiWM-dragdrop
{
    max-width: 45em;    
    position: absolute;
    right: 9px;
    top: 44px;
    bottom: 10px;
    z-index: 10;
    overflow: auto;
}

.UbiWM-dragdrop-close
{
    float: left;
    z-index: 3;
    width: 21px;
    height: 2em;
    margin: 3px 2px 0 0;
}

button.UbiWM-link-to
{
    margin-left: auto;
}
