.smart-select {
	background: none !important;
	border: none !important;
	position: relative;
}

.smart-select-wrap {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.smart-select-choose {
	width: 100% !important;
	height: 100% !important;
	background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAnCAYAAAAcsCj6AAABfUlEQVRYhe3VzUoCURQH8PMaQr1EbWrvmFFPUBAt1ByjXVEP4C2EJCgfIBKCIMW6F51JpFWQtAsjxCBGk+sHWvQ1CelpNX1AxYAzF4T5w3/9W5x7zgUAgKV0a0hmtbjMeDtIOVrcF5lxZVFpjgAAQCDRdAUZr9gA/SzjupyujUEgWY7Zjn2itTz4k+WiMJByBH+irDmgAzpg32CIcbyo6ris1sWAmdIzIiIWGm8o2w1un7exh19JXT/aB65m6/jU6eL3dHuIm2ct68EQ41hqdfC33OvvpudpGjTm9leuTM5zMNbCAQcTVMy8UmYh+N8ePuhdXDmxeA+DlONatiHu0hjdEXlLjRpXx+x16RsU/h/2Uwe0HvQd3ooFZ3YvhYHzBzcIkxFV8yU127GF4ypOb50iuAnVvBEVZ/cKGEjdWQ8dVXFuv4hT0Ry6wxRBIjTmDlMUUYmwPEwQxSURVrEfZLp3PTMOAACeqDosERaXCGtbDhH6KhGmeDbYKADABzY2vCB6sS0AAAAAAElFTkSuQmCC) no-repeat right center !important;
	border: 1px solid #888;
	color: #444;
	font-size: 16px;
	padding: 8px 40px 4px 12px;
	margin: 0;
	text-align: left;
	cursor: pointer;
	position: relative !important;
	overflow: hidden;
	word-break: break-all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.smart-select-choose.active {
	border-color: #66afe9 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6) !important;
}

.smart-select-drop {
	width: 100%;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1000;
	box-shadow: 0 1px 4px 0 #888;
	-moz-box-shadow: 0 1px 4px 0 #888;
	-webkit-box-shadow: 0 1px 4px 0 #888;
}

.smart-select-search {
	width: 100%;
	height: 37px !important;
	background-color: #c6d8ed;
	border: 6px #c6d8ed solid !important;
	font-size: 15px !important;
	text-align: left;
	padding: 3px 8px !important;
	position: static !important;
	float: none;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

input.smart-select-search:focus {
	border-color: #c6d8ed !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.smart-select-list {
	width: 100%;
	max-height: 281px;
	background-color: #c6d8ed;
	border-top: 1px solid #c0c0c0;
	text-align: left;
	position: static !important;
	overflow-x: hidden;
	overflow-y: auto;
}

.smart-select-list > .smart-select-item {
	border-bottom: 1px solid #c0c0c0;
	padding: 3px 8px;
	cursor: pointer;
	position: relative;
}

.smart-select-list > .smart-select-item:hover {
	background-color: #9BBADD;
}

.smart-select-list > .smart-select-empty {
	border-bottom: 1px solid #c0c0c0;
	color: #666;
	font-style: italic;
	padding: 5px 10px;
	position: relative;
}
