body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	font-family: helvetica;
}

/*HEADER HEADER HEADER HEADER HEADER HEADER */
/*HEADER HEADER HEADER HEADER HEADER HEADER */

.menuDiv {
	margin-top: 20px;
	text-align: center;
}

.header-body {
	margin-top: 10px;
}

.header-list {
	text-align: center;
	list-style: none;
	padding-left: 0;
}

.header-list li {
	display: inline;
	cursor: pointer;
}

.logout-click {
	color: #0000EE;
	text-decoration: underline;
	cursor: pointer;
}

/*HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT */
/*HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT HOME LAYOUT */

.home-body {
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	width: 100%;
	background-image: url('../images/grocery-bg-small-o.jpg');
	background-size: cover;
	/*background-size: 100%;*/
	background-position-y: -210px;
}

.left-body {
	min-height: 400px;
	float: left;
	/*background-color: #fef4e0;*/
	width: 40%;
}

.right-body {
	min-height: 400px;
	float: right;
	width: 60%;
	text-align: center;
}


.inner-right {
	width: 45%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


/*LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN */
/*LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN */

.login-form-div {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

form[name="login-form"], form[name="createNewPw"] {
	margin-top: 50px;
}

form[name="newPw"] {
}

form[name="createNewPw"] input {
	margin-left: 10px;
}

.welcome-msg {
	text-align: center;
}

.welcome-msg h1 {
	font-size: 4em;
}

form[name="login-form"] input[name="username"], form[name="login-form"] input[name="pword"] {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 20px;
	font-size: 2em;
	width: 100%;
}

input[name='newPw'], input[name="confirmNewPw"], input[name="currPw"] {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 20px;
	font-size: 2em;
	width: 80%;
}

form[name="login-form"] input[type="submit"] {
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	display: block;
	margin-top: 20px;
	font-size: 2em;	
	width: 35%;
}

form[name="newPw"] input[type="submit"], form[name="createNewPw"] input[type="submit"] {
	display: block;
	margin-top: 20px;
	font-size: 2em;
}

input[type='submit'], .downloadPDF {
  cursor: pointer;
  background-color: #ffedcc;
  color: black;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
}

.greenCheck, .redX {
	display: inline;
	height: 30px;
	padding-left: 5px;
}

/*VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE */
/*VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE VIEW ROUTE */

.view-route-header {
	text-align: center;
}

.route-table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	max-width: 98%;
}

.route-display-body {
	text-align: center;
	min-height: 400px;
}

.edit-modal-outer {
	position: fixed;
	margin-top: -50px;
	width: 100%;
	/*height: 300px;*/
}

.edit-modal-inner {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	height: 100%;
	box-shadow: 10px 10px 20px rgba(0,0,0, .5);
}

.edit-item-table {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.btn-div {
	text-align: center;
	padding-bottom: 20px;
}


/*SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */
/*SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH SEARCH */

.route-search-div {
	margin-top: 50px;
	margin-bottom: 20px;
}

.search-results-div {
	margin-top: 15px;
	text-align: left;
}

.search-results-table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

select[name="distr-select"] {
	display: none;
}

.table-header {
	font-weight: bold;
	cursor: pointer;
}

form[name="csvDownloadForm"] {
	text-align: center;
	display: inline;
}

.dlButtons {
	text-align: center;
}

.search-results-table {
	border-collapse: collapse;
}

.downArrow, .upArrow {
	width: 15px;
	margin-left: 5px;
}

.instr {
	text-align: center;
}

input[name="state"] {
	width: 50px;
}

input[name="zip"] {
	width: 80px;
}

input[name="phone"] {
	width: 75px;
}

input[name="city"] {
	width: 100px;
}


/*ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE */
/*ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE ACCOUNT PAGE */

.account-info {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background-color: #dee4e5;
}

.acct-distr-table td {
	padding-left: 5px;
	padding-right: 5px;
}

.blank-row {
	height: 15px;
}

.reset-pw {
	color: #0000EE;
	text-decoration: underline;
	cursor: pointer;
}

.pw-modal {
	width: 100%;
	position: fixed;
	border: 1px solid black;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

form[name="createNewPw"] {
	display: none;
	margin-top: 0;
}


/*CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE */
/*CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE */

form[name="contact"] textarea {
	display: none;
	height: 100px;
	margin-top: 10px;
	width: 250px;
	font-size: 1.25em;
}

form[name="contact"] input[type="submit"] {
	height: 50px;
	width: 200px;
	margin-top: 20px;
	font-size: 1.5em;
}

.contact-form-div {
	background-color: #dee4e5;
	border: 1px solid black;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

form[name="contact"] {
	margin-left: 20px;
}

select[name="subject"] {
	display: block;
	/*height: 100px;*/
	font-size: 1.25em;
}

form[name="contact"] input[type="text"] {
	/*display: block;*/
	height: 35px;
	width: 250px;
	font-size: 1.25em;
	margin-top: 10px;
}

.addStop {
	display: none;
}

select[name="selectRoute"] {
	height: 35px;
	line-height: 35px;
	width: 250px;
	font-size: 1.25em;
	margin-top: 10px;
}


/*FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
/*FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */

.footer {
	border-top: 1px solid black;
	min-height: 100px;
}


/*DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT */
/*DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT DB MANAGEMENT */

input[name="id"] {
	width: 25px;
}

input[name="failed_attempts"] {
	width: 50px;
}

select[name="account_status"] {
	width: 75px;
}

.manage-table input[name="username"], .manage-table input[name="password"], .manage-table input[name="name"], .manage-table input[name="company"], .manage-table input[name="email"], .manage-table input[name="user_type"], .manage-table input[name="pword_type"] {
	width: 100px;
}

#addNewUser {
	width: 200px;
	height: 50px;
	background-color: #ffedcc;
  	color: black;
  	border: 1px solid black;
  	border-left: 0;
  	border-right: 0;
  	font-size: 1.1em;
}

.buttonTD {
	padding-top: 20px;
	text-align: center;
}

/*RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD*/
/*RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD RESET PASSWORD*/

.forgotFormDiv {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.forgotForm {
	margin-top: 30px;
}

input[name="forgotUser"], input[name="forgotEmail"], input[name="forgotDistrID"] {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 20px;
	font-size: 2em;
	width: 100%;
}

input[name="forgotSubmit"] {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	font-size: 2em;	
	/*width: 35%;*/
}