html, body {
    overflow: hidden;
}

body {
    background-color: #99b3cc;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
}

a {
    color: navy;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

a.pointlink {
    color: navy !important;
    text-decoration: none !important;
}

a.pointlink:hover {
    color: blue !important;
    text-decoration: underline !important;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    text-align: center;
    background-color: #99b3cc;
    z-index: 100;
}

#map {
    width: 100%;
    height: 100%;
}


#menu {  /* West pane (.ui-layout-pane-west) */
    padding: 7px 10px;
    background-color: white !important;
    overflow: auto;
}

#analisi {
    background-color: #EFF9FC;
    position: fixed;
    display: none;
    border: thick solid #25A0C5;
    z-index: 50;
}

iframe {
    z-index: 51;
}

#chiudi-analisi {
    height: 20px;
    width: 100%;
    margin: 0;
    background-color: #25A0C5;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bolder;
    z-index: 52;
}

#chiudi-analisi a, #chiudi-analisi a:visited {
    color: white;
}

#chiudi-analisi:hover {
    cursor: pointer;
}

.box {
    margin: 5px 0;
    border: thin solid navy;
    background-color: #D7EBF9;
    padding: 5px 2px;
}

.centrato {
    text-align: center;
}

/* JQUERY UI LAYOUT STYLING */

.ui-layout-pane {
    border: 1px solid #bbb;
} 

.ui-layout-resizer {
    background: #d5ddf3;
} 

.ui-layout-resizer-open:hover {
    background: #e8ecf9;
}

.ui-layout-toggler {
    background: #aaa;
} 

.ui-layout-toggler:hover {
    background: #dca; 
}

.ui-layout-resizer-closed {
    background: #ddd;
} 

.ui-layout-toggler-closed {
    background: #eee;
    border-bottom: 1px solid #bbb;
} 

.ui-layout-toggler-closed:hover {
    background: #fff;
}

.ui-layout-toggler-closed .content {
    font: 14px bold Verdana, Verdana, Arial, Helvetica, sans-serif;
}

.ui-layout-toggler-closed:hover .content {
    color: #000;
}

/* JQUERY UI ACCORDION WIDGET STYLING */

.ui-accordion .ui-accordion-header a {
    padding: 0 2em !important;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1.5em !important;
}


