.uni-field-selectable {
	max-height: 255px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.4;
	/* color: #999; */
	background-color: #fff;
	background-image: none;
	border: 1px solid #9fc4ee;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	overflow-wrap: break-word;
}

.uni-field-table {
	margin-bottom: 0px !important; 
	display: block; 
	max-height: 200px;
	min-height: 70px; 
	overflow-y: scroll;
}

@media only screen and (max-width : 768px) {
	.uni-field-table {
		height: 170px; 
	}
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

@media only screen and (min-width : 320px) {

	.search-button-input {
		margin-bottom: 10px;	
	}
}

@media only screen and (min-width : 480px) {

}

@media only screen and (min-width : 768px) {
	.search-text-input {

	}
	
	.search-text-input-wrapper {
		padding-right: 0px !important;
	}

	.search-button-input {
		margin-bottom: 0px;	
	}
	
	.search-button-input-wrapper {
		padding-left: 0px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}