/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */
div .ui-datepicker-trigger {
    margin-left: 7px;
}
/* End of HTML elements */
/**************************************************************************************/
/* All classes go in this section alphabetically. */ 
/* Begin of classes */

.bodyDiv {
    min-width: 850px;
}
.clear {
    clear:both;
}
.dataRow {
    padding-top:2px;
    padding-bottom:3px;                 
}
.entryColumn {
    left: 475px;
    padding-top:3px;
    padding-bottom:5px;
 }
.labelColumn {
    float: left;
    padding-right:3px;
    text-align:left;
    width: 485px;
}
.labelSubColumn {
    float: left;
    padding-top:3px;
    padding-right:5px;
   text-align:right;
    padding-bottom:5px;
    width: 335px;
    
 }
.labelNoDlSubColumn {
    float: left;
    padding-top:3px;
    padding-right:5px;
   text-align:right;
    padding-bottom:5px;
    width: 211px;
}

.reCaptchaNoDl{
	margin-left: 215px;
}

.reCaptchaDl{
	margin-left: 340px;
}


.messageError{
    min-width: 770px; 
}
.resultvalue{
    margin-right:40px;
}
.resultvalueColumn {  
    margin-right:30px;
    margin-left:30px;
}

/* End of classes */ 
/**************************************************************************************/
/* All IDs go in this section alphabetically. */ 
/* Begin of IDs */
#captchaMobileRow {
    display: none;
}
#captchaRow {
    display: block;
}
#chatImage {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#footerContentWrapper{
    text-align:center;
    padding-top: 5px;
    color: gainsboro;
}

#jCaptchaImage {
    border-radius: 10px;
    margin-top: 2px;
}
#jCaptchaInputLabelDiv {
    clear: both; 
    padding-top:5px;  
}
#jCaptchaResetButtonDiv {
   padding-bottom: 5px;
} 
#main_footerDivWrapper{
    height:115px!important;
}
#main_footer {
	height:1px!important;
}

#rowBeforeCaptcha {
    height: 20px;
}
/* End of IDs */ 
