@charset "utf-8";

.catalog_btn {	
	width: 55%;
	position: relative;
	display: block;	
}

.catalog_btn:hover {
	opacity: 0.75;
}

form.departmentForm {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;	
}

form.departmentForm .catalog_cols {
	width: 32.5%;	
	height: auto;	
	margin: 1px 1px 0xp 1px;
	padding: 5px 1px;
	float: left;
}

form.departmentForm .catalog_cols > h4 {
	margin: 0px 0px .5em 0px;
	display: block;
	font-size: 110%;
	font-weight: 700;
	text-align: left;
	line-height: 100%;
}

form.subjectForm {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;		
}

form.subjectForm .catalog_cols_h {
	width: 49%;	
	height: auto;	
	margin: 1px 1px 0xp 1px;
	padding: 5px 1px;
	float: left;
}

form.departmentForm .catalog_cols > h4,
form.subjectForm .catalog_cols_h > h4 {
	margin: 0px 0px .5em 0px;
	display: block;
	font-size: 110%;
	font-weight: 700;
	text-align: left;
	line-height: 100%;
}

select {
	margin: 5px 0px 15px 0px;
	/* width: 45%; */
	padding: 5px;	
	border:1px solid #b6d9e5;
	border-radius:3px;
	-moz-border-radius:5px;	
    	-webkit-box-shadow: 0px 0px 15px 0px #d3ecf4;
    	-moz-box-shadow: 0px 0px 15px 0px #d3ecf4;
    	box-shadow: 0px 0px 15px 0px #d3ecf4;
}

select#srchfield1 { width: 75%; }

select option {	
	padding: 5px;	
	/* background: rgba(28,117,188,0.3); */
	color: #000;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

select option:nth-child(odd) {
	background: rgba(28,117,188,0.10);
}

button,
input[type="button"],
input[type="submit"]
{
    width: auto;
    padding: 4px 12px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px #cbebfa;
    -moz-box-shadow: 0px 0px 30px 0px #cbebfa;
    box-shadow: 0px 0px 30px 0px #cbebfa;
    background-color: #8cc5e0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.main-content input[type="text"],
.main-content textarea,
.main-content select option
{
    width: 99% !important;
}

label {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    margin-left: 2px;
    padding-bottom: 4px;
    line-height: 175%;
}

input[type="checkbox"]
{
    width:25px;
    height:25px;
}

input[type="checkbox"] ~ label { font-size: .75em; font-weight: 600; display: inline; }

.required-field-red-star::after {
    content: "*";
    color: red;
}

/* FOR GPA CALCULATOR */

form.GPA_Form {
	margin:0px;
	padding:0px;
	display: inline;	
}

.gpa-wraper
{	
	width: 100%;
	margin: 10px auto;
	padding: 0 2%;
	
}

.gpa-wraper form.GPA_Form input[type="text"], .gpa-wraper form.GPA_Form textarea, .gpa-wraper form.GPA_Form select
{
	/* width: 94%; 
	max-width: 500px; */
	padding: 4px;
	border:1px solid #b6d9e5;
	border-radius:3px;
	-moz-border-radius:5px;	
    	-webkit-box-shadow: 0px 0px 15px 0px #cccccc;
    	-moz-box-shadow: 0px 0px 15px 0px #cccccc;
    	box-shadow: 0px 0px 15px 0px #cccccc;
}

.gpa-wraper form.GPA_Form input[type="text"]:hover, .gpa-wraper form.GPA_Form textarea:hover
{
	border:0px solid #bfc998;
	border-radius:3px;
	-moz-border-radius:5px;	
    	-webkit-box-shadow: 0px 0px 15px 0px #edf4d3;
    	-moz-box-shadow: 0px 0px 15px 0px #edf4d3;
    	box-shadow: 0px 0px 15px 0px #edf4d3;
}

.gpa-wraper form.GPA_Form input[type="submit"], .gpa-wraper form.GPA_Form input[type="reset"], .gpa-wraper form.GPA_Form input[type="button"]
{
	width:155px;
	height:30px;
	border:1px solid #ffffff;	
	border-radius:3px;
	-moz-border-radius:5px;	
    	-webkit-box-shadow: 0px 0px 30px 0px #f2f2f2;
    	-moz-box-shadow: 0px 0px 30px 0px #f2f2f2;
    	box-shadow: 0px 0px 30px 0px #f2f2f2;
    	background-color:#8cc5e0;
    	font-size:14px;
    	font-weight:bold;
    	color:#ffffff;
    	text-align:center;
    	cursor: pointer;
}

.gpa-wraper form.GPA_Form select {
	margin: 15px 0px;
	width: 90%;
}

.gpa-wraper .gpa-container
{	
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: 1px solid #6699FF;
	background: #6699FF;
}

.gpa-wraper .gpa-container .selection-container
{
	width: 96%;
	line-height: 175%;
	display: block;
	padding: 2%;
}

.gpa-wraper .gpa-container table.gpaTable
{
	width: 100%;
	display: block;
	margin: 0 auto;
	border-radius:8px;
	-moz-border-radius:8px;	
	
    	-webkit-box-shadow: 0px 0px 25px 0px #d3ecf4;
    	-moz-box-shadow: 0px 0px 25px 0px #d3ecf4;
    	box-shadow: 0px 0px 25px 0px #d3ecf4;
    	overflow-x: auto;
}

.gpa-wraper .gpa-container table.gpaTable tr {
	padding: 5px;	
}


.gpa-wraper .gpa-container table.gpaTable tfoot tr td,
.gpa-wraper .gpa-container table.gpaTable thead tr th {
	padding: 5px;
	text-align: center;
	font-weight: 700;
	border: 1px solid #b6d9e5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #5796c7;
}

.gpa-wraper .gpa-container table.gpaTable tr td {
	padding: 2px;
	border: 1px solid #b6d9e5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #b9dcf8;
}

.gpa-wraper .gpa-container table.gpaTable tr td {
	text-align: center;
}

.gpa-wraper .gpa-container table.gpaTable label {
	color:#fff;
	font-weight:bold;
	font-size: 1em;
}

.gpa-wraper .gpa-container table.gpaTable tr td input:focus
{	
	background-color:#f7fcde;
	border:1px solid #afb58f;
}

input#result {
	width:100px;
	height:20px;
	font-family:verdana;
	font-weight:bold;
	font-size:16px;
	color:#0b70be;
	background:#e4e1da;
	border:1px dashed #d19f17;	
	padding-left:10px;
}

input#totalUnits {
	width:100px;
	height:20px;
	font-family:verdana;
	font-weight:bold;
	font-size:16px;
	color:#0b70be;
	background:#e4e1da;
	border:1px dashed #d19f17;	
	padding-left:10px;
}

input#totalGradePoints {
	width:100px;
	height:20px;
	font-family:verdana;
	font-weight:bold;
	font-size:16px;
	color:#0b70be;
	background:#e4e1da;
	border:1px dashed #d19f17;	
	padding-left:10px;
}

input#printform{
	float:right;
	width:75px;
}

/*
@media print {
  body * {
    visibility:hidden;
  }
  .GPA_Form, .GPA_Form * {
    visibility:visible;
    background-color:#a7c6de;
    border:0px solid #5796c7;
  }
  
  table.gpaTable { width:100%; }
  
  table.gpaTable tbody tr { visibility:hidden; display: none; }
  
  table.gpaTable tbody tr td:not(input:placeholder-shown) { visibility:visible; display: block; }
	
  .GPA_Form {
    position:absolute;
    left:-200px;
    top:-50px;
  }
  
  .GPA_Form #clear, #printform  {  
    visibility:hidden;
  }
}
*/
/* END CALCULATOR */