*{
    font-size: 12px;
}

div.index {
    width: 480px;
    position: relative;
    left: 50%;
    margin-left: -240px;
}

div.index h1{
    font-size: 40px;
}

#realtime-side{
    border: none;
    width: 100%;
}

#realtime-side tr td{
    height: 20%;
    width: 25%;
}

#realtime-side tr td div.counter_label{
    padding: 5px;
    padding-bottom: 0px;
    font-weight: bold;
}

.counter{
    text-align: center;
    font-size: 110px;
    color: red;
    font-weight: bold;
}

#realtime-center{
    height: 100%;
    border: none;
}

#realtime-center tr td.large{
    height: 50%;
    width: 50%;
}

#realtime-center tr td div.chart{
    height: 95%;
    width: 98%;
    padding: 0.7em;
}

.legend table{
    font-size: 9px;
    position: relative !important;
    right: -35px !important;
    border-spacing: 0px;
}

select.mini,input.mini{
    width: 80px;
}

.chart_jplot{
    width: 100%;
    height: 97%;
    font-size: 14px;
    line-height: 1.2em;
}

.wbutton{
    font-weight: bold;
}

.wbutton list{
    min-width: 300px;
    max-width: 300px;
}

.big .ui-button-text{
    font-size: 2.5em !important;
    width: 400px;
}

.wabout{
    font-size: 14px;
}

.wselect{
    font-size: 14px;
    height: 27px;
}

input, textarea, select {
    width: 300px;
}

#detail{
    height: 167px;
}

#tools-1{
    overflow: auto;
}

#tools-2{
    overflow: auto;
}

.toolbarStyle{ 
    background-color:#000000 !important;
    width:100%;
    height:50px;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
}

.toolbarContent{
    font-size: 15px;
    color: #ff0000;
    font-weight: bolder;
    vertical-align: middle;
    float:left;
    display:table-cell;
    line-height:50px;
}

.tabela{
    border: 1px solid #CCCCCC;
    width: 100%;
    background-color: #eeeeee;
    border-radius: 5px;
}

.tabela td{
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-width: 1px;
    border-color: #2e6e9e;
    text-align: center;
    color: #000000;
}

.tabela th{
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-width: 1px;
    border-color: #2e6e9e;
    background-color: #dfeffc;
    color: #2e6e9e;
    padding: 3px;
}

.tabela tr:nth-child(odd) {
    background-color: white;
}

label {
    display: inline-block;
    width: 15em;
    font-weight: bold;
    color: #000000;
}

label.normal {
    display: initial;
}

img{
    border: none;
}

.div_box{
    display: inline-block;
    vertical-align: top;
    width: 450px;
}

.carregando { 
    width: 450px; 
    height: 250px; 
    top: 290px; 
    left: 475px; 
    position: fixed; 
    z-index: 9999; 
    display: none;
    background-color: #EEEEEE;
    border: 1px solid orange;
    opacity: 0.9;
}
.carregando strong { 
    padding: 30px;
    font-size: 20px;
    color: darkorange;
}

.carregando img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carregando-demo { 
    top: 350px !important; 
    left: 900px !important; 
}

.alert{
    background-color: red;
    font-size: 14px;
    font-weight: bold;
}

.yellow{
    background-color: gold;
}

.chart-radio input, .chart-radio label {
    float: left;
}

.chart-radio input {
    width: 5px !important;
    margin: 0px !important;
}

.chart-radio label {
    width: 50px !important;
}
