﻿kpi-data-widget {
    display:inline-block;
    float:left;
}
.kpi-wrap {
    position: relative;
    width:100%;
    height:100%;
}
.kpi-widget-container {
    /*margin: 20px auto;*/
    float: left;
    /*min-width:430px;*/
}
.kpi-widget-mode-select{
    margin: 20px;
    height: 25px;
    line-height:25px;
}
ul.sortable{
    list-style-type: none;
    padding:20px;
}
.kpi-widget-pool li {
    float: left;
    position:relative;
}
.kpi-spinner {
    text-align: center;
    /*padding: 50px;*/
}
[show-title='false'] .kpi-widget-mode-select { display:none; }
[show-title='false'] .kpi-data-total {
    display: none;
}

.kpi-data-totalbox {
    position: absolute;
    right: 20px;
    top: -30px;
    font-size: 16px;
    padding: 0px 6px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0px 0px;
    background: #fff;
    z-index: 2;
}
[save-changes='false'] .kpi-data-totalbox  { right:-1px; }