Redesign - popravki napak - arhiv analize

This commit is contained in:
pero1203 2022-05-25 10:47:50 +02:00
parent cc211e6b8e
commit abdf34a347
5 changed files with 245 additions and 66 deletions

View File

@ -25656,7 +25656,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder, #div_break_data .div_analiza_holder,
#ttestResults .div_analiza_holder, #ttestResults .div_analiza_holder,
.subpage_analysis_creport .div_analiza_holder, .subpage_analysis_creport .div_analiza_holder,
.report_element_data .div_analiza_holder { .report_element_data .div_analiza_holder,
#arch_body_div .div_analiza_holder {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-x: auto; overflow-x: auto;
@ -25667,7 +25668,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .analiza_table_top_settings, #div_break_data .div_analiza_holder .analiza_table_top_settings,
#ttestResults .div_analiza_holder .analiza_table_top_settings, #ttestResults .div_analiza_holder .analiza_table_top_settings,
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings, .subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings,
.report_element_data .div_analiza_holder .analiza_table_top_settings { .report_element_data .div_analiza_holder .analiza_table_top_settings,
#arch_body_div .div_analiza_holder .analiza_table_top_settings {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
@ -25680,7 +25682,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons, #div_break_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
#ttestResults .div_analiza_holder .analiza_table_top_settings .div_analiza_icons, #ttestResults .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons, .subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons { .report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
@ -25689,7 +25692,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before, #div_break_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
#ttestResults .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before, #ttestResults .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before, .subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before { .report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before {
font-size: 20px; font-size: 20px;
} }
#div_analiza_data:not(.anal_arch) .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before, #div_analiza_data:not(.anal_arch) .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
@ -25697,7 +25701,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before, #div_break_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
#ttestResults .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before, #ttestResults .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before, .subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before { .report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before {
cursor: pointer; cursor: pointer;
color: #1E88E5; color: #1E88E5;
} }
@ -25718,7 +25723,10 @@ and open the template in the editor.
.subpage_analysis_creport .div_analiza_holder .freq-p_holder, .subpage_analysis_creport .div_analiza_holder .freq-p_holder,
.report_element_data .div_analiza_holder .enote-navedbe_holder, .report_element_data .div_analiza_holder .enote-navedbe_holder,
.report_element_data .div_analiza_holder .div_analiza_scale, .report_element_data .div_analiza_holder .div_analiza_scale,
.report_element_data .div_analiza_holder .freq-p_holder { .report_element_data .div_analiza_holder .freq-p_holder,
#arch_body_div .div_analiza_holder .enote-navedbe_holder,
#arch_body_div .div_analiza_holder .div_analiza_scale,
#arch_body_div .div_analiza_holder .freq-p_holder {
display: inline; display: inline;
margin-left: 16px; margin-left: 16px;
} }
@ -25739,7 +25747,10 @@ and open the template in the editor.
.subpage_analysis_creport .div_analiza_holder .freq-p_holder button, .subpage_analysis_creport .div_analiza_holder .freq-p_holder button,
.report_element_data .div_analiza_holder .enote-navedbe_holder button, .report_element_data .div_analiza_holder .enote-navedbe_holder button,
.report_element_data .div_analiza_holder .div_analiza_scale button, .report_element_data .div_analiza_holder .div_analiza_scale button,
.report_element_data .div_analiza_holder .freq-p_holder button { .report_element_data .div_analiza_holder .freq-p_holder button,
#arch_body_div .div_analiza_holder .enote-navedbe_holder button,
#arch_body_div .div_analiza_holder .div_analiza_scale button,
#arch_body_div .div_analiza_holder .freq-p_holder button {
cursor: pointer; cursor: pointer;
box-sizing: border-box; box-sizing: border-box;
padding: 4px 16px; padding: 4px 16px;
@ -25770,7 +25781,10 @@ and open the template in the editor.
.subpage_analysis_creport .div_analiza_holder .freq-p_holder button:first-child, .subpage_analysis_creport .div_analiza_holder .freq-p_holder button:first-child,
.report_element_data .div_analiza_holder .enote-navedbe_holder button:first-child, .report_element_data .div_analiza_holder .enote-navedbe_holder button:first-child,
.report_element_data .div_analiza_holder .div_analiza_scale button:first-child, .report_element_data .div_analiza_holder .div_analiza_scale button:first-child,
.report_element_data .div_analiza_holder .freq-p_holder button:first-child { .report_element_data .div_analiza_holder .freq-p_holder button:first-child,
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:first-child,
#arch_body_div .div_analiza_holder .div_analiza_scale button:first-child,
#arch_body_div .div_analiza_holder .freq-p_holder button:first-child {
border-radius: 2px 0px 0px 2px; border-radius: 2px 0px 0px 2px;
border-right: 1px #1E88E5 solid !important; border-right: 1px #1E88E5 solid !important;
} }
@ -25791,7 +25805,10 @@ and open the template in the editor.
.subpage_analysis_creport .div_analiza_holder .freq-p_holder button:nth-child(2), .subpage_analysis_creport .div_analiza_holder .freq-p_holder button:nth-child(2),
.report_element_data .div_analiza_holder .enote-navedbe_holder button:nth-child(2), .report_element_data .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
.report_element_data .div_analiza_holder .div_analiza_scale button:nth-child(2), .report_element_data .div_analiza_holder .div_analiza_scale button:nth-child(2),
.report_element_data .div_analiza_holder .freq-p_holder button:nth-child(2) { .report_element_data .div_analiza_holder .freq-p_holder button:nth-child(2),
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
#arch_body_div .div_analiza_holder .div_analiza_scale button:nth-child(2),
#arch_body_div .div_analiza_holder .freq-p_holder button:nth-child(2) {
border-radius: 0px 2px 2px 0px; border-radius: 0px 2px 2px 0px;
border-left: 0 !important; border-left: 0 !important;
} }
@ -25829,7 +25846,13 @@ and open the template in the editor.
.report_element_data .div_analiza_holder .div_analiza_scale button.active, .report_element_data .div_analiza_holder .div_analiza_scale button.active,
.report_element_data .div_analiza_holder .div_analiza_scale button:hover, .report_element_data .div_analiza_holder .div_analiza_scale button:hover,
.report_element_data .div_analiza_holder .freq-p_holder button.active, .report_element_data .div_analiza_holder .freq-p_holder button.active,
.report_element_data .div_analiza_holder .freq-p_holder button:hover { .report_element_data .div_analiza_holder .freq-p_holder button:hover,
#arch_body_div .div_analiza_holder .enote-navedbe_holder button.active,
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:hover,
#arch_body_div .div_analiza_holder .div_analiza_scale button.active,
#arch_body_div .div_analiza_holder .div_analiza_scale button:hover,
#arch_body_div .div_analiza_holder .freq-p_holder button.active,
#arch_body_div .div_analiza_holder .freq-p_holder button:hover {
color: #1E88E5; color: #1E88E5;
background-color: #EAF9FE; background-color: #EAF9FE;
border-color: #1E88E5; border-color: #1E88E5;
@ -25851,7 +25874,10 @@ and open the template in the editor.
.subpage_analysis_creport .div_analiza_holder .freq-p_holder button.single, .subpage_analysis_creport .div_analiza_holder .freq-p_holder button.single,
.report_element_data .div_analiza_holder .enote-navedbe_holder button.single, .report_element_data .div_analiza_holder .enote-navedbe_holder button.single,
.report_element_data .div_analiza_holder .div_analiza_scale button.single, .report_element_data .div_analiza_holder .div_analiza_scale button.single,
.report_element_data .div_analiza_holder .freq-p_holder button.single { .report_element_data .div_analiza_holder .freq-p_holder button.single,
#arch_body_div .div_analiza_holder .enote-navedbe_holder button.single,
#arch_body_div .div_analiza_holder .div_analiza_scale button.single,
#arch_body_div .div_analiza_holder .freq-p_holder button.single {
cursor: auto; cursor: auto;
border-radius: 2px; border-radius: 2px;
} }
@ -25860,7 +25886,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .div_analiza_scale, #div_break_data .div_analiza_holder .div_analiza_scale,
#ttestResults .div_analiza_holder .div_analiza_scale, #ttestResults .div_analiza_holder .div_analiza_scale,
.subpage_analysis_creport .div_analiza_holder .div_analiza_scale, .subpage_analysis_creport .div_analiza_holder .div_analiza_scale,
.report_element_data .div_analiza_holder .div_analiza_scale { .report_element_data .div_analiza_holder .div_analiza_scale,
#arch_body_div .div_analiza_holder .div_analiza_scale {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
@ -25869,7 +25896,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .div_analiza_scale a, #div_break_data .div_analiza_holder .div_analiza_scale a,
#ttestResults .div_analiza_holder .div_analiza_scale a, #ttestResults .div_analiza_holder .div_analiza_scale a,
.subpage_analysis_creport .div_analiza_holder .div_analiza_scale a, .subpage_analysis_creport .div_analiza_holder .div_analiza_scale a,
.report_element_data .div_analiza_holder .div_analiza_scale a { .report_element_data .div_analiza_holder .div_analiza_scale a,
#arch_body_div .div_analiza_holder .div_analiza_scale a {
text-decoration: none; text-decoration: none;
} }
#div_analiza_data:not(.anal_arch) .div_analiza_holder .div_other_text, #div_analiza_data:not(.anal_arch) .div_analiza_holder .div_other_text,
@ -25877,7 +25905,8 @@ and open the template in the editor.
#div_break_data .div_analiza_holder .div_other_text, #div_break_data .div_analiza_holder .div_other_text,
#ttestResults .div_analiza_holder .div_other_text, #ttestResults .div_analiza_holder .div_other_text,
.subpage_analysis_creport .div_analiza_holder .div_other_text, .subpage_analysis_creport .div_analiza_holder .div_other_text,
.report_element_data .div_analiza_holder .div_other_text { .report_element_data .div_analiza_holder .div_other_text,
#arch_body_div .div_analiza_holder .div_other_text {
margin-top: 32px; margin-top: 32px;
} }
#div_analiza_data:not(.anal_arch) table, #div_analiza_data:not(.anal_arch) table,
@ -25885,7 +25914,8 @@ and open the template in the editor.
#div_break_data table, #div_break_data table,
#ttestResults table, #ttestResults table,
.subpage_analysis_creport table, .subpage_analysis_creport table,
.report_element_data table { .report_element_data table,
#arch_body_div table {
width: 100%; width: 100%;
margin: 0; margin: 0;
} }
@ -25894,7 +25924,8 @@ and open the template in the editor.
#div_break_data table tr, #div_break_data table tr,
#ttestResults table tr, #ttestResults table tr,
.subpage_analysis_creport table tr, .subpage_analysis_creport table tr,
.report_element_data table tr { .report_element_data table tr,
#arch_body_div table tr {
height: auto; height: auto;
} }
#div_analiza_data:not(.anal_arch) table tr th, #div_analiza_data:not(.anal_arch) table tr th,
@ -25908,7 +25939,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th, .subpage_analysis_creport table tr th,
.subpage_analysis_creport table tr td, .subpage_analysis_creport table tr td,
.report_element_data table tr th, .report_element_data table tr th,
.report_element_data table tr td { .report_element_data table tr td,
#arch_body_div table tr th,
#arch_body_div table tr td {
box-sizing: border-box; box-sizing: border-box;
padding: 18px; padding: 18px;
font-size: 14px; font-size: 14px;
@ -25928,7 +25961,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th span, .subpage_analysis_creport table tr th span,
.subpage_analysis_creport table tr td span, .subpage_analysis_creport table tr td span,
.report_element_data table tr th span, .report_element_data table tr th span,
.report_element_data table tr td span { .report_element_data table tr td span,
#arch_body_div table tr th span,
#arch_body_div table tr td span {
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
} }
@ -25976,7 +26011,15 @@ and open the template in the editor.
.report_element_data table tr td span.span_navedbe a, .report_element_data table tr td span.span_navedbe a,
.report_element_data table tr td span.img_analysis_p a, .report_element_data table tr td span.img_analysis_p a,
.report_element_data table tr td span.img_analysis_f a, .report_element_data table tr td span.img_analysis_f a,
.report_element_data table tr td span.img_analysis_f_p a { .report_element_data table tr td span.img_analysis_f_p a,
#arch_body_div table tr th span.span_navedbe a,
#arch_body_div table tr th span.img_analysis_p a,
#arch_body_div table tr th span.img_analysis_f a,
#arch_body_div table tr th span.img_analysis_f_p a,
#arch_body_div table tr td span.span_navedbe a,
#arch_body_div table tr td span.img_analysis_p a,
#arch_body_div table tr td span.img_analysis_f a,
#arch_body_div table tr td span.img_analysis_f_p a {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
@ -26024,7 +26067,15 @@ and open the template in the editor.
.report_element_data table tr td span.span_navedbe a span, .report_element_data table tr td span.span_navedbe a span,
.report_element_data table tr td span.img_analysis_p a span, .report_element_data table tr td span.img_analysis_p a span,
.report_element_data table tr td span.img_analysis_f a span, .report_element_data table tr td span.img_analysis_f a span,
.report_element_data table tr td span.img_analysis_f_p a span { .report_element_data table tr td span.img_analysis_f_p a span,
#arch_body_div table tr th span.span_navedbe a span,
#arch_body_div table tr th span.img_analysis_p a span,
#arch_body_div table tr th span.img_analysis_f a span,
#arch_body_div table tr th span.img_analysis_f_p a span,
#arch_body_div table tr td span.span_navedbe a span,
#arch_body_div table tr td span.img_analysis_p a span,
#arch_body_div table tr td span.img_analysis_f a span,
#arch_body_div table tr td span.img_analysis_f_p a span {
font-weight: 400; font-weight: 400;
} }
#div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.blue,
@ -26071,7 +26122,15 @@ and open the template in the editor.
.report_element_data table tr td span.span_navedbe a span.blue, .report_element_data table tr td span.span_navedbe a span.blue,
.report_element_data table tr td span.img_analysis_p a span.blue, .report_element_data table tr td span.img_analysis_p a span.blue,
.report_element_data table tr td span.img_analysis_f a span.blue, .report_element_data table tr td span.img_analysis_f a span.blue,
.report_element_data table tr td span.img_analysis_f_p a span.blue { .report_element_data table tr td span.img_analysis_f_p a span.blue,
#arch_body_div table tr th span.span_navedbe a span.blue,
#arch_body_div table tr th span.img_analysis_p a span.blue,
#arch_body_div table tr th span.img_analysis_f a span.blue,
#arch_body_div table tr th span.img_analysis_f_p a span.blue,
#arch_body_div table tr td span.span_navedbe a span.blue,
#arch_body_div table tr td span.img_analysis_p a span.blue,
#arch_body_div table tr td span.img_analysis_f a span.blue,
#arch_body_div table tr td span.img_analysis_f_p a span.blue {
color: #1E88E5; color: #1E88E5;
} }
#div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.active, #div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.active,
@ -26118,7 +26177,15 @@ and open the template in the editor.
.report_element_data table tr td span.span_navedbe a span.active, .report_element_data table tr td span.span_navedbe a span.active,
.report_element_data table tr td span.img_analysis_p a span.active, .report_element_data table tr td span.img_analysis_p a span.active,
.report_element_data table tr td span.img_analysis_f a span.active, .report_element_data table tr td span.img_analysis_f a span.active,
.report_element_data table tr td span.img_analysis_f_p a span.active { .report_element_data table tr td span.img_analysis_f_p a span.active,
#arch_body_div table tr th span.span_navedbe a span.active,
#arch_body_div table tr th span.img_analysis_p a span.active,
#arch_body_div table tr th span.img_analysis_f a span.active,
#arch_body_div table tr th span.img_analysis_f_p a span.active,
#arch_body_div table tr td span.span_navedbe a span.active,
#arch_body_div table tr td span.img_analysis_p a span.active,
#arch_body_div table tr td span.img_analysis_f a span.active,
#arch_body_div table tr td span.img_analysis_f_p a span.active {
font-weight: 600; font-weight: 600;
} }
#div_analiza_data:not(.anal_arch) table tr th.cell_icons, #div_analiza_data:not(.anal_arch) table tr th.cell_icons,
@ -26132,7 +26199,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_icons, .subpage_analysis_creport table tr th.cell_icons,
.subpage_analysis_creport table tr td.cell_icons, .subpage_analysis_creport table tr td.cell_icons,
.report_element_data table tr th.cell_icons, .report_element_data table tr th.cell_icons,
.report_element_data table tr td.cell_icons { .report_element_data table tr td.cell_icons,
#arch_body_div table tr th.cell_icons,
#arch_body_div table tr td.cell_icons {
width: 110px; width: 110px;
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
@ -26149,7 +26218,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_var, .subpage_analysis_creport table tr th.cell_var,
.subpage_analysis_creport table tr td.cell_var, .subpage_analysis_creport table tr td.cell_var,
.report_element_data table tr th.cell_var, .report_element_data table tr th.cell_var,
.report_element_data table tr td.cell_var { .report_element_data table tr td.cell_var,
#arch_body_div table tr th.cell_var,
#arch_body_div table tr td.cell_var {
width: 110px; width: 110px;
min-width: 110px; min-width: 110px;
text-align: center; text-align: center;
@ -26165,7 +26236,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_var a, .subpage_analysis_creport table tr th.cell_var a,
.subpage_analysis_creport table tr td.cell_var a, .subpage_analysis_creport table tr td.cell_var a,
.report_element_data table tr th.cell_var a, .report_element_data table tr th.cell_var a,
.report_element_data table tr td.cell_var a { .report_element_data table tr td.cell_var a,
#arch_body_div table tr th.cell_var a,
#arch_body_div table tr td.cell_var a {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
@ -26180,7 +26253,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_question, .subpage_analysis_creport table tr th.cell_question,
.subpage_analysis_creport table tr td.cell_question, .subpage_analysis_creport table tr td.cell_question,
.report_element_data table tr th.cell_question, .report_element_data table tr th.cell_question,
.report_element_data table tr td.cell_question { .report_element_data table tr td.cell_question,
#arch_body_div table tr th.cell_question,
#arch_body_div table tr td.cell_question {
width: auto; width: auto;
text-align: left; text-align: left;
} }
@ -26195,7 +26270,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_subquestion, .subpage_analysis_creport table tr th.cell_subquestion,
.subpage_analysis_creport table tr td.cell_subquestion, .subpage_analysis_creport table tr td.cell_subquestion,
.report_element_data table tr th.cell_subquestion, .report_element_data table tr th.cell_subquestion,
.report_element_data table tr td.cell_subquestion { .report_element_data table tr td.cell_subquestion,
#arch_body_div table tr th.cell_subquestion,
#arch_body_div table tr td.cell_subquestion {
width: 260px; width: 260px;
} }
#div_analiza_data:not(.anal_arch) table tr th.cell_info, #div_analiza_data:not(.anal_arch) table tr th.cell_info,
@ -26209,7 +26286,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_info, .subpage_analysis_creport table tr th.cell_info,
.subpage_analysis_creport table tr td.cell_info, .subpage_analysis_creport table tr td.cell_info,
.report_element_data table tr th.cell_info, .report_element_data table tr th.cell_info,
.report_element_data table tr td.cell_info { .report_element_data table tr td.cell_info,
#arch_body_div table tr th.cell_info,
#arch_body_div table tr td.cell_info {
width: 115px; width: 115px;
text-align: left; text-align: left;
} }
@ -26224,7 +26303,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_value, .subpage_analysis_creport table tr th.cell_value,
.subpage_analysis_creport table tr td.cell_value, .subpage_analysis_creport table tr td.cell_value,
.report_element_data table tr th.cell_value, .report_element_data table tr th.cell_value,
.report_element_data table tr td.cell_value { .report_element_data table tr td.cell_value,
#arch_body_div table tr th.cell_value,
#arch_body_div table tr td.cell_value {
width: 115px; width: 115px;
text-align: right; text-align: right;
} }
@ -26239,7 +26320,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_noVerBorder, .subpage_analysis_creport table tr th.cell_noVerBorder,
.subpage_analysis_creport table tr td.cell_noVerBorder, .subpage_analysis_creport table tr td.cell_noVerBorder,
.report_element_data table tr th.cell_noVerBorder, .report_element_data table tr th.cell_noVerBorder,
.report_element_data table tr td.cell_noVerBorder { .report_element_data table tr td.cell_noVerBorder,
#arch_body_div table tr th.cell_noVerBorder,
#arch_body_div table tr td.cell_noVerBorder {
border-top: 0 !important; border-top: 0 !important;
border-bottom: 0 !important; border-bottom: 0 !important;
} }
@ -26254,7 +26337,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_noBorder, .subpage_analysis_creport table tr th.cell_noBorder,
.subpage_analysis_creport table tr td.cell_noBorder, .subpage_analysis_creport table tr td.cell_noBorder,
.report_element_data table tr th.cell_noBorder, .report_element_data table tr th.cell_noBorder,
.report_element_data table tr td.cell_noBorder { .report_element_data table tr td.cell_noBorder,
#arch_body_div table tr th.cell_noBorder,
#arch_body_div table tr td.cell_noBorder {
border: 0 !important; border: 0 !important;
} }
#div_analiza_data:not(.anal_arch) table tr th.cell_empty, #div_analiza_data:not(.anal_arch) table tr th.cell_empty,
@ -26268,7 +26353,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_empty, .subpage_analysis_creport table tr th.cell_empty,
.subpage_analysis_creport table tr td.cell_empty, .subpage_analysis_creport table tr td.cell_empty,
.report_element_data table tr th.cell_empty, .report_element_data table tr th.cell_empty,
.report_element_data table tr td.cell_empty { .report_element_data table tr td.cell_empty,
#arch_body_div table tr th.cell_empty,
#arch_body_div table tr td.cell_empty {
background-color: #FFFFFF !important; background-color: #FFFFFF !important;
border: 0 !important; border: 0 !important;
} }
@ -26283,7 +26370,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_space, .subpage_analysis_creport table tr th.cell_space,
.subpage_analysis_creport table tr td.cell_space, .subpage_analysis_creport table tr td.cell_space,
.report_element_data table tr th.cell_space, .report_element_data table tr th.cell_space,
.report_element_data table tr td.cell_space { .report_element_data table tr td.cell_space,
#arch_body_div table tr th.cell_space,
#arch_body_div table tr td.cell_space {
padding: 0; padding: 0;
line-height: 8px; line-height: 8px;
background-color: #FFFFFF !important; background-color: #FFFFFF !important;
@ -26300,7 +26389,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th.cell_noPadding, .subpage_analysis_creport table tr th.cell_noPadding,
.subpage_analysis_creport table tr td.cell_noPadding, .subpage_analysis_creport table tr td.cell_noPadding,
.report_element_data table tr th.cell_noPadding, .report_element_data table tr th.cell_noPadding,
.report_element_data table tr td.cell_noPadding { .report_element_data table tr td.cell_noPadding,
#arch_body_div table tr th.cell_noPadding,
#arch_body_div table tr td.cell_noPadding {
padding: 0 !important; padding: 0 !important;
} }
#div_analiza_data:not(.anal_arch) table tr th table.cell_table, #div_analiza_data:not(.anal_arch) table tr th table.cell_table,
@ -26314,7 +26405,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th table.cell_table, .subpage_analysis_creport table tr th table.cell_table,
.subpage_analysis_creport table tr td table.cell_table, .subpage_analysis_creport table tr td table.cell_table,
.report_element_data table tr th table.cell_table, .report_element_data table tr th table.cell_table,
.report_element_data table tr td table.cell_table { .report_element_data table tr td table.cell_table,
#arch_body_div table tr th table.cell_table,
#arch_body_div table tr td table.cell_table {
width: 100%; width: 100%;
} }
#div_analiza_data:not(.anal_arch) table tr th table.cell_table tr td, #div_analiza_data:not(.anal_arch) table tr th table.cell_table tr td,
@ -26328,7 +26421,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th table.cell_table tr td, .subpage_analysis_creport table tr th table.cell_table tr td,
.subpage_analysis_creport table tr td table.cell_table tr td, .subpage_analysis_creport table tr td table.cell_table tr td,
.report_element_data table tr th table.cell_table tr td, .report_element_data table tr th table.cell_table tr td,
.report_element_data table tr td table.cell_table tr td { .report_element_data table tr td table.cell_table tr td,
#arch_body_div table tr th table.cell_table tr td,
#arch_body_div table tr td table.cell_table tr td {
padding: 4px 16px; padding: 4px 16px;
text-align: center; text-align: center;
border: 0; border: 0;
@ -26344,7 +26439,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr th table.cell_table tr:first-of-type td, .subpage_analysis_creport table tr th table.cell_table tr:first-of-type td,
.subpage_analysis_creport table tr td table.cell_table tr:first-of-type td, .subpage_analysis_creport table tr td table.cell_table tr:first-of-type td,
.report_element_data table tr th table.cell_table tr:first-of-type td, .report_element_data table tr th table.cell_table tr:first-of-type td,
.report_element_data table tr td table.cell_table tr:first-of-type td { .report_element_data table tr td table.cell_table tr:first-of-type td,
#arch_body_div table tr th table.cell_table tr:first-of-type td,
#arch_body_div table tr td table.cell_table tr:first-of-type td {
border-bottom: 1px #E5E5E5 dashed; border-bottom: 1px #E5E5E5 dashed;
} }
#div_analiza_data:not(.anal_arch) table tr.row1 th, #div_analiza_data:not(.anal_arch) table tr.row1 th,
@ -26358,7 +26455,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr.row1 th, .subpage_analysis_creport table tr.row1 th,
.subpage_analysis_creport table tr.row1 td, .subpage_analysis_creport table tr.row1 td,
.report_element_data table tr.row1 th, .report_element_data table tr.row1 th,
.report_element_data table tr.row1 td { .report_element_data table tr.row1 td,
#arch_body_div table tr.row1 th,
#arch_body_div table tr.row1 td {
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
line-height: 20px; line-height: 20px;
@ -26375,7 +26474,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr.row1 th span, .subpage_analysis_creport table tr.row1 th span,
.subpage_analysis_creport table tr.row1 td span, .subpage_analysis_creport table tr.row1 td span,
.report_element_data table tr.row1 th span, .report_element_data table tr.row1 th span,
.report_element_data table tr.row1 td span { .report_element_data table tr.row1 td span,
#arch_body_div table tr.row1 th span,
#arch_body_div table tr.row1 td span {
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
line-height: 20px; line-height: 20px;
@ -26391,7 +26492,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr.row2 th, .subpage_analysis_creport table tr.row2 th,
.subpage_analysis_creport table tr.row2 td, .subpage_analysis_creport table tr.row2 td,
.report_element_data table tr.row2 th, .report_element_data table tr.row2 th,
.report_element_data table tr.row2 td { .report_element_data table tr.row2 td,
#arch_body_div table tr.row2 th,
#arch_body_div table tr.row2 td {
font-size: 15px; font-size: 15px;
font-weight: 600; font-weight: 600;
line-height: 19px; line-height: 19px;
@ -26408,7 +26511,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr.row2 th span, .subpage_analysis_creport table tr.row2 th span,
.subpage_analysis_creport table tr.row2 td span, .subpage_analysis_creport table tr.row2 td span,
.report_element_data table tr.row2 th span, .report_element_data table tr.row2 th span,
.report_element_data table tr.row2 td span { .report_element_data table tr.row2 td span,
#arch_body_div table tr.row2 th span,
#arch_body_div table tr.row2 td span {
font-size: 15px; font-size: 15px;
font-weight: 600; font-weight: 600;
line-height: 19px; line-height: 19px;
@ -26424,7 +26529,9 @@ and open the template in the editor.
.subpage_analysis_creport table tr.row2 th.cell_value, .subpage_analysis_creport table tr.row2 th.cell_value,
.subpage_analysis_creport table tr.row2 td.cell_value, .subpage_analysis_creport table tr.row2 td.cell_value,
.report_element_data table tr.row2 th.cell_value, .report_element_data table tr.row2 th.cell_value,
.report_element_data table tr.row2 td.cell_value { .report_element_data table tr.row2 td.cell_value,
#arch_body_div table tr.row2 th.cell_value,
#arch_body_div table tr.row2 td.cell_value {
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
} }
@ -26450,7 +26557,11 @@ and open the template in the editor.
.report_element_data table tr.row3 th, .report_element_data table tr.row3 th,
.report_element_data table tr.row3 td, .report_element_data table tr.row3 td,
.report_element_data table tr.row4 th, .report_element_data table tr.row4 th,
.report_element_data table tr.row4 td { .report_element_data table tr.row4 td,
#arch_body_div table tr.row3 th,
#arch_body_div table tr.row3 td,
#arch_body_div table tr.row4 th,
#arch_body_div table tr.row4 td {
background-color: #F8F8F8; background-color: #F8F8F8;
} }
#div_analiza_data:not(.anal_arch) table tr.row3 th.cell_grid, #div_analiza_data:not(.anal_arch) table tr.row3 th.cell_grid,
@ -26475,7 +26586,11 @@ and open the template in the editor.
.report_element_data table tr.row3 th.cell_grid, .report_element_data table tr.row3 th.cell_grid,
.report_element_data table tr.row3 td.cell_grid, .report_element_data table tr.row3 td.cell_grid,
.report_element_data table tr.row4 th.cell_grid, .report_element_data table tr.row4 th.cell_grid,
.report_element_data table tr.row4 td.cell_grid { .report_element_data table tr.row4 td.cell_grid,
#arch_body_div table tr.row3 th.cell_grid,
#arch_body_div table tr.row3 td.cell_grid,
#arch_body_div table tr.row4 th.cell_grid,
#arch_body_div table tr.row4 td.cell_grid {
height: 52px; height: 52px;
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
@ -26487,7 +26602,8 @@ and open the template in the editor.
#div_break_data table tr.row_question td, #div_break_data table tr.row_question td,
#ttestResults table tr.row_question td, #ttestResults table tr.row_question td,
.subpage_analysis_creport table tr.row_question td, .subpage_analysis_creport table tr.row_question td,
.report_element_data table tr.row_question td { .report_element_data table tr.row_question td,
#arch_body_div table tr.row_question td {
font-weight: 600; font-weight: 600;
background-color: #F2F2F2; background-color: #F2F2F2;
} }
@ -26496,7 +26612,8 @@ and open the template in the editor.
#div_break_data table tr.row_missing td, #div_break_data table tr.row_missing td,
#ttestResults table tr.row_missing td, #ttestResults table tr.row_missing td,
.subpage_analysis_creport table tr.row_missing td, .subpage_analysis_creport table tr.row_missing td,
.report_element_data table tr.row_missing td { .report_element_data table tr.row_missing td,
#arch_body_div table tr.row_missing td {
background: rgba(255, 199, 0, 0.05); background: rgba(255, 199, 0, 0.05);
} }
#div_analiza_data:not(.anal_arch) table tr.row_missing.row_sum td, #div_analiza_data:not(.anal_arch) table tr.row_missing.row_sum td,
@ -26504,7 +26621,8 @@ and open the template in the editor.
#div_break_data table tr.row_missing.row_sum td, #div_break_data table tr.row_missing.row_sum td,
#ttestResults table tr.row_missing.row_sum td, #ttestResults table tr.row_missing.row_sum td,
.subpage_analysis_creport table tr.row_missing.row_sum td, .subpage_analysis_creport table tr.row_missing.row_sum td,
.report_element_data table tr.row_missing.row_sum td { .report_element_data table tr.row_missing.row_sum td,
#arch_body_div table tr.row_missing.row_sum td {
background: rgba(255, 199, 0, 0.05); background: rgba(255, 199, 0, 0.05);
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum td, #div_analiza_data:not(.anal_arch) table tr.row_sum td,
@ -26512,7 +26630,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td, #div_break_data table tr.row_sum td,
#ttestResults table tr.row_sum td, #ttestResults table tr.row_sum td,
.subpage_analysis_creport table tr.row_sum td, .subpage_analysis_creport table tr.row_sum td,
.report_element_data table tr.row_sum td { .report_element_data table tr.row_sum td,
#arch_body_div table tr.row_sum td {
background: rgba(255, 199, 0, 0.05); background: rgba(255, 199, 0, 0.05);
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing, #div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing,
@ -26520,7 +26639,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td.cell_missing, #div_break_data table tr.row_sum td.cell_missing,
#ttestResults table tr.row_sum td.cell_missing, #ttestResults table tr.row_sum td.cell_missing,
.subpage_analysis_creport table tr.row_sum td.cell_missing, .subpage_analysis_creport table tr.row_sum td.cell_missing,
.report_element_data table tr.row_sum td.cell_missing { .report_element_data table tr.row_sum td.cell_missing,
#arch_body_div table tr.row_sum td.cell_missing {
text-align: center; text-align: center;
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span, #div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span,
@ -26528,7 +26648,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td.cell_missing span, #div_break_data table tr.row_sum td.cell_missing span,
#ttestResults table tr.row_sum td.cell_missing span, #ttestResults table tr.row_sum td.cell_missing span,
.subpage_analysis_creport table tr.row_sum td.cell_missing span, .subpage_analysis_creport table tr.row_sum td.cell_missing span,
.report_element_data table tr.row_sum td.cell_missing span { .report_element_data table tr.row_sum td.cell_missing span,
#arch_body_div table tr.row_sum td.cell_missing span {
cursor: pointer; cursor: pointer;
color: #1E88E5; color: #1E88E5;
transition: 0.2s; transition: 0.2s;
@ -26538,7 +26659,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td.cell_missing span:hover, #div_break_data table tr.row_sum td.cell_missing span:hover,
#ttestResults table tr.row_sum td.cell_missing span:hover, #ttestResults table tr.row_sum td.cell_missing span:hover,
.subpage_analysis_creport table tr.row_sum td.cell_missing span:hover, .subpage_analysis_creport table tr.row_sum td.cell_missing span:hover,
.report_element_data table tr.row_sum td.cell_missing span:hover { .report_element_data table tr.row_sum td.cell_missing span:hover,
#arch_body_div table tr.row_sum td.cell_missing span:hover {
color: #0059ab; color: #0059ab;
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span:hover .faicon:before, #div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span:hover .faicon:before,
@ -26546,7 +26668,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td.cell_missing span:hover .faicon:before, #div_break_data table tr.row_sum td.cell_missing span:hover .faicon:before,
#ttestResults table tr.row_sum td.cell_missing span:hover .faicon:before, #ttestResults table tr.row_sum td.cell_missing span:hover .faicon:before,
.subpage_analysis_creport table tr.row_sum td.cell_missing span:hover .faicon:before, .subpage_analysis_creport table tr.row_sum td.cell_missing span:hover .faicon:before,
.report_element_data table tr.row_sum td.cell_missing span:hover .faicon:before { .report_element_data table tr.row_sum td.cell_missing span:hover .faicon:before,
#arch_body_div table tr.row_sum td.cell_missing span:hover .faicon:before {
color: #0059ab; color: #0059ab;
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon, #div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon,
@ -26554,7 +26677,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td.cell_missing span .faicon, #div_break_data table tr.row_sum td.cell_missing span .faicon,
#ttestResults table tr.row_sum td.cell_missing span .faicon, #ttestResults table tr.row_sum td.cell_missing span .faicon,
.subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon, .subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon,
.report_element_data table tr.row_sum td.cell_missing span .faicon { .report_element_data table tr.row_sum td.cell_missing span .faicon,
#arch_body_div table tr.row_sum td.cell_missing span .faicon {
margin-right: 8px; margin-right: 8px;
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon:before, #div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon:before,
@ -26562,7 +26686,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum td.cell_missing span .faicon:before, #div_break_data table tr.row_sum td.cell_missing span .faicon:before,
#ttestResults table tr.row_sum td.cell_missing span .faicon:before, #ttestResults table tr.row_sum td.cell_missing span .faicon:before,
.subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon:before, .subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon:before,
.report_element_data table tr.row_sum td.cell_missing span .faicon:before { .report_element_data table tr.row_sum td.cell_missing span .faicon:before,
#arch_body_div table tr.row_sum td.cell_missing span .faicon:before {
font-size: 12px; font-size: 12px;
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td, #div_analiza_data:not(.anal_arch) table tr.row_sum_all td,
@ -26570,7 +26695,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum_all td, #div_break_data table tr.row_sum_all td,
#ttestResults table tr.row_sum_all td, #ttestResults table tr.row_sum_all td,
.subpage_analysis_creport table tr.row_sum_all td, .subpage_analysis_creport table tr.row_sum_all td,
.report_element_data table tr.row_sum_all td { .report_element_data table tr.row_sum_all td,
#arch_body_div table tr.row_sum_all td {
background: rgba(255, 199, 0, 0.1); background: rgba(255, 199, 0, 0.1);
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_var, #div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_var,
@ -26578,7 +26704,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum_all td.cell_var, #div_break_data table tr.row_sum_all td.cell_var,
#ttestResults table tr.row_sum_all td.cell_var, #ttestResults table tr.row_sum_all td.cell_var,
.subpage_analysis_creport table tr.row_sum_all td.cell_var, .subpage_analysis_creport table tr.row_sum_all td.cell_var,
.report_element_data table tr.row_sum_all td.cell_var { .report_element_data table tr.row_sum_all td.cell_var,
#arch_body_div table tr.row_sum_all td.cell_var {
border-right: 0; border-right: 0;
} }
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_question, #div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_question,
@ -26586,7 +26713,8 @@ and open the template in the editor.
#div_break_data table tr.row_sum_all td.cell_question, #div_break_data table tr.row_sum_all td.cell_question,
#ttestResults table tr.row_sum_all td.cell_question, #ttestResults table tr.row_sum_all td.cell_question,
.subpage_analysis_creport table tr.row_sum_all td.cell_question, .subpage_analysis_creport table tr.row_sum_all td.cell_question,
.report_element_data table tr.row_sum_all td.cell_question { .report_element_data table tr.row_sum_all td.cell_question,
#arch_body_div table tr.row_sum_all td.cell_question {
border-left: 0; border-left: 0;
} }
#div_analiza_data:not(.anal_arch) table tr.row_bottom td, #div_analiza_data:not(.anal_arch) table tr.row_bottom td,
@ -26594,7 +26722,8 @@ and open the template in the editor.
#div_break_data table tr.row_bottom td, #div_break_data table tr.row_bottom td,
#ttestResults table tr.row_bottom td, #ttestResults table tr.row_bottom td,
.subpage_analysis_creport table tr.row_bottom td, .subpage_analysis_creport table tr.row_bottom td,
.report_element_data table tr.row_bottom td { .report_element_data table tr.row_bottom td,
#arch_body_div table tr.row_bottom td {
background-color: #F8F8F8; background-color: #F8F8F8;
} }
@ -26727,25 +26856,31 @@ iframe#ifmcontentstoprint {
} }
#div_analiza_data table.table_desc tr td, #div_analiza_data table.table_desc tr td,
.custom_report_elements table.table_desc tr td { .custom_report_elements table.table_desc tr td,
#arch_body_div table.table_desc tr td {
text-align: center; text-align: center;
} }
#div_analiza_data table.table_desc tr td.cell_question, #div_analiza_data table.table_desc tr td.cell_question,
.custom_report_elements table.table_desc tr td.cell_question { .custom_report_elements table.table_desc tr td.cell_question,
#arch_body_div table.table_desc tr td.cell_question {
text-align: left; text-align: left;
} }
#div_analiza_data table.table_desc tr.row_question td, #div_analiza_data table.table_desc tr.row_question td,
.custom_report_elements table.table_desc tr.row_question td { .custom_report_elements table.table_desc tr.row_question td,
#arch_body_div table.table_desc tr.row_question td {
background-color: #F2F2F2; background-color: #F2F2F2;
} }
#div_analiza_data table.table_desc tr.row_question td.cell_value, #div_analiza_data table.table_desc tr.row_question td.cell_value,
.custom_report_elements table.table_desc tr.row_question td.cell_value { .custom_report_elements table.table_desc tr.row_question td.cell_value,
#arch_body_div table.table_desc tr.row_question td.cell_value {
font-weight: 400; font-weight: 400;
} }
#div_analiza_data table.table_desc tr.row_grid td, #div_analiza_data table.table_desc tr.row_grid td,
#div_analiza_data table.table_desc tr.row_var td, #div_analiza_data table.table_desc tr.row_var td,
.custom_report_elements table.table_desc tr.row_grid td, .custom_report_elements table.table_desc tr.row_grid td,
.custom_report_elements table.table_desc tr.row_var td { .custom_report_elements table.table_desc tr.row_var td,
#arch_body_div table.table_desc tr.row_grid td,
#arch_body_div table.table_desc tr.row_var td {
height: 52px; height: 52px;
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
@ -30012,6 +30147,22 @@ input#endDate {
bottom: 15px; bottom: 15px;
} }
}*/ }*/
#arch_body_div .analysis_icons_holder {
display: none;
}
#arch_body_div h2 {
margin: 16px 0 16px 0;
}
#arch_body_div h3 {
margin: 0 0 32px 0;
}
#arch_body_div .analysis_bottom_settings {
margin-bottom: 32px;
}
#arch_body_div .analysis_bottom_settings a:nth-child(6) {
display: none;
}
.dt-buttons { .dt-buttons {
margin: 0 12px 16px 12px; margin: 0 12px 16px 12px;
} }

View File

@ -0,0 +1,23 @@
#arch_body_div{
.analysis_icons_holder{
display: none;
}
h2{
margin: 16px 0 16px 0;
}
h3{
margin: 0 0 32px 0;
}
.analysis_bottom_settings{
margin-bottom: 32px;
a:nth-child(6){
display: none;
}
}
}

View File

@ -3,7 +3,8 @@
#div_break_data, #div_break_data,
#ttestResults, #ttestResults,
.subpage_analysis_creport, .subpage_analysis_creport,
.report_element_data{ .report_element_data,
#arch_body_div{
.div_analiza_holder { .div_analiza_holder {
display: flex; display: flex;

View File

@ -1,6 +1,7 @@
#div_analiza_data table.table_desc, #div_analiza_data table.table_desc,
.custom_report_elements table.table_desc{ .custom_report_elements table.table_desc,
#arch_body_div table.table_desc{
tr td{ tr td{
text-align: center; text-align: center;

View File

@ -21,4 +21,7 @@
// Popupi analiz // Popupi analiz
@import "popups/popups"; @import "popups/popups";
// Arhiv analiz
@import "archive";