@charset "utf-8";
/* CSS Document */

/*html { 
  background: url(../images/apple-256264_1920.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

body {margin: 0; padding: 0;}
body#sub-page {background-color:lightgray;}
#carpool_text {margin-left:185px;}

#outside {
	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
 	left: 0;
  	width: 100px;
  	height: 100px;
  	background-color: #ccc;
  	border-radius: 5px;	
}

#workspace {
	width: 100%;
	height: 100%;
}

#formContainer {
	position: fixed;
	top: 20%;
	left: 5%;
	height: 600px;
	width: 700px;
}

#logonContainer {
	position:absolute;
	width: 375px;
	height: 500px;
	background-color: white;
	border-radius: 10px;
}

#registerContainer {
	position:relative;
	float:right;
	width: 375px;
	height: 500px;
	background-color: white;
	border-radius: 10px;
}

.blueline {
	position:absolute;
	width: 50px;
	left:380px;	
	top: 65px;
}

.bottompart {
	position:relative;
	width: 375px;
	height: 375px;
	top: 125px;
	background-color: #d2d5cc;
}

.boxtopText {
	float:left;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px; 
	margin-top: 40px;
	margin-left: 25px;
}

.boxtopImage {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}

.boxtopTextLower {
	position: absolute;
	float:left;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px; 
	margin-top: 100px;
	margin-left: 25px;
	color: #d2d5cc;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 20px; /* Location of the box */
    left: 0;
    top: 65px;
    width: 91%; /* Full width */
    
    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 */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 95%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.errorMsg {
	color: red;	
}

#container {
	width: 100%;
	/*margin: 0 auto;*/
}
#banner {
	margin: 0 auto;
	height: 50px;
	width: 100%;
	background-color: #6c0000;
}

#assist-container {
	width:1800px;	
	margin: 0 auto;	
}

#footer {
	font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #777;	
}

::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}

.content-box {
	border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 1000px;
    height: 300px; 	
	margin: 0 auto;
}

.center {
  margin: 0 auto;
  width: 200px;
  background: black;
  padding: 20px;
  color: white;
}

.user-section{
	width: 100%;
	padding: 10px;	
	background-color: #ffffff;
	border-radius: 10px;
    border: 1px solid #969393;
}

#inside-container {
	top:350px;
	width:1000px;
	margin: 0 auto;	
	margin-top:50px;
}

#greeting {
	text-align:right;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
}

#menu {
	height:35px; 
	width:100%; 
	background-color:#55acee;
	margin-top:10px;
	border-radius: 10px;
    
	padding:5px;
		
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
}

#menu li{
	float:left;	
	padding-left:5px;
}

#menu li a{
	display: block;
	color: white;
	text-align:center;
	padding: 8px;
	text-decoration:none;
	
		
}

#information, #preferences, #statement, #listing {
	height:100%; 
	width:100%; 
	background-color:#e4e8dd; 
	margin-top:5px;
	border-radius: 5px;
    border: 1px solid #969393;
	padding:10px;
	
}

.sec-title{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;	
}

.text-label{
	position: relative;
	top: 10;
	color: #787575;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
}

.text-data{
	position: relative;
	top: 10;
	color: #969393;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
}



























