/************************************
          MINIMALECT 0.9
  A minimalistic select replacement

 jQuery 1.7+ required.
 Developed by @groenroos
 http://www.groenroos.fi

 Github: http://git.io/Xedg9w

 Licensed under the MIT license.

************************************/
.minict_wrapper {
	position: relative;
	color: #000000;
	background: #FFFFFF;
	width: 350px;
	height: 35px;
	border: solid 1px #C0C0C0;
	cursor: pointer;
	cursor: hand;
}

/*
.minict_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.minict_wrapper.disabled {
	background: #f5f5f5;
	text-shadow: 0 1px 0 #fff;
}
.minict_wrapper.disabled span {
	color: #bbb !important;
}
*/
.minict_wrapper:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "\25BC";
	display: block;
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0080FF;
}
.minict_wrapper.active:after {
	content: "\25B2";
}
/*
.minict_wrapper.disabled:after {
	color: #BBBBBB;
}
*/
.minict_wrapper span {
	width: 305px;
	height: 19px;
	color: #000000;
	font-size: 14px;
	display: block;
	border: none;
	outline: none;
	background: none;
	/*line-height: 24px;*/
	padding: 8px 40px 8px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.minict_wrapper span:empty:before {
	content: attr(data-placeholder);
	color: #C0C0C0;
	/*line-height: 24px;*/
}
.minict_wrapper ul {
	position: absolute;
	top: 30px;
	left: -1px;
	width: 100%;
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
	/*
	max-height: 100px;
	max-height: 22rem;
	*/
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	/*
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
	overflow-y: auto;
	z-index: 999999;
}
.minict_wrapper ul li {
	height: 27px;
	list-style: none;
	font-size: 14px;
	padding: 8px 10px 0px;
	cursor: pointer;
	background: #FFFFFF;
}
.minict_wrapper ul li:hover {
	background: #FF8800;
	color: #FFFFFF;
}
/*
.minict_wrapper ul li.minict_group {
	color: #444;
	background: #f6f6f6;
	font-weight: bold;
	cursor: default;
}
*/
.minict_wrapper ul li.minict_empty {
	display: none;
	background: #FFFFFF !important;
	color: #000000;
	text-align: center;
	font-size: 14px;
	height: 55px;
	/*line-height: 50px;*/
}
/*
.minict_wrapper ul li.disabled {
	cursor: default;
	background: #fff !important;
	color: #bbb;
}
*/
.minict_wrapper ul li.selected {
	color: #FFFFFF;
	background: #0080FF;
}
/*
.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #819a9a;
}
.minict_wrapper ul li.hidden {
	display: none;
}
.minict_wrapper .minict_reset {
	color: #A9A9A9;
	bottom: 0;
	display: none;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 30px;
	line-height: 1.9rem;
	position: absolute;
	right: 35px;
	right: 2.2rem;
	text-align: center;
	top: 0;
	text-decoration: none;
	width: 20px;
	width: 1.2rem;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.minict_wrapper .minict_reset:hover {
	color: #e0e0e0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.minict_wrapper .minict_reset:active {
	color: #636363;
}
.minict_wrapper.disabled .minict_reset {
	display: none;
}
.minict_wrapper.bubble {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
	background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
	background-color: #FFFFFF;
}
.minict_wrapper.bubble:hover {
	border-color: #FF8800;
}
.minict_wrapper.bubble:after {
	border-left: 1px solid #0080FF;
	-webkit-box-shadow: inset 1px 0px 0px 0px #fff;
	box-shadow: inset 1px 0px 0px 0px #fff;
	height: 2.05rem;
	cursor: pointer;
}
*/
.minict_wrapper.bubble ul {
	top: 45px;
	/*
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .5);
	*/
	border-radius: 0px;
	overflow: visible;
}
.minict_wrapper.bubble ul:before {
	position: absolute;
	top: -17px;
	left: 19px;
	content: ".";
	color: transparent;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 12px 16px 12px;
	border-color: transparent transparent #C0C0C0 transparent;
}
.minict_wrapper.bubble ul:after {
	position: absolute;
	top: -15px;
	left: 20px;
	content: ".";
	color: transparent;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 11px 15px 11px;
	border-color: transparent transparent #FFFFFF transparent;
}
/*
.minict_wrapper.bubble ul li.minict_first {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.minict_wrapper.bubble ul li.minict_last {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.minict_wrapper.bubble .minict_reset {
	width: 30px;
}
*/