
/* 
    Created on  : Dec 1, 2014, 11:24:05 AM
    Author      : kwkelly
    Usage       : For the items in usgs-util.js
*/

.hover-text {
    background-color: #FFF;
    border: 1px solid #007185;
    /*width: 400px;*/
    box-shadow: 3px 3px 3px #969696;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    display: none;
    color: #222222;
    text-align: center;
    position: absolute;
    padding: 6px 6px 6px 6px;
    opacity: 1.0;
    text-align: left;
    cursor: default;
}

.hovering_btm_rt, .hovering_btm_lf {
    cursor: pointer;
}

.closerImg {
    position: absolute;
    top: 6px;
    left: 6px;
    cursor: pointer;
}

#glassPane {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #e0e0e0;
    background:rgba(224,224,224,0.8);
    z-index: 1000;
}

#glassPane img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px; /* Half the height */
    margin-left: -25px; /* Half the width */
}