summaryrefslogblamecommitdiffstats
path: root/admin/survey/css/print.css
blob: 429eb3a0cb85f9cb3af4f666cead8566c54cc4ef (plain) (tree)
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015













































































































































































































































































































































































































                                                         


































































































                                                  





































































































































































































































































































































































































































































































































                                                                                                    
body{
	background: 0;
}

.printHide{
	display: none !important;
}

.printShow{
	display: auto;
}

caption.printShow{
	font-weight: bold;
}

.anl_tbl, .anl_tbl_inner{
	width: 80%;	
	margin: 20px auto 0 auto !important;
	
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.sum_tbl {
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.anl_tbl th {
	padding: 6px;
}

.anl_tbl td {
	padding: 6px;
}

.anl_td_inner {
	padding: 0px;
}

.anl_txt_filters {
	width: auto;
	float: left;
	padding: 2px 5px 2px 2px;
	margin: 2px 2px 2px 2px;
}

.anl_txt_filters_right {
	width: auto;
	float: right;
	padding: 2px 2px 2px 5px;
	margin: 2px 2px 2px 20px;
}

.anl_txt_filters_right #missingi {
	border: 1px solid red;
	padding: 0px;
	margin: 0px;
	height: 10px;
}

.anl_txt_legenda {
	width: auto;
	float: left;
	padding: 2px 5px 2px 2px;
	margin: 2px 20px 2px 50px;
}

.anl_tin {
	text-indent: 8px;
}

.anl_tin1 {
	text-indent: 16px;
}

.anl_tin2 {
	text-indent: 24px;
}

.anl_tin3 {
	text-indent: 32px;
}

.anl_tin4 {
	padding-left: 48px;
	text-indent: 0px;
	margin-right: 55px;
}

.anl_variabla {
	font-weight: bold;
	color: #00A480;
}

.anl_ita {
	font-style: italic;
}

.anl_detail_percent,.anl_detail_percent a {
	color: #BF7830;
	width: 70px;
	text-align: right;
	font-weight: normal;
}

.anl_detail_text {
	color: #00a480;
	width: 60px;
	text-align: right;
}

.anl_detail_cnt {
	color: #c2c2c2;
}

.anl_ac {
	text-align: center;
}

.anl_al {
	text-align: left;
}

.anl_ar {
	text-align: right;
}

.anl_ba {
	border: 1px solid gray;
}

.anl_bl {
	border-left: 1px solid gray;
}

.anl_br {
	border-right: 1px solid gray;
}

.anl_bt {
	border-top: 1px solid gray;
}

.anl_bb {
	border-bottom: 1px solid gray;
}

.anl_red_ba {
	border: 1px solid #990000;
}

.anl_red_bl {
	border-left: 1px solid #990000;
}

.anl_red_br {
	border-right: 1px solid #990000;
}

.anl_red_bt {
	border-top: 1px solid #990000;
}

.anl_red_bb {
	border-bottom: 1px solid #990000;
}

.anl_dash_ba {
	border: 1px dashed silver;
}

.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_ba {
	border: 1px dashed #D59090;
}

.anl_dash_red_bl {
	border-left: 1px dashed #D59090;
}

.anl_dash_red_br {
	border-right: 1px dashed #D59090;
}

.anl_dash_red_bt {
	border-top: 1px dashed #D59090;
}

.anl_dash_red_bb {
	border-bottom: 1px dashed #D59090;
}

.anl_double_bb {
	border-bottom: 3px double gray;
}

.anl_double_bt {
	border-top: 4px solid red;
}

.anl_str {
	font-weight: bold;
}

.anl_w50 {
	width: 50px;
}

.anl_w70 {
	width: 70px;
}

.anl_w90 {
	width: 90px;
}

.anl_w110 {
	width: 110px;
}

.anl_w140 {
	width: 140px;
}

.anl_p5 {
	padding: 5px;
}

.anl_p10 {
	padding: 10px;
}

.anl_indent {
	text-indent: 20px;
}

.anl_podvprasanje {
	background-color: #f2f2f2;
	font-weight: bold;
}

.anl_podvprasanje_1 {
	border-top: 1px solid gray;
}

.anl_legenda_freq {
	font-weight: normal;

}

#crossLeftHolder {
	float: left;
	padding-right: 10px
}

#crossRightHolder {
	float: left;
	padding-right: 10px
}

#crossLeftHolder select,#crossRightHolder select {
	width: 300px;
}

#crossCheckHolder,#crossImgHolder {
	float: left;
	padding-right: 10px
}

.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: #00A480;
}

.anl_user_text_more {
	float: left;
	padding: 0px 5px;
	text-indent: 0px;
	color: #00A480;
}

.anl_light_text {
	color: #e8e8e8;
}

.anl_other_text,.anl_other_text a {
	color: #00A480;
	font-style: italic;
}
.anl_click_missing {
	color: #bf7830;
	font-weight: normal;
	cursor: pointer;
}
.anl_click_missing:hover{
	color:blue;
}

#printIcon {
	background: url(../img_0/printer.png) no-repeat;
	width: auto;
	height: 20px;
	padding-left: 20px;
	margin-right: 20px;
	color: blue;
	left:20px;
}

table.dashboard {
	width: 100%;
    border-collapse:separate; 
	border-spacing:10px;
}

table.dashboard_single {
	width: 33.3%;
}

table.dashboard td {
	width:33.3%;
	border: 1px solid #666666;
	vertical-align: top;
}

div.dashboard_cell {
	width:auto;
	height:100%;
}

div.dashboard_cell table{
	border: none;
	width:auto;
	border-collapse:collapse; 
	border-spacing: 0px;
	width: 100%;
}

div.dashboard_cell table td{
	border: none;
	width:auto;
	border-collapse:collapse; 
	border-spacing: 0px;
	width: auto;		
}
.dashboard_info_span {
	display:block;
	float:left;
	width:90px;
}

.dashboard_status_span {
	display: inline-block;
	width: 200px;
	padding: 2px 0px;
}

.dashboard_boxes{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;

    margin-top: 32px;
}

.dashboard_box{
    position: relative;
    box-sizing: border-box;
    width: 430px;
    max-width: 100%;

    padding: 32px 16px;
    margin: 0 32px 32px 0;

    font-size: 14px;

    border: 1px #e5e5e5 solid;
}
.dashboard_box .box_title{
    position: absolute;
    top: -10px;
    left: 16px;

    padding: 0 16px;

    font-size: 14px;
    font-weight: bold;
    color: #1E88E5;
    text-transform: uppercase;
    line-height: 18px;

    background-color: white;
}

.dashboard_box .box_top_settings{
    display: flex;
    align-items: center;

    margin-bottom: 8px;
}
.dashboard_box .box_top_settings span,
.dashboard_box .box_top_settings label{
    font-size: 14px;
}

.dashboard_box .box_top_settings select.dropdown{
    width: auto;
    margin: 0 0 0 8px;
}

.dashboard_box table{
    width: 100%;
    margin: 0 0 16px 0;

    
}
.dashboard_box table tr{
    height: auto;
}
.dashboard_box table tr.row1 td{
    padding: 8px 16px 8px 8px;
    font-weight: 600;
    background-color: #F8F8F8;
}

.dashboard_box table tr.row_sum td{
    font-weight: 600;
}

.dashboard_box table tr td{
    padding: 4px 16px 4px 8px;

    font-size: 14px;

    border-top: 1px #E5E5E5 solid;
    border-bottom: 1px #E5E5E5 solid;
}
.dashboard_box table tr td strong{
    font-weight: 600;
}

.dashboard_box table tr td span{
    font-size: 14px;
}
.dashboard_box table tr td .graph_db {
    float: left; 
    height: 16px;
    margin-top: 1px;

    background-color: #1E88E5;
}
.dashboard_box table tr td .graph_text {
    margin-left: 8px;
    font-size: 14px;
}

#div_statistic_info { }
#div_statistic_answer_state { }
#div_statistic_status {}
#div_statistic_status span {
	display: inline-block;
	width: 200px;
	padding: 2px 0px;
}
#div_statistic_referals {}
#div_statistic_visit {}
#div_statistic_pages_state {}

.graph_lg {
	background-color: #EAFADA;
	border: 1px solid lightgray;
}

#frm_statistic_filter{
	display: none;
}

#div_statistic_referals a{
	display: none;
}

#updateTime{
	margin-top: 50px;
}

.floatRight{
	display: none;
}

#tbl_answ_state {
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#tbl_answ_state th {
	text-align: left;
	font-weight: normal;
	width: 40%;
}

#tbl_answ_state td {
	border-left: 1px dotted silver;
	text-align: center;
	font-weight: normal;
	width: 20%;
}

.statistic_profile_left_right, .time_profile_left_right {
	width: auto;
	height: 190px;
	padding: 5px;
}

.statistic_profile_holder, .time_profile_holder {
	float: left;
	width: 190px;
	border: 1px solid gray;
	height: 150px;
}

#statistic_profile, #time_profile {
	height: 150px;
	overflow: auto;
	cursor: pointer;
	width: 190px;
}

#statistic_profile .option,#time_profile .option {
	padding: 1px;
}

#statistic_profile .active, #time_profile .active {
	background-color: navy;
	color: #FFF;
	border-bottom: 1px solid gray;
}

#statistic_profile_content, #time_profile_content {
	float: left;
	width: auto;
	border: 1px solid gray;
	height: 80px;
	padding: 5px;
	margin-bottom: 10px;
}

.statistic_profile_button_left_holder, .time_profile_button_left_holder {
	width: auto;
	max-width: 180px;
}

.statistic_profile_button_right_holder, .time_profile_button_right_holder {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px 10px 10px 0px;
}

.statistic_profile_note, .time_profile_note {
	width: 430px;
	padding: 3px;
	color: black;
	font-size: 11px;
	border: 1px solid #99C9FF;
	background-color: #E5F2FF;
}

.bold,.strong {
	font-weight: bold;
}

.chart_holder{
	margin: 40px 0 0 0;
	text-align: center;
}

.tableChart{
	margin: 30px 0 20px 0;
}
.tableChart .chart_title{
	width: 800px;
	text-align: center;
}

.chart_holder .chart_img img{
	width: 800px;
}

.chart_settings{
	display: none;
}

.quick_edit_title{
	margin-top: 50px;
	font-size: 22px;
	font-weight: bold;
}
.quick_edit input.disabled, .quick_edit textarea.disabled, .quick_edit input, .quick_edit textarea{
	color: #B30080;
}

table.ttestTable {
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-spacing: 0px;
	padding: 0px;
	margin: 30px 0 0 20px;
	border-collapse: collapse;
	table-layout: auto;
}

table.ttestTable td,
table.ttestTable th {
	min-width:80px;
	padding:3px;
	margin:0px;
	text-align: center;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
}

.avg {
	/*font-family: georgia, serif;*/
	text-decoration: overline;
}

#ttestNumerusSpan select, #ttestSpremenljivkaSpan select {
    width: 220px;
}

#ttestVariablesSpan {
	background-color: #fafafa;
	border: 1px solid silver;
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
}
#ttestVariablesSpan.active {
	background-color: Lavender ;
	border: 1px solid #990000;
}

.ct_in_cell {
	padding: 0px;
	margin: 0px;
	height: 100%;
	table-layout: auto;
	text-align: center;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

.anl_tbl_crosstab {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	table-layout: auto;
	margin-bottom: 10px;
	text-align: center;
	width: 80%;
}

.anl_tbl_crosstab th { /*	padding: 4px; */
	padding: 0px;
	margin: 0px;
	table-layout: auto;
}

.anl_tbl_crosstab td {
	padding: 0px;
	margin: 0px;
	table-layout: auto;
}

.ct_in_tbl {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	table-layout: auto;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.ctbCll {
	padding: 5px !important;
}
.crostabSuma {
	font-style: italic;
	color: #990000 !important;
	font-weight: bold;
}
.ctb_w50p {
	width: 50% !important;
}
.ctb_w33p {
	width: 33.333% !important;
}
.ctb_w25p {
	width: 25% !important;
}
.crosstabLoop {
	padding-bottom: 10px;
}

.fullHeight {
	height: 100%;
}
.fullWidth {
	width: 100%;
}

table.breakTable {
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	table-layout: auto;
}

table.breakTable td,
table.breakTable th {
	min-width:80px;
	padding:3px;
	margin:0px;
	text-align: center;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
}

div.breakTableDiv {
	margin-top:10px;
}

div.breakTableDiv table{
	border-top:1px solid gray;
	border-left:1px solid gray;
	 border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

div.breakTableDiv table th,
div.breakTableDiv table td{
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	padding:5px;
	min-width:70px;
	font-weight: normal;
}

div.breakTableDiv table th.strong,
div.breakTableDiv table td.strong {
	font-weight: bold;
}

ul#custom_report_sortable{
	margin: 0px 0 0 20px;
}
ul#custom_report_sortable li{
	margin: 20px 20px;
	list-style: none;
}
.custom_report_title{
	font-size: 20px;
	font-weight: bold;
	
	display: block;
	margin: 60px 0 0 10px;
}
.report_element_settings{
	display: none;
}
.report_element_data{
	display: block !important;
}
.report_element_data table.ttestTable, .report_element_data table.anl_tbl_crosstab{
	margin: 0px auto !important;
}
.report_element_data .chart_holder, .report_element_data .tableChart{
	margin: 20px auto;
	text-align: center;
}
.report_element_data .chart_title{
	width: 100%;
}
.report_element_head{
	margin: 50px 0 10px 0;
	font-weight: bold
}
.report_element_head.text{
	display: none;
}
#custom_report_view, .report_element_separator, .add_element{
	display: none;
}
.report_element_comment span.bold{
	display: none;
}

table.text_vrednost {
	table-layout: fixed;
	text-align: left;
	width: 100%;
	border-spacing: 0;
}
.width_5  { width: 5%;  }
.width_10 { width: 10%; }
.width_15 { width: 15%; }
.width_20 { width: 20%; }
.width_25 { width: 25%; }
.width_30 { width: 30%; }
.width_33 { width: 33.3%}
.width_35 { width: 35%; }
.width_40 { width: 40%; }
.width_45 { width: 45%; }
.width_50 { width: 50%; }
.width_55 { width: 55%; }
.width_60 { width: 60%; }
.width_65 { width: 65%; }
.width_70 { width: 70%; }
.width_75 { width: 75%; }
.width_80 { width: 80%; }
.width_85 { width: 85%; }
.width_90 { width: 90%; }
.width_95 { width: 95%; }
.width_100{ width: 100%;}

.chart_holder .chart_img img, .tableChart .chart_img img{
	width: 800px;
}

.img_analysis_f_p, .span_navedbe{
	display: none;
}

.displayNone {
	display: none;
}


#spr_list {
	display: none;
}

.mc_table_settings, #newMCTable, #renameMCTable, #deleteMCTable {
	display: none;
}

.mc_table {
	table-layout: fixed;
	width: 80%;
	margin: 20px 0 15px 10px;
	
	border-collapse: collapse;
}
.mc_table tr{
	height: 40px;
}
.mc_table tr td{
	border: 1px grey solid;
	text-align: center;
}

.mc_table tr td.spr{
	font-weight: bold;
}

.mc_table tr td.sums{
	color: #990000;
}

.mc_table tr td.empty{
	display: none;
}

.mc_table tr td table.mc_inner_cell{
	width: 100%;
	border-collapse: collapse;
}
.mc_table tr td table.mc_inner_cell tr{
	width: 100%;
	height: auto;
}
.mc_table tr td table.mc_inner_cell tr td{
	border: 0;
	border-top: 1px dashed #BBBBBB;
	width: 100%;
}
.mc_table tr td table.mc_inner_cell tr:first-child td{
	border: 0;
}
.mc_table tr td.red {
	background-color: #FFD1D1;
	color: 990000;
}
.mc_table tr td.blue {
	background-color: #E8F1FF;
	color: blue;
}

.mc_table_title{
	margin-top: 70px;
	font-size: 20px;
	font-weight: bold;
}

.mc_table_bottom_settings{
	margin: -30px 0 15px 10px;
	margin-bottom: 100px;
    width: 80%;
}
.mc_table_legend {
	float: right;
    padding: 3px 7px;
	
    border: 1px solid grey;
    line-height: 25px;
}
.mc_table_legend .clr{
	clear: both;
	display: block;
}
.mc_table_legend .blue{
	color: blue;
}
.mc_table_legend .red{
	color: #990000;
}

.custom_report_include{
	display: none;
}

.print_analiza div#print_analiza{
	outline:1px solid red;
}

#printHierarhijaStatus{
	font-size: 12px;
}

.printTable {
	border-spacing: 0;
}

.printTable th {
	padding: 3px 5px;
	text-align: left;
	border: 1px solid #ddd;
}

.printTable  td {
	padding: 3px 5px;
	text-align: left;
	border: 1px solid #ddd;
}

.printTable  th.auto-width {
	width: 50% !important;
}

.graph_db {
    background: #ddd;
}