#topbar {
    padding-top:15px;
    padding-bottom:5px;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 4;
}

a {
    color: black;
    text-decoration: none;
    font-weight:bold;
}

.heatmap-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    left:20px;
    position:relative;
}

.heatmap {
    position:absolute;
}

.hover {
    position:absolute;
}

.heatmap2 {
    position:absolute;
    top:0;
}

.hover2 {
    position:absolute;
    top:0;
}

h1 {
    font-size: 15px;
    margin: 6px 0 0px 12px;
    padding: 0;
}

#loading {
    margin-top: 180px;
    font-size: 48px;
    text-align:center;
}

.tooltip{
    width: 400px;
    line-height: 20px;
    color: black;
    display: none;
    background: #333;
    background: rgba(255, 255, 255, 0.9);
    border:1px;
    padding:12px 12px 10px 15px;
}

.window_label {
    border: solid 1px #F1F1F1;
    background: #fff;
    display: inline-block;
    height: 22px;
    padding: 0 6px;
    line-height: 22px;
    position: absolute;
    top: 7px;
    right: 15px;
    text-align: center;
    font-size: 12px;
    color: #777;
    border-radius: 1px;
    z-index: 30;
}

.panel_tip {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 16px;
    z-index: 30;
}

.menu_label1 {
    border: solid 1px #F1F1F1;
    background: #95B8E7;
    display: inline-block;
    height: 22px;
    width: 70px;
    padding: 0 6px;
    line-height: 22px;
    position: absolute;
    bottom: 30px;
    right: 15px;
    text-align: left;
    text-decoration: underline;
    font-size: 12px;
    border-radius: 1px;
    z-index: 30;
    cursor: pointer
}

.menu_label2 {
    border: solid 1px #F1F1F1;
    background: #95B8E7;
    display: inline-block;
    height: 22px;
    width: 70px;
    padding: 0 6px;
    line-height: 22px;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: left;
    text-decoration: underline;
    font-size: 12px;
    border-radius: 1px;
    z-index: 30;
    cursor: pointer
}

.menu_label3 {
    border: solid 1px #F1F1F1;
    background: #95B8E7;
    display: inline-block;
    height: 22px;
    width: 70px;
    padding: 0 6px;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
    font-size: 12px;
    border-radius: 1px;
    z-index: 30;
    cursor: pointer
}

#options {
    position: fixed;
    top: 10px;
    left:10px;
}

#navilink {
    position: fixed;
    top: 10px;
    left:10px;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #ede9df;
}

#loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    z-index: 9999;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#ramps p, #singlehue p{
    font-size: 12px;
    margin-left: 10%;
    width: 80%;
}

.ramp {
    float: left;
    padding: 5px 5px 0 5px;
    cursor: pointer;
}

.ramp:hover {
    background-color: #ccc;
}

.ramp.selected {
    background-color: #999;
}

.ramp rect, #color-chips rect, .dgLog rect {
    stroke: #333;
    stroke-width: .5px;
}

#ramps, #singlehue {
    padding: 0 5px;
    display: inline-block;
}

#rampsb p, #singlehue p{
    font-size: 12px;
    margin-left: 10%;
    width: 80%;
}

.rampb {
    float: left;
    padding: 5px 10px 0 5px;
    cursor: pointer;
}

.rampb:hover {
    background-color: #ccc;
}

.rampb.selected {
    background-color: #999;
}

.rampb rect, #color-chips rect, .dgLog rect {
    stroke: #333;
    stroke-width: .5px;
}

#rampsb, #singlehue {
    padding: 0 5px;
    display: inline-block;
}

.items{
    list-style:none;
    margin:0px;
    margin-top:4px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:3px;
    font-size:17px;
    color: #333333;

}
hr { width: 85%; 
     background-color:#E4E4E4;
     border-color:#E4E4E4;
     color:#E4E4E4;
}

.ui-widget {
   font-size: 50% !important;
}


.items{
    list-style:none;
    margin:0px;
    margin-top:4px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:3px;
    font-size:17px;
    color: #333333;

}
hr { width: 85%; 
     background-color:#E4E4E4;
     border-color:#E4E4E4;
     color:#E4E4E4;
}
#cntnr{
    display:none;
    position:fixed;
    border:1px solid #B2B2B2;
    width:150px;      background:#F9F9F9;
    box-shadow: 3px 3px 2px #E9E9E9;
    border-radius:4px;
    z-index:100000;
}

li{
    padding: 2px;
    padding-left:10px;
}

li.stats{
    margin: 0;
}

.items :hover{
    color: white;
    background:#284570;
    border-radius:2px;
}
