#tl_navigation .group-form_submissions {
    background: url(../../img/backend/icons/icon_module.svg) 3px 2px no-repeat;
}


#tl_listing .form_submissions_header {
	display: table;
	width: 100%;
}
#tl_listing .form_submissions_header > * {
	display: table-cell;
}
#tl_listing .form_submissions_header .right {
	text-align: right;
}

.tl_form_submissions_box {
	border-bottom: 1px solid #d0d0d2;
	position: relative;
	background: #ffffff;
	text-align: left;
}
.tl_form_submissions_seperator {
    display: block;
    margin-left: -1px;
    width: calc(100% + 2px);
    height: 10px;
    background: #eaeaec;
    border-bottom: 1px solid #d0d0d2;
}
.tl_statistics > *:last-child {
    border-bottom: 0;
}
.tl_form_submissions_box.chart {
    padding: 14px;
}

.tl_statistics .tl_form {
    display: table;
    width: 100%;
    margin: 3px 0;
    padding: 7px 16px;
    box-sizing: border-box;
}
.tl_statistics .tl_form .widget {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 4px;
}
.tl_statistics .tl_form .widget.submit button {
    width: 100%;
}
.tl_statistics .tl_form .widget.datepicker img {
    position: absolute;
    right: 5px;
    bottom: 2px;
    padding: 5px;
}