/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */

/* End of HTML elements */
/**************************************************************************************/

div .ui-datepicker-trigger {     
    margin-left:7px;
}

fieldset{
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:20px;
	width: 80%;
}

fieldset label{
	margin-right:15px;
	
}

fieldset legend{
	background: white;	
	float:left;
    margin-top:-17px;
}

fieldset div.dataRow {
	margin-top: 10px;
}

legend + * {
    clear:both;
}

li.textList {
    padding-left: 5px;
    max-width: 90%
}

td {
    padding: 8px 10px;
}

th {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 18px;    
}

tr:nth-child(even) {
    background:#e9e9e9;
}


/* All classes go in this section alphabetically. */
/* Begin of classes */

.boldItem {
    font: bold 1em;
}

.containerMain {
	min-width: 910px;
	width: 70%;
}
.dataRow {
    position: relative;
}
.floatLeft{
    float: left;
}


.entryColumn {
    padding-top:3px;
    padding-bottom: 5px;
}

.feeTable {
    width:50%;
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
}

.labelColumn {
    float: left;
    padding-right:5px;
    text-align: right;
    /*padding-bottom: 5px; might cause UI bug*/
    width: 440px;
}
.labelColumnLarge{
    float: left;
    padding-right:5px;
    text-align: right;
    width: 420px;
}
.labelColumn.option {
    width: 325px;
    padding-top: 5px;
}
.labelColumn.sponsor {
    width: 350px;
    text-align:left;
    padding-top: 5px;
}

.labelSymptoms {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.messageError {
    max-width: 80%;
}

.messageInformation {
    max-width: 80%;
}
.messageWarning {
    max-width: 80%;
}
.messageSuccess {
    max-width: 80%;
}
.nBChat {
	padding: 18px 10px 18px 20px;
	border: none;
}

.rowPageLine{
	margin: 20px 0;
}

.positionBottom{
	position:absolute;
	bottom:0;
	right:0;
}

.questionDiv {
	float: left;
	padding-bottom:5px;
	width:85%;
}

.sectionTitle {
    font-weight: bold;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 8px;
}

.shortLabelOptions {
    float: left;
    padding-right:5px;
    padding-top: 5px;
}
.title {
	width:600px;
}
.textLine {
    padding-left: 0px;
    max-width: 90%;
}

.totalFee {
  font-weight: bold;
  background:#b8b8b8!important;  
}

.ui-datepicker {
  z-index: 9999 !important;
}

.white {
	color:white;
}
/* All IDs go in this section alphabetically. */
/* Begin of IDs */

#captchaMobileRow {
    display: none;
}
#captchaRow {
    display: block;
}
#chatImage {
    clear: both;
    cursor: pointer;
    display: block;    
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#feeTable .fee {
    padding-right: 10px;
    text-align: right;
}
#jCaptchaImage {
    border-radius: 10px;
    margin-top: 5px;
}
#jCaptchaInputLabel {
    clear: both; /* This is needed for IE */
}
#jCaptchaInputLabelDiv {
    clear: both; /* This is needed for IE */
    margin-top: 8px;
}
#jCaptchaInputDiv {
    margin-top: 8px;
}
#main_footerDivWrapper{
    height: 95px;
    text-align: center;
}
#main_footer {
	height:1px;
	padding: 0;
}
#paymentMethodLabel{
    float: left;
}

#spAccordion {
	margin-top: 20px;
}

#recaptchaContainer {
	margin-left: 440px;
}
#row1 .labelColumn {
    padding-top: 8px;
}
#row2 .labelColumn {
    padding-top: 7px;
}
#row3 .labelColumn {
    padding-top: 7px;
}
#row4 .labelColumn {
    padding-top: 7px;
}
#row5 .labelColumn {
    padding-top: 3px;
}
#row6 .labelColumn {
    padding-top: 7px;
}
#row7 .labelColumn {
    padding-top: 7px;
}
#row8 .labelColumn {
    padding-top: 3px;
}
#row9 .labelColumn {
    padding-top: 3px;
}
#rowBeforeCaptcha {
    height: 20px;
}

#sponsorVerifyDiv .prettyradio label, #skillsTestWaiverRadioDiv .prettyradio label, #financialLiabilityRadioDiv .prettyradio label {
	margin: 5px 2px;
}

#symptomsRadio {
    padding-top: 32px;
}

#skillsTestWaiverRadioDiv{
	bottom: -8px;
}

#verifyVisionDiv {
	display: none;
	margin: -3px 0px 5px 30px;
}
/* End of IDs */ 
