@CHARSET "UTF-8";

.antelopeFieldError { 
    color: red;
}

.antelopeGeneralError { 
    color: red;
}

.div_input_date_float { 
    float: left;
}
.div_input_date_margin { 
    margin-left: 12px;
}

.antelopeTooltip {
	width:auto;
    position: relative;
	float:left;
	margin-top:8px;
}
	
.antelopeTooltipImg {
	width:18px;
	height:18px;
    position: relative;
}

.antelopeTooltipText {
    visibility: hidden;
    width: 400px;
    background-color: #D3D3D3;
    color: black;
    border-radius: 6px;
    padding: 7px;
    position: absolute;
    z-index: 1;
}

.antelopeTooltip:hover .antelopeTooltipText {
    visibility: visible;
}

.antelopeInputLabel {
	float:left;
	margin-right:7px;
	margin-top:10px;
}

.antelopeLoading {
	text-align:center;
}

.antelopeMarginLeft {
	margin-left:18px;
}

.antelopeSelect {
	height:35px;
}

.antelopeDate {
	height:80px;
}

