body,
html {
	height: 100vh;
	width: 100vw;
	margin: 0 auto;
	font-family: Arial; 
	background-image: url(/images/BGImage.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	background-size: cover;
}
#popUpWrapper {
	display: none;
}
.inner {
	display: inline-block;
}
.inner-wrapper {
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 40%;
}
.content-wrapper {
	top: 15%;
}
.login-wrapper {
	top: 27vh;
	width: 100vw;
}
.outer-wrapper {
	position: absolute;
	top: 16vh;
	width: 100vw;
}
.footer {
	width: 100vw;
	background-color: #2F2F2F;
	min-height: 57px;
	position: absolute;
	bottom: 0;
	color: white;
}
.footer p {
	padding: 10px 20px;
	font-size: 14px;
	position: absolute;
}
.footer .number {
	color: white;
	text-decoration: none;
}
.number a {
	padding-right: 22px;
}
input::placeholder {
	color: black;
	font-size: 22px;
	padding: 5px 5px 20px 0px;
}
.intro input[type="text"], 
.intro input[type="password"] {
	width: 100%;
	font-size: 18px;
	padding: 10px 10px 7px 5px;
	border: none;
	border-bottom: 3px solid #2F2F2F;
	max-width: 300px;
}
.intro input[type="submit"] {
	background-color: #0e95db;
	border: none;
	padding: 2px 18px 6px 18px;
	border-radius: 15px 15px 15px 15px;
	transform: translate(-50%);
	left: 50%;
	position: absolute;
	margin: 19px 0;
	transition: .2s ease-in;
	font-size: 28px;
	color: white;
	line-height: 0.8;
}
.intro input[type="submit"]:hover {
	background-color: #223497;
	cursor: pointer;
   transition: .2s ease-out;
}
.fab {
	font-family: "Font Awesome 5 Brands";
	color: #2f2f2f;
	font-size: 20px;
}
 .footer a {
	color: white;
	text-decoration: none;
	letter-spacing: 3px;
}
 .contact {
	text-align: center;
	margin: 8px 0;
}
 .intro a {
	width: 68%;
	display: block;
	margin: 0 auto;
	padding: 18px 0px 0px 0%;
	text-align: left;
	color: black;
}
 .fa-stack-2x {
	font-size: 20px;
	padding-top: 11px;
}
.inner-wrapper img {
	margin-bottom: 20px;
	max-width:460px;
}
 .fab {
	font-size: 14px;
}
 .fa-stack {
	width: 1.6em;
	width: 28px; 
}
 .social {
	display: inline-block;
	padding-left: 14px;
}
img {
	min-width: 320px;
}
.intro input[type="text"]:nth-child(1) {
	margin-bottom: 24px;
}
.logout {
    float: right;
}
.logout p {
    margin-right: 140px;
}
.logout a {
    color: #007dc3;
	text-decoration: none;
}
.main-content {
	position: absolute;
	top: 26vh;
	width: 100vw;
	height: 100vh;
}
#top-menu{
    width: 100vw;
    display: flex;
    justify-content: center;
}
#top-menu ul{
    width: 75vw;
    display: flex;
    justify-content: center;
}
#top-menu li{
	display: flex;
	justify-content: center;
    align-items: center;
	background: #62BDC9;
	list-style-type: none;
    height: 32px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	text-align: center;
	vertical-align: middle;
	width: 22vw;
    margin-left: -1vw;
    margin-right: -1vw;
}
#top-menu a {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
}
#top-menu a:hover {
	font-weight: bold;
}
#top-menu .menu-selected {
	background: blue; 
}
.search-report-form {
	text-align: center;
}
.search-report-form div {
	margin-top: 15px;
	height: 20px;
}
.search-report-form label {
	color: #62BDC9;
	font-weight: bold;
	margin: 10px;
    font-size: 12px;
}
.search-report-form input {
    background: #62BDC9;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 5px 25px;
}
.search-report-form input, .search-report-form select {
	cursor: pointer;
}
.search-report-form input:hover {
	font-weight: bold;
	font-size: 13px;
}
.report-head {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 30px;
}
.head-container div {
	float: left;
    font-weight: bold;
    font-size: 12px;
}
.head-label {
	width: 16vw;
	color: #62BDC9;
	text-align: right;
	padding-right: 33px;
}
.head-data {
	width: 34vw;
	text-align: left;
}
.head-invoice {
	width: 23vw;
	text-align: left;
	padding-top: 12px;
	color: #62BDC9;
	height: 20px;
}
.head-container input {
	margin-top: 7px;
}
.head-container p {
	margin: 10px 0px 10px 0px;
}
.report-head-bar {
	width: 75vw;
    background: #62BDC9;
    color: #fff;
	height: 22px;
	margin-top: 10px;
}
.report-head-bar div{
	margin-left: 10vw;
	font-size: 13px;
	margin-top: 4px;
}
.report-body {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 15px;
}
#billing-data th, #billing-data td {
	font-size: 14px;
}
#billing-data {
	width: 75vw;
	border-collapse:separate; 
	border-spacing: 0 1em;
}
.invoice-total {
    color: #62BDC9;
	font-weight: bold;
}
.numbers-container {
    width: 15vw;
	margin: 1px;
	display: flex;
	white-space: nowrap;
}
.numbers-container div {
	float: left;
	min-width: 135px;
}
.numbers-profile {
	text-align: left;
    display: grid;
    justify-content: end;
	padding-right: 3vw;
	margin-left: -5vw;
}
#invoice-email-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#invoice-email-form input[type=submit] {
	background: #62BDC9;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 5px 25px;
	cursor: pointer;
}
#invoice-email-form input[type=submit]:hover {
	font-weight: bold;
	font-size: 13px;
}
.invoice-msg {
    color: #000;
    padding-left: 20px;
    position: absolute;
    margin-top: 14px;
}
.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 999;
}
.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.closebtn:hover {
	color: black;
}
#summary-links a {
	text-decoration: none;
	color: #fff;
}
#summary-links a:hover {
	font-weight: bold;
}
#summary-links .selected {
	text-decoration: underline;
}
#summary-header, #summary-container, #summary-totals {
	display: flex;
}
#summary-header div, #summary-container div, #summary-totals div {
	width: 10vw;
}
@media only screen and (max-width: 1400px) {
	#top-menu a {
		font-size: 11px; 
	}
}
@media only screen and (max-width: 1024px) {
	.intro input[type="text"]{
		max-width: 300px;
	}
	 .footer p {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	 .contact {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	 input[type="text"] {
		max-width: 71%;
	}
	 br {
		display: unset;
	}
	 .social {
		display: block;
		padding-left: 0px;
	}
	.intro a {
		width: 100%;
		text-align: center;
		padding: 4px 0%;
	}
	 .footer p {
		position: initial;
	}
	 .fa-stack {
		width: 40px;
	}
	 .fa-stack-2x {
		font-size: 30px;
		padding-top: 6px;
	}
	 .fab {
		font-size: 20px;
	}
}
@media (max-height: 640px) {
	.inner-wrapper {
	top: 36%;
	}
}