/*	***********************************************	**
**					LOGIN PAGE						**
**	***********************************************	*/
/* LOGIN PAGE */
.loginBox 
{
    width: 300px;
    border: 2px solid #8d688d;
    background-color: #d8ccd9;
}
.loginHead
{
    padding: 0.5em 0; 
    background-color: #ae94af; 
    color:#fff;
    font-weight: bold;
    text-align: center;
}
.tempPassLoginForm input[type=text], .tempPassLoginForm input[type=password]
{
    width: 10em !important;
    padding: 0.1875em 0.3125em !important;
    box-shadow: 1px 1px 0px 0px #cfcfcf;
    border: 1px solid #ccc;
}
.tempPassLogin 
{
    margin: 0 auto;
}
.tempPassLogin table 
{
    border-collapse: collapse;
}
.contentHolder fieldset .grid2 label 
{
    display: inline;
}

/*	***********************************************************	*/

[readonly="readonly"] {
    pointer-events: none;
    background-color: #EEE;
}

#dupError
{
	border: 1px solid #600;
	background-color: #F99;
	color: #000;
	padding: 10px;
	border-radius: 5px;
}


@media only screen and (max-width:768px){
    .contentHolder select {
        width: 100%;
    }
    .contentHolder fieldset .grid2 label 
    {
        display: inline-block;
    }
    fieldset .grid10 textarea.multilineText {
        width: 100%;
    }

}


/*	***********************************************	**
**					REGISTRATION PAGE				**
**	***********************************************	*/
.hideSection, .hideField {
	display: none;
}
.idOutputGood, .idOutputBad {
	width: 20px;
}
.contentHolder .satRegistrationForm input[type="text"]
{
	width: 20em;
}
.wcuSupervisorEmail .btn {
	margin: 0;
}
.noSeatsMessage
{
	background-color: #FFFEE0;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #000;
}
.errorMessage
{
    border-radius: 10px;
    box-shadow: 0 0 3px #F00;
    background-color: #FCC;
    margin-top: 25px;
    padding: 25px;
}
.fa-exclamation-triangle
{
	color: #FFA500;
}

#confirmInfo
{
	margin: 30px 0px 30px 0px;
}
.largeTb
{
	width: 200px;
}
.space
{
	margin-bottom: 10px;
}
#infoDisplay
{
	margin-bottom: 30px;
}
.btnSuccess.btnSubmit.noShow, #btnSpinner.noShow
{
	display: none;
}
.btnSubmit
{
	margin-left: 25%;
	margin-top: 30px;
}
.chkApproval
{
	margin-left: 25%;
}
div.grid3#lblSearchEmail, .errorMessageError
{
	margin-top: 12.5px;
}
.emailError
{
	margin: 15px 0 5px;
    border: 1px solid rgba(216, 49, 49, 0.55);
    padding: 1em 0em 1em 1em;
    font-size: 0.75em;
    line-height: 1.25em;
    background-color: #f7f7f7;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
fieldset#search
{
	margin: 15px 0px 15px 0px;
	padding: 0 0 -10px 0;
}

.disabled {
	background-color: gray;
	background-image: none;
	border-color: gray;
	pointer-events: none;
}



@media only screen and (max-width:768px){
	.chkApproval
	{
		margin-left: 0;
	}
	.btnSubmit
	{
		margin-left: 0;
	}
	.contentHolder .satRegistrationForm input[type="text"]
	{
		width: 100%;
	}
}