.reportGroup {
    position: relative;
}

.reportDiv {
    background-color: #efefef;
    border: 2px solid #909090;
    border-radius: 6px;
    display: block;
    margin: 10px;
    padding: 10px;
    top: 0;
}

.reportDatePicker {
    width: 90px;
}

.reportHeader {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.reportFieldGroup {
    margin-bottom: 5px;
}

.reportFieldGroup ul li {
	line-height: 40px;
}

.reportForm label {
	display: inline-block;
	margin-right: 5px;
	text-align: right;
	width: 200px;
}

.reportForm li .to_1 {
	width: 50px;
}

.reportForm .itemList,
.reportForm .personList{
	color: #000000;
	font-weight: bold;
    margin-left: 250px;
}

.exportIcon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	margin-right: 10px;
	width: 24px;
}

.excelIcon {
	background-image: url("../images/excel-32.png");
}

.pdfIcon {
	background-image: url("../images/pdf-32.png");
}

.remove {
    cursor: pointer;
    position: absolute;
    right: 100px;
}

.remove:hover {
    color: #FF0000;
}
