.flex-container {
	display: flex;
}

.col-2 {
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 100%;
}
.col-2 .form-group {
	width: 49%!important;
}

@media only screen and (max-width:1000px) {
	.col-6 {
		min-width: 100%;
	}

}
table {
	text-align: center;
}
.disabled {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
	color: #6c757d !important;
}
