<style type="text/css">
.form-style-9{
	max-width: 450px;
	background: #FAFAFA;
	padding: 30px;
	margin: 50px auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 6px solid #305A72;
}
.form-style-9 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style-9 ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
}
.form-style-9 ul li  .field-style{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}.form-style-9 ul li  .field-style:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
	width: 49%;
}
.form-style-9 ul li .field-full{
	width: 100%;
}
.form-style-9 ul li input.align-left{
	float:left;
}
.form-style-9 ul li input.align-right{
	float:right;
}
.form-style-9 ul li textarea{
	width: 100%;
	height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
	/*-moz-box-shadow: inset 0px 1px 0px 0px #489FD9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #489FD9;
	box-shadow: inset 0px 1px 0px 0px #489FD9;*/
	background-color: #489FD9;
	border: 2px solid #00E5FF;
	border-radius: 28px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 8px 18px;
	text-decoration: none;
	font-weight: 700;
	font: 12px Roboto;
	font-size: 18px;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
	/*background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);*/
	background-color: #00E5FF;
	color: #ffffff;
}
body {
  margin: 0;
  font-family: Roboto;
  font-size: 12px;
  line-height: 20px;
  color: #black; <----
  /*background-color: #262528;
  background: url(../img/bg.jpg) 0 0 repeat;*/
  z-index: 0;
  overflow-y: hidden;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: Comfortaa;
  color: #5CBCE0; <----
  /*background-color: #262528;
  background: url(../img/bg.jpg) 0 0 repeat;*/
}

.sidebar {
/*border: 3px ridge #5CBCE0;*/
position: fixed;
font-weight: bold;
font-family: Roboto;
text-align: center;
margin-top: 0%;
margin-bottom: 0%;
margin-left: 0%;
height: 100%;
width: 190px;
background-color: 02376A;
overflow: hidden;
/*background-image: linear-gradient(#02376A, #ffffff);*/
z-index: 0;
}

.inv {
/*border: 3px ridge #5CBCE0;*/
position: fixed;
font-weight: bold;
font-family: Roboto;
text-align: center;
margin-top: 0%;
margin-bottom: 0%;
margin-left: 0%;
right:0%;
height: 100%;
width: 190px;
background-color: 02376A;
/*background-image: linear-gradient(#02376A, #ffffff);*/
z-index: 0;
overflow-y: auto;
overflow-x: hidden;
}

h5 {
/*border: 3px ridge #1574a5;*/
color: #5CBCE0;
font-size: 24px;
font-family: Comfortaa;
margin: 10%;

}

p {
/*border: 3px ridge #1574a5;*/
color: #ffffff;
/*font-size: 24px;*/
font-family: Roboto;
}

.menu {
  background-color: 489FD9;
  box-shadow: 0 5px 0 489FD9;
  opacity:1;
  font-size: 16px;
  line-height: 45px;
  /*background-size: 200%;*/
  color: ffffff;
  padding: 0.7em;
  padding-left: 5%;
  padding-right: 100%;
  text-decoration: none;
  text-transform: uppercase; 
  overflow-y: scroll;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-timing-function: ease;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.menu:hover, .menu:visited:hover {
  background-color: #4dbd90;
  color: #02376A;
}


.main {
  margin-left: 15%;
  margin-right: 15%;
  z-index: 10;
}

.white-box {
    background-color: black;
	padding: 100% 100%;
    color: black;
    margin-left: 10%;
	margin-right: 10%;
	z-index: 11;
	position: fixed;
}

.g-recaptcha {
    display: inline-block;
	margin:auto;
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  /*font-style: normal;
  font-weight: 400;*/
  src: url('../fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* comfortaa- latin */
@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	src: local(''),
	url('../fonts/Comfortaa_Regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/Comfortaa_Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       
}
.centerbacked {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.cbutton {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #00e5ff;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #00e5ff; 
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #00e5ff;
	border-left-style: solid; 
	border-left-width: 2px; 
	border-left-color: #00e5ff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: hsla(208.00000000000003, 82.57%, 57.25%, 0.00);
	transition-property: background-color;
	transition-duration: 300ms; 
	transition-timing-function: ease;
	color: #00e5ff;
	text-decoration: none;
	}
.cbutton:hover {
	background-color: #00e5ff;
	color: #ffffff;
	cursor: pointer;
	}
.cdbutton {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #00e5ff;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #00e5ff; 
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #00e5ff;
	border-left-style: solid; 
	border-left-width: 2px; 
	border-left-color: #00e5ff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: hsla(208.00000000000003, 82.57%, 57.25%, 0.00);
	transition-property: background-color;
	transition-duration: 300ms; 
	transition-timing-function: ease;
	color: #00e5ff;
	text-decoration: none;
	}
.cdbutton:hover {
	background-color: #00e5ff;
	color: #02376A;
	cursor: pointer;
	}
.pop {
    border: 1px solid black;
	margin-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    background-color: #02376A;
	padding-top: 20px;
	border-radius: 18px;
	border-color: #00E5FF; 
	width: 400px;
	}
a {
  color: #00e5ff;
}
.appbody {
	background-color: #ffffff;
	background-image: url("graphic2.png");
	background-repeat: no-repeat; 
	background-margin-top:1000px; 
	background-size: 100%;
	background-position: center bottom; 
}
table {

	border-collapse: collapse;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-left: auto;
	margin-right: auto;
}

th,
td {
	padding: 4px;
	background-color: rgba(255,255,255,0.2);
}

th {
	text-align: left;
}

thead {
	th {
		background-color: #55608f;
	}
}

tbody {
	tr {
		&:hover {
			background-color: rgba(255,255,255,0.3);
		}
	}
	td {
		position: relative;
		&:hover {
			&:before {
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				top: -9999px;
				bottom: -9999px;
				background-color: rgba(255,255,255,0.2);
				z-index: -1;
			}
		}
	}
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.scroller {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #888787;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #489FD9;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  overflow: visible;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  overflow: visible;
  cursor: pointer;
}
.p1 {
  font-family: Comfortaa;
  color: #5CBCE0;
  color: red;
}
</style>