#invoice_fields_checkbox_field {
	padding: 0;
}
#invoice_fields_checkbox_field label {
	font-size: 20px;
	font-weight: 600;
}
#invoice_fields_checkbox_field [type="checkbox"] {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}
#invoice_fields_checkbox_field [type="checkbox"]:checked:before {
	content: "\2713";
	margin: 0;
	font: normal 15px/1 cartflows-icon;
	width: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #69bf29;
}
#bpmj_woo_invoice_fields_custom_checkout_field > h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#bpmj_woo_invoice_fields_custom_checkout_field select {
	padding: 9px;
	background: #fff;
	border: 1px #ccc solid;
}
#bpmj_woo_invoice_fields_custom_checkout_field .select2-selection__rendered {
    line-height: 39px !important;
}
#bpmj_woo_invoice_fields_custom_checkout_field .select2-container .select2-selection--single {
    height: 39px !important;
}
#bpmj_woo_invoice_fields_custom_checkout_field .select2-selection__arrow {
    height: 39px !important;
}
#bpmj_woo_invoice_fields_custom_checkout_field .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #ccc;
}
.select2-results__option {
	font-size: 14px;
}
#invoice_fields_comments {
	height: auto !important;
}