.form-horizontal .ins_Quotation.form-group,  
.form-horizontal .ins_COC.form-group,
.form-horizontal .ins_Endorsement.form-group,
.form-horizontal .ins_Addendum.form-group,
.form-horizontal .ins_ClosingAdvice.form-group,
.form-horizontal .ins_ClaimNote_COC.form-group,
.form-horizontal .ins_ClaimNote_ClosingAdvice.form-group,
.form-horizontal .CDNote.form-group,
.form-horizontal .GeneralLeger.form-group,
.form-horizontal .Settlement.form-group,
.form-horizontal .GeneralLeger_noposted.form-group,
.form-horizontal .Settlement_noposted.form-group
 {
	width: 50%;
	float: left;
}
.form-horizontal.details .Settlement.form-group,
.form-horizontal.details .Settlement_noposted.form-group {
	width: 33.3333333%;
}

.form-horizontal.details .form-group.items.Settlement, .form-group.account_item.GeneralLeger,
.form-horizontal.details .form-group.items.Settlement_noposted, .form-group.account_item.GeneralLeger_noposted {
	width: 100%;
}
.form-horizontal.details .form-group.items.Settlement > label, .form-group.account_item.GeneralLeger > label,
.form-horizontal.details .form-group.items.Settlement_noposted > label, .form-group.account_item.GeneralLeger_noposted > label {
	width: 12.5%;
}
.form-horizontal.details .form-group.items.Settlement > div, .form-group.account_item.GeneralLeger > div,
.form-horizontal.details .form-group.items.Settlement_noposted > div, .form-group.account_item.GeneralLeger_noposted > div {
	width: 87.5%;
}

@media (max-width: 768px){
	.form-horizontal.details .form-group.items.Settlement > label, .form-group.account_item.GeneralLeger > label,
	.form-horizontal.details .form-group.items.Settlement_noposted > label, .form-group.account_item.GeneralLeger_noposted > label {
		width: 100%;
	}
	.form-horizontal.details .form-group.items.Settlement > div, .form-group.account_item.GeneralLeger > div,
	.form-horizontal.details .form-group.items.Settlement_noposted > div, .form-group.account_item.GeneralLeger_noposted > div {
		width: 100%;
	}
}

.form-group.Remark.Settlement, .form-group.Remark.Settlement_noposted {
	float: right;
}
.clear {
	clear: both;
}
.select2 {
	width: 100% !important;
	height: 29px;
}
.tab1, .tab2 {
	display: none;
}
.form-horizontal .CDNote.Discounts, .form-horizontal .CDNote.ExtraDiscounts, .form-horizontal .CDNote.Instalment, .form-horizontal .CDNote.ManualDiscounts {
	width: 100%;
}
.form-horizontal .CDNote.Discounts .control-label, .form-horizontal .CDNote.ExtraDiscounts .control-label, .form-horizontal .CDNote.Instalment .control-label, .form-horizontal .CDNote.ManualDiscounts .control-label{
	width: 12.5%;
}
select.form-control {
	height: 29px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
	min-height: 29px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 29px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 0px;
}