/* exposed fields */
.views-exposed-form div.js-form-item {
	padding-right: 10px;
}
.views-exposed-form .fieldset {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.views-exposed-form .fieldset .fieldset-legend {
	background-color: #fff;
	color: #343a40;
	font-size: 14px;
	padding: 0;
}
.views-exposed-form .fieldset  legend {
	margin-bottom: 0;
}
.views-exposed-form .fieldset .fieldset-wrapper {
	padding: 0;
}
.views-exposed-form .fieldset .fieldset-wrapper div.js-form-item {
	margin-bottom: 10px !important;
}


/* Statements Overview */
/* /statements/overview/edit */
.page-view-ocm-all-statements-edit-view,
.page-view-ocm-all-statements-edit-view .form-control,
.page-view-ocm-all-statements-edit-view .form-select {
	font-size: 85%;
}
.field--name-ocm-transaction-amount .input-group-prepend {
	display: none;
}
.page-view-ocm-all-statements-edit-view .field--name-ocm-statement-upload .description {
	display: none !important;
}
.page-view-ocm-all-statements-edit-view .view-header .btn-primary {
	margin-bottom: 5px;
}
.page-view-ocm-all-statements-edit-view .views-entity-form table td .js-form-wrapper,
.page-view-ocm-all-statements-edit-view .views-entity-form table td .js-form-wrapper .js-form-item {
	margin-bottom: 5px !important;
}
.page-view-ocm-all-statements-edit-view .field--name-ocm-transaction-date input {
	width: 115px;
}