/* managementHome.css - css for home page
 *
 * Copyright 2018 - Zenucom Pty Ltd
 */

/* ------------------
 * BASIC STYLES
 */

html {
	}

body {
	background-color: #D3D3D3;
	font-family: Tahoma,sans-serif;
	font-size: 1em;
	color: #26292D;
	width: auto;
	height: auto;
	margin: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Bebas Neue, sans-serif;
	font-size: 3em;
	}

h2 {
	font-weight: bold;
	font-family: 'Wire One', sans-serif;
	font-size: 7.5em;
	color: #D2D2D2;
	background-color: #26292D; /* This is only for display in sample */
	}

h3 {
	font-size: 1em;
	}

h4 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0.02em 0.02em 0.01em #696969;
	font-family: Bebas Neue, sans-serif;
	font-size: 8em;
	color: #E2A25F;
	}

p {
	font-weight: bold;
	text-transform: uppercase;
	}

a {
	color: #E2A25F;
	text-decoration: none;
	}

underline {
	text-decoration: underline;
	}

blockquote {
	color: #EBEBEB;
	background-color: #E2A25F;
	padding: 2em;
	width: 30%;
	text-align: justify;
	}

/*--------------------------------
NAVIGATION
----------------------------------*/

ul {
	background-color: #E2A25F;
	text-align: center;
	letter-spacing: 0.1em;
	border-top: 0.01em solid #A4A4A4;
	border-right: 0.01em solid #A4A4A4;
	border-left: 0.01em solid #A4A4A4;
	width: 20em;
	padding: 0;
	margin: 0;
	}

ul.sub {
	margin-left: 20em;
	}

li.sublist {
	background-color: #696969;
	color: #EBEBEB;
	}

li {
	display: block;
	color: #26292D;
	padding: 0.8em;
	background-color: #EBEBEB;
	border-bottom: 0.01em solid #A4A4A4;
	text-transform: uppercase;
	}

li:hover {
	background-color: #E2A25F;
	}

/*--------------------------------
INFO BOXES
----------------------------------*/

.infobox {
	width: 95%;
	height: auto;
	margin: 1em;
	padding: 0.5em;
	text-align: center;
	background-color: #EBEBEB;
	border: 0.2em solid #E2A25F;
	-moz-box-shadow: 0px 0px 3px #F8AC00;
	-webkit-box-shadow: 0px 0px 3px #F8AC00;
	box-shadow: 0px 0px 3px #F8AC00;
	}

.infobox:hover {
	background-color: #E2A25F;
	}

/*--------------------------------
FRONT PAGE
----------------------------------*/

#footer {
	width: 100%;
	height: 20%;
	position: fixed;
	bottom: 0;
	background-color: #EBEBEB;
	text-align: center;
	text-transform: uppercase;
	color: #696969;
	font-size: 0.8em;
	padding-top: 2em;
	}

#title {
	width: 60%;
	padding: 1em;
	margin: 1.5em 0 1.5em 0;
}

/*--------------------------------
BUTTONS AND TILES
----------------------------------*/

button {
	background-color: #EBEBEB;
	border: 0.01em solid #A4A4A4;
	color: #26292D;
	padding: 0.8em;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	}

button:hover {
	background-color: #E2A25F;
	}

button.form {
	background-color: #E2A25F;
	color: #26292D;
	}

button.submit {
	width: 100%;
	}

button.form:hover {
	background-color: #EBEBEB;
	}

/* The Close Button (x) */
.close {
	width: 400px;
	color: #E2A25F;
	font-size: 2em;
	font-weight: bold;
	}

.close:hover,
.close:focus {
	color: #696969;
	}

.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
	}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)} 
	to {-webkit-transform: scale(1)}
	}

@keyframes animatezoom {
from {transform: scale(0)} 
to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
	span.psw {
	display: block;
	float: none;
	}
	.cancelbtn {
	width: 100%;
	}
	}

/*--------------------------------
LOGIN FORM
----------------------------------*/

.data-entry {
	display: inline;
	text-align: left;
	}

div.input-grid {
	display: grid;
	grid-template-columns: 49% 49%;
	grid-gap: 2%
	}

input[type=text], input[type=password] {
	/*width: 60%;*/
	padding: 1em;
	display: inline-block;
	border: 0.01em solid #A4A4A4;
	background-color: #E2A25F;
	margin: 1.5em 0 1.5em 0;
	color: #26292D;
	}

input.signup {
        width: 60%;
        padding: 1em;
        display: inline-block;
        border: 0.01em solid #A4A4A4;
        background-color: #E2A25F !important;
        margin: 1.5em 0 1.5em 0;
        color: #26292D;
	font-size: 1em !important;
        }


input:active, input:focus {
	background-color: white;
	}

label {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

.container {
	text-align: center;
	background-color: #D3D3D3;
	padding: 1em 2em 2em 2em;
	}

table.extra {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	}

tr.small {
	vertical-align: top;
	text-align: center;
	color: #696969;
	font-size: 0.7em;
	}

td {
	/*padding: 0.9em;*/
	}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 4em;
	}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 40em; /* Could be more or less, depending on screen size */
	}

.close-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	}

.close-container:first-child {
	margin-left: 0px;
	margin-right: auto;
	}

.close-container:last-child {
	margin-left: auto;
	}

table.signupForm>tbody>tr>td {
	text-align: left;
	padding: 0px;
}

table.signupForm>tbody>tr>td>input {
	padding: 0px !important;
	font-size: 1em !important;
}

/*--------------------------------
RIGHT HAND NAV
----------------------------------*/

#LEFTNAV {
	position: absolute;
	top: 10%;
	left: 10%;
	background-color: #D3D3D3;
	text-align: center;
	}

ul.leftUL {
	border: none;
	background-color: #D3D3D3;
	width: 12em;
	}

li.leftLI {
	background-color: #D3D3D3;
	color: #26292D;
	letter-spacing: 0.4em;
	font-weight: strong;
	border-color: #EBEBEB;
	}
