﻿body 
{
}

img
{
    border:0px;
    margin:0px;
    padding:0px;
}

.wrapper
{
    width: 650px;
    text-align: center;
}

/* ============== TEXTBOX STYLES =======================*/
input[type=text], 
select{
	
	font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    /*display: block;*/
    padding: 4px;
    border: solid 1px #85b1de;
    
    background-image: url( 'https://my.mayvillestate.edu/schedules/images/blue_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

input[type=text]{
	
	font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    /*display: block;*/
    padding: 4px;
    border: solid 1px #85b1de;
    
    background-image: url( 'https://my.mayvillestate.edu/schedules/images/blue_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

.smalltextbox
{
    width:100px;
}

.mediumtextbox
{
    width:200px;
}

.largetextbox
{
    width:300px;
}

.errorinput
{
    border: 1px solid red !important;
}

.errorText
{
    color: red;
    font-size:1em;
    font-style: italic;
}

.fullclass
{
    color: Red;    
}

/* ============== BOX DROPSHADOW =======================*/
.shadow {
	-moz-box-shadow: 1px 1px 8px gray;
	-webkit-box-shadow: 1px 1px 8px gray;
	box-shadow: 1px 1px 8px gray;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='gray')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='gray');
}

/* ============== SMALL BOX DROPSHADOW =======================*/
.smallshadow {
	-moz-box-shadow: 0px 0px 3px gray;
	-webkit-box-shadow: 0px 0px 3px gray;
	box-shadow: 0px 0px 2px 3ray;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='gray')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='gray');
}

/* ============== BOX ROUNDED =======================*/
.rounded
{
    -moz-border-radius: 5px;
    border-radius: 5px;   
}

/* ============== COURSE BOX =======================*/
.course
{
    margin:10px;
    padding: 0px;
    width:600px;
}

.course-header
{
    text-align: left;
    padding: 0px;
    padding-top: 2px;
    margin: 0px; 
    font-weight:normal !important;
    /*text-shadow: #999 1px 1px 2px; 
    zoom: 1;*/
}
.course-info
{
    padding-left:5px;
}

.course-description
{
    padding:4px;
}

.course label
{
    font-weight:bold;
    margin-left:0px;
    
}
.course label + span
{
    margin-right:10px;
    text-transform:capitalize;
}
.courseitem
{
    font-size:1.2em;
    text-align:left;
}

td
{
    vertical-align:top;
}

hr
{
    color:Blue;
    background-color:Blue;
    height:1px;
    border:0px;
    width:99%;
    margin-top:3px;
    margin-bottom: 5px;
}

h4
{
    padding:0px;
    margin:0px;
}

h4 a
{
    
}

.expand
{
    font-size:1.0em;
    font-weight:bold;
    text-align:center;
    padding-bottom:4px;
}

.expand a{color:Blue;}

#agreetoterms li 
{
    padding: 5px;
    font-weight:bold;
}

.text-label {
    color: #cdcdcd !important;
    font-weight: bold;
}

#courselist td, #proctorlist td, #templatelist td
{
    /*font-size:1.2em;*/
    font-size: 12px;
    text-align:left;
    /*font-family:Times New Roman;*/
    font-family:Arial;
}

#courselist thead td
{
    /*font-size:1.2em;*/
    font-weight:bold;
    vertical-align:top;
    white-space:nowrap;
}

.dashboardwrapper
{
    width: 720px;
    font-size: 1.2em;
}

.Dashboard .good
{
    color:Green;
}

.Dashboard .bad
{
    color:White;
}

#studentlist td:not(.col_actions)
{
    text-decoration:underline;
    text-align:center;
}


.Registerred
{
    background-color: #dca6c4 !important;
}
.Applied
{
    background-color: #e7a1a1 !important;
}

.Admitted
{
    background-color: #e7b186 !important;
}

.Matric
{
    background-color: #b9d77d !important;
}

.Enrolled
{
    background-color: #6bb96b !important;
}

.studentinfo, .proctorinfo 
{
    margin: 0px;
    padding:0px;
}

.studentinfo td, .proctorinfo td
{
    white-space:nowrap;
    font-size: 1.2em;
    padding: 4px 2px;
}

.studentinfo .header, .proctorinfo .header
{
    font-weight: bold;
    text-align: left;
    background-color: #eef;
}

.studentinfo .data, .proctorinfo .data
{
    padding-right: 50px;
    white-space: nowrap;
}

.proctorinfo .data
{
    display: inline;
    line-height:22px;
}

.proctorinfo .editactive
{
    background-color:#ddd;
}


.ui-tooltip-large
{
    width:550px;
}

.ui-tooltip-small
{
    width:300px;
}

.studentclassinfo td, .studentclassinfo th
{
    padding: 2px 10px;
}

.center{ text-align:center !important;}

.right{ text-align:right !important;}

/*Get's rid of a column highlight when a column is ordered in the dataTable*/
.sorting_1
{
    background-color:transparent !important;
}

.box
{
    width:100%;
}

td.actions
{
    font-weight:bold;
    white-space:nowrap;
}

.courseform td
{
    text-align:left;
}

.courseform .header
{
    white-space:nowrap;
}

.coursedescriptiontable 
{
    border-collapse: collapse;
    margin-bottom: 10px;
}

.coursedescriptiontable th
{
    font-weight: bold;
}

.coursedescriptiontable td, .coursedescriptiontable th 
{
    border: 1px solid grey;
    padding: 2px;
    font-size: 1.2em;
}

.setupform .header
{
    font-weight: bold;
}

.gofont
{
    color:Green;
    font-weight: bold;
}

.stopfont
{
    color: Red;
    font-weight: bold;
}

.datatables-middle-toolbar
{
    text-align:center;
    float:left;
    width:250px;
}

fieldset 
{
    float: left;
}

fieldset.section
{
    width: 280px;
    min-height: 150px;
    text-align: left;
}

.calculator
{
    font-weight: bold;
    font-size: 1.3em;
}

.qtip-error
{
    width: 400px;
    line-height: 18px !important;
    font-size: 1.2em !important;
    
}


/* added by ckeating */
input.ui-button
{
    color: white !important;
}