You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
2.5 KiB
147 lines
2.5 KiB
|
|
/* graphs */
|
|
.accu_vals{
|
|
font-size:1rem;
|
|
}
|
|
.graph_container{
|
|
border: 1px solid #ddd!important;
|
|
}
|
|
table.graph_container>tbody{
|
|
padding:10px!important;
|
|
}
|
|
.graph_container>div{
|
|
height:250px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/* pie graphs */
|
|
.pie_graph{
|
|
padding: 20px 0!important;
|
|
}
|
|
.pie-graph-container{
|
|
height:250px!important;
|
|
width:250px!important;
|
|
margin:auto!important;
|
|
}
|
|
/* /graphs */
|
|
.stat_btn{
|
|
white-space: normal;
|
|
font-size: 1em;
|
|
}
|
|
.chart-btn-holder td{
|
|
padding: 0 !important;
|
|
border:1px solid #ddd !important;
|
|
}
|
|
.chart-btn-holder td button.btn-primary{
|
|
background-color: #f5a9a9cc;
|
|
border-color: #f5a9a9cc;
|
|
}
|
|
.chart-btn-holder td button.btn-primary1{
|
|
background-color: #9cbce6cc;
|
|
border-color: #9cbce6cc;
|
|
color: #ffffff;
|
|
}
|
|
.chart-btn-holder td button.btn-primary2 {
|
|
background-color: #97caa7;
|
|
border-color: #97caa7;
|
|
color: #ffffff;
|
|
}
|
|
.chart-btn-holder td button.btn-primary3 {
|
|
background-color: #ffffff;
|
|
border-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
.chart-btn-holder td button.disable-btn{
|
|
background-color: #ffffff;
|
|
border-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
.btn-flat{
|
|
border-radius: 0;
|
|
}
|
|
|
|
button#filter_dashboard_data{
|
|
margin-left:10px;
|
|
}
|
|
|
|
.align-mid{
|
|
vertical-align:middle!important;
|
|
}
|
|
|
|
.prev_year_data{
|
|
color:#828282!important;
|
|
}
|
|
.current_year_data .value{
|
|
color:#5788f5!important;
|
|
font-weight: bold;
|
|
}
|
|
.text_color_blue{
|
|
color:#5788f5!important;
|
|
}
|
|
|
|
.data_label{
|
|
margin-bottom:7px;
|
|
color:black;
|
|
display:block;
|
|
}
|
|
.data_label_2{
|
|
font-size: 1.1em;
|
|
}
|
|
table.formulai_table td{
|
|
font-size:1.2em!important;
|
|
}
|
|
|
|
.year_value_zero{
|
|
color:grey!important;
|
|
font-size:.5em!important;
|
|
font-weight:lighter!important;
|
|
}
|
|
.year_value_down{
|
|
color:red!important;
|
|
font-size:.5em!important;
|
|
font-weight:lighter!important;
|
|
}
|
|
.year_value_up{
|
|
color:green!important;
|
|
font-size:.5em!important;
|
|
font-weight:lighter!important;
|
|
}
|
|
|
|
/* headers */
|
|
.data_headers{
|
|
color:#5788f5!important;
|
|
}
|
|
|
|
hr.hor_divider{
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
font-weight: bolder;
|
|
width: 50%;
|
|
border-top:2px solid;
|
|
}
|
|
|
|
|
|
/* tables */
|
|
table>thead tr td{
|
|
vertical-align: middle!important;
|
|
}
|
|
table.table_abonnes tbody>tr>td{
|
|
font-size:1.3em;
|
|
}
|
|
table.table_abonnes thead>tr>td{
|
|
font-size:1.4em;
|
|
}
|
|
|
|
.vertical-align-gtext{
|
|
line-height: 230px;
|
|
}
|
|
/*
|
|
.br_before{
|
|
page-break-before: always;
|
|
}
|
|
.br_after{
|
|
page-break-after: always;
|
|
}
|
|
.br_inside{
|
|
page-break-inside: always;
|
|
} */
|