/*
BASE CSS RESET
Created by Ricardo Augusto on 2008-03-11.
Copyright (c) 2008 COLOR CHARGE. All rights reserved.
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1em; font-size: 1em; background: no-repeat center top; }
ol, ul { list-style: none; _position: relative; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
textarea, input, select { border:1px solid #333; font-family:"Tahoma"; font-size:0.75em; padding:0 0 0 3px; }
textarea, input {  padding:2px 0 2px 3px; }
textarea { background-color:#fff; overflow:auto; }
option { background-color:#fff; }
address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,em,strong,del,code,kbd,span { margin:0; font-size:1em; font-family:"Tahoma"; }
code,kbd,var { font-family:Tahoma, Courier, monospace; }
b,strong,em { font-weight:bold; font-size:100% !important; color: inherit; }
em { font-style:italic; }
del,strike { text-decoration:line-through; }
abbr,acronym { border-bottom:1px dotted #474c42; }
hr { border:none; background-color: transparent !important; height:0; line-height:0; margin:0; }
input.file { font-size:.75em; margin-right:10px; }
input.radio { border:none !important; }

h2 { font-size:1.38em; font-family:"Trebuchet MS"; }
h3 { font-size:1.13em; font-size:1.38em; font-family:"Trebuchet MS"; }
h4 { font-size:.94em; font-weight:bold; font-family:"Trebuchet MS"; }
h5 { font-size:.82em; font-weight:bold; }
h6 { font-size:.75em; font-family:"Tahoma"; font-weight:bold; text-transform:uppercase; }
p { font-size:.82em; }
cite { font-size:.82em; font-style:none; }
label { display:block; font-size:.82em; font-family:"Tahoma"; }

ol { margin:0 30px; list-style-type:decimal; list-style-position:inside; }
ol li { font-size:.82em; margin:0 0 10px; }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-family: Arial, sans-serif;
}