Differences From Artifact [7683289c5f]:

To Artifact [799a6dd915]:


414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
    padding: .2em .4em;
    margin: .2em .5em;
    transition: color .3s, background-color .3s;
    color: #333;
}

form .radio-btn h3 {
    color: rgb(var(--gMainColor));
    text-decoration: underline;
}

form .radio-btn input {
    margin: 1em;
}








<







414
415
416
417
418
419
420

421
422
423
424
425
426
427
    padding: .2em .4em;
    margin: .2em .5em;
    transition: color .3s, background-color .3s;
    color: #333;
}

form .radio-btn h3 {

    text-decoration: underline;
}

form .radio-btn input {
    margin: 1em;
}

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
    color: #fff;
}

/** Dialogs pop-ins */
#dialog {
    width: 100%;
    height: 100%;


    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    opacity: 1;
    transition: opacity .5s;
    z-index: 100000;
    display: flex;

    align-items: center;
    justify-content: center;

}

#dialog > iframe {
    width: 90%;
    height: 90%;
    border: none;
    transition: width .5s, height .5s;
    box-shadow: 0px 0px 5px #000;
}









.loader {
    width: 100%;
    min-height: 32px;
    display: block;
    position: relative;
}







>
>










>


>






<


>
>
>
>
>
>
>
>







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
    color: #fff;
}

/** Dialogs pop-ins */
#dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    opacity: 1;
    transition: opacity .5s;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}

#dialog > iframe {
    width: 90%;
    height: 90%;
    border: none;

    box-shadow: 0px 0px 5px #000;
}

#dialog button {
    background: rgb(var(--gMainColor));
    color: #fff;
    font-size: 1.3em;
    display: block;
    width: 90%;
}

.loader {
    width: 100%;
    min-height: 32px;
    display: block;
    position: relative;
}
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
.year-header {
    text-align: center;
    margin-bottom: .8em;
    padding-bottom: .5em;
    border-bottom: 1pt solid #999;
}

.year-header button {
    font-size: 1.3rem;
}

.year-infos {
    text-align: center;
}








|







985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
.year-header {
    text-align: center;
    margin-bottom: .8em;
    padding-bottom: .5em;
    border-bottom: 1pt solid #999;
}

.year-header .print-btn button {
    font-size: 1.3rem;
}

.year-infos {
    text-align: center;
}