.wpms-analytics-widget-content select {
    border: 1px solid #6465e2;
    border-radius: 4px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding-right: 30px;
    /* Custom arrow */
    background-image:
            linear-gradient(45deg, transparent 50%, #FFF 50%),
            linear-gradient(135deg, #FFF 50%, transparent 50%),
            linear-gradient(to right, #6465e2, #6465e2);
    background-position:
            calc(100% - 15px) center,
            calc(100% - 10px) center,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2em 3em;
    background-repeat: no-repeat;
}

.wpms-analytics-widget-content select:focus {
    border: 1px solid #6465e2;
    box-shadow: 0 0 0 1px #6465e2;
}

.request-date, .request-query, .request-loading {
    display: inline-block;
}

.request-query {
    margin-left: 20px;
}

#wpms-analytics-charts {
    margin-top: 30px;
}

.request-loading {
    height: 18px;
    margin-left: 30px;
}

.wpms-error-response {
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 5px;
    height: auto;
    border-left: 5px solid red;
    display: none;
}

/* Custom Google Visualization charts */
.google-visualization-table-th{
    vertical-align: middle;
    font-weight: 400;
    padding: 8px !important;
    color: #0073aa;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.google-visualization-table-tr-even{
    background-color: #f9f9f9;
}

.google-visualization-table-tr-odd{
    background-color: #fff;
}

.google-visualization-table-td{
    text-align: left !important;
    padding: 10px !important;
}

.google-visualization-table-table th, .google-visualization-table-table td{
    border-width: 0 0 1px 0 !important;
}

.google-visualization-table-page-number{
    width: 24px;
    padding: 2px 0;
    border-radius: 0;
    border: #ddd 1px solid;
    color: #a0a5aa;
}

.google-visualization-table .gradient{
    background: #fff none;
}

.google-visualization-table-page-number.current{
    background: #e5e5e5 !important;
    font-weight: 100 !important;
    color: #0073aa;
    border-style : none;
}

.google-visualization-table-page-number:hover{
    background: #00a0d2 !important;
    color: #fff !important;
    border: #00a0d2 !important;
}
.charts-custom-button-outer-box{
    border-style : none !important;

}

.charts-custom-button{
    border: none;
    background: none;
}

.google-visualization-orgchart-node{
    font-family: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 1px 1px 12px #ccc !important;
}
