@import url('//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700');
body {
font-family:"Poppins", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 400;
font-smooth: never;
-webkit-font-smoothing: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: var(--mainBody);
color: var(--mainText);
overflow-x: hidden;
}
audio {
width:450px;
}
.redtext {
color: var(--redText);
}
.yellowtext {
color: var(--yellowText);
}
.greentext {
color: var(--greenText);
}
h1 {
font-weight: 400;
font-size: 30pt;
}
h2 {
font-weight: 400;
font-size: 16pt;
}
h3 {
font-weight: 800;
font-size: 12pt;
}
h6 {
padding-bottom: 5px;
}
hr {
border: 0px;
border-top: 1px solid var(--dbaseEdge);
padding-bottom: 5px;
}
.Qtag{
border-radius: 10px;
display: inline-block;
background: var(--input);
color: var(--inputText);
border: solid 2px var(--inputText);
height: 15px;
width: 15px;
text-align: center;
margin: 1px;
}
.BorderedPage {
margin-top: 40px;
overflow: hidden;
width: 80%;
min-width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
}
.tier {
width:100%;
margin-bottom: 20px;
overflow: hidden;
}
.layoutgrid{
padding:0px ;
margin:0px ;
border-collapse:collapse ;
}
.layoutgrid tr {
background: transparent;
background-color: transparent;
}
.layoutgrid tr {background-color: transparent;}
.layoutgrid tr:nth-child(even) {background-color: transparent;}
.layoutgrid tr:hover {background-color: transparent;}
.layoutgrid tr:nth-child(even):hover {background-color: transparent;}
.layoutgrid td {
padding:2px ;
}
.column100 {
float:left;
min-width: 100px;
}
.column200 {
float:left;
min-width: 200px;
}
.column300 {
float:left;
min-width: 300px;
}
.column400 {
float:left;
min-width: 400px;
}
#col1
{
position: absolute;
top: 100px;
left: 30px;
}
#col2
{
position: absolute;
top: 100px;
left: 300px;
}
#col3 {
position: absolute;
top: 100px;
left: 570px;
}
#col4 {
position: absolute;
top: 100px;
left: 820px;
}
.fLeft {
float:left;
position: relative;
display: block;
vertical-align: bottom;
}
.fRight {
float:right;
position: relative;
display: block;
text-align: right;
vertical-align: top;
}
.Pad5 {
padding:5px;
}
.ShowBorders {
border: 2px solid coral !important;
}
.BorderRed {
border: 1px red solid !important;
}
.CursorLine {
background-color: #FF8800 !important;
}
.divTest {
position: fixed;
top: 530px;
left: 330px;
width: 300px;
height: 248px;
z-index: 1000;
}
.divTest2{
position: fixed;
top: 330px;
left: 630px;
width: 700px;
z-index: 1010;
}
.popup {
padding: 15px;
border-radius: 5px;
background: var(--dbase2);
border: 1px solid var(--dbaseEdge2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.popup2 {
padding: 15px;
border-radius: 5px;
background: var(--dbase3);
border: 1px solid var(--dbaseEdge3);
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.genralbackground {
position: fixed;
height: 100vh;
width: 100%;
z-index: -1;
background: linear-gradient(60deg, var(--Backdrop1),var(--Backdrop2));
}
.dbase {
margin: 0 10px 10px 0;
padding: 15px;
overflow: hidden;
border-radius: 5px;
background: var(--dbase);
border: 1px solid var(--dbaseEdge);
}
.dbaseAlt {
margin: 0 10px 10px 0;
padding: 15px;
overflow: hidden;
background: var(--dbase2);
border: 1px solid var(--dbaseEdge2);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.dbase h2 {
padding-top: 10px;
padding-bottom: 15px;
border-bottom: 1px solid var(--dbaseEdge);
margin-bottom: 10px;
}
.dbaseAlt h2 {
padding-top: 10px;
padding-bottom: 15px;
border-bottom: 1px solid var(--dbaseEdge);
margin-bottom: 10px;
}
.boxSm {
width: 30px;
text-align: center;
}
.fullblur {
position: fixed;
top:0;
left:0;
height: 100%;
width: 100%;
z-index: 2100;
background-size: cover;
background: rgba(255,255,255,0.125);
backdrop-filter: blur(3px);
}
#divLicenceRequired {
position: fixed;
top: 200px;
z-index: 3000;
width: 100%;
background: #AF2020;
color:black;
border-top: 5px solid red;
border-bottom: 5px solid red;
padding: 100px;
}
.applyblur {
filter: blur(4px);
}
.SystemWindow{
position: fixed;
top: 100px;
left: 50%;
z-index: 2101;
background: #FFFF80;
color:black;
border: 3px solid red;
border-radius: 5px;
outline: black solid 1px;
padding: 10px;
}
#SystemMaint{
width: 400px;
height: 140px;
margin-left: -200px;
}
#SystemLoading{
width: 200px;
height: 30px;
margin-left: -100px;
}
