.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	background: #f8f8f8;
	border-bottom: 1px solid #d0d0d0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -12px;
	font-size: 20px !important;
	line-height: 20px;
	color: #303030;
	opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
	color: #000000;
}

.selectize-control {
	position: relative;
	background-color: white;
}

.selectize-input,.selectize-control.single .selectize-input.focus {
	cursor: text;
	padding-left: 3px;
}

.selectize-input {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	border: 1px solid #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selectize-control.single .selectize-input {
	min-height: 2em; /* Igual al line-height */
}

/*
	En selectizes grandes permitimos crecer a costa de desalinear la altura 2px.
*/
.selectize-control.single.auto-height .selectize-input {
	height: auto;
}

.selectize-control.single.big-dropdown .selectize-dropdown-content {
	max-height: 400px;
}

.selectize-control.single.big-dropdown .selectize-dropdown [data-selectable]
	{
	padding-left: 10px;
}

.selectize-control.multi .selectize-input {
	min-height: 2em; /* Igual al line-height */
}

.selectize-input.disabled,.selectize-input.disabled * {
	cursor: default !important;
}

.selectize-input>* {
	display: -moz-inline-stack;
	display: inline;
	*display: inline;
	vertical-align: baseline;
	zoom: 1;
	/*
	position: relative;
	top: -1px;
	*/
}

.selectize-control.multi .selectize-input>div {
	margin: 0 1px;
	padding: 0 4px;
	color: #303030;
	cursor: pointer;
	background: #f2f2f2;
	line-height: 1.7em;
}

.selectize-control.multi .selectize-input>div.active {
	color: #303030;
	background: #e8e8e8;
	border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active
	{
	color: #7d7d7d;
	background: #ffffff;
	border: 0 solid #ffffff;
}

.selectize-input>input {
	max-width: 100% !important;
	max-height: none !important;
	min-height: 0 !important;
	text-indent: 0 !important;
	background: none !important;
	border: 0 none !important;
	-webkit-user-select: auto !important;
	padding: 0 !important;
}

.selectize-input>input:focus {
	outline: none !important;
}

.selectize-input::after {
	display: block;
	clear: left;
	content: ' ';
}

.selectize-input.dropdown-active::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background: #f0f0f0;
	content: ' ';
}

.selectize-dropdown {
	position: absolute;
	z-index: 10;
	margin: -1px 0 0 0;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-top: 0 none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
	overflow: hidden;
	cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.selectize-dropdown [data-selectable],.selectize-dropdown .optgroup-header
	{
	padding: 4px 3px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
	color: #777;
	font-style: italic;
	cursor: default;
	background: #F0F0F0;
}

.selectize-dropdown .active {
	color: #495c68;
	background-color: #f5fafd;
}

.selectize-dropdown .active.create {
	color: #495c68;
}

.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input
	{
	cursor: pointer;
}

.selectize-control.single .selectize-input.focus,.selectize-control.single .selectize-input.focus input
	{
	cursor: text;
}

.selectize-control.single .selectize-input:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-color: #808080 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	content: ' ';
}

.autocomplete-remote .selectize-control.single .selectize-input:after {
	border: none;
	margin-top: 0;
	background-image: url(../img/ico-autocomplete-loader.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	width: 26px;
	height: 26px;
	top: 0px;
	right: 0px;
}

.autocomplete-remote .selectize-control.single.loading .selectize-input:after
	{
	background-position: 100% -26px;
}

.selectize-control .selectize-input.disabled {
	background-color: #fafafa;
	opacity: 0.5;
}

.selectize-input .item {
	color: black;
}

.selectize-control.plugin-remove_button .remove {
	background: none;
	float: none;
	width: auto;
	height: auto;
	padding-left: 5px;
	margin-left: 5px;
}

.selectize-control.plugin-remove_button .remove:hover {
	background-color: #FFF280;
}