Differences From Artifact [224cccbfdb]:

To Artifact [08ef9a0ea6]:


298
299
300
301
302
303
304
305
306
307
308
309

310
311
312
313
314
315
316
}

fieldset dl dl {
    margin: .5em 0 .5em 1.2em;
}

input[type=text], textarea, input[type=password], input[type=email],
input[type=url], input[type=tel], select {
    padding: 0.2em 0.4em;
    font-family: Sans-serif;
    min-width: 20em;
    max-width: 100%;

}

input[type=password], input.clearTextPassword {
    font-family: monospace;
}

select, input[size] {







|




>







298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
}

fieldset dl dl {
    margin: .5em 0 .5em 1.2em;
}

input[type=text], textarea, input[type=password], input[type=email],
input[type=url], input[type=tel], select, .input-list {
    padding: 0.2em 0.4em;
    font-family: Sans-serif;
    min-width: 20em;
    max-width: 100%;
    border: 1px solid #999;
}

input[type=password], input.clearTextPassword {
    font-family: monospace;
}

select, input[size] {
346
347
348
349
350
351
352





























353
354
355
356
357
358
359
    background: none;
    margin-top: .1em;
}

input[type=button].showPassword:hover {
    background: none;
}






























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







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
    background: none;
    margin-top: .1em;
}

input[type=button].showPassword:hover {
    background: none;
}

form .input-list button {
    float: left;
}

#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;
}
800
801
802
803
804
805
806


807
808
809
810
811
812
813

h2.ruler:after {
    left: 0.5em;
    margin-right: -50%;
}

.icn-btn {


    border-radius: .2em;
    padding: .2em .4em;
    margin: .2em .5em;
    display: inline-block;
    background-color: rgba(var(--gSecondColor), 0.1);
    text-shadow: none;
    white-space: pre;







>
>







830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845

h2.ruler:after {
    left: 0.5em;
    margin-right: -50%;
}

.icn-btn {
    border: none;
    font-size: inherit;
    border-radius: .2em;
    padding: .2em .4em;
    margin: .2em .5em;
    display: inline-block;
    background-color: rgba(var(--gSecondColor), 0.1);
    text-shadow: none;
    white-space: pre;