﻿body {
	background-color: #1E1E1E;
	color: #ffffff;
	font-family: arial, sans-serif;
	margin: 0px;
}


A:link { text-decoration: none; color: #FFCC33;}
A:visited { color: #FF9966;}
A:hover { color: #ffffff;}

/* ===== button =====*/
.buttonAdmin {
	background-color: #C0C0C0;
	border-radius: 15px;
	font-size: 10px;
	height: 20px;
	width: 100px;
	text-align: center;
}
.buttonAdmin:hover {background-color: #3e8e41}

.buttonAdminRed {
	background-color: #C0C0C0;
	border-radius: 15px;
	font-size: 10px;
	height: 20px;
	width: 100px;
	text-align: center;
}
.buttonAdminRed:hover {background-color: red}

.buttonSubmit {
	border-radius: 15px;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	width: 110px;
	text-align: center;
}
.buttonSubmit:hover {background-color: #3e8e41}

.linkButton {
	background-color: #008CBA;
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px #999;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height:24px;
	outline: none;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
.linkButton:hover {background-color: #3e8e41}
.linkButton:active {
	background-color: #3e8e41;
	box-shadow: 0 3px #666;
	transform: translateY(4px);
}

.linkButton2 {
	background-color: #008CBA;
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px #999;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height:160px;
	outline: none;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 300px;
}
.linkButton2:hover {background-color: #3e8e41}
.linkButton2:active {
	background-color: #3e8e41;
	box-shadow: 0 3px #666;
	transform: translateY(4px);
}

.link-button {
	background-color: #008CBA;
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px #999;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height:130px;
	outline: none;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 400px;
}
.link-button:hover {background-color: #3e8e41}
.link-button:active {
	background-color: #3e8e41;
	box-shadow: 0 3px #666;
	transform: translateY(4px);
}

/* ===== div ===== */

#div1 {
	background-color: #141414;
	margin: 0 auto;
	max-width: 1000px;
	padding: 15px 0px 30px 0px;
	text-align: center;
}

#div1-list {
	background-color: #141414;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0px 30px 0px;
	text-align: center;
}

#div2 {
	background-color: #000000;
	margin: 0 auto;
	padding: 15px 0px 20px 0px;
	max-width: 650px;
}

#div2-list {
	background-color: black;
	margin: 0 auto;
	padding: 15px 0px 20px 0px;
	max-width: 100%;
}

div.border {
	border-radius: 25px;
	border-style: solid;
	margin: auto;
	max-width: 500px;
	padding: 20px 0px 30px 0px;
	text-align: center;
}

div.curryear {
	border-radius: 25px;
	border-style: solid;
	margin: auto;
	max-width: 200px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

div.gateway {
	border: 2px solid #FFBD32;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 480px;
	text-align: center;
}

/* div - table */
.table { display: table; }

.title {
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.heading {
	display: table-row;
	font-weight: bold;
	text-align: center;
}

.row { display: table-row;}

.cell {
	display: table-cell;
	border: solid;
	border-width: thin;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
/* div -/ table */


/* ===== fonts ===== */

.headline16 {
	font-family: arial,verdana,helvetica,tahoma;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
}

.title12 {
	font-family: arial,verdana,helvetica,tahoma;
	font-size:12pt;
	font-weight:bold;
}

.title14 {
	font-family: arial,verdana,helvetica,tahoma;
	font-size:14pt;
	font-weight:bold;
}


/* =============== Responsive Forms =============== */

.form-basic{
	box-sizing: border-box;
	background-color: #000000;
	font-size: 14px ;
	max-width: 546px;
	margin: 0 auto;
}

.form-basic .form-row{
	border:  solid #ffffff;
	border-width: 1px 1px 1px 1px;
	padding: 4px 0px 4px 8px;
	text-align: left;
}

.form-basic .form-row > label span{
	box-sizing: border-box;
	color: #ffffff;
 	display: inline-block;
	padding: 2px
	text-align: left;
	vertical-align: top;
	width: 220px;
}

.form-basic input{
	box-sizing: border-box;
	color:  #000000;
	padding: 2px;
	width: 310px;
}

.form-basic input[type=radio],
.form-basic input[type=checkbox]{
	box-shadow: none;
	width: auto;
}

.form-basic input[type=checkbox]{
	margin-top: 13px;
}

.form-basic select{
	box-sizing: border-box;
	padding: 2px;
	width: 310px;
}

.form-basic textarea{
	box-sizing: border-box;
	height: 70px;
	padding: 4px;
	resize: vertical;
	width: 310px;
}

.form-basic .form-radio-buttons{
	display: inline-block;
	vertical-align: top;
}

.form-basic .form-radio-buttons > div{
	margin-top: 10px;
}

.form-basic .form-radio-buttons label span{
	margin-left: 8px;
	color: #5f5f5f;
	font-weight: normal;
}

.form-basic .form-radio-buttons input{
	width: auto;
}

/* ================= 600px ======================= */
@media (max-width: 600px) {

	.form-basic{
		max-width: 480px;
		margin: 0 auto;
	}

	.form-basic .form-row{
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
	}

	.form-basic .form-row > label span{
		display: block;
		text-align: left;
		padding: 2px 0px 2px 0px;
	}

	.form-basic input {
		width: 100%;
	}

	.form-basic textarea{
		width: 100%;
	}

	.form-basic select{width: 100%;}

	.form-basic input[type=checkbox]{margin-top:0;}

	.form-basic .form-radio-buttons > div{margin: 0 0 10px;}
}/*-/media-*/


/* =============== Responsive Tables =============== */

/* Zebra striping */
#list tr:nth-child(odd){ background-color: #404040; }

table#list {
	border: 2px solid;
	border-collapse: collapse;
	font-size: 12px;
  margin: auto;
	width: 100%;
}

#list td { padding:3px; }

#list th, td { border: 1px solid;  }

/* ================= 768px ======================= */
@media only screen and (max-width: 768px) {

	/* ------------------ table ------------------- */
	/* Force table to not be like tables anymore */
	#list table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#list thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#list  th { display: none; }

	#list tr { border: 1px solid #ccc; }

	#list td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		text-align:left;
		min-height: 15px;
	}

	#list td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 35%;
		padding-right: 10px;
		text-align:left;
	}
}/*-/media-*/
