/* 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 */
.pageBody{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.checkboxDiv {
	float: left;
	width: 30px;
}

.checkboxLabelDiv {
    float: left;
    max-width: 700px;
    overflow-wrap: break-word;
}

.checkboxParentDiv {
	float: left;
	clear: both;
}

.dataRow {
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
}

.labelColumn {
	float: left;
	padding-right: 15px;
	text-align: right;
}

.navigationButtons {
	padding-top: 5px;
}

.overflow {
	overflow: auto;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.wrapperForRadioOrCheckBox {
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px;
}

.bold {
    font-weight: bold;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.hide {
	display: none;
}

.messageWarningSingleLine {
	background-color: #FEEFB3;
	background-image: url('/dotmoblwebtmplt/v2.0/images/warning.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid;
	border-radius: 10px;
	color: #9F6000;
	margin-bottom: 5px;
	margin-top: 5px;
	max-width: 500px;
	padding-bottom: 5px;
	padding-left: 42px;
	padding-right: 5px;
	padding-top: 5px;
}

.messageWarningSingleLine ul {
	-webkit-padding-start: 20px;
}

/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */
#faqLink {
	float: right;
	display: none;
	font-weight: normal;
	text-align: right;
}

#pageTitle {
	float: left;
}
/* End of IDs */
