body {
    padding: 10px 10px 0 10px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.hidden {
    display: none;
}

.head{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.region-stat{
    text-transform: uppercase;
}

.region-stat .header{
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    color: #7F5038;
    margin-bottom: 5px;
}


.region-stat .head {
    color: rgb(102, 102, 102);
}

.region-stat table {
    width: 100%;
    margin-bottom: 10px;
}

.region-stat table td {
    font-weight: bold;
    color: rgb(237, 83, 56);
    font-size: 12px;
}

.region-stat table td + td {
    text-align: right;
    color: #704131;
}

/*** office-stat ***/
.office-stat .head{
    font-weight: bold;
    font-size: 13px;
    color: rgb(197, 147, 104);
}

.office-stat a{
    color: #704131;
}

.office-stat .show-select{
    margin-bottom: 10px;
}

.office-stat select{
    width: 100%;
    height: 25px;
}

.office-stat .select{
    margin-bottom: 10px;
}

.office-stat .address{
    padding-left: 30px;
    color: rgb(102, 102, 102);
    font-size: 13px;
    padding-bottom: 15px;
    background: url("../images/widget-location.png") left 10px no-repeat;
}

.office-stat .address:empty{
    background:none;
}

.office-stat table{
    width: 100%;
    color: rgb(237, 83, 56);
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.office-stat table td{
    padding-top: 3px;
    padding-bottom: 3px;
}

.office-stat table td + td {
    text-align: right;
    color: #704131;
}

.office-stat table .time_wait{
    text-transform: lowercase;
}