/*#wizard{
	height:500px;
	padding: 0px 10px 10px 10px;
    clear: both;
    overflow: auto;
    /*margin-bottom: 10px;
	
}

#form_options_div{
	float:left;
}

#non_degree_seeking_section{
	float:left;
}
#add_major{
	float:left;
}
#remove_major{
	float:left;
}
#submit_section{
	float:left;
}
*/
#java_test{
	display:none;
}
.flow_chart {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.checkbox{
	width:10px;
	height:12px;
}
.centered_text{
	text-align:center;	
}
.appeal_type_all{
	display:none;
}
.appeal_type_none{
	display:none;
	padding-left:15%;
	padding-right:15%;
	padding-top:5%;

}
.appeal_type_academic{
	display:none;
}
.appeal_type_financial{
	display:none;
}
.appeal_type_maximum1{
	display:none;
}
.appeal_type_maximum2{
	display:none;
}
.current_info span{
	background:#F0F0F5 !important;
}
label {
	width: 10em;
	float:none;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
p {
	clear: both;
}
em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
input {
	background:none;
	width:0%;
}
input [type=checkbox], input [type=radiobutton]{
	background-color:rgb(0,0,0);
}
input[type=text], input[type=email], input[type=number], input[type=password] {
	background: #FCE09E;
	width: 97%;
	margin:1%;
	height:1.5em;
}
.submitButton, input[type=button], input[type=submit] {
	background: #FC0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
    border-radius: 6px;
	width:100%;
}
input[type=submit] {
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/**drop down lists **/
.styled-select25{
   width:24%;
   font-size: 16px;
   height: 25px;
}
.styled-select50{
   width:49%;
   font-size: 16px;
   height: 25px;
}
.styled-select{
   width: 97%;
   margin:1%;
   font-size: 16px;
   height: 25px;
}

.table {
	display: table;
	/* border-collapse: collapse; */
	width: 100%;
	table-layout:fixed;
}
.table-row {
	display: table-row;
}
.table-cell{
	display: table-cell;
	padding: .5%;
	margin: 5%;
}
.table-row2 {
	display: table-row;
	border: 1px solid #000;
}

.table-cell2 {
	display: table-cell;
	border: 1px solid #000;
	width: 33%;
}

.table-cell25 {
	width: 25%;
	display: table-cell;
}
.table-cell50 {
	width: 50%;
	display: table-cell;
	padding:5px;
}
.table-cell501 {
	width: 50%;
	display: table-cell;
	font-weight: bold;
}
.table_data .table-cell{
	border: 1px solid #000;
	display: table-cell;
	
	
}
.table_data input{
	width: 97%;
	margin: 1%;	
}
.year {
	width:5em;
}
.content {
	width: 100%;
}
.italic {
	font-style: italic;
}
.underlined{
	text-decoration:underline;
}
.bold {
	font-weight: bold;
}
.border {
	border:black 1px solid;
}
.hidden {
	display: none;
}
.office_use_only {
	display: none;
}
.print_show {
	display: none;
}
.image_now_show{
	display:none;	
}
.instructions {
	border: solid 2px;
	border-color:#666;
	margin: 4px 0px;
	padding: 0.5em;
}
#main {
	
	/*padding-bottom:600px;*/
	margin: 0 auto;
	max-width: 960px;
	
}
#main2 {
	
	margin: 0 auto;
	max-width: 960px;
	/*padding-bottom:600px;*/
}

.no_dot_list {
	list-style: none;
}
/** no spinners on number boxes **/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
/* Span tag styles to look like input fields for read-only fields*/
.input_data {
	height:1.25em;
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: white;
	border: 2px inset;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	background: #FCE09E;
	width: 97%;
	margin:1%;
	-moz-color: #999;
	-webkit-color: #999;
	color: #666;
}
.span_input_style span {
	height:1.25em;
	-webkit-appearance: textfield;
	padding: 1px;
	margin:5px;
	background-color: white;
	border: 2px;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	background: #FCE09E;
	width: 97%;
	-moz-color: #999;
	-webkit-color: #999;
	color: #666;
	display: block;
}

/* Styles for the topbar to work properly */
body {
	margin-top: 2em;
}
#topbar {
	background: #000333;
	color: #fff;
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	text-align: right;
	position: fixed;
	padding: 5px;
	top: 0px;
	height: 1.5em;
	line-height: 1.5em;
	width: 100%;
	z-index: 999;
}
#topbar a {
	color: #fff;
	margin-right: 1em;
}
/*#non_degree_seeking{
	display:none; 
	border: 3px solid #F00; 
	color: #F00; 
	padding: 2px;
}*/
#no_degree{
	border: 3px solid #F00; 
	color:#FF0000; 
	padding: 2px;
}
textarea{
	word-wrap:normal;
	overflow:scroll;
	resize:both;
}
.checkbox {
	width: 20px;
	height: 25px;
	padding: 3px;
	margin: 5px;
	display:inline-block;
	
}

.bottom_padding{
	/*padding-bottom:600px;*/
	
}
.left{
	float:left;
	margin:5px;
	width:45%;
}
.right{
	float:right;
	margin:5px;
	width:45%;
}

/* Tablet Portrait*/
@media screen and (min-width:48em) and (max-width:64em) {
	.submitButton, input[type="button"], input[type="submit"]{
		-webkit-appearance:none; 
		height:2.5em;
		margin:.5em;
		font-size:1em;
	}
}
/* Tablet Landscape*/
@media screen and (min-width:64em) and (max-width:48em) {
	.submitButton, input[type="button"], input[type="submit"]{
		-webkit-appearance:none; 
		height:2.5em;
		margin:.5em;
		font-size:1em;
	}
}
/* Mobile Phone*/
@media only screen 
and (max-device-width : 30em){
	.large_screen{
		display:hidden;	
	}
	.small_screen{
		display:block;	
	}
	input {
		display:block;
	}
	input [type=checkbox], input [type=radiobutton]{
		display:block;
	}
	input[type=text], input[type=email], input[type=number] {
		display:block;
	}
	.table-cell {
		display: block;
	}
	#buttons{
		margin-bottom:20%;
	}
	#print_now{
		display:none !important;
	}
	input[value="Form"]{
		margin-bottom:20%;
	}
	.heading{
		font-size:24px !important;
	}
	input[type="text"], input[type="email"], input[type="number"] {
		width: 90%;
	}
	.submitButton, input[type="button"], input[type="submit"]{
		-webkit-appearance:none; 
		height:2.5em;
		margin:.5em;
		font-size:1em;
	}
	.left{
	float:none;
	margin:5px;
	width:100%;
	}
	.right{
	float:none;
	margin:5px;
	width:100%;
	}
	
}