﻿
.statistics * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.statistics :before, .statistics :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.statistics .form-control {
    border-color: #CCC;
    padding: 6px 12px;
    height: 31px;
}
.statistics .input-group {
    margin-bottom: 5px;
}
.statistics .input-group-addon {
    min-width: 100px;
}
.statistics .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.statistics .row {
    margin-left: -15px;
    margin-right: -15px;
}
.statistics .col-md-2, .statistics .col-md-4, .statistics .col-md-6, .statistics .col-md-8, .statistics .col-md-10, .statistics .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .statistics .col-md-1, .statistics .col-md-2, .statistics .col-md-4, .statistics .col-md-5, .statistics .col-md-6, .statistics .col-md-8, .statistics .col-md-12, .statistics .col-md-10 {
        float: left;
    }
    .statistics .col-md-1{
        width:8.33333333%;
    }
    .statistics .col-md-2{
        width:16.66666667%;
    }
    .statistics .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5{
        width:41.66666667%;
    }
    .statistics .col-md-6 {
        width: 50%;
    }
    .statistics .col-md-7{
        width:58.33333333%;
    }
    .statistics .col-md-8 {
        width: 66.66666667%;
    }
	.statistics .col-md-10 {
        width: 83.33333333%;
    }
    .statistics .col-md-12 {
        width: 100%;
    }
}
.statistics hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.statistics .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.statistics .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.statistics .form-control[disabled], .statistics .form-control[readonly], .statistics fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.statistics .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 7.3px 10px;
    margin-left: -1px;
    position: relative;
}
.statistics .bg-info{
    background-color:#d9edf7;
}
/* #BEGIN: chart tooltip */
.chart-tooltip {
    padding: 5px;
    white-space:nowrap;
}
.chart-tooltip span {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
}
.chart-tooltip .series-color{
    width:12px;
    height:12px;
}
.chart-tooltip .domain-value {
}
.chart-tooltip .series-name {
}
.chart-tooltip .series-value {
    font-weight: bold;
}
div.google-visualization-tooltip {
    width:auto !important;
    height: auto !important;
}
/* #END: chart tooltip */

