290 lines
4.4 KiB
SCSS
290 lines
4.4 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 09-Aug-2018, 09:32:12
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
/*sum vertical checkbox*/
|
|
.anl_bck_2 {
|
|
background-color: white;
|
|
}
|
|
.anl_bck {
|
|
background-color: $soft_blue_very_lighten;
|
|
}
|
|
/*plain text*/
|
|
.anl_tbl_inner {
|
|
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: $grey_almost_white;
|
|
}
|
|
.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: $soft_blue_very_lighten;
|
|
}
|
|
.anl_bck_desc_2 {
|
|
background-color: white;
|
|
}
|
|
.anl_bck_desc_3 {
|
|
background-color: #FFFFE3;
|
|
}
|
|
.anl_bck_freq_1 {
|
|
background-color: $soft_blue_very_lighten;
|
|
}
|
|
.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: $strong_blue;
|
|
a {
|
|
font-weight: bold;
|
|
color: $strong_blue;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.anl_variabla_sub {
|
|
color: $strong_blue;
|
|
}
|
|
.anl_variabla_label {
|
|
color: $strong_blue;
|
|
color: black;
|
|
}
|
|
.anl_variabla_info {
|
|
color: $grey_normal;
|
|
font-size: 10px;
|
|
}
|
|
.anl_variabla_line {
|
|
color: $grey_normal;
|
|
}
|
|
.anl_ita {
|
|
font-style: italic;
|
|
}
|
|
.anl_detail_percent {
|
|
color: $orange_very_darken;
|
|
width: 70px;
|
|
text-align: right;
|
|
font-weight: normal;
|
|
a {
|
|
color: $orange_very_darken;
|
|
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 $soft_blue;
|
|
text-align: right;
|
|
}
|
|
.anl_ba {
|
|
border: 1px solid $soft_blue;
|
|
}
|
|
.anl_bl {
|
|
border-left: 1px solid $soft_blue;
|
|
}
|
|
.anl_br {
|
|
border-right: 1px solid $soft_blue;
|
|
}
|
|
.anl_bt {
|
|
border-top: 1px solid $soft_blue;
|
|
}
|
|
.anl_bb {
|
|
border-bottom: 1px solid $soft_blue;
|
|
}
|
|
.anl_red_ba {
|
|
border: 1px solid $red_error;
|
|
}
|
|
.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 #D59090;
|
|
}
|
|
.anl_double_bt {
|
|
border-top: 3px double $grey_normal;
|
|
}
|
|
.anl_legenda_freq {
|
|
font-weight: normal;
|
|
}
|
|
.anl_variable_type {
|
|
span {
|
|
color: $grey_normal;
|
|
}
|
|
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 $grey_normal;
|
|
}
|
|
.anl_bl_dot {
|
|
border-left: 1px dotted $grey_normal;
|
|
}
|
|
.anl_br_dot {
|
|
border-right: 1px dotted $grey_normal;
|
|
}
|
|
.anl_bt_dot {
|
|
border-top: 1px dotted $grey_normal;
|
|
}
|
|
.anl_bb_dot {
|
|
border-bottom: 1px dotted $grey_normal;
|
|
}
|
|
.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: $strong_blue;
|
|
}
|
|
}
|
|
.anl_click_missing_hide {
|
|
color: black;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
&:hover {
|
|
color: $strong_blue;
|
|
}
|
|
}
|
|
.div_analiza_holder {
|
|
margin-top: 20px;
|
|
}
|
|
.div_analiza_icons {
|
|
float: left;
|
|
z-index: 75;
|
|
position: relative;
|
|
margin-top: -20px;
|
|
padding-bottom: 3px;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.div_analiza_scale {
|
|
float: right;
|
|
position: relative;
|
|
margin-top: -20px;
|
|
padding-bottom: 3px;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
} |