<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PageBODY {background-color: white; color: #000000;font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 10pt;}

tr.header {
background-color:rgb(153,199,229);
}
input, textarea, select {
/* css 3 */
 border-radius:4px;
 /* mozilla */
 -moz-border-radius:4px;
 /* webkit */
 -webkit-border-radius:4px;
border: 1px solid rgb(150,150,150);

}

td.datastatHeader {
  background-color:#CBFFCB;
  font-size:11pt;
  text-align: center;
  border-width: 1px;
  padding: 10px;
  border-style: solid;
  border-color: black;
}
td.datastat {
  font-size:10pt;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: black;
  padding: 2px 10px 2px 5px;
}
td.tight {
  font-size:10pt;
  padding: 2px 10px 2px 5px;
}

td.cellspace {
 padding: 5px 10px 5px 10px;
}


.TextSmall {
font-family: Verdana, Tahoma, Arial, Helvetica; 
font-style: normal;
font-size: 8pt;
border-width: 2;
border-style: none;
}

.TextMedium {
font-family: Verdana, Tahoma, Arial, Helvetica; 
font-style: normal;
font-size: 12pt;
border-width: 2;
border-style: none;
}

.TextLarge {
font-family: Verdana, Tahoma, Arial, Helvetica; 
font-style: normal;
font-size: 14pt;
border-width: 2;
border-style: none;
}


body {
	background: #555;
}

h1 {
	font: 30px Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

input[type=radio], input[type=xcheckbox] {
    xdisplay:none;
}
input[type=radio] + label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 8px;  
}
input[type=zcheckbox] + label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;  
}
input[type=radio]:checked + label:before {
    content: "\2022"; /* Bullet */
    color:white;
    background-color: #666; 
    font-size:1.8em;
    text-align:center;
    line-height:14px;
    text-shadow:0px 0px 3px #eee;
}
input[type=zcheckbox]:checked + label:before {
    content:"\2714"; /* Tick */
    color:white;
    background-color: #666; 
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
}

    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 850px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: white;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
  &lt;/style&gt;
  &lt;style type="text/css"&gt;
.table, .table th, .table td { 
     border:0; 
     border-top:none;
     font-family:Arial, Helvetica, sans-serif;
     font-size:small;
 }
.table.table-borderless td,
.table.table-borderless th {
    border-top: 0;
}

::-webkit-input-placeholder { /* Chrome */
  color: red;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
}
.main{
 	margin-top: 70px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr{
	width: 10%;
	color: #fff;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-center{
 	margin-top: 20px;
 	margin-right: 30px;
 	margin: 0 auto;
 	max-width: 500px;
    padding: 40px 40px;
border: solid 2px;  
border-radius: 20px 20px 20px 20px;
background-color:white;
	font-size: 12px;
}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}

  	.hoverTable{
		width:100%; 
		border-collapse:collapse; 
	}
	.hoverTable td{ 
/*		padding:7px; border:#4e95f4 1px solid;*/
		padding:7px; border:#d3edf8 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: whitex;
          cursor: pointer; cursor: hand;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: LightGray;
    }
* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}</pre></body></html>