/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */
div .ui-datepicker-trigger {
    margin-top: 9px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

/* End of HTML elements */
/**************************************************************************************/
/* All classes go in this section alphabetically. */ 
/* Begin of classes */

.bodyDiv {
    min-width:0px!important; 
}
.clear {
    clear:both;
}
.dataRow {
    padding-top:18px;
    padding-bottom:3px;                 
}

.messageError{ 
    min-width: 0px;
    width: auto; 
}
/* End of classes */ 
/**************************************************************************************/
/* All IDs go in this section alphabetically. */ 
/* Begin of IDs */

#captchaMobileRow {
    display: inline;
}
#captchaRow {
    display: none;
}
#jCaptchaInputLabel {
    clear: both; /* This is needed for IE */
}
#jCaptchaMobileImage {
    border-radius: 10px;
    float: left;
}
#jCaptchaMobileResetButtonDiv{
    position: relative;
    padding-left: 10px;
    top: -8px;
}
#chatImage {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
#rowBeforeCaptcha {
    height: 15px;
}
