﻿
.chart-area {
    /*empty*/
}

.chart-area-pending {
    width: 100%;
    text-align: center;
}

.chart-area-pending-progress {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    left: 50%;
    margin-left: -25px;
}

.chart-area-loading {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 20px;
}

/* map marker Styles */
.data-map-marker-infowindow {
    max-width: 400px;
    min-width: 300px;
}
.data-map-marker-response {}
.data-map-marker-infowindow label {
    width: 80px;
    text-align: right;
    margin: 3px 8px;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

/* chart sorting */
.chart-wrap {
    position:absolute;
    top:0;
    left:0;
}
.chart-gui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
}
.chart-gui-control {
    margin: auto 6px auto 6px;
    min-width:20px;
    min-height:20px;
    font-size:18px;
    color: #66666650;
    padding:4px;
    border: 1px solid #CCCCCC80;
    display: flex;
    background:#ffffff80;
}
.chart-gui-control i{
    margin:auto;
}
.chart-gui-control:hover {
    color: #000;
    border: 1px solid #DDDDDD80;
    background:#fff;
    cursor: pointer;
}
