﻿.select-multiple {
	height: 160px !important;
	padding: 5px !important;
}

.select-multiple-content {
	height: 100% !important;
	overflow: scroll !important;
	overflow-x: auto !important;
	overflow-y: scroll !important;
	padding: 0px !important;
	margin: 0px !important;
}

.select-multiple-content-item-enabled:link,
.select-multiple-content-item-enabled:visited,
.select-multiple-content-item-enabled:active {
	display: block;
	padding: 4px;
	background-color: #ffffff;
	color: #6a6c6f;
	text-decoration: none;
}

.select-multiple-content-item-enabled:hover {
	background-color: #f7f9fa;
	color: #000000;
	text-decoration: none;
}

.select-multiple-content-item-selected:link,
.select-multiple-content-item-selected:visited,
.select-multiple-content-item-selected:active,
.select-multiple-content-item-selected:hover {
	display: block;
	padding: 4px;
	background-color: #3498db;
	color: #ffffff;
	text-decoration: none;
}
