2022-02-04 10:26:29 +01:00
|
|
|
#div_analiza_data,
|
2022-02-04 11:20:34 +01:00
|
|
|
#div_means_data,
|
2022-02-04 13:15:31 +01:00
|
|
|
#div_break_data,
|
2022-02-04 11:20:34 +01:00
|
|
|
#ttestResults{
|
2022-01-25 11:40:21 +01:00
|
|
|
|
|
|
|
.div_analiza_holder {
|
2022-01-28 12:41:43 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-31 13:09:52 +01:00
|
|
|
overflow-x: auto;
|
|
|
|
|
2022-02-10 14:37:46 +01:00
|
|
|
margin: 0 0 32px 0;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
.analiza_table_top_settings{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
height: auto;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
font-size: 16px;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
.div_analiza_icons {
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
|
|
|
|
.faicon:before{
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2022-02-02 11:26:47 +01:00
|
|
|
|
|
|
|
.print_small:before{
|
|
|
|
cursor: pointer;
|
|
|
|
color: $blue;
|
|
|
|
}
|
2022-01-28 12:41:43 +01:00
|
|
|
}
|
2022-02-10 14:37:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.enote-navedbe_holder,
|
|
|
|
.div_analiza_scale,
|
|
|
|
.freq-p_holder{
|
|
|
|
display: inline;
|
|
|
|
margin-left: 16px;
|
|
|
|
|
|
|
|
button{
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 4px 16px;
|
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
|
|
|
min-width: auto;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-02-10 14:37:46 +01:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 15px;
|
|
|
|
color: #A9A9A9;
|
|
|
|
|
|
|
|
background-color: $white;
|
|
|
|
border: 1px solid $gray;
|
|
|
|
|
|
|
|
&:first-child{
|
|
|
|
border-radius: 2px 0px 0px 2px;
|
2022-01-28 12:41:43 +01:00
|
|
|
}
|
2022-02-10 14:37:46 +01:00
|
|
|
|
|
|
|
&:nth-child(2){
|
|
|
|
border-radius: 0px 2px 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active,
|
|
|
|
&:hover{
|
|
|
|
color: $blue;
|
|
|
|
|
|
|
|
background-color: $light-blue;
|
|
|
|
border-color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.div_analiza_scale {
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
|
|
|
|
a{
|
|
|
|
text-decoration: none;
|
2022-01-28 12:41:43 +01:00
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
.div_other_text{
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
table{
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
tr{
|
|
|
|
height: auto;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
th,
|
|
|
|
td{
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: $black;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
background-color: $white;
|
|
|
|
border: 1px $gray solid;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
table tr td{
|
2022-01-27 11:57:12 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
span{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
2022-02-02 11:26:47 +01:00
|
|
|
|
|
|
|
&.span_navedbe,
|
|
|
|
&.img_analysis_p,
|
|
|
|
&.img_analysis_f,
|
|
|
|
&.img_analysis_f_p{
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: $black;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
span{
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
&.blue{
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active{
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
// Stolpec z ikonami
|
2022-01-28 12:41:43 +01:00
|
|
|
&.cell_icons{
|
2022-01-27 11:57:12 +01:00
|
|
|
width: 110px;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
text-align: center;
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
// Stolpec z variablo
|
2022-01-28 12:41:43 +01:00
|
|
|
&.cell_var{
|
2022-01-27 11:57:12 +01:00
|
|
|
width: 110px;
|
2022-02-02 11:26:47 +01:00
|
|
|
min-width: 110px;
|
2022-01-27 11:57:12 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: $black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Stolpec z vprasanjem
|
2022-01-28 12:41:43 +01:00
|
|
|
&.cell_question{
|
2022-01-27 11:57:12 +01:00
|
|
|
width: auto;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2022-01-31 13:09:52 +01:00
|
|
|
// Stolpec s podvprasanjem (gridi)
|
|
|
|
&.cell_subquestion{
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
// Stolpec z legendo
|
2022-01-28 12:41:43 +01:00
|
|
|
&.cell_info{
|
2022-01-31 13:09:52 +01:00
|
|
|
width: 115px;
|
2022-01-27 11:57:12 +01:00
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Stolpec z vrednostjo
|
2022-01-28 12:41:43 +01:00
|
|
|
&.cell_value{
|
2022-01-31 13:09:52 +01:00
|
|
|
width: 115px;
|
2022-01-27 11:57:12 +01:00
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-01-31 13:09:52 +01:00
|
|
|
// Brez zgornjega/spodnjega roba
|
|
|
|
&.cell_noVerBorder{
|
|
|
|
border-top: 0 !important;
|
|
|
|
border-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Brez roba
|
|
|
|
&.cell_noBorder{
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
// prazen prostor
|
|
|
|
&.cell_empty{
|
|
|
|
background-color: $white !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
// Razmik
|
2022-01-31 13:09:52 +01:00
|
|
|
&.cell_space{
|
2022-01-25 14:23:20 +01:00
|
|
|
padding: 0;
|
|
|
|
line-height: 8px;
|
2022-02-01 13:03:56 +01:00
|
|
|
background-color: $white !important;
|
2022-01-25 14:23:20 +01:00
|
|
|
border: 0 !important;
|
|
|
|
}
|
2022-01-31 13:09:52 +01:00
|
|
|
|
|
|
|
// Brez paddinga
|
|
|
|
&.cell_noPadding{
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cell_table{
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
tr{
|
|
|
|
td{
|
|
|
|
padding: 4px 16px;
|
2022-02-02 11:26:47 +01:00
|
|
|
text-align: center;
|
2022-01-31 13:09:52 +01:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-of-type td{
|
|
|
|
border-bottom: 1px $gray dashed;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// 1. header vrstica
|
2022-01-25 14:23:20 +01:00
|
|
|
&.row1{
|
|
|
|
th,
|
|
|
|
td{
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 20px;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
background-color: $light-gray;
|
2022-01-28 12:41:43 +01:00
|
|
|
|
|
|
|
span{
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// 2. header vrstica
|
2022-01-25 14:23:20 +01:00
|
|
|
&.row2{
|
|
|
|
th,
|
|
|
|
td{
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 19px;
|
|
|
|
|
|
|
|
background-color: $light-gray;
|
2022-01-27 11:57:12 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
span{
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 19px;
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
2022-01-31 13:09:52 +01:00
|
|
|
|
|
|
|
&.cell_value{
|
2022-02-02 11:26:47 +01:00
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap;
|
2022-01-31 13:09:52 +01:00
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// 3. in 4. opcijska header vrstica
|
2022-01-25 14:23:20 +01:00
|
|
|
&.row3,
|
|
|
|
&.row4{
|
|
|
|
th,
|
|
|
|
td{
|
|
|
|
background-color: $light-gray;
|
2022-01-31 13:09:52 +01:00
|
|
|
|
|
|
|
&.cell_grid{
|
2022-02-02 11:26:47 +01:00
|
|
|
height: 52px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
2022-01-31 13:09:52 +01:00
|
|
|
text-align: center;
|
|
|
|
background-color: $light-gray2;
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// Vrstica z vprasanjem
|
2022-01-27 11:57:12 +01:00
|
|
|
&.row_question{
|
|
|
|
|
|
|
|
td{
|
|
|
|
font-weight: 600;
|
2022-01-28 12:41:43 +01:00
|
|
|
|
|
|
|
background-color: $light-gray2;
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// Vrstica z gridom
|
2022-01-27 11:57:12 +01:00
|
|
|
&.row_grid{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// Vrstica z variablo in vrednostmi
|
2022-01-27 11:57:12 +01:00
|
|
|
&.row_var{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// Vrstica z missingi
|
|
|
|
&.row_missing{
|
|
|
|
|
|
|
|
td{
|
|
|
|
background: rgba(255, 199, 0, 0.05);
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// Vrstica s sumo za missinge
|
|
|
|
&.row_missing.row_sum{
|
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
td{
|
|
|
|
background: rgba(255, 199, 0, 0.05);
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
2022-01-25 14:23:20 +01:00
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-28 12:41:43 +01:00
|
|
|
// Vrstica s sumo
|
|
|
|
&.row_sum{
|
|
|
|
|
|
|
|
td{
|
|
|
|
background: rgba(255, 199, 0, 0.05);
|
|
|
|
|
|
|
|
&.cell_missing{
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
span{
|
|
|
|
cursor: pointer;
|
|
|
|
color: $blue;
|
|
|
|
|
|
|
|
transition: 0.2s;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
color: $dark-blue;
|
|
|
|
|
|
|
|
.faicon:before{
|
|
|
|
color: $dark-blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.faicon{
|
|
|
|
margin-right: 8px;
|
|
|
|
|
|
|
|
&:before{
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-01-31 13:09:52 +01:00
|
|
|
// Vrstica sumo vseh
|
2022-01-28 12:41:43 +01:00
|
|
|
&.row_sum_all{
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-25 14:23:20 +01:00
|
|
|
td{
|
|
|
|
background: rgba(255, 199, 0, 0.1);
|
2022-01-28 12:41:43 +01:00
|
|
|
|
|
|
|
&.cell_var{
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.cell_question{
|
|
|
|
border-left: 0;
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
|
|
|
}
|
2022-01-31 13:09:52 +01:00
|
|
|
|
|
|
|
// Vrstica s dodatnim izracunom na dnu (povprecje, st. odklon)
|
|
|
|
&.row_bottom{
|
|
|
|
|
|
|
|
td{
|
|
|
|
background-color: $light-gray;
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
.analysis_bottom_settings{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2022-01-25 14:23:20 +01:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
margin-top: 64px;
|
|
|
|
|
2022-02-02 11:26:47 +01:00
|
|
|
.comment_holder{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
padding-right: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
height: 34px;
|
|
|
|
|
|
|
|
border-right: 1px $gray solid;
|
2022-02-10 14:37:46 +01:00
|
|
|
|
|
|
|
span{
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
&.faicon:before{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
2022-02-02 11:26:47 +01:00
|
|
|
}
|
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
a{
|
2022-02-02 11:26:47 +01:00
|
|
|
margin: 0 8px;
|
2022-01-27 11:57:12 +01:00
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
text-decoration: none;
|
|
|
|
color: $black;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-02-02 11:26:47 +01:00
|
|
|
&.comment{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
padding: 6px 16px;
|
|
|
|
|
|
|
|
border: 1px $gray solid;
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
background-color: darken($white, 5%);
|
|
|
|
}
|
|
|
|
|
|
|
|
border-right: 1px $gray solid;
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-02-02 11:26:47 +01:00
|
|
|
.faicon:before{
|
2022-01-27 11:57:12 +01:00
|
|
|
margin-right: 8px;
|
2022-02-02 11:26:47 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.faicon{
|
|
|
|
|
|
|
|
&:before{
|
2022-01-27 11:57:12 +01:00
|
|
|
color: $blue;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.arhiv_mail:before{
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.comments:before{
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.pdf:before{
|
|
|
|
color: $red;
|
|
|
|
}
|
|
|
|
&.rtf{
|
2022-01-25 11:40:21 +01:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
|
|
|
&.xls:before{
|
|
|
|
color: $green;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}
|
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
iframe#ifmcontentstoprint {
|
|
|
|
border: 0;
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-01-24 10:55:34 +01:00
|
|
|
/*sum vertical checkbox*/
|
2022-01-25 11:40:21 +01:00
|
|
|
/*.anl_bck_2 {
|
2022-01-24 10:55:34 +01:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_bck {
|
|
|
|
background-color: $blue;
|
2022-01-25 11:40:21 +01:00
|
|
|
}*/
|
2022-01-24 10:55:34 +01:00
|
|
|
|
|
|
|
/*plain text*/
|
2022-01-25 11:40:21 +01:00
|
|
|
/*.anl_tbl_inner {
|
2022-01-24 10:55:34 +01:00
|
|
|
border-spacing: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.tbl_clps {
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
border-collapse: collapse !important;
|
|
|
|
}
|
|
|
|
.anl_tbl {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
th {
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cll_clps {
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
border-collapse: collapse !important;
|
|
|
|
}
|
|
|
|
.anl_bck_0_0 {
|
|
|
|
background-color: $gray;
|
|
|
|
}
|
|
|
|
.anl_bck_0_1 {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_bck_1_0 {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_bck_1_1 {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_bck_2_1 {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_bck_2_0 {
|
|
|
|
background-color: #f9f9f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.anl_bck_text_0 {
|
|
|
|
background-color: #FFFFE3;
|
|
|
|
}
|
|
|
|
.anl_bck_text_1 {
|
|
|
|
background-color: #FFFFF0;
|
|
|
|
}
|
|
|
|
.anl_bck_desc_1 {
|
|
|
|
background-color: $light-blue;
|
|
|
|
}
|
|
|
|
.anl_bck_desc_2 {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_bck_desc_3 {
|
|
|
|
background-color: #FFFFE3;
|
|
|
|
}
|
|
|
|
.anl_bck_freq_1 {
|
|
|
|
background-color: $light-blue;
|
|
|
|
}
|
|
|
|
.anl_bck_freq_2 {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.anl_tin {
|
|
|
|
text-indent: 8px;
|
|
|
|
}
|
|
|
|
.anl_tin1 {
|
|
|
|
text-indent: 16px;
|
|
|
|
}
|
|
|
|
.anl_tin2 {
|
|
|
|
text-indent: 24px;
|
|
|
|
}
|
|
|
|
.anl_variabla {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $blue;
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $blue;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.anl_variabla_sub {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
.anl_variabla_label {
|
|
|
|
color: $blue;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.anl_variabla_info {
|
|
|
|
color: $gray;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.anl_variabla_line {
|
|
|
|
color: $gray;
|
|
|
|
}
|
|
|
|
.anl_ita {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.anl_detail_percent {
|
|
|
|
color: $red;
|
|
|
|
width: 70px;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: normal;
|
|
|
|
a {
|
|
|
|
color: $red;
|
|
|
|
width: 70px;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.anl_detail_cnt {
|
|
|
|
color: silver;
|
|
|
|
}
|
|
|
|
.anl_ac {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.anl_al {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.anl_ar {
|
|
|
|
border: 1px solid $light-blue;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.anl_ba {
|
|
|
|
border: 1px solid $light-blue;
|
|
|
|
}
|
|
|
|
.anl_bl {
|
|
|
|
border-left: 1px solid $light-blue;
|
|
|
|
}
|
|
|
|
.anl_br {
|
|
|
|
border-right: 1px solid $light-blue;
|
|
|
|
}
|
|
|
|
.anl_bt {
|
|
|
|
border-top: 1px solid $light-blue;
|
|
|
|
}
|
|
|
|
.anl_bb {
|
|
|
|
border-bottom: 1px solid $light-blue;
|
|
|
|
}
|
|
|
|
.anl_red_ba {
|
|
|
|
border: 1px solid $red;
|
|
|
|
}
|
|
|
|
.anl_dash_bl {
|
|
|
|
border-left: 1px dashed silver;
|
|
|
|
}
|
|
|
|
.anl_dash_br {
|
|
|
|
border-right: 1px dashed silver;
|
|
|
|
}
|
|
|
|
.anl_dash_bt {
|
|
|
|
border-top: 1px dashed silver;
|
|
|
|
}
|
|
|
|
.anl_dash_bb {
|
|
|
|
border-bottom: 1px dashed silver;
|
|
|
|
}
|
|
|
|
.anl_dash_red_bb {
|
|
|
|
border-bottom: 1px dashed #red;
|
|
|
|
}
|
|
|
|
.anl_double_bt {
|
|
|
|
border-top: 3px double $gray;
|
|
|
|
}
|
|
|
|
.anl_legenda_freq {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.anl_variable_type {
|
|
|
|
span {
|
|
|
|
color: $gray;
|
|
|
|
}
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.anl_str {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.anl_w15 {
|
|
|
|
width: 15px !important;
|
|
|
|
}
|
|
|
|
.anl_w30 {
|
|
|
|
width: 30px !important;
|
|
|
|
}
|
|
|
|
.anl_w50 {
|
|
|
|
width: 50px !important;
|
|
|
|
}
|
|
|
|
.anl_w70 {
|
|
|
|
width: 70px !important;
|
|
|
|
}
|
|
|
|
.anl_w90 {
|
|
|
|
width: 90px !important;
|
|
|
|
}
|
|
|
|
.anl_w110 {
|
|
|
|
width: 110px !important;
|
|
|
|
}
|
|
|
|
.anl_w140 {
|
|
|
|
width: 140px !important;
|
|
|
|
}
|
|
|
|
.anl_p5 {
|
|
|
|
padding: 5px !important;
|
|
|
|
}
|
|
|
|
.anl_p10 {
|
|
|
|
padding: 10px !important;
|
|
|
|
}
|
|
|
|
.anl_indent {
|
|
|
|
text-indent: 20px;
|
|
|
|
}
|
|
|
|
.anl_ba_dot {
|
|
|
|
border: 1px dotted $gray;
|
|
|
|
}
|
|
|
|
.anl_bl_dot {
|
|
|
|
border-left: 1px dotted $gray;
|
|
|
|
}
|
|
|
|
.anl_br_dot {
|
|
|
|
border-right: 1px dotted $gray;
|
|
|
|
}
|
|
|
|
.anl_bt_dot {
|
|
|
|
border-top: 1px dotted $gray;
|
|
|
|
}
|
|
|
|
.anl_bb_dot {
|
|
|
|
border-bottom: 1px dotted $gray;
|
|
|
|
}
|
|
|
|
.anl_user_text {
|
|
|
|
color: #B30080;
|
|
|
|
}
|
|
|
|
.anl_user_text_more {
|
|
|
|
float: left;
|
|
|
|
padding: 0px 5px;
|
|
|
|
text-indent: 0px;
|
|
|
|
color: #B30080;
|
|
|
|
}
|
|
|
|
.anl_ti_20 {
|
|
|
|
text-indent: 20px;
|
|
|
|
}
|
|
|
|
.anl_click_missing {
|
|
|
|
color: black;
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.anl_click_missing_hide {
|
|
|
|
color: black;
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
color: $blue;
|
|
|
|
}
|
2022-01-25 11:40:21 +01:00
|
|
|
}*/
|
|
|
|
|
|
|
|
|