#div_analiza_data:not(.anal_arch), #div_means_data, #div_break_data, #ttestResults, .subpage_analysis_creport, .report_element_data, #arch_body_div, .public_link.analysis #analiza_data, .public_link.creport #analiza_data, .analysis_popup{ .div_analiza_holder { display: flex; flex-direction: column; overflow-x: auto; margin: 0 0 32px 0; .analiza_table_top_settings{ display: flex; align-items: center; justify-content: space-between; height: auto; margin-bottom: 8px; font-size: 16px; .div_analiza_icons { opacity: 0; filter: alpha(opacity=0); .faicon:before{ font-size: 20px; } .print_small:before{ cursor: pointer; color: $blue; } } } .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; 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; border-right: 1px $blue solid !important; } &:nth-child(2){ border-radius: 0px 2px 2px 0px; border-left: 0 !important; } &.active, &:hover{ color: $blue; background-color: $light-blue; border-color: $blue; } &.single{ cursor: auto; border-radius: 2px; } } } .div_analiza_scale { opacity: 0; filter: alpha(opacity=0); a{ text-decoration: none; } } .div_other_text{ margin-top: 32px; } } table{ width: 100%; margin: 0; tr{ height: auto; th, td{ box-sizing: border-box; padding: 18px; font-size: 14px; line-height: 18px; color: $black; background-color: $white; border: 1px $gray solid; table tr td{ } span{ font-size: 14px; line-height: 18px; &.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; } } } } } // Stolpec z ikonami &.cell_icons{ width: 110px; padding-top: 8px; padding-bottom: 8px; text-align: center; } // Stolpec z variablo &.cell_var{ width: 110px; min-width: 110px; text-align: center; a{ color: $black; text-decoration: none; } } // Stolpec z vprasanjem &.cell_question{ width: auto; text-align: left; } // Stolpec s podvprasanjem (gridi) &.cell_subquestion{ width: 260px; } // Stolpec z legendo &.cell_info{ width: 115px; text-align: left; } // Stolpec z vrednostjo &.cell_value{ width: 115px; text-align: right; } // 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; } // Razmik &.cell_space{ padding: 0; line-height: 8px; background-color: $white !important; border: 0 !important; } // Brez paddinga &.cell_noPadding{ padding: 0 !important; } table.cell_table{ width: 100%; tr{ td{ padding: 4px 16px; text-align: center; border: 0; } } &.percent_row.freq_row tr:first-of-type td{ border-bottom: 1px $gray dashed; } } .multigrid_more{ margin-top: 8px; } } // 1. header vrstica &.row1{ th, td{ font-size: 16px; font-weight: 600; line-height: 20px; background-color: $light-gray; span{ font-size: 16px; font-weight: 600; line-height: 20px; } } } // 2. header vrstica &.row2{ th, td{ font-size: 15px; font-weight: 600; line-height: 19px; background-color: $light-gray; span{ font-size: 15px; font-weight: 600; line-height: 19px; } &.cell_value{ text-align: right; white-space: nowrap; } } } // 3. in 4. opcijska header vrstica &.row3, &.row4{ th, td{ background-color: $light-gray; &.cell_grid{ height: 52px; padding-top: 8px; padding-bottom: 8px; text-align: center; background-color: $light-gray2; } } } // Vrstica z vprasanjem &.row_question{ td{ font-weight: 600; background-color: $light-gray2; } } // Vrstica z gridom &.row_grid{ } // Vrstica z variablo in vrednostmi &.row_var{ } // Vrstica z missingi &.row_missing{ td{ background: rgba(255, 199, 0, 0.05); } } // Vrstica s sumo za missinge &.row_missing.row_sum{ td{ background: rgba(255, 199, 0, 0.05); } } // 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; } } } } } } // Vrstica sumo vseh &.row_sum_all{ td{ background: rgba(255, 199, 0, 0.1); &.cell_var{ border-right: 0; } &.cell_question{ border-left: 0; } } } // Vrstica s dodatnim izracunom na dnu (povprecje, st. odklon) &.row_bottom{ td{ background-color: $light-gray; } } } } } .analysis_bottom_settings{ display: flex; align-items: center; justify-content: center; margin-top: 64px; .comment_holder{ display: flex; align-items: center; padding-right: 8px; margin-right: 8px; height: 34px; border-right: 1px $gray solid; span{ font-size: 14px; font-style: normal; &.faicon:before{ font-size: 14px; } } } a{ margin: 0 8px; font-size: 16px; font-weight: 400; text-decoration: none; color: $black; &.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; .faicon:before{ margin-right: 8px; } } .faicon{ &:before{ color: $blue; font-size: 20px; } &.arhiv_mail:before{ font-weight: 600; } &.comments:before{ font-weight: 400; } &.pdf:before{ color: $red; } &.rtf{ } &.xls:before{ color: $green; } &.ppt:before{ color: #fa4913; } } } } iframe#ifmcontentstoprint { border: 0; }