﻿html, body, #app { margin:0; padding:0; width: 100%; height:100%; position: absolute; overflow: hidden; }
#loading
{
    position: absolute; width: 100%; height: 100%; top: 0; left: 0;
    background: white url(../images/loading-big.gif) no-repeat scroll center center;
    z-index: 10000;
}
/*.hbLogo { display: none; }*/
#app .hbAppTop { overflow: visible; }
#app .hbLogo { width:auto; bottom: auto; left: 1em; top:0.6em; height:auto; font-size:1.3em; font-weight:bold; color:#446611; text-shadow:1px 1px 0 rgba(255,255,255,0.5); background: none; }
#app .hbAppLayout .hbTools { width: auto; background: url(../images/top-bg.gif) repeat scroll 0 0 #CCDDAA; border-bottom: 2px solid #88aa44; padding:0.5em; }
#app .hbStackLinks { border-radius: 0; }
#app .hbWidgets  { margin-left: 5px; }
body.hb a,
body.hb .hbActiveElement, 
body.hb .hbActionElement { color: #557755; }

.hbMapInfoManagerPane
{
    padding:0.5em; padding-bottom:0; position:absolute; left: 35px; 
    min-width: 15em; text-align: left;
}

.hbGroupingCluster h3 img { max-height: 20px; max-width: 20px; }

.hbLayersDropDown .hbUserDataManager { text-align: center; padding:0.5em; }
