/*global font = serif, back-color = white*/
html {
	font-family: serif !important;
	background-color: rgba(255,255,255,1.00) !important;   /* IS THIS IMPORTANT? */
}


#background-bandaid {
	background: gray;
}


#logo {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 10px;
}



/*top navigation bar*/
#nav {
	width: 100%;
	margin: 0px auto;
	list-style: none;
}

#nav ul {
	list-style-type: none;
	padding: 0;
}

#nav li {
	float: left;
	width: 13%;
}

#nav li a {
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-size: 28px;
	font-weight: 500;
	font-variant: small-caps;
	color: rgba(0,0,0,0.7);
}

#nav li a:hover  {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,10,0.4);
}

#nav li current_nav {
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-size: 28px;
	font-weight: 500;
	font-variant: small-caps;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,10,0.7);
}

#nav li nav_img_left {
	margin:auto;
	display: block;
	width: 90%;
	padding-top: 10px;
}

#nav li nav_img_right {
	margin:auto;
	text-align: center;
	display: block;
	width: 90%;
	padding-top: 10px;
}


/*MAIN CONTENT*/
#main_content {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: -20px;
	text-align: justify;
	padding-bottom: 75px;
	background: white;
}

#main_content ul {
	line-height: 35px;
	margin-top: -10px;
	padding-bottom: 10px;
}


/* DROPDOWN */
#main_content select {
 font-size: 16px;
}

#main_content_tools {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: -20px;
	padding-bottom: 75px;
}

#steve_pic {
	display: inline;
	float: right;
	width: 33%;
	max-width: 350px;
	padding-left: 20px;
	margin-bottom: 15px;
}

#andrew_pic {
	display: inline;
	float: right;
	width: 33%;
	max-width: 350px;
	padding-left: 20px;
	margin-bottom: 15px;
}

#resume_link a {
	font-weight: bold;
	color: blue;
}

#resume_link a:hover {
	color: blue;
	background-color: rgb(250,240,240);
	text-decoration: none;
}

/* CONTENT */
#tools_title {
	font-size: 42px;
	color: black;
	font-variant: small-caps;
	font-family: arial;
	padding-top: 45px;
	font-weight: bolder;
}

h1 {
	font-size: 42px;
	color: black;
	font-variant: small-caps;
	padding-top: 15px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
    color: black;
	font-weight: 300;
	margin-top: -25px;
}

h3 {
	font-size: 10px;
	color: black;
	text-align: center;
}

h4 {
	font-size: 18px;
	font-family: arial;
	font-weight: 500;
}

h5 {
	font-size: 18px;
	font-family: arial;
	font-weight: 500;
	padding-left: 35px;
}

/* ENROLLMENT ANALYSIS */
#enrollment_table {
	text-align: center;
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
}

#enrollment_table th {
	vertical-align: bottom;
	text-align: right;
}

#enrollment_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: left;
	color: black;
}

#enrollment_table th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: right;
	color: black;
}

#enrollment_table td {
	color: black;
	text-align: right;
}

#enrollment_table td input {
	color: black; 
	font-size: 12px;
	text-align: right;
	width: 100%;
	padding: 0px;
	border: 0px;
}


/* FINANCIAL ANALYSIS */
#financial_table {
	text-align: center;
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 100%;
}

#financial_table th {
	vertical-align: bottom;
	padding-bottom: 6px;
	text-align: right;
}

#financial_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	width: 33%;

}

#financial_table th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;

}

#financial_table th input {
	color: black; 
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	text-decoration: underline;
}

#financial_table td {
	color: black;
}

#financial_table td input {
	color: black; 
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding: 0px;
	border: 0px;
}







/* EBF SNAPSHOT */
#ebf_table {
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 100%;
}

#ebf_table th {
	vertical-align: bottom;
	padding-bottom: 6px;
	text-align: right;
}

#ebf_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	width: 28%;
	text-align: left;
}

#ebf_table th:nth-child(2) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	width: 10%;
	text-align: center;
}


#ebf_table th:nth-child(3) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	width: 63%;
	text-align: left;
	padding-left: 20px;

}

#ebf_table th input {
	color: black; 
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	text-decoration: underline;
}

#ebf_table td {
	color: black;
	text-align: left;
}


#ebf_table td:nth-child(3) {
	padding-left: 20px;
	font-size: 16px;
}

#ebf_table td input {
	color: black; 
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding: 0px;
	border: 0px;
}


/* IMPACT TABLE */
#impact_table {
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 100%;
}

#impact_table th {
	vertical-align: bottom;
	padding-bottom: 6px;
}

#impact_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	text-align: left;

}

#impact_table th:nth-child(2), th:nth-child(3) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	text-align: center;
}

#impact_table th:nth-child(4), th:nth-child(5) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	text-align: center;
}

#impact_table th input {
	color: black; 
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	text-decoration: underline;
}

#impact_table td {
	color: black;
	text-align: center;
}


#impact_table td:nth-child(1) {
	width: 40%;
}


#impact_table td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5) {
	width: 15%;
}


#impact_table td input {
	color: black; 
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}




/* CHARTER PROPORTION TABLE */
#charter_proportion_table {
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 60%;
}

#charter_proportion_table th {
	vertical-align: bottom;
	padding-bottom: 6px;
}

#charter_proportion_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	text-align: left;
	width: 40%;

}

#charter_proportion_table th:nth-child(2), th:nth-child(3) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	text-align: center;
	width: 20%;
}

#charter_proportion_table th:nth-child(4) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	color: black;
	text-align: center;
	width: 20%;
}

#charter_proportion_table th input {
	color: black; 
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	text-decoration: underline;
}

#charter_proportion_table td {
	color: black;
	text-align: right;
	font-size: 16px;
}

#charter_proportion_table td:nth-child(1) {
	text-align: left;
}

#charter_proportion_table td:nth-child(2) , td:nth-child(3) {
	text-align: right;
	padding-right: 20px;
}

#charter_proportion_table td:nth-child(4) {
	text-align: center;
}


#charter_proportion_table td input {
	color: black; 
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}



#thousands {
	font-size: 20px;
	font-family: arial;
	font-style: italic;
	padding-top: 8px;
	padding-bottom:10px;
	
}

 
/* BUTTONS */
#run_analysis {
	text-align: center;
	
}

#run_analysis input {
	font-size: 28px;
	background-color: rgb(30,60,30);
	color: white;
	padding: 10px;
	border-style: solid;
	border-color: black;
	border-width: 2px;		
	border-radius: 8px;
}

#run_analysis input:hover {
	font-size: 28px;
	background-color: rgb(45,80,45);
	color: white;
	padding: 10px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-radius: 8px;
}


#results_below_facility {
	display: none;
}

#results_below_facility input {
	color: blue; 
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding: 0px;
	border: 0px;
	padding: 4px;
}


#results_below_impact {
	display: none;
}

#results_below_impact input {
	color: blue; 
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}


#calculate_button {
	display: inline;
}
#calculate_button input {
	font-size: 20px;
	background-color: rgb(30,60,30);
	color: white;
	padding: 4px;
	border-style: solid;
	border-color: black;
	border-radius: 4px;
}


#clear_button {
	display: inline;
}
#clear_button input {
	font-size: 20px;
	background-color: white;
	color: black;
	padding: 4px;
	border-style: solid;
	border-color: black;
	border-radius: 4px;
}

#use_example_button {
	display: inline;
}
#use_example_button input {
	font-size: 20px;
	background-color: rgb(100, 10, 15);
	color: white;
	padding: 6px;
	border: none;
	border-radius: 4px;
}



#password_SCSC_button {
	text-align: left;
}
#password_SCSC_button input {
	font-size: 20px;
	background-color: rgb(30,60,30);
	color: white;
	padding: 4px;
	border-style: solid;
	border-color: black;
	border-radius: 4px;
}

#password_IL_button {
	text-align: left;
}
#password_IL_button input {
	font-size: 20px;
	background-color: rgb(30,30,60);
	color: white;
	padding: 4px;
	border-style: solid;
	border-color: black;
	border-radius: 4px;
}




#results_text_font {
	font-size: 30px;
	color: black;
	font-family: arial;
	font-weight: bolder;
	padding-top: 25px;
}

#results_section {
	display: none;
}

#historical_enrollment_output {
	display: none;
}

#future_enrollment_output {
	display: none;
}

#district_total_charters {
	display: none;
}

#school_district_financial_profile {
	display: none;
}


#ebf_snapshot {
	display: none;
}

#enrollment_financial_impact {
	display: none;
}


#charter_proportion_analysis {
	display: none;
}


#other_charter_students {
	display: none;
}


#no_charter {
	display: none;
}

#no_charter input {
	color: black; 
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding: 0px;
	border: 0px;
	align-content: center;
}



#one_charter {
	display: none;
}

#over_one_charter {
	display: none;
}

#footnote {
	font-size: 12px;
	font-family: arial;
	font-weight: 200;
}

/* STATE DROPDOWN */
#state_id {
 font-size: 16px;
}

/* STUDENTS TABLE */
#students_table {
	text-align: center;
	font-family: 'arial';
	table-layout: fixed;
	width: 44%;
}

#students_table th {
	font-size: 16px;
	color: white;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: bottom;
}

#students_table th:nth-child(1) {
	background-color: rgb(20,20,20);
	width: 14%;
}

#students_table th:nth-child(2) {
  	background-color: rgb(0,0,120);
	text-decoration: none;
	width: 19%;
}

#students_table th:nth-child(3) {
  	background-color: rgb(0,0,120);
	text-decoration: none;
	width: 19%;
}

#students_table th:nth-child(4) {
  	background-color: rgb(0,0,120);
	text-decoration: none;
	width: 19%;
}

#students_table th:nth-child(5) {
	background-color: rgb(0,60,0);
	text-decoration: none;
	width: 29%;
}

#students_table td #grade {
	background-color: rgb(240,240,240);
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

#students_table td #grade_total {
	background-color: rgb(210,210,210);
	padding-top: 3px;
	font-size: 16px;
	font-weight: bold;
}

#students_table td input {
	background-color: rgb(256,256,256);
	color: black; 
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}




/* FACILITY SIZE RESULTS */
#sqft_results_table {
	text-align: center;
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 80%;
}

#sqft_results_table th {
	padding: 6px;
	vertical-align: bottom;
}

#sqft_results_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: left;
	color: black;
	width: 40%;
}

#sqft_results_table th:nth-child(2), th:nth-child(3), th:nth-child(4) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: center;
	color: black;
	width: 15%;
}


#sqft_results_table th:nth-child(5) {
	background-color: rgb(0,60,0);
	text-align: center;
	color: white;
	width: 15%;
	text-decoration: none;
}

#sqft_results_table td {
	padding: 6px;
}

#sqft_results_table td:nth-child(1) {
	text-align: left;
	color: black;
}

#sqft_results_table td:nth-child(2), td:nth-child(3), td:nth-child(4) {
	text-align: center;
	color: black;
}


#sqft_results_table td:nth-child(5) {
	color: white;
}

#sqft_results_table td input {
	color: black; 
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}



/* CONSTRUCTION COST RESULTS */
#cost_results_table {
	text-align: center;
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 60%;
}

#cost_results_table th {
	padding: 6px;
	vertical-align: bottom;
}

#cost_results_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: left;
	color: black;
	width: 75%;
}

#cost_results_table th:nth-child(2) {
	background-color: rgb(0,60,0);
	text-align: center;
	color: white;
	width: 25%;
	text-decoration: none
}

#cost_results_table td {
	padding: 6px;
}

#cost_results_table td:nth-child(1) {
	text-align: left;
	color: black;
}

#cost_results_table td:nth-child(2) {
	color: white;
}

#cost_results_table td input {
	color: black; 
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}



/* O & M RESULTS */
#o_and_m_table {
	text-align: center;
	font-family: 'arial';
	table-layout: fixed;
	font-size: 16px;
	width: 80%;
}

#o_and_m_table th {
	padding: 4px;
	vertical-align: bottom;
}

#o_and_m_table th:nth-child(1) {
	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: left;
	color: black;
	width: 40%;
}

#o_and_m_table th:nth-child(2), th:nth-child(3), th:nth-child(4) {
  	background-color: rgb(256,256,256);
	text-decoration: underline;
	text-align: center;
	color: black;
	width: 14%;
}


#o_and_m_table th:nth-child(5) {
	background-color: rgb(0,60,0);
	text-align: center;
	color: white;
	width: 18%;
	text-decoration: none;
}

#o_and_m_table td {
	padding: 4px;
}

#o_and_m_table td:nth-child(1) {
	background-color: rgb(256,256,256);
	text-align: left;
	color: black;
	width: 30%;
}

#o_and_m_table td:nth-child(2), td:nth-child(3), td:nth-child(4) {
  	background-color: rgb(256,256,256);
	text-align: center;
	color: black;
	width: 13%;
}


#o_and_m_table td:nth-child(5) {
	background-color: rgb(220, 250, 230);
	color: white;
	width: 13%;
}

#o_and_m_table td input {
	background-color: rgb(256,256,256);
	color: black; 
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 0px;
	border: 0px;
}


/* NOTES and SOURCES */

#note_font {
    font-family: arial;
	font-size: 12px;
	padding-bottom: 5px;
}


#note_indent {
	padding-left: 50px;
	font-family: arial;
	font-size: 12px;
}

#sources_list {
	font-family: arial;
	font-size: 12px;
	align: left;
	padding-bottom: 8px;
}


#sources_list li {
	padding-bottom: 5px;
}


#sources_list li span {
	position: relative;
	left: 5px;
}



/* FOOTER */
footer a {
	text-align: center;
	line-height: 50%;
	font-size: 10px;
	color: rgba(0,0,0,0.6);
}