/*!
 * Amazon Cognito Auth SDK for JavaScript
 * Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *         http://aws.amazon.com/apache2.0/
 *
 * or in the "license" file accompanying this file.
 * This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
 * OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions
 * and limitations under the License.
 */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: white;
	text-align: center;
	font-family: HelveticaNeue, Arial;
}
h1 {
	color: black;
	text-align: center;
}
div.button {
	padding: 10px 40px;;
}
div.centeredText {
	margin: auto;
	text-align: justify;
}
div.tab-pane {
	color: #303232;
	border: 1px solid #329AD6;
	padding: 5px 20px 20px 20px;
	margin: auto;
	max-width:1000px;
	text-align: left;
	display: "none";
}
div.user-form {
	border: 1px solid #2a5c91;
	padding: 20px;
	margin: auto;
}
button {
	background-color: #FFFFFF;
	color: #2a5c91;
	text-align: center;
	padding: 10px 40px;
	border: 2px solid #2a5c91;
	text-decoration: none;
	display: inline-block;
	font-size: 0.80em;
	font-weight: bold;
}
a.nav-tabs {
	background-color: #FFFFFF;
	color: #329AD6;
	text-align: center;
	padding: 14px 40px;
	border: 2px solid #329AD6;
	text-decoration: none;
	display: inline-block;
}
a.nav-tabs:hover:not(.active) {
	background-color: #329AD6;
	color: white;
	border: 2px solid #329AD6;
}
.active {
	background-color: #329AD6;
	color: white;
	border: 2px solid #329AD6;
}
#introPara {
	color: #303232;
	border: 1px solid #329AD6;
	padding: 20px;
	margin: auto;
	max-width:1000px;
	text-align: justify;
	font-size: 0.9em
}

#statusAuth {
	width: 100%;
	height: 100%;
}
#startButtons {
	text-align: center;
}
/*#signUpButton {
	background-color: #329AD6;
	color: white;
	text-align: center;
	padding: 14px 25px;
	border: 2px solid #329AD6;
	text-decoration: none;
	display: inline-block;
}
#signInButton {
	background-color: #FFFFFF;
	color: #329AD6;
	text-align: center;
	padding: 14px 25px;
	border: 2px solid #329AD6;
	text-decoration: none;
	display: inline-block;
}*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #303232;
}

ul.nav-tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover:not(.active) {
	background-color: #FFFFFF;
	color: #2a5c91
}

.active {
	background-color: #303232;
	color: white;
}

li.nav-tabs a {
	color: #329AD6;
	text-align: center;
	padding: 14px 25px;
	border: 2px solid #329AD6;
	text-decoration: none;
	display: inline-block;
}

li.nav-tabs a:hover:not(.active) {
	background-color: #329AD6;
	color: #ffffff
}
.active {
	background-color: #329AD6;
	color: #ffffff;
}

p.input-text {
	max-width:800px;
	text-align: left;
}

p.text-icon {
	float: right;
	padding: 4px;
	color:#2a5c91;
	font-size:1.4em;
	cursor: pointer;
	background-color: #ffffff;
}
p.text-icon:hover:not(.active) {
	background-color: #2a5c91;
	color: #ffffff;
}
.active {
	background-color: #2a5c91;
	color: #ffffff;
}

input.user-in {
	width:500px;
	text-align: left;
	border: 1px solid #329AD6;
	padding: 5px;
	font-size: 1em;
}
#layout {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow-y: hidden;
}
#toolbar {
	width: 100%;
	height: 40px;
}
#content-wrapper {
	position: absolute;
	top: 40px;
	bottom: 0px;
	width: 100%;
}
#content {
	width: 100%;
	height: 100%;
}
