/*.select-ratkaisu,
.select-category {
    margin: 10px 0;
	font-size: 16px;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    -webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-justify-content: space-between;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.select-ratkaisu .label,
.select-category .label {
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 7%;
	min-width: 200px;
	width: auto !important;
}

.ratkaisu.checked .ratkaisu-icon {
    background: url(/media/layout/images/checked.png) no-repeat center center;	
}*/

/*.ratkaisu-icon {
    width: 36px;
    margin-right: 15px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
	border-radius: 50%;
	display: table;
    height: 36px;
}
*/
/*.label-text {
	display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.ratkaisu input {
	display: none;
}*/

/*@media only screen and (max-width: 1024px) {
	.select-ratkaisu .label {
		width: 100%;
		margin: 0 0 10px 0;
	}
}*/

/* AUTOCOMPLETE UI */
.ui-autocomplete  {
    max-width: 46%;
    background-color: #fff;
    list-style: none;
    background: #fff;
    border: 0;
    padding-left: 0px;
	max-height: 300px;
	overflow-y: scroll;
	
}

.ui-autocomplete .ui-widget-content {
    display:none;
}

.ui-autocomplete li {
    padding: 10px;
    border: 0;
    background: #fff;
}

.ui-menu-item,
.ui-menu-item-wrapper {
	border:0px !important;
	color: #034567 !important;
	cursor: pointer !important;
	font-size: 100% !important;
    font-family: Verdana, sans-serif !important;
}

@media only screen and (min-width: 1400px) {
    .ui-autocomplete {
		max-width: 635px;
		margin: 0%;
	}
}


@media only screen and (max-width: 1024px) {
	.ui-autocomplete  {
		margin: 0 6%;
		max-width: 100%;
		background-color: #fff;
		list-style: none;
		background: #fff;
		border: 0;
		padding-left: 0px;
		max-height: 300px;
		overflow-y: scroll;

	}
	
	/*.select-ratkaisu,
	.select-category {
		display: block;
	}*/
}

@media only screen and (max-width: 768px) {
	.ui-autocomplete  {
		margin: 0 6%;
}